/* Base Style Rules
***********************************/
/* Global box sizing
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* Remove the gap between audio, canvas, iframes, images, videos and the bottom
 * of their containers
   ========================================================================== */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/** The css below is based on normalize.css v3.0.1
* Css that supports unsupported browsers is removed
* The remaining css is cross-referenced with normalize 8.0.0
* More info: https://necolas.github.io/normalize.css/
 **/
/* Document
    ========================================================================== */
/**
 *   Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -webkit-text-size-adjust: 100%;
}
/* Sections
   ========================================================================== */
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* Interactive
   ========================================================================== */
/*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */
details {
  display: block;
}
/*
    * Add the correct display in all browsers.
    */
summary {
  display: list-item;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font: inherit;
  /* 1 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * Correct inability to style clickable `input` types in iOS.
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 *  Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. IE has no width value for legends and does not wrap. Max-width fixes this
 */
legend {
  padding: 0;
  /* 2 */
  color: inherit;
  /* 1 */
  max-width: 100%;
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Spinner
   ========================================================================== */
.sg-Spinner {
  width: 60px;
  height: 60px;
  display: inline-block;
  padding: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 4px solid #cc0000;
  border-right-color: #e68080;
  -webkit-animation: sg-Base-animation--spin 1s infinite cubic-bezier(0.79, 0.26, 0.45, 0.99);
     -moz-animation: sg-Base-animation--spin 1s infinite cubic-bezier(0.79, 0.26, 0.45, 0.99);
       -o-animation: sg-Base-animation--spin 1s infinite cubic-bezier(0.79, 0.26, 0.45, 0.99);
          animation: sg-Base-animation--spin 1s infinite cubic-bezier(0.79, 0.26, 0.45, 0.99);
  opacity: 0.9;
}
.sg-Spinner--mini {
  width: 25px;
  height: 25px;
  border-width: 3px;
}
.sg-Spinner--light {
  border-color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.5);
}
.sg-Spinner--dark {
  border-color: #2a2a2a;
  border-right-color: #959595;
}
@-webkit-keyframes sg-Base-animation--spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-moz-keyframes sg-Base-animation--spin {
  from {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  to {
    -moz-transform: rotate(359deg);
         transform: rotate(359deg);
  }
}
@-o-keyframes sg-Base-animation--spin {
  from {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  to {
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
@keyframes sg-Base-animation--spin {
  from {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* Patch 
   ========================================================================== */
.sg-Patch {
  position: relative;
}
.sg-Patch .sg-Radio-btn {
  height: 100%;
}
@media all and (max-width: 500px) {
  .sg-Patch {
    width: 100%;
  }
}
/* Patch content
   ========================================================================== */
.sg-Patch-item {
  position: absolute;
  z-index: 1;
}
/* Patch content positioning
   ========================================================================== */
.sg-Patch-item--topLeft {
  top: 0;
  left: 0;
}
.sg-Patch-item--topRight {
  top: 0;
  right: 0;
}
.sg-Patch-item--topCentre {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sg-Patch-item--bottomLeft {
  bottom: 0;
  left: 0;
}
.sg-Patch-item--bottomRight {
  bottom: 0;
  right: 0;
}
.sg-Patch-item--bottomCentre {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sg-Patch-item--middleLeft {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sg-Patch-item--middleRight {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sg-Patch-item--middleCentre {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* Base Style Rules
***********************************/
/* Icon Sizes
   ========================================================================== */
/* Logos
   ========================================================================== */
.sg-Logo {
  height: 64px;
}
/* Badges
  ========================================================================== */
.sg-Logo--badge {
  width: 64px;
  height: 64px;
}
/* Logo And Badge Sizing
   ========================================================================== */
.sg-Logo.sg-Logo--xsmall {
  height: 16px;
}
.sg-Logo.sg-Logo--small {
  height: 24px;
}
.sg-Logo.sg-Logo--medium {
  height: 32px;
}
.sg-Logo.sg-Logo--large {
  height: 64px;
}
.sg-Logo.sg-Logo--xlarge {
  height: 128px;
}
.sg-Logo--badge.sg-Logo--xsmall {
  width: 16px;
  height: 16px;
}
.sg-Logo--badge.sg-Logo--small {
  width: 24px;
  height: 24px;
}
.sg-Logo--badge.sg-Logo--medium {
  width: 32px;
  height: 32px;
}
.sg-Logo--badge.sg-Logo--large {
  width: 64px;
  height: 64px;
}
.sg-Logo--badge.sg-Logo--xlarge {
  width: 128px;
  height: 128px;
}
/* ==========================================================================
   Utility mixins
   ========================================================================== */
/* Clearfix
   ========================================================================== */
/* Positioning utiliity classes
   ========================================================================== */
/* Run mixins for auto
   ========================================================================== */
/* Float */
.sg-u-floatLeft {
  float: left !important;
}
.sg-u-floatRight {
  float: right !important;
}
/* Run mixins for Xsmall
   ========================================================================== */
@media only screen and (min-width: 301px) {
  /* Float */
  .sg-u-floatLeftXsmall {
    float: left !important;
  }
  .sg-u-floatRightXsmall {
    float: right !important;
  }
}
/* Run mixins for small
   ========================================================================== */
@media only screen and (min-width: 351px) {
  /* Float */
  .sg-u-floatLeftSmall {
    float: left !important;
  }
  .sg-u-floatRightSmall {
    float: right !important;
  }
}
/* Run mixins for medium
   ========================================================================== */
@media only screen and (min-width: 501px) {
  /* Float */
  .sg-u-floatLeftMedium {
    float: left !important;
  }
  .sg-u-floatRightMedium {
    float: right !important;
  }
}
/* Run mixins for large
   ========================================================================== */
@media only screen and (min-width: 701px) {
  /* Float */
  .sg-u-floatLeftLarge {
    float: left !important;
  }
  .sg-u-floatRightLarge {
    float: right !important;
  }
}
/* Run mixins for xlarge
   ========================================================================== */
@media only screen and (min-width: 951px) {
  /* Float */
  .sg-u-floatLeftXlarge {
    float: left !important;
  }
  .sg-u-floatRightXlarge {
    float: right !important;
  }
}
/* Run mixins for xxlarge
   ========================================================================== */
@media only screen and (min-width: 1201px) {
  /* Float */
  .sg-u-floatLeftXXlarge {
    float: left !important;
  }
  .sg-u-floatRightXXlarge {
    float: right !important;
  }
}
/* Alignment utilities
   ========================================================================== */
/* Word wrap
   ========================================================================== */
/* Text transform
   ========================================================================== */
/* Radius
   ========================================================================== */
/* Overflow
   ========================================================================== */
/* Spacing
   ========================================================================== */
/* BG & FONT colour classes
   ========================================================================== */
/* Accessible hider classes
   ========================================================================== */
/* Box Shadow
   ========================================================================== */
/* Flex alignment
   ========================================================================== */
/* ==========================================================================
   Utility classes
   ========================================================================== */
/* Clearfix
   ========================================================================== */
.sg-u-clearfix {
  *zoom: 1;
}
.sg-u-clearfix:before,
.sg-u-clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.sg-u-clearfix:after {
  clear: both;
}
.sg-u-borderSolid {
  border-style: solid !important;
}
/* Positioning utiliity classes
   ========================================================================== */
.sg-u-floatLeft {
  float: left !important;
}
.sg-u-floatRight {
  float: right !important;
}
.sg-u-inline {
  display: inline !important;
}
.sg-u-block {
  display: block !important;
}
.sg-u-inlineBlock {
  display: inline-block !important;
}
.sg-u-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.sg-u-absolute {
  position: absolute !important;
}
.sg-u-fixed {
  position: fixed !important;
}
.sg-u-relative {
  position: relative !important;
}
.sg-u-static {
  position: static !important;
}
/* Alignment utilities
   ========================================================================== */
.sg-u-textLeft {
  text-align: left !important;
}
.sg-u-textCenter {
  text-align: center !important;
}
.sg-u-textRight {
  text-align: right !important;
}
/* Word wrap
   ========================================================================== */
.sg-u-breakWord {
  word-wrap: break-word !important;
}
.sg-u-noWrap {
  white-space: nowrap !important;
}
/* Text transform
   ========================================================================== */
.sg-u-uppercase {
  text-transform: uppercase !important;
}
/* Radius
   ========================================================================== */
.sg-u-radiusNone {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.sg-u-radiusSmall {
  -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
}
.sg-u-radiusLarge {
  -webkit-border-radius: 8px !important;
     -moz-border-radius: 8px !important;
          border-radius: 8px !important;
}
.sg-u-radiusFull {
  -webkit-border-radius: 100% !important;
     -moz-border-radius: 100% !important;
          border-radius: 100% !important;
}
.sg-u-radiusSmall--topLeft {
  -webkit-border-top-left-radius: 4px !important;
     -moz-border-radius-topleft: 4px !important;
          border-top-left-radius: 4px !important;
}
.sg-u-radiusSmall--topRight {
  -webkit-border-top-right-radius: 4px !important;
     -moz-border-radius-topright: 4px !important;
          border-top-right-radius: 4px !important;
}
.sg-u-radiusSmall--bottomLeft {
  -webkit-border-bottom-left-radius: 4px !important;
     -moz-border-radius-bottomleft: 4px !important;
          border-bottom-left-radius: 4px !important;
}
.sg-u-radiusSmall--bottomRight {
  -webkit-border-bottom-right-radius: 4px !important;
     -moz-border-radius-bottomright: 4px !important;
          border-bottom-right-radius: 4px !important;
}
.sg-u-radiusLarge--topLeft {
  -webkit-border-top-left-radius: 8px !important;
     -moz-border-radius-topleft: 8px !important;
          border-top-left-radius: 8px !important;
}
.sg-u-radiusLarge--topRight {
  -webkit-border-top-right-radius: 8px !important;
     -moz-border-radius-topright: 8px !important;
          border-top-right-radius: 8px !important;
}
.sg-u-radiusLarge--bottomLeft {
  -webkit-border-bottom-left-radius: 8px !important;
     -moz-border-radius-bottomleft: 8px !important;
          border-bottom-left-radius: 8px !important;
}
.sg-u-radiusLarge--bottomRight {
  -webkit-border-bottom-right-radius: 8px !important;
     -moz-border-radius-bottomright: 8px !important;
          border-bottom-right-radius: 8px !important;
}
.sg-u-radiusNone--topLeft {
  -webkit-border-top-left-radius: 0 !important;
     -moz-border-radius-topleft: 0 !important;
          border-top-left-radius: 0 !important;
}
.sg-u-radiusNone--topRight {
  -webkit-border-top-right-radius: 0 !important;
     -moz-border-radius-topright: 0 !important;
          border-top-right-radius: 0 !important;
}
.sg-u-radiusNone--bottomLeft {
  -webkit-border-bottom-left-radius: 0 !important;
     -moz-border-radius-bottomleft: 0 !important;
          border-bottom-left-radius: 0 !important;
}
.sg-u-radiusNone--bottomRight {
  -webkit-border-bottom-right-radius: 0 !important;
     -moz-border-radius-bottomright: 0 !important;
          border-bottom-right-radius: 0 !important;
}
.sg-u-overflowHidden {
  overflow: hidden !important;
}
.sg-u-overflowAuto {
  overflow: auto !important;
}
.sg-u-overflowInitial {
  overflow: initial !important;
}
.sg-u-overflowScroll {
  overflow: scroll !important;
}
/* Spacing
   ========================================================================== */
.sg-u-noMargin {
  margin: 0 !important;
}
.sg-u-noMarginTop {
  margin-top: 0 !important;
}
.sg-u-noMarginLeft {
  margin-left: 0 !important;
}
.sg-u-noMarginRight {
  margin-right: 0 !important;
}
.sg-u-noMarginBottom {
  margin-bottom: 0 !important;
}
.sg-u-margin {
  margin: 10px !important;
}
.sg-u-marginTop {
  margin-top: 10px !important;
}
.sg-u-marginLeft {
  margin-left: 10px !important;
}
.sg-u-marginRight {
  margin-right: 10px !important;
}
.sg-u-marginBottom {
  margin-bottom: 10px !important;
}
.sg-u-marginAuto {
  margin: auto !important;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.sg-u-marginAuto--top {
  margin-top: auto !important;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.sg-u-marginAuto--left {
  margin-left: auto !important;
}
.sg-u-marginAuto--right {
  margin-right: auto !important;
}
.sg-u-marginAuto--bottom {
  margin-bottom: auto !important;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.sg-u-margin--x0point5 {
  margin: 5px !important;
}
.sg-u-marginTop--x0point5 {
  margin-top: 5px !important;
}
.sg-u-marginLeft--x0point5 {
  margin-left: 5px !important;
}
.sg-u-marginRight--x0point5 {
  margin-right: 5px !important;
}
.sg-u-marginBottom--x0point5 {
  margin-bottom: 5px !important;
}
.sg-u-margin--x1point5 {
  margin: 15px !important;
}
.sg-u-marginTop--x1point5 {
  margin-top: 15px !important;
}
.sg-u-marginLeft--x1point5 {
  margin-left: 15px !important;
}
.sg-u-marginRight--x1point5 {
  margin-right: 15px !important;
}
.sg-u-marginBottom--x1point5 {
  margin-bottom: 15px !important;
}
.sg-u-margin--x2 {
  margin: 20px !important;
}
.sg-u-marginTop--x2 {
  margin-top: 20px !important;
}
.sg-u-marginLeft--x2 {
  margin-left: 20px !important;
}
.sg-u-marginRight--x2 {
  margin-right: 20px !important;
}
.sg-u-marginBottom--x2 {
  margin-bottom: 20px !important;
}
.sg-u-margin--x3 {
  margin: 30px !important;
}
.sg-u-marginTop--x3 {
  margin-top: 30px !important;
}
.sg-u-marginLeft--x3 {
  margin-left: 30px !important;
}
.sg-u-marginRight--x3 {
  margin-right: 30px !important;
}
.sg-u-marginBottom--x3 {
  margin-bottom: 30px !important;
}
.sg-u-margin--x4 {
  margin: 40px !important;
}
.sg-u-marginTop--x4 {
  margin-top: 40px !important;
}
.sg-u-marginLeft--x4 {
  margin-left: 40px !important;
}
.sg-u-marginRight--x4 {
  margin-right: 40px !important;
}
.sg-u-marginBottom--x4 {
  margin-bottom: 40px !important;
}
.sg-u-margin--x6 {
  margin: 60px !important;
}
.sg-u-marginTop--x6 {
  margin-top: 60px !important;
}
.sg-u-marginLeft--x6 {
  margin-left: 60px !important;
}
.sg-u-marginRight--x6 {
  margin-right: 60px !important;
}
.sg-u-marginBottom--x6 {
  margin-bottom: 60px !important;
}
.sg-u-margin--x8 {
  margin: 80px !important;
}
.sg-u-marginTop--x8 {
  margin-top: 80px !important;
}
.sg-u-marginLeft--x8 {
  margin-left: 80px !important;
}
.sg-u-marginRight--x8 {
  margin-right: 80px !important;
}
.sg-u-marginBottom--x8 {
  margin-bottom: 80px !important;
}
.sg-u-noPadding {
  padding: 0 !important;
}
.sg-u-noPaddingTop {
  padding-top: 0 !important;
}
.sg-u-noPaddingLeft {
  padding-left: 0 !important;
}
.sg-u-noPaddingRight {
  padding-right: 0 !important;
}
.sg-u-noPaddingBottom {
  padding-bottom: 0 !important;
}
.sg-u-padding {
  padding: 10px !important;
}
.sg-u-paddingTop {
  padding-top: 10px !important;
}
.sg-u-paddingLeft {
  padding-left: 10px !important;
}
.sg-u-paddingRight {
  padding-right: 10px !important;
}
.sg-u-paddingBottom {
  padding-bottom: 10px !important;
}
.sg-u-padding--x0point5 {
  padding: 5px !important;
}
.sg-u-paddingTop--x0point5 {
  padding-top: 5px !important;
}
.sg-u-paddingLeft--x0point5 {
  padding-left: 5px !important;
}
.sg-u-paddingRight--x0point5 {
  padding-right: 5px !important;
}
.sg-u-paddingBottom--x0point5 {
  padding-bottom: 5px !important;
}
.sg-u-padding--x1point5 {
  padding: 15px !important;
}
.sg-u-paddingTop--x1point5 {
  padding-top: 15px !important;
}
.sg-u-paddingLeft--x1point5 {
  padding-left: 15px !important;
}
.sg-u-paddingRight--x1point5 {
  padding-right: 15px !important;
}
.sg-u-paddingBottom--x1point5 {
  padding-bottom: 15px !important;
}
.sg-u-padding--x2 {
  padding: 20px !important;
}
.sg-u-paddingTop--x2 {
  padding-top: 20px !important;
}
.sg-u-paddingLeft--x2 {
  padding-left: 20px !important;
}
.sg-u-paddingRight--x2 {
  padding-right: 20px !important;
}
.sg-u-paddingBottom--x2 {
  padding-bottom: 20px !important;
}
.sg-u-padding--x3 {
  padding: 30px !important;
}
.sg-u-paddingTop--x3 {
  padding-top: 30px !important;
}
.sg-u-paddingLeft--x3 {
  padding-left: 30px !important;
}
.sg-u-paddingRight--x3 {
  padding-right: 30px !important;
}
.sg-u-paddingBottom--x3 {
  padding-bottom: 30px !important;
}
.sg-u-padding--x4 {
  padding: 40px !important;
}
.sg-u-paddingTop--x4 {
  padding-top: 40px !important;
}
.sg-u-paddingLeft--x4 {
  padding-left: 40px !important;
}
.sg-u-paddingRight--x4 {
  padding-right: 40px !important;
}
.sg-u-paddingBottom--x4 {
  padding-bottom: 40px !important;
}
.sg-u-padding--x6 {
  padding: 60px !important;
}
.sg-u-paddingTop--x6 {
  padding-top: 60px !important;
}
.sg-u-paddingLeft--x6 {
  padding-left: 60px !important;
}
.sg-u-paddingRight--x6 {
  padding-right: 60px !important;
}
.sg-u-paddingBottom--x6 {
  padding-bottom: 60px !important;
}
.sg-u-padding--x8 {
  padding: 80px !important;
}
.sg-u-paddingTop--x8 {
  padding-top: 80px !important;
}
.sg-u-paddingLeft--x8 {
  padding-left: 80px !important;
}
.sg-u-paddingRight--x8 {
  padding-right: 80px !important;
}
.sg-u-paddingBottom--x8 {
  padding-bottom: 80px !important;
}
/* Responsive padding classes
   ========================================================================== */
@media all and (max-width: 950px) {
  .sg-u-padding--xlarge {
    padding: 10px !important;
  }
  .sg-u-noPadding--xlarge {
    padding: 0 !important;
  }
}
@media all and (max-width: 700px) {
  .sg-u-padding--large {
    padding: 10px !important;
  }
  .sg-u-noPadding--large {
    padding: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .sg-u-padding--medium {
    padding: 10px !important;
  }
  .sg-u-noPadding--medium {
    padding: 0 !important;
  }
}
@media all and (max-width: 350px) {
  .sg-u-padding--small {
    padding: 10px !important;
  }
  .sg-u-noPadding--small {
    padding: 0 !important;
  }
}
@media all and (max-width: 300px) {
  .sg-u-padding--xsmall {
    padding: 10px !important;
  }
  .sg-u-noPadding--xsmall {
    padding: 0 !important;
  }
}
/* BG Colour classes
   ========================================================================== */
.sg-u-bgPrimary {
  background-color: #6DA300 !important;
}
.sg-u-bgSecondary {
  background-color: #cc0000 !important;
}
.sg-u-bgDark {
  background-color: #2a2a2a !important;
}
.sg-u-bgLight {
  background-color: #ffffff !important;
}
.sg-u-bgCorrect {
  background-color: #6DA300 !important;
}
.sg-u-bgError {
  background-color: #850000 !important;
}
.sg-u-bgText {
  background-color: #535353 !important;
}
.sg-u-bgNeutral {
  background-color: #e5e5e5 !important;
}
.sg-u-bgHighlight {
  background-color: #dbeaf0 !important;
}
.sg-u-bgLink {
  background-color: #cc0000 !important;
}
.sg-u-bgFocus {
  background-color: #4191d8 !important;
}
.sg-u-bgDisabled {
  background-color: #C6C6C6 !important;
}
.sg-u-bgBorder {
  background-color: #D3CECE !important;
}
.sg-u-bgWarning {
  background-color: #C25100 !important;
}
.sg-u-bgPrimary--light {
  background-color: #9CC00F !important;
}
.sg-u-bgPrimary--lighter {
  background-color: #A6CA5F !important;
}
.sg-u-bgPrimary--dark {
  background-color: #558000 !important;
}
.sg-u-bgPrimary--darker {
  background-color: #334D00 !important;
}
.sg-u-bgSecondary--light {
  background-color: #D60000 !important;
}
.sg-u-bgSecondary--lighter {
  background-color: #E00000 !important;
}
.sg-u-bgSecondary--dark {
  background-color: #C20000 !important;
}
.sg-u-bgSecondary--darker {
  background-color: #B80000 !important;
}
.sg-u-bgDark--light {
  background-color: #343434 !important;
}
.sg-u-bgDark--lighter {
  background-color: #4D4D4D !important;
}
.sg-u-bgDark--dark {
  background-color: #202020 !important;
}
.sg-u-bgDark--darker {
  background-color: #161616 !important;
}
.sg-u-bgLight--light {
  background-color: #FFFFFF !important;
}
.sg-u-bgLight--lighter {
  background-color: #FFFFFF !important;
}
.sg-u-bgLight--dark {
  background-color: #F5F5F5 !important;
}
.sg-u-bgLight--darker {
  background-color: #EBEBEB !important;
}
.sg-u-bgCorrect--light {
  background-color: #E3EDC6 !important;
}
.sg-u-bgCorrect--lighter {
  background-color: #EFF4DA !important;
}
.sg-u-bgCorrect--dark {
  background-color: #62943B !important;
}
.sg-u-bgCorrect--darker {
  background-color: #295408 !important;
}
.sg-u-bgError--light {
  background-color: #DAB3B3 !important;
}
.sg-u-bgError--lighter {
  background-color: #F3E6E6 !important;
}
.sg-u-bgError--dark {
  background-color: #780000 !important;
}
.sg-u-bgError--darker {
  background-color: #5D0000 !important;
}
.sg-u-bgText--light {
  background-color: #777777 !important;
}
.sg-u-bgText--lighter {
  background-color: #979797 !important;
}
.sg-u-bgText--dark {
  background-color: #494949 !important;
}
.sg-u-bgText--darker {
  background-color: #3F3F3F !important;
}
.sg-u-bgNeutral--light {
  background-color: #EFEFEF !important;
}
.sg-u-bgNeutral--lighter {
  background-color: #F9F9F9 !important;
}
.sg-u-bgNeutral--dark {
  background-color: #DBDBDB !important;
}
.sg-u-bgNeutral--darker {
  background-color: #CCCCCC !important;
}
.sg-u-bgHighlight--light {
  background-color: #E5F4FA !important;
}
.sg-u-bgHighlight--lighter {
  background-color: #EFFEFF !important;
}
.sg-u-bgHighlight--dark {
  background-color: #D1E0E6 !important;
}
.sg-u-bgHighlight--darker {
  background-color: #C7D6DC !important;
}
.sg-u-bgLink--light {
  background-color: #ff3333 !important;
}
.sg-u-bgLink--lighter {
  background-color: #ffcccc !important;
}
.sg-u-bgLink--dark {
  background-color: #990000 !important;
}
.sg-u-bgLink--darker {
  background-color: #660000 !important;
}
.sg-u-bgFocus--light {
  background-color: #96c2e9 !important;
}
.sg-u-bgFocus--lighter {
  background-color: #ffffff !important;
}
.sg-u-bgFocus--dark {
  background-color: #2778bf !important;
}
.sg-u-bgFocus--darker {
  background-color: #1e5d95 !important;
}
.sg-u-bgDisabled--light {
  background-color: #D0D0D0 !important;
}
.sg-u-bgDisabled--lighter {
  background-color: #DADADA !important;
}
.sg-u-bgDisabled--dark {
  background-color: #BCBCBC !important;
}
.sg-u-bgDisabled--darker {
  background-color: #B2B2B2 !important;
}
.sg-u-bgBorder--light {
  background-color: #DDD8D8 !important;
}
.sg-u-bgBorder--lighter {
  background-color: #E7E2E2 !important;
}
.sg-u-bgBorder--dark {
  background-color: #C7C0C0 !important;
}
.sg-u-bgBorder--darker {
  background-color: #BDB6B6 !important;
}
.sg-u-bgWarning--light {
  background-color: #FFF1B8 !important;
}
.sg-u-bgWarning--lighter {
  background-color: #FFFBE6 !important;
}
.sg-u-bgWarning--dark {
  background-color: #A54800 !important;
}
.sg-u-bgWarning--darker {
  background-color: #702E00 !important;
}
/* FONT Colour classes
   ========================================================================== */
.sg-u-fontPrimary {
  color: #6DA300 !important;
}
.sg-u-fontSecondary {
  color: #cc0000 !important;
}
.sg-u-fontDark {
  color: #2a2a2a !important;
}
.sg-u-fontLight {
  color: #ffffff !important;
}
.sg-u-fontCorrect {
  color: #6DA300 !important;
}
.sg-u-fontError {
  color: #850000 !important;
}
.sg-u-fontText {
  color: #535353 !important;
}
.sg-u-fontNeutral {
  color: #e5e5e5 !important;
}
.sg-u-fontHighlight {
  color: #dbeaf0 !important;
}
.sg-u-fontLink {
  color: #cc0000 !important;
}
.sg-u-fontFocus {
  color: #4191d8 !important;
}
.sg-u-fontDisabled {
  color: #C6C6C6 !important;
}
.sg-u-fontBorder {
  color: #D3CECE !important;
}
.sg-u-fontWarning {
  color: #C25100 !important;
}
.sg-u-fontPrimary--light {
  color: #9CC00F !important;
}
.sg-u-fontPrimary--lighter {
  color: #A6CA5F !important;
}
.sg-u-fontPrimary--dark {
  color: #558000 !important;
}
.sg-u-fontPrimary--darker {
  color: #334D00 !important;
}
.sg-u-fontSecondary--light {
  color: #D60000 !important;
}
.sg-u-fontSecondary--lighter {
  color: #E00000 !important;
}
.sg-u-fontSecondary--dark {
  color: #C20000 !important;
}
.sg-u-fontSecondary--darker {
  color: #B80000 !important;
}
.sg-u-fontDark--light {
  color: #343434 !important;
}
.sg-u-fontDark--lighter {
  color: #4D4D4D !important;
}
.sg-u-fontDark--dark {
  color: #202020 !important;
}
.sg-u-fontDark--darker {
  color: #161616 !important;
}
.sg-u-fontLight--light {
  color: #FFFFFF !important;
}
.sg-u-fontLight--lighter {
  color: #FFFFFF !important;
}
.sg-u-fontLight--dark {
  color: #F5F5F5 !important;
}
.sg-u-fontLight--darker {
  color: #EBEBEB !important;
}
.sg-u-fontCorrect--light {
  color: #E3EDC6 !important;
}
.sg-u-fontCorrect--lighter {
  color: #EFF4DA !important;
}
.sg-u-fontCorrect--dark {
  color: #62943B !important;
}
.sg-u-fontCorrect--darker {
  color: #295408 !important;
}
.sg-u-fontError--light {
  color: #DAB3B3 !important;
}
.sg-u-fontError--lighter {
  color: #F3E6E6 !important;
}
.sg-u-fontError--dark {
  color: #780000 !important;
}
.sg-u-fontError--darker {
  color: #5D0000 !important;
}
.sg-u-fontText--light {
  color: #777777 !important;
}
.sg-u-fontText--lighter {
  color: #979797 !important;
}
.sg-u-fontText--dark {
  color: #494949 !important;
}
.sg-u-fontText--darker {
  color: #3F3F3F !important;
}
.sg-u-fontNeutral--light {
  color: #EFEFEF !important;
}
.sg-u-fontNeutral--lighter {
  color: #F9F9F9 !important;
}
.sg-u-fontNeutral--dark {
  color: #DBDBDB !important;
}
.sg-u-fontNeutral--darker {
  color: #CCCCCC !important;
}
.sg-u-fontHighlight--light {
  color: #E5F4FA !important;
}
.sg-u-fontHighlight--lighter {
  color: #EFFEFF !important;
}
.sg-u-fontHighlight--dark {
  color: #D1E0E6 !important;
}
.sg-u-fontHighlight--darker {
  color: #C7D6DC !important;
}
.sg-u-fontLink--light {
  color: #ff3333 !important;
}
.sg-u-fontLink--lighter {
  color: #ffcccc !important;
}
.sg-u-fontLink--dark {
  color: #990000 !important;
}
.sg-u-fontLink--darker {
  color: #660000 !important;
}
.sg-u-fontFocus--light {
  color: #96c2e9 !important;
}
.sg-u-fontFocus--lighter {
  color: #ffffff !important;
}
.sg-u-fontFocus--dark {
  color: #2778bf !important;
}
.sg-u-fontFocus--darker {
  color: #1e5d95 !important;
}
.sg-u-fontDisabled--light {
  color: #D0D0D0 !important;
}
.sg-u-fontDisabled--lighter {
  color: #DADADA !important;
}
.sg-u-fontDisabled--dark {
  color: #BCBCBC !important;
}
.sg-u-fontDisabled--darker {
  color: #B2B2B2 !important;
}
.sg-u-fontBorder--light {
  color: #DDD8D8 !important;
}
.sg-u-fontBorder--lighter {
  color: #E7E2E2 !important;
}
.sg-u-fontBorder--dark {
  color: #C7C0C0 !important;
}
.sg-u-fontBorder--darker {
  color: #BDB6B6 !important;
}
.sg-u-fontWarning--light {
  color: #FFF1B8 !important;
}
.sg-u-fontWarning--lighter {
  color: #FFFBE6 !important;
}
.sg-u-fontWarning--dark {
  color: #A54800 !important;
}
.sg-u-fontWarning--darker {
  color: #702E00 !important;
}
/* Flexbox alignment utilities
   ========================================================================== */
.sg-u-flex--top {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
     -moz-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.sg-u-flex--middle {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
     -moz-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.sg-u-flex--bottom {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
     -moz-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.sg-u-flex--left {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
     -moz-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.sg-u-flex--right {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
     -moz-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.sg-u-flex--centre {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
     -moz-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.sg-u-flex--spaceBetween {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
     -moz-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.sg-u-flex--spaceAround {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}
.sg-u-flex--stretch {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: stretch !important;
  -webkit-justify-content: stretch !important;
     -moz-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
}
.sg-u-flex--stretch > * {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
     -moz-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.sg-u-flexGrow {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
     -moz-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.sg-u-flexShrink {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}
.sg-u-flexNoGrow {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
     -moz-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.sg-u-flexNoShrink {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}
.sg-u-flex--directionColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sg-u-flex--directionRow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sg-u-flex--directionColumnReverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.sg-u-flex--directionRowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sg-u-flex--wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.sg-u-flex--nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}
/* Accessible hider classes
   ========================================================================== */
.sg-u-imageReplacement {
  overflow: hidden;
  /* IE 6/7 fallback */
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
}
.sg-u-imageReplacement:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
.sg-u-hidden {
  display: none;
}
.sg-u-visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
html.lt-ie8 .sg-u-visuallyhidden {
  position: fixed;
}
.sg-u-visuallyhidden.focusable:active,
.sg-u-visuallyhidden.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Responsive hider classes
   ========================================================================== */
@media all and (min-width: 1201px) {
  .sg-u-xxlargeHidden {
    display: none !important;
  }
  .sg-u-visuallyhiddenXXlarge {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  html.lt-ie8 .sg-u-visuallyhiddenXXlarge {
    position: fixed;
  }
  html.lt-ie8 .sg-u-visuallyhiddenXXlarge {
    position: fixed;
  }
}
@media all and (max-width: 1200px) {
  .sg-u-smallToXXlargeHidden {
    display: none !important;
  }
  .sg-u-visuallyhiddenSmallToXXlarge {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  html.lt-ie8 .sg-u-visuallyhiddenSmallToXXlarge {
    position: fixed;
  }
  html.lt-ie8 .sg-u-visuallyhiddenSmallToXXlarge {
    position: fixed;
  }
}
@media all and (min-width: 951px) {
  .sg-u-xlargeHidden {
    display: none !important;
  }
  .sg-u-visuallyhiddenXlarge {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  html.lt-ie8 .sg-u-visuallyhiddenXlarge {
    position: fixed;
  }
  html.lt-ie8 .sg-u-visuallyhiddenXlarge {
    position: fixed;
  }
}
@media all and (max-width: 950px) {
  .sg-u-smallToXlargeHidden {
    display: none !important;
  }
  .sg-u-visuallyhiddenSmallToXlarge {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  html.lt-ie8 .sg-u-visuallyhiddenSmallToXlarge {
    position: fixed;
  }
  html.lt-ie8 .sg-u-visuallyhiddenSmallToXlarge {
    position: fixed;
  }
}
@media all and (min-width: 701px) {
  .sg-u-largeHidden {
    display: none !important;
  }
  .sg-u-visuallyhiddenLarge {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  html.lt-ie8 .sg-u-visuallyhiddenLarge {
    position: fixed;
  }
  html.lt-ie8 .sg-u-visuallyhiddenLarge {
    position: fixed;
  }
}
@media all and (max-width: 700px) {
  .sg-u-mediumAndSmallHidden {
    display: none !important;
  }
  .sg-u-visuallyhiddenMediumAndSmall {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  html.lt-ie8 .sg-u-visuallyhiddenMediumAndSmall {
    position: fixed;
  }
  html.lt-ie8 .sg-u-visuallyhiddenMediumAndSmall {
    position: fixed;
  }
}
@media all and (min-width: 501px) and (max-width: 700px) {
  .sg-u-mediumHidden {
    display: none !important;
  }
  .sg-u-visuallyhiddenMedium {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  html.lt-ie8 .sg-u-visuallyhiddenMedium {
    position: fixed;
  }
  html.lt-ie8 .sg-u-visuallyhiddenMedium {
    position: fixed;
  }
}
@media all and (max-width: 500px) {
  .sg-u-smallHidden {
    display: none !important;
  }
  .sg-u-visuallyhiddenSmall {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  html.lt-ie8 .sg-u-visuallyhiddenSmall {
    position: fixed;
  }
  html.lt-ie8 .sg-u-visuallyhiddenSmall {
    position: fixed;
  }
}
/* Sizing utility classes
   ========================================================================== */
.sg-u-widthMini {
  width: 100% !important;
  max-width: 5em !important;
}
.sg-u-widthTiny {
  width: 100% !important;
  max-width: 7.5em !important;
}
.sg-u-widthSmaller {
  width: 100% !important;
  max-width: 10em !important;
}
.sg-u-widthSmall {
  width: 100% !important;
  max-width: 12.5em !important;
}
.sg-u-widthMedium {
  width: 100% !important;
  max-width: 15em !important;
}
.sg-u-widthLarge {
  width: 100% !important;
  max-width: 17.5em !important;
}
.sg-u-widthLarger {
  width: 100% !important;
  max-width: 20em !important;
}
.sg-u-widthHuge {
  width: 100% !important;
  max-width: 25em !important;
}
.sg-u-widthMega {
  width: 100% !important;
  max-width: 30em !important;
}
.sg-u-width1of10 {
  width: 10% !important;
}
.sg-u-width2of10 {
  width: 20% !important;
}
.sg-u-width3of10 {
  width: 30% !important;
}
.sg-u-width4of10 {
  width: 40% !important;
}
.sg-u-width5of10 {
  width: 50% !important;
}
.sg-u-width6of10 {
  width: 60% !important;
}
.sg-u-width7of10 {
  width: 70% !important;
}
.sg-u-width8of10 {
  width: 80% !important;
}
.sg-u-width9of10 {
  width: 90% !important;
}
.sg-u-width10of10 {
  width: 100% !important;
}
.sg-u-widthAuto {
  width: auto !important;
}
@media all and (max-width: 350px) {
  .sg-u-width10of10--small {
    width: 100% !important;
    max-width: auto !important;
  }
}
@media all and (max-width: 500px) {
  .sg-u-width10of10--medium {
    width: 100% !important;
    max-width: auto !important;
  }
}
@media all and (max-width: 700px) {
  .sg-u-width10of10--large {
    width: 100% !important;
    max-width: auto !important;
  }
}
@media all and (max-width: 950px) {
  .sg-u-width10of10--xlarge {
    width: 100% !important;
    max-width: auto !important;
  }
}
@media all and (max-width: 1200px) {
  .sg-u-width10of10--xxlarge {
    width: 100% !important;
    max-width: auto !important;
  }
}
/* Border utility classes
========================================================================== */
.sg-u-noBorder {
  border-style: none !important;
}
.sg-u-borderSolid {
  border-style: solid !important;
}
.sg-u-borderDashed {
  border-style: dashed !important;
}
.sg-u-borderDotted {
  border-style: dotted !important;
}
.sg-u-borderWidth0 {
  border-width: 0 !important;
}
.sg-u-borderWidth1 {
  border-width: 1px !important;
}
.sg-u-borderWidth2 {
  border-width: 2px !important;
}
.sg-u-borderWidth3 {
  border-width: 3px !important;
}
.sg-u-borderWidth4 {
  border-width: 4px !important;
}
.sg-u-borderWidth5 {
  border-width: 5px !important;
}
.sg-u-borderTopWidth0 {
  border-top-width: 0 !important;
}
.sg-u-borderTopWidth1 {
  border-top-width: 1px !important;
}
.sg-u-borderTopWidth2 {
  border-top-width: 2px !important;
}
.sg-u-borderTopWidth3 {
  border-top-width: 3px !important;
}
.sg-u-borderTopWidth4 {
  border-top-width: 4px !important;
}
.sg-u-borderTopWidth5 {
  border-top-width: 5px !important;
}
.sg-u-borderRightWidth0 {
  border-right-width: 0 !important;
}
.sg-u-borderRightWidth1 {
  border-right-width: 1px !important;
}
.sg-u-borderRightWidth2 {
  border-right-width: 2px !important;
}
.sg-u-borderRightWidth3 {
  border-right-width: 3px !important;
}
.sg-u-borderRightWidth4 {
  border-right-width: 4px !important;
}
.sg-u-borderRightWidth5 {
  border-right-width: 5px !important;
}
.sg-u-borderBottomWidth0 {
  border-bottom-width: 0 !important;
}
.sg-u-borderBottomWidth1 {
  border-bottom-width: 1px !important;
}
.sg-u-borderBottomWidth2 {
  border-bottom-width: 2px !important;
}
.sg-u-borderBottomWidth3 {
  border-bottom-width: 3px !important;
}
.sg-u-borderBottomWidth4 {
  border-bottom-width: 4px !important;
}
.sg-u-borderBottomWidth5 {
  border-bottom-width: 5px !important;
}
.sg-u-borderLeftWidth0 {
  border-left-width: 0 !important;
}
.sg-u-borderLeftWidth1 {
  border-left-width: 1px !important;
}
.sg-u-borderLeftWidth2 {
  border-left-width: 2px !important;
}
.sg-u-borderLeftWidth3 {
  border-left-width: 3px !important;
}
.sg-u-borderLeftWidth4 {
  border-left-width: 4px !important;
}
.sg-u-borderLeftWidth5 {
  border-left-width: 5px !important;
}
.sg-u-borderTopNone {
  border-top-width: 0 !important;
}
.sg-u-borderRightNone {
  border-right-width: 0 !important;
}
.sg-u-borderLeftNone {
  border-left-width: 0 !important;
}
.sg-u-borderBottomNone {
  border-bottom-width: 0 !important;
}
.sg-u-borderPrimary {
  border-color: #6DA300 !important;
}
.sg-u-borderSecondary {
  border-color: #cc0000 !important;
}
.sg-u-borderDark {
  border-color: #2a2a2a !important;
}
.sg-u-borderLight {
  border-color: #ffffff !important;
}
.sg-u-borderCorrect {
  border-color: #6DA300 !important;
}
.sg-u-borderError {
  border-color: #850000 !important;
}
.sg-u-borderText {
  border-color: #535353 !important;
}
.sg-u-borderNeutral {
  border-color: #e5e5e5 !important;
}
.sg-u-borderDisabled {
  border-color: #C6C6C6 !important;
}
.sg-u-borderBorder {
  border-color: #D3CECE !important;
}
.sg-u-borderHighlight {
  border-color: #dbeaf0 !important;
}
.sg-u-borderFocus {
  border-color: #4191d8 !important;
}
.sg-u-borderTransparent {
  border-color: transparent !important;
}
.sg-u-borderTopPrimary {
  border-top-color: #6DA300 !important;
}
.sg-u-borderTopSecondary {
  border-top-color: #cc0000 !important;
}
.sg-u-borderTopDark {
  border-top-color: #2a2a2a !important;
}
.sg-u-borderTopLight {
  border-top-color: #ffffff !important;
}
.sg-u-borderTopCorrect {
  border-top-color: #6DA300 !important;
}
.sg-u-borderTopError {
  border-top-color: #850000 !important;
}
.sg-u-borderTopText {
  border-top-color: #535353 !important;
}
.sg-u-borderTopNeutral {
  border-top-color: #e5e5e5 !important;
}
.sg-u-borderTopDisabled {
  border-top-color: #C6C6C6 !important;
}
.sg-u-borderTopHighlight {
  border-top-color: #dbeaf0 !important;
}
.sg-u-borderTopFocus {
  border-top-color: #4191d8 !important;
}
.sg-u-borderTopBorder {
  border-top-color: #D3CECE !important;
}
.sg-u-borderTopTransparent {
  border-top-color: transparent !important;
}
.sg-u-borderRightPrimary {
  border-right-color: #6DA300 !important;
}
.sg-u-borderRightSecondary {
  border-right-color: #cc0000 !important;
}
.sg-u-borderRightDark {
  border-right-color: #2a2a2a !important;
}
.sg-u-borderRightLight {
  border-right-color: #ffffff !important;
}
.sg-u-borderRightCorrect {
  border-right-color: #6DA300 !important;
}
.sg-u-borderRightError {
  border-right-color: #850000 !important;
}
.sg-u-borderRightText {
  border-right-color: #535353 !important;
}
.sg-u-borderRightNeutral {
  border-right-color: #e5e5e5 !important;
}
.sg-u-borderRightDisabled {
  border-right-color: #C6C6C6 !important;
}
.sg-u-borderRightHighlight {
  border-right-color: #dbeaf0 !important;
}
.sg-u-borderRightFocus {
  border-right-color: #4191d8 !important;
}
.sg-u-borderRightBorder {
  border-right-color: #D3CECE !important;
}
.sg-u-borderRightTransparent {
  border-right-color: transparent !important;
}
.sg-u-borderBottomPrimary {
  border-bottom-color: #6DA300 !important;
}
.sg-u-borderBottomSecondary {
  border-bottom-color: #cc0000 !important;
}
.sg-u-borderBottomDark {
  border-bottom-color: #2a2a2a !important;
}
.sg-u-borderBottomLight {
  border-bottom-color: #ffffff !important;
}
.sg-u-borderBottomCorrect {
  border-bottom-color: #6DA300 !important;
}
.sg-u-borderBottomError {
  border-bottom-color: #850000 !important;
}
.sg-u-borderBottomText {
  border-bottom-color: #535353 !important;
}
.sg-u-borderBottomNeutral {
  border-bottom-color: #e5e5e5 !important;
}
.sg-u-borderBottomDisabled {
  border-bottom-color: #C6C6C6 !important;
}
.sg-u-borderBottomHighlight {
  border-bottom-color: #dbeaf0 !important;
}
.sg-u-borderBottomFocus {
  border-bottom-color: #4191d8 !important;
}
.sg-u-borderBottomBorder {
  border-bottom-color: #D3CECE !important;
}
.sg-u-borderBottomTransparent {
  border-bottom-color: transparent !important;
}
.sg-u-borderLeftPrimary {
  border-left-color: #6DA300 !important;
}
.sg-u-borderLeftSecondary {
  border-left-color: #cc0000 !important;
}
.sg-u-borderLeftDark {
  border-left-color: #2a2a2a !important;
}
.sg-u-borderLeftLight {
  border-left-color: #ffffff !important;
}
.sg-u-borderLeftCorrect {
  border-left-color: #6DA300 !important;
}
.sg-u-borderLeftError {
  border-left-color: #850000 !important;
}
.sg-u-borderLeftText {
  border-left-color: #535353 !important;
}
.sg-u-borderLeftNeutral {
  border-left-color: #e5e5e5 !important;
}
.sg-u-borderLeftDisabled {
  border-left-color: #C6C6C6 !important;
}
.sg-u-borderLeftHighlight {
  border-left-color: #dbeaf0 !important;
}
.sg-u-borderLeftBorder {
  border-left-color: #D3CECE !important;
}
.sg-u-borderLeftTransparent {
  border-left-color: transparent !important;
}
/* Background utility classes
========================================================================== */
.sg-u-bgTransparent {
  background-color: transparent !important;
  background-image: none !important;
}
.sg-u-bgImageCover {
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
}
.sg-u-bgImageContain {
  -moz-background-size: contain !important;
    -o-background-size: contain !important;
       background-size: contain !important;
}
.sg-u-bgPositionCenter {
  background-position: center !important;
}
.sg-u-bgPositionTop {
  background-position: center top !important;
}
.sg-u-bgPositionTopRight {
  background-position: right top !important;
}
.sg-u-bgPositionRight {
  background-position: right center !important;
}
.sg-u-bgPositionBottomRight {
  background-position: right bottom !important;
}
.sg-u-bgPositionBottom {
  background-position: center bottom !important;
}
.sg-u-bgPositionBottomLeft {
  background-position: left bottom !important;
}
.sg-u-bgPositionLeft {
  background-position: left center !important;
}
.sg-u-bgPositionTopLeft {
  background-position: left top !important;
}
/* Box shadow utilities
   ========================================================================== */
.sg-u-noBoxShadow {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
.sg-u-boxShadow--small {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3) !important;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3) !important;
}
.sg-u-boxShadow--medium {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5) !important;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5) !important;
}
.sg-u-boxShadow--large {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7) !important;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7) !important;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7) !important;
}
.sg-u-noBoxShadowHover:hover,
.sg-u-noBoxShadowHover:focus {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
.sg-u-boxShadowHover--small:hover,
.sg-u-boxShadowHover--small:focus {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3) !important;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3) !important;
}
.sg-u-boxShadowHover--medium:hover,
.sg-u-boxShadowHover--medium:focus {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5) !important;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5) !important;
}
.sg-u-boxShadowHover--large:hover,
.sg-u-boxShadowHover--large:focus {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7) !important;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7) !important;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7) !important;
}
/* Event pointer utility classes
========================================================================== */
.sg-u-pointerEvents--none {
  pointer-events: none;
}
/* ==========================================================================
   Global Variables
   ========================================================================== */
/* Colour Palette
   ========================================================================== */
/* Variantion of functional colour
   ========================================================================== */
/* Global padding
   ========================================================================== */
/* Global radius
   ========================================================================== */
/* Global screen sizes
   ========================================================================== */
/* Global page limits
   ========================================================================== */
/* Z Index Scale
   ========================================================================== */
/* Global Box shadows
   ========================================================================== */
/* Spinner
    ====================================================== */
/* Payment logo
    ====================================================== */
.sg-u-bgAAMINEWred {
  background-color: #cc0000 !important;
}
.sg-u-bgAAMINEWdeepred {
  background-color: #850000 !important;
}
.sg-u-bgAAMINEWgreen {
  background-color: #6DA300 !important;
}
.sg-u-bgAAMINEWdarkgreen {
  background-color: #558000 !important;
}
.sg-u-bgAAMINEWdarkgrey {
  background-color: #2a2a2a !important;
}
.sg-u-bgAAMINEWgrey {
  background-color: #535353 !important;
}
.sg-u-bgAAMINEWsoftgrey {
  background-color: #e5e5e5 !important;
}
.sg-u-bgAAMINEWoffwhite {
  background-color: #f7f6f6 !important;
}
.sg-u-bgAAMINEWborder {
  background-color: #D3CECE !important;
}
.sg-u-bgAAMINEWwhite {
  background-color: #ffffff !important;
}
.sg-u-bgAAMINEWlightblue {
  background-color: #dbeaf0 !important;
}
.sg-u-bgAAMINEWtan {
  background-color: #EFE9E2 !important;
}
.sg-u-bgAAMINEWorange {
  background-color: #C25100 !important;
}
/* Table accordion
   ========================================================================== */
.sg-Accordion .sg-Accordion-tableBody:before {
  content: "";
  height: 1px;
  display: block;
}
.sg-Accordion .sg-Accordion-tableBody .sg-Accordion-tableTrigger {
  border-color: #D3CECE;
  padding: 0px;
}
.sg-Accordion .sg-Accordion-tableBody .sg-Accordion-label {
  padding: 7.5px 7.5px 7.5px 30px;
  margin: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: #ebe9e9;
}
.sg-Accordion .sg-Accordion-tableBody .sg-Accordion-label.is-selected {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.sg-Accordion .sg-Accordion-tableBody .sg-Accordion-label:hover {
  background-color: #e5e2e2;
}
.sg-Accordion tbody.sg-Accordion-content {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}
.sg-Accordion tbody.sg-Accordion-content.is-open {
  max-height: 100%;
  display: table-row-group;
}
.sg-Accordion tbody.sg-Accordion-content.is-closed {
  max-height: 100%;
  display: none;
}
/* ==========================================================================
   Accordions
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* must be px size because it is added to padding */
/* Accordions in tables */
/* Default accordion
   ========================================================================== */
.sg-Accordion {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 10px;
}
.sg-Accordion .sg-Accordion-label {
  position: relative;
  display: block;
  padding: 0 0 0 26px;
  width: 100%;
  text-align: left;
  border-width: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-weight: bold;
  color: #cc0000;
  background-color: transparent;
}
.sg-Accordion .sg-Accordion-label.is-selected {
  color: #2a2a2a;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.sg-Accordion .sg-Accordion-label:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
}
.sg-Accordion .sg-Accordion-label.is-selected:before {
  content: "-";
}
.sg-Accordion .sg-Accordion-label:hover {
  cursor: pointer;
  text-decoration: underline;
}
.sg-Accordion .sg-Accordion-label:focus {
  outline: 2px solid #4191d8;
  outline-offset: 2px;
}
.sg-Accordion .sg-Accordion-label:focus:not(:focus-visible) {
  outline: 0;
}
.sg-Accordion .sg-Accordion-content {
  padding: 7.5px 12px 0 12px;
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
/* Default block
   ========================================================================== */
.sg-Accordion.sg-Accordion--block {
  border: 1px solid #D3CECE;
  background-color: #ffffff;
}
.sg-Accordion.sg-Accordion--block .sg-Accordion-label {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 31px;
}
.sg-Accordion.sg-Accordion--block .sg-Accordion-label:before {
  left: 10px;
}
.sg-Accordion.sg-Accordion--block .sg-Accordion-label.is-selected {
  padding-bottom: 10px;
  color: #2a2a2a;
}
.sg-Accordion.sg-Accordion--block .sg-Accordion-content {
  padding: 0 17px;
}
.sg-Accordion.sg-Accordion--block .sg-Accordion-content.is-open {
  padding: 7.5px 17px 0 17px;
  border-top: 1px solid #D3CECE;
}
/* CSS Animation
   ========================================================================== */
.is-open {
  display: block;
}
.is-closed {
  display: none;
}
.sg-Accordion .sg-Accordion-content {
  display: block;
  -webkit-transition: padding-top 0.5s, padding-bottom 0.5s;
     -moz-transition: padding-top 0.5s, padding-bottom 0.5s;
       -o-transition: padding-top 0.5s, padding-bottom 0.5s;
          transition: padding-top 0.5s, padding-bottom 0.5s;
}
.sg-Accordion .sg-Accordion-content.is-closed {
  visibility: hidden;
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
}
/* ==========================================================================
   Accordions
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Style changes
   ========================================================================== */
/* Icons */
.sg-Accordion .sg-Accordion-label:before {
  content: "";
  background-image: url("../img/Icon-plus.svg#secondary");
  background-repeat: no-repeat;
}
.sg-Accordion .sg-Accordion-label.is-selected:before {
  content: "";
  background-image: url("../img/Icon-minus.svg#secondary");
  background-repeat: no-repeat;
}
.sg-Accordion .sg-Accordion-content {
  padding: 7.5px 6px 0 6px;
}
/* Separator */
.sg-Accordion.sg-Accordion--block .sg-Accordion-label {
  padding-top: 13px;
  padding-bottom: 13px;
}
.sg-Accordion.sg-Accordion--block .sg-Accordion-label.is-selected {
  padding-bottom: 13px;
}
.sg-Accordion.sg-Accordion--block .sg-Accordion-content {
  padding: 0 12px;
}
.sg-Accordion.sg-Accordion--block .sg-Accordion-content.is-open {
  padding: 10px 12px 5px 12px;
}
.sg-Accordion .sg-Accordion-tableBody .sg-Accordion-label {
  padding: 20px 20px 20px 36px;
}
.sg-Accordion .sg-Accordion-tableBody .sg-Accordion-label:before {
  left: 15px;
}
.awesomplete [hidden] {
  display: none;
}
.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.awesomplete {
  display: inline-block;
  position: relative;
}
.awesomplete > input {
  display: block;
}
.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}
.awesomplete > ul:empty {
  display: none;
}
.awesomplete > ul {
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  margin: 0.2em 0 0;
  background: hsla(0, 0%, 100%, 0.9);
  background: -webkit-gradient(linear, left top, right bottom, from(white), to(hsla(0, 0%, 100%, 0.8)));
  background: -webkit-linear-gradient(top left, white, hsla(0, 0%, 100%, 0.8));
  background: -moz- oldlinear-gradient(top left, white, hsla(0, 0%, 100%, 0.8));
  background: -o-linear-gradient(top left, white, hsla(0, 0%, 100%, 0.8));
  background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
          box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
@supports ((-webkit-transform: scale(0)) or (-moz-transform: scale(0)) or (-ms-transform: scale(0)) or (-o-transform: scale(0)) or (transform: scale(0))) {
  .awesomplete > ul {
    -webkit-transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
       -moz-transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
         -o-transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
            transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    -webkit-transform-origin: 1.43em -0.43em;
       -moz-transform-origin: 1.43em -0.43em;
        -ms-transform-origin: 1.43em -0.43em;
         -o-transform-origin: 1.43em -0.43em;
            transform-origin: 1.43em -0.43em;
  }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    display: block;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -0.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: 0.4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
}
.awesomplete > ul > li {
  position: relative;
  padding: 0.2em 0.5em;
  cursor: pointer;
}
.awesomplete > ul > li:hover {
  background: hsl(200, 40%, 80%);
  color: black;
}
.awesomplete > ul > li[aria-selected="true"] {
  background: hsl(205, 40%, 40%);
  color: white;
}
.awesomplete mark {
  background: hsl(65, 100%, 50%);
}
.awesomplete li:hover mark {
  background: hsl(68, 100%, 41%);
}
.awesomplete li[aria-selected="true"] mark {
  background: hsl(86, 100%, 21%);
  color: inherit;
}
/* ==========================================================================
   Autocomplete
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Basic awesomplete styling
   ========================================================================== */
div.awesomplete {
  display: block;
}
div.awesomplete > ul {
  z-index: 10;
  max-width: 100%;
  max-height: 220px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #D3CECE;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
div.awesomplete > ul > li {
  padding: 10px;
  word-wrap: break-word;
  width: 100%;
  line-height: 1.5;
  color: #535353;
  background: #ffffff;
  white-space: normal;
  border-bottom: 1px solid #ffffff;
}
div.awesomplete > ul > li mark {
  font-style: inherit;
  color: #535353;
  background: none;
}
div.awesomplete > ul > li[aria-selected="true"] {
  color: #2a2a2a;
  background: #EFF4DA;
}
div.awesomplete > ul > li[aria-selected="true"] mark {
  font-style: inherit;
  color: inherit;
  background: none;
}
div.awesomplete > ul > li:hover {
  color: #2a2a2a;
  background: #EFF4DA;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}
div.awesomplete mark {
  font-style: inherit;
  background: none;
}
div.awesomplete li:hover mark {
  color: #2a2a2a;
  background: none;
}
/* LESS Variables
   ========================================================================== */
/* ==========================================================================
   Default - Button
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Default button
      ========================================================================== */
.sg-Btn,
.sg-Input-upload::file-selector-button {
  display: inline-block;
  min-width: 2.7em;
  padding: 0.57rem 1.5rem;
  margin: 5px 0 5px 0;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.21;
  border: none;
  color: #2a2a2a;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  background-color: #f7f6f6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sg-Btn small {
  display: block;
  font-size: 80%;
  font-weight: bold;
}
.sg-Btn:hover:not(.is-disabled):not([disabled]),
.sg-Btn:focus:not(.is-disabled):not([disabled]) {
  color: #2a2a2a;
  background-color: #dedddd;
}
.sg-Btn:hover,
.sg-Btn:focus {
  text-decoration: none;
}
.sg-Btn:focus {
  outline: 2px solid #4191d8;
  outline-offset: 2px;
}
.sg-Btn:focus:not(:focus-visible) {
  outline: 0;
}
.sg-Btn:active:not(.is-disabled):not([disabled]) {
  background-color: #f7f6f6;
  -webkit-box-shadow: inset 2.5px 2.5px #b9b9b9;
     -moz-box-shadow: inset 2.5px 2.5px #b9b9b9;
          box-shadow: inset 2.5px 2.5px #b9b9b9;
}
.sg-Btn.is-disabled,
.sg-Btn[disabled] {
  color: #2a2a2a;
  border: dashed 1px #afa5a5;
  opacity: 0.55;
  cursor: no-drop;
}
/* Button size variants
      ========================================================================== */
.sg-Btn.sg-Btn--mini {
  padding: 0.4em 0.8em;
  margin: 0;
  font-size: 85%;
}
.sg-Btn.sg-Btn--small {
  padding: 0.8em;
  font-size: 90%;
}
.sg-Btn.sg-Btn--large {
  padding: 0.5em 0.7em;
  font-size: 140%;
}
/* Button style variants
      ========================================================================== */
.sg-Btn.sg-Btn--primary {
  color: #ffffff;
  background-color: #6DA300;
}
.sg-Btn.sg-Btn--primary:hover:not(.is-disabled):not([disabled]),
.sg-Btn.sg-Btn--primary:focus:not(.is-disabled):not([disabled]) {
  color: #ffffff;
  background-color: #578200;
}
.sg-Btn.sg-Btn--primary:active:not(.is-disabled):not([disabled]) {
  background-color: #6DA300;
  -webkit-box-shadow: inset 2.5px 2.5px #456700;
     -moz-box-shadow: inset 2.5px 2.5px #456700;
          box-shadow: inset 2.5px 2.5px #456700;
}
.sg-Btn.sg-Btn--primary.is-disabled,
.sg-Btn.sg-Btn--primary[disabled] {
  border-color: #4c7200;
  color: #ffffff;
}
.sg-Btn.sg-Btn--secondary,
.sg-Input-upload::file-selector-button {
  color: #558000;
  background-color: #ffffff;
}
.sg-Btn.sg-Btn--secondary:hover:not(.is-disabled):not([disabled]),
.sg-Btn.sg-Btn--secondary:focus:not(.is-disabled):not([disabled]) {
  color: #558000;
  background-color: #f7f6f6;
}
.sg-Btn.sg-Btn--secondary:active:not(.is-disabled):not([disabled]) {
  background-color: #ffffff;
  -webkit-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
     -moz-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
          box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
}
.sg-Btn.sg-Btn--secondary.is-disabled,
.sg-Btn.sg-Btn--secondary[disabled] {
  border-color: #b3b3b3;
  color: #558000;
}
.sg-Btn.sg-Btn--tertiary {
  color: #558000;
  background-color: transparent;
  border: solid 1px transparent;
  -webkit-transition: all 0.1s, border 0.4s;
     -moz-transition: all 0.1s, border 0.4s;
       -o-transition: all 0.1s, border 0.4s;
          transition: all 0.1s, border 0.4s;
}
.sg-Btn.sg-Btn--tertiary:hover:not(.is-disabled):not([disabled]),
.sg-Btn.sg-Btn--tertiary:focus:not(.is-disabled):not([disabled]) {
  color: #558000;
  border: solid 1px #558000;
  background-color: transparent;
}
.sg-Btn.sg-Btn--tertiary:active:not(.is-disabled):not([disabled]) {
  background-color: transparent;
  -webkit-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
     -moz-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
          box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
}
.sg-Btn.sg-Btn--tertiary.is-disabled,
.sg-Btn.sg-Btn--tertiary[disabled] {
  background-color: transparent;
  border: dashed 1px #558000;
  color: #558000;
}
.sg-Btn.sg-Btn--light {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.sg-Btn.sg-Btn--light:hover:not(.is-disabled):not([disabled]),
.sg-Btn.sg-Btn--light:focus:not(.is-disabled):not([disabled]) {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.sg-Btn.sg-Btn--light:active:not(.is-disabled):not([disabled]) {
  background-color: transparent;
  -webkit-box-shadow: inset 2.5px 2.5px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 2.5px 2.5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 2.5px 2.5px rgba(0, 0, 0, 0.3);
}
.sg-Btn.sg-Btn--light.is-disabled,
.sg-Btn.sg-Btn--light[disabled] {
  color: #ffffff;
  border: dashed 1px #cccccc;
  background-color: rgba(255, 255, 255, 0.3);
}
.sg-Btn.sg-Btn--ghost {
  color: #2a2a2a;
  background-color: transparent;
  border: 0;
  background-image: none;
}
.sg-Btn.sg-Btn--ghost:hover:not(.is-disabled):not([disabled]),
.sg-Btn.sg-Btn--ghost:focus:not(.is-disabled):not([disabled]) {
  border: 0;
  color: #2a2a2a;
  background-color: #e5e5e5;
  background-image: none;
}
.sg-Btn.sg-Btn--ghost:active:not(.is-disabled):not([disabled]) {
  border: 0;
  background-color: #e5e5e5;
  background-image: none;
}
.sg-Btn.sg-Btn--ghost.is-disabled,
.sg-Btn.sg-Btn--ghost[disabled] {
  color: rgba(42, 42, 42, 0.2);
  border: dashed 1px #000000;
}
/* Preset buttons
      ========================================================================== */
.sg-Btn.sg-Btn--next,
.sg-Btn.sg-Btn--callToAction {
  padding: 0.5em 0.7em;
  font-size: 140%;
  font-size: 1.27rem;
  padding: 0.715rem 0.8rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  text-shadow: none;
}
.sg-Btn.sg-Btn--next:after,
.sg-Btn.sg-Btn--callToAction:after {
  content: "\276F";
  display: inline-block;
  position: relative;
  margin-left: 5px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: 16px;
    -o-background-size: 16px;
       background-size: 16px;
}
.sg-Btn.sg-Btn--next {
  background-color: #ffffff;
  color: #558000;
  font-weight: 900;
  border: solid 1px #558000;
  font-size: 1rem;
}
.sg-Btn.sg-Btn--next:hover:not(.is-disabled):not([disabled]),
.sg-Btn.sg-Btn--next:focus:not(.is-disabled):not([disabled]) {
  color: #558000;
  background-color: #f7f6f6;
}
.sg-Btn.sg-Btn--next:active:not(.is-disabled):not([disabled]) {
  background-color: #ffffff;
  -webkit-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
     -moz-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
          box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
}
.sg-Btn.sg-Btn--next.is-disabled,
.sg-Btn.sg-Btn--next[disabled] {
  border-color: #b3b3b3;
  color: #558000;
}
.sg-Btn.sg-Btn--next .sg-Spinner--mini {
  border-color: #558000;
  border-right-color: rgba(85, 128, 0, 0.4);
}
.sg-Btn.sg-Btn--next.is-disabled,
.sg-Btn.sg-Btn--next[disabled] {
  background-color: #f7f6f6;
  border: dashed 1px #558000;
}
.sg-Btn.sg-Btn--next:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Btn.sg-Btn--next:not(.is-disabled):not([disabled]):hover,
.sg-Btn.sg-Btn--next:not(.is-disabled):not([disabled]):focus,
.sg-Btn.sg-Btn--next:not(.is-disabled):not([disabled]):active {
  background-color: #EFF4DA;
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Btn.sg-Btn--next:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
          box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
}
.sg-Btn.sg-Btn--next.sg-Btn--mini {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
}
.sg-Btn.sg-Btn--next.sg-Btn--small {
  font-size: 0.9rem;
  padding: 0.45rem 0.65rem;
}
.sg-Btn.sg-Btn--next.sg-Btn--large {
  font-size: 1.4rem;
  padding: 0.715rem 0.8rem;
}
.sg-Btn.sg-Btn--callToAction {
  color: #ffffff;
  background-color: #6DA300;
  border: 1px solid #558000;
  font-weight: 900;
  font-size: 1rem;
}
.sg-Btn.sg-Btn--callToAction:hover:not(.is-disabled):not([disabled]),
.sg-Btn.sg-Btn--callToAction:focus:not(.is-disabled):not([disabled]) {
  color: #ffffff;
  background-color: #578200;
}
.sg-Btn.sg-Btn--callToAction:active:not(.is-disabled):not([disabled]) {
  background-color: #6DA300;
  -webkit-box-shadow: inset 2.5px 2.5px #456700;
     -moz-box-shadow: inset 2.5px 2.5px #456700;
          box-shadow: inset 2.5px 2.5px #456700;
}
.sg-Btn.sg-Btn--callToAction.is-disabled,
.sg-Btn.sg-Btn--callToAction[disabled] {
  border-color: #4c7200;
  color: #ffffff;
}
.sg-Btn.sg-Btn--callToAction .sg-Spinner--mini {
  border-color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.4);
}
.sg-Btn.sg-Btn--callToAction:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
  background: #6DA300;
  background: -webkit-linear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: -moz- oldlinear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: -o-linear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: linear-gradient(180deg, #6DA300 0%, #558000 100%);
}
.sg-Btn.sg-Btn--callToAction:not(.is-disabled):not([disabled]):hover,
.sg-Btn.sg-Btn--callToAction:not(.is-disabled):not([disabled]):focus {
  background: #6DA300;
  background: -webkit-linear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: -moz- oldlinear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: -o-linear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: linear-gradient(180deg, #6DA300 0%, #6DA300 100%);
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Btn.sg-Btn--callToAction:not(.is-disabled):not([disabled]):active {
  background: #558000;
  background: -webkit-linear-gradient(270deg, #558000 0%, #558000 100%);
  background: -moz- oldlinear-gradient(270deg, #558000 0%, #558000 100%);
  background: -o-linear-gradient(270deg, #558000 0%, #558000 100%);
  background: linear-gradient(180deg, #558000 0%, #558000 100%);
  -webkit-box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
     -moz-box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
          box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
  border-color: #334D00;
}
.sg-Btn.sg-Btn--callToAction.is-disabled,
.sg-Btn.sg-Btn--callToAction[disabled] {
  border-color: #558000;
}
.sg-Btn.sg-Btn--callToAction.sg-Btn--mini {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
}
.sg-Btn.sg-Btn--callToAction.sg-Btn--small {
  font-size: 0.9rem;
  padding: 0.45rem 0.65rem;
}
.sg-Btn.sg-Btn--callToAction.sg-Btn--large {
  font-size: 1.4rem;
  padding: 0.715rem 0.8rem;
}
.sg-Btn.sg-Btn--prev {
  color: #558000;
  background-color: transparent;
  border: solid 1px transparent;
  -webkit-transition: all 0.1s, border 0.4s;
     -moz-transition: all 0.1s, border 0.4s;
       -o-transition: all 0.1s, border 0.4s;
          transition: all 0.1s, border 0.4s;
  font-weight: 900;
  font-size: 1rem;
  padding: 0.5em 0.7em;
  font-size: 140%;
  font-size: 1.27rem;
  padding: 0.715rem 0.8rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 20px;
  text-shadow: none;
}
.sg-Btn.sg-Btn--prev:hover:not(.is-disabled):not([disabled]),
.sg-Btn.sg-Btn--prev:focus:not(.is-disabled):not([disabled]) {
  color: #558000;
  border: solid 1px #558000;
  background-color: transparent;
}
.sg-Btn.sg-Btn--prev:active:not(.is-disabled):not([disabled]) {
  background-color: transparent;
  -webkit-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
     -moz-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
          box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
}
.sg-Btn.sg-Btn--prev.is-disabled,
.sg-Btn.sg-Btn--prev[disabled] {
  background-color: transparent;
  border: dashed 1px #558000;
  color: #558000;
}
.sg-Btn.sg-Btn--prev .sg-Spinner--mini {
  border-color: #558000;
  border-right-color: rgba(85, 128, 0, 0.4);
}
.sg-Btn.sg-Btn--prev:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Btn.sg-Btn--prev:not(.is-disabled):not([disabled]):hover,
.sg-Btn.sg-Btn--prev:not(.is-disabled):not([disabled]):focus,
.sg-Btn.sg-Btn--prev:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Btn.sg-Btn--prev:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
          box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
}
.sg-Btn.sg-Btn--prev.sg-Btn--mini {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
}
.sg-Btn.sg-Btn--prev.sg-Btn--small {
  font-size: 0.9rem;
  padding: 0.45rem 0.65rem;
}
.sg-Btn.sg-Btn--prev.sg-Btn--large {
  font-size: 1.4rem;
  padding: 0.715rem 0.8rem;
}
.sg-Btn.sg-Btn--prev:before {
  content: "\276E";
  display: inline-block;
  position: relative;
  margin-right: 5px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: 16px;
    -o-background-size: 16px;
       background-size: 16px;
}
.sg-Btn.sg-Btn--iconLeft,
.sg-Btn.sg-Btn--iconRight {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.95em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sg-Btn.sg-Btn--iconLeft .sg-Btn-icon,
.sg-Btn.sg-Btn--iconRight .sg-Btn-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}
.sg-Btn--iconRight > .sg-Btn-icon,
.sg-Btn--iconRight > .sg-Spinner {
  margin-left: 5px;
  margin-right: -0.5em;
}
.sg-Btn--iconLeft > .sg-Btn-icon,
.sg-Btn--iconLeft > .sg-Spinner {
  margin-right: 5px;
  margin-left: -0.5em;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.sg-Btn.sg-Btn--iconOnly {
  padding: 0.5em;
  min-width: 0;
  line-height: 0;
  background: #e5e5e5;
  border: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.sg-Btn.sg-Btn--iconOnly:hover {
  background: #ffffff;
}
.sg-Btn.sg-Btn--iconOnly.sg-Btn--ghost {
  background: rgba(247, 246, 246, 0.65);
}
/* Legacy --- --- --- --- --- --- --- !
      TODO: Deprecate by March 2019
      ========================================================================== */
.sg-Btn.sg-Btn--iconRightXsmall {
  padding-right: 31px;
  position: relative;
}
.sg-Btn.sg-Btn--iconRightXsmall > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  right: 7.5px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-repeat: no-repeat;
  -moz-background-size: 16px;
    -o-background-size: 16px;
       background-size: 16px;
}
.sg-Btn.sg-Btn--iconRightSmall {
  padding-right: 39px;
  position: relative;
}
.sg-Btn.sg-Btn--iconRightSmall > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  right: 7.5px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  -moz-background-size: 24px;
    -o-background-size: 24px;
       background-size: 24px;
}
.sg-Btn.sg-Btn--iconRightMedium {
  padding-right: 47px;
  position: relative;
}
.sg-Btn.sg-Btn--iconRightMedium > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  right: 7.5px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-repeat: no-repeat;
  -moz-background-size: 32px;
    -o-background-size: 32px;
       background-size: 32px;
}
.sg-Btn.sg-Btn--iconRightLarge {
  padding-right: 55px;
  position: relative;
}
.sg-Btn.sg-Btn--iconRightLarge > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  right: 7.5px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-repeat: no-repeat;
  -moz-background-size: 40px;
    -o-background-size: 40px;
       background-size: 40px;
}
.sg-Btn.sg-Btn--iconRightXlarge {
  padding-right: 63px;
  position: relative;
}
.sg-Btn.sg-Btn--iconRightXlarge > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  right: 7.5px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-repeat: no-repeat;
  -moz-background-size: 48px;
    -o-background-size: 48px;
       background-size: 48px;
}
.sg-Btn.sg-Btn--iconLeftXsmall {
  padding-left: 31px;
  position: relative;
}
.sg-Btn.sg-Btn--iconLeftXsmall > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  left: 7.5px;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-repeat: no-repeat;
  -moz-background-size: 16px;
    -o-background-size: 16px;
       background-size: 16px;
}
.sg-Btn.sg-Btn--iconLeftSmall {
  padding-left: 39px;
  position: relative;
}
.sg-Btn.sg-Btn--iconLeftSmall > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  left: 7.5px;
  right: 10px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  -moz-background-size: 24px;
    -o-background-size: 24px;
       background-size: 24px;
}
.sg-Btn.sg-Btn--iconLeftMedium {
  padding-left: 47px;
  position: relative;
}
.sg-Btn.sg-Btn--iconLeftMedium > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  left: 7.5px;
  right: 10px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-repeat: no-repeat;
  -moz-background-size: 32px;
    -o-background-size: 32px;
       background-size: 32px;
}
.sg-Btn.sg-Btn--iconLeftLarge {
  padding-left: 55px;
  position: relative;
}
.sg-Btn.sg-Btn--iconLeftLarge > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  left: 7.5px;
  right: 10px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-repeat: no-repeat;
  -moz-background-size: 40px;
    -o-background-size: 40px;
       background-size: 40px;
}
.sg-Btn.sg-Btn--iconLeftXlarge {
  padding-left: 63px;
  position: relative;
}
.sg-Btn.sg-Btn--iconLeftXlarge > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  left: 7.5px;
  right: 10px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-repeat: no-repeat;
  -moz-background-size: 48px;
    -o-background-size: 48px;
       background-size: 48px;
}
/* Spinner button
      ========================================================================== */
.sg-Btn.sg-Btn--primary .sg-Spinner--mini {
  border-color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.4);
}
.sg-Btn.sg-Btn--secondary .sg-Spinner--mini {
  border-color: #558000;
  border-right-color: rgba(85, 128, 0, 0.4);
}
.sg-Btn.sg-Btn--tertiary .sg-Spinner--mini {
  border-color: #558000;
  border-right-color: rgba(85, 128, 0, 0.4);
}
.sg-Btn.sg-Btn--light .sg-Spinner--mini {
  border-color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.4);
}
.sg-Btn--iconRight > .sg-Spinner--mini {
  margin-left: 10px;
  margin-right: 0px;
}
.sg-Btn--iconLeft > .sg-Spinner--mini {
  margin-right: 10px;
  margin-left: 0px;
}
/* ==========================================================================
   AAMINEW - Button
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/*
 Custom AAMI button variables
*/
/* Brand styling overrides
   ========================================================================== */
a.sg-Btn {
  color: #2a2a2a;
}
.sg-Btn,
.sg-Input-upload::file-selector-button {
  border: 1px solid #D3CECE;
  font-weight: normal;
}
.sg-Btn:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.sg-Btn:not(.is-disabled):not([disabled]):hover,
.sg-Btn:not(.is-disabled):not([disabled]):focus,
.sg-Btn:not(.is-disabled):not([disabled]):active {
  border-color: #558000;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px #558000;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px #558000;
}
.sg-Btn:not(.is-disabled):not([disabled]):hover,
.sg-Btn:not(.is-disabled):not([disabled]):focus {
  background-color: #ffffff;
}
.sg-Btn:not(.is-disabled):not([disabled]):active {
  background-color: #EFF4DA;
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
          box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
}
.sg-Btn.is-disabled,
.sg-Btn[disabled] {
  border: dashed 1px #BDB6B6;
}
.sg-Btn,
.sg-Btn.sg-Btn--prev,
.sg-Btn.sg-Btn--next,
.sg-Btn.sg-Btn--callToAction,
.sg-Btn.sg-Btn--iconLeft,
.sg-Btn.sg-Btn--iconRight,
.sg-Input-upload::file-selector-button {
  line-height: 1.25rem;
  padding: 0.57rem 1.5rem;
}
.sg-Btn.sg-Btn--primary {
  border: 1px solid #558000;
  font-weight: 900;
}
.sg-Btn.sg-Btn--primary:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
  background: #6DA300;
  background: -webkit-linear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: -moz- oldlinear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: -o-linear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: linear-gradient(180deg, #6DA300 0%, #558000 100%);
}
.sg-Btn.sg-Btn--primary:not(.is-disabled):not([disabled]):hover,
.sg-Btn.sg-Btn--primary:not(.is-disabled):not([disabled]):focus {
  background: #6DA300;
  background: -webkit-linear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: -moz- oldlinear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: -o-linear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: linear-gradient(180deg, #6DA300 0%, #6DA300 100%);
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Btn.sg-Btn--primary:not(.is-disabled):not([disabled]):active {
  background: #558000;
  background: -webkit-linear-gradient(270deg, #558000 0%, #558000 100%);
  background: -moz- oldlinear-gradient(270deg, #558000 0%, #558000 100%);
  background: -o-linear-gradient(270deg, #558000 0%, #558000 100%);
  background: linear-gradient(180deg, #558000 0%, #558000 100%);
  -webkit-box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
     -moz-box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
          box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
  border-color: #334D00;
}
.sg-Btn.sg-Btn--primary.is-disabled,
.sg-Btn.sg-Btn--primary[disabled] {
  border-color: #558000;
}
.sg-Btn.sg-Btn--secondary,
.sg-Input-upload::file-selector-button {
  color: #558000;
  font-weight: 900;
  border: solid 1px #558000;
}
.sg-Btn.sg-Btn--secondary.is-disabled,
.sg-Btn.sg-Btn--secondary[disabled] {
  background-color: #f7f6f6;
  border: dashed 1px #558000;
}
.sg-Btn.sg-Btn--secondary:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Btn.sg-Btn--secondary:not(.is-disabled):not([disabled]):hover,
.sg-Btn.sg-Btn--secondary:not(.is-disabled):not([disabled]):focus,
.sg-Btn.sg-Btn--secondary:not(.is-disabled):not([disabled]):active {
  background-color: #EFF4DA;
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Btn.sg-Btn--secondary:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
          box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
}
.sg-Btn.sg-Btn--tertiary {
  font-weight: 900;
}
.sg-Btn.sg-Btn--tertiary:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Btn.sg-Btn--tertiary:not(.is-disabled):not([disabled]):hover,
.sg-Btn.sg-Btn--tertiary:not(.is-disabled):not([disabled]):focus,
.sg-Btn.sg-Btn--tertiary:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Btn.sg-Btn--tertiary:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
          box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
}
.sg-Btn.sg-Btn--light {
  font-weight: 900;
}
.sg-Btn.sg-Btn--light:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Btn.sg-Btn--light:not(.is-disabled):not([disabled]):hover,
.sg-Btn.sg-Btn--light:not(.is-disabled):not([disabled]):focus,
.sg-Btn.sg-Btn--light:not(.is-disabled):not([disabled]):active {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
     -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.sg-Btn.sg-Btn--light:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff, inset 0 5px 1px #2a2a2a;
     -moz-box-shadow: inset 0px 0px 0px 1px #ffffff, inset 0 5px 1px #2a2a2a;
          box-shadow: inset 0px 0px 0px 1px #ffffff, inset 0 5px 1px #2a2a2a;
}
.sg-Btn.sg-Btn--prev:before {
  content: "";
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  background-position: 0 1px !important;
  background-image: url("../img/Icon-arrowLeft.svg#primary");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.sg-Btn.sg-Btn--prev:before.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.sg-Btn.sg-Btn--next:after {
  content: "";
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  background-position: 0 1px !important;
  background-image: url("../img/Icon-arrowRight.svg#primary");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.sg-Btn.sg-Btn--next:after.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.sg-Btn.sg-Btn--callToAction:after {
  content: "";
  background-position: 0 1px !important;
  background-image: url("../img/Icon-arrowRight.svg#light");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.sg-Btn.sg-Btn--callToAction:after.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.sg-Btn.sg-Btn--callToAction:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
  border: 0;
}
.sg-Btn.sg-Btn--iconOnly {
  border: 0;
}
.sg-Btn.sg-Btn--iconOnly:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
/*  Button Sizes
   ========================================================================== */
.sg-Btn,
.sg-Input-upload::file-selector-button {
  font-size: 0.9rem;
}
.sg-Btn.sg-Btn--primary,
.sg-Btn.sg-Btn--secondary,
.sg-Btn.sg-Btn--tertiary,
.sg-Btn.sg-Btn--light,
.sg-Btn.sg-Btn--prev,
.sg-Btn.sg-Btn--next,
.sg-Btn.sg-Btn.sg-Btn--callToAction,
.sg-Input-upload::file-selector-button {
  font-size: 1rem;
}
.sg-Btn.sg-Btn--mini {
  font-size: 0.815rem;
  padding: 0.4rem 0.8rem;
}
.sg-Btn.sg-Btn--primary.sg-Btn--mini,
.sg-Btn.sg-Btn--secondary.sg-Btn--mini,
.sg-Btn.sg-Btn--tertiary.sg-Btn--mini,
.sg-Btn.sg-Btn--light.sg-Btn--mini,
.sg-Btn.sg-Btn--prev.sg-Btn--mini,
.sg-Btn.sg-Btn--next.sg-Btn--mini,
.sg-Btn.sg-Btn.sg-Btn--callToAction.sg-Btn--mini {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
}
.sg-Btn.sg-Btn--small {
  font-size: 0.85rem;
  padding: 0.45rem 0.65rem;
}
.sg-Btn.sg-Btn--primary.sg-Btn--small,
.sg-Btn.sg-Btn--secondary.sg-Btn--small,
.sg-Btn.sg-Btn--tertiary.sg-Btn--small,
.sg-Btn.sg-Btn--light.sg-Btn--small,
.sg-Btn.sg-Btn--prev.sg-Btn--small,
.sg-Btn.sg-Btn--next.sg-Btn--small,
.sg-Btn.sg-Btn.sg-Btn--callToAction.sg-Btn--small {
  font-size: 0.9rem;
  padding: 0.45rem 0.65rem;
}
.sg-Btn.sg-Btn--large {
  font-size: 1.27rem;
  padding: 0.715rem 0.8rem;
}
.sg-Btn.sg-Btn--primary.sg-Btn--large,
.sg-Btn.sg-Btn--secondary.sg-Btn--large,
.sg-Btn.sg-Btn--tertiary.sg-Btn--large,
.sg-Btn.sg-Btn--light.sg-Btn--large,
.sg-Btn.sg-Btn--prev.sg-Btn--large,
.sg-Btn.sg-Btn--next.sg-Btn--large,
.sg-Btn.sg-Btn.sg-Btn--callToAction.sg-Btn--large {
  font-size: 1.4rem;
  padding: 0.715rem 0.8rem;
}
/* ==========================================================================
Card component
========================================================================== */
/* LESS Variables
========================================================================== */
/* Styles
========================================================================== */
.sg-Card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border: 1px solid #D3CECE;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
     -moz-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sg-Card .sg-Card-inner {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.sg-Card .sg-Card-inner,
.sg-Card .sg-Card-inner:hover {
  border-width: 0;
}
.sg-Card .sg-Card-inner .sg-Card-section .sg-Card-inner:focus {
  outline: 2px solid #4191d8;
  outline-offset: -2px;
}
.sg-Card .sg-Card-inner .sg-Card-section .sg-Card-inner:focus:not(:focus-visible) {
  outline: 0;
}
.sg-Card .sg-Card-inner:not([class*="sg-Cell"]) {
  background: #ffffff;
}
.sg-Card > a.sg-Card-inner {
  text-decoration: none;
}
.sg-Card > a.sg-Card-inner:before {
  content: "";
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
  display: block;
  -webkit-border-radius: inherit;
     -moz-border-radius: inherit;
          border-radius: inherit;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.sg-Card > a.sg-Card-inner:hover {
  text-decoration: none;
}
.sg-Card > a.sg-Card-inner:hover:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: -webkit-calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: -moz-calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 1;
  -webkit-box-shadow: inset 0px 0px 0px 2px #6DA300;
     -moz-box-shadow: inset 0px 0px 0px 2px #6DA300;
          box-shadow: inset 0px 0px 0px 2px #6DA300;
}
.sg-Card > a.sg-Card-inner:focus {
  outline: 2px solid #4191d8;
  outline-offset: 4px;
}
.sg-Card > a.sg-Card-inner:focus:not(:focus-visible) {
  outline: 0;
}
.sg-Card > a.sg-Card-inner:not([class*="sg-Cell"]) {
  color: #535353;
}
.sg-Card > .sg-Card-inner {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sg-Card:not(.sg-Card-row) > .sg-Card-inner .sg-Card-section,
.sg-Card:not(.sg-Card-row) > .sg-Card-inner .sg-Card-inner {
  width: 100%;
}
.sg-Card.sg-Card-row > .sg-Card-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
     -moz-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
     -moz-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
}
.sg-Card.sg-Card-row > .sg-Card-inner .sg-Card-section {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sg-Card.sg-Card-row .sg-Card-section > .sg-Card-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.sg-Card.sg-Card-row .sg-Card-section > .sg-Card-inner,
.sg-Card.sg-Card-row .sg-Card-section > .sg-Card-inner:hover {
  border-width: 0;
}
.sg-Card.sg-Card-row .sg-Card-section + .sg-Card-section > .sg-Card-inner {
  border-left-style: solid;
}
.sg-Card.sg-Card-row .sg-Card-section + .sg-Card-section > .sg-Card-inner,
.sg-Card.sg-Card-row .sg-Card-section + .sg-Card-section > .sg-Card-inner:hover {
  border-width: 0 0 0 1px;
}
.sg-Card.sg-Card-row .sg-Card-section + .sg-Card-section > .sg-Card-inner:not([class*="sg-Cell"]) {
  border-left-color: #D3CECE;
}
.sg-Card.sg-Card-row .sg-Card-section:first-child,
.sg-Card.sg-Card-row .sg-Card-section:only-child,
.sg-Card.sg-Card-row .sg-Card-section:first-child > .sg-Card-inner,
.sg-Card.sg-Card-row .sg-Card-section:only-child > .sg-Card-inner {
  -webkit-border-top-left-radius: 8px;
     -moz-border-radius-topleft: 8px;
          border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
     -moz-border-radius-bottomleft: 8px;
          border-bottom-left-radius: 8px;
}
.sg-Card.sg-Card-row .sg-Card-section:last-child,
.sg-Card.sg-Card-row .sg-Card-section:only-child,
.sg-Card.sg-Card-row .sg-Card-section:last-child > .sg-Card-inner,
.sg-Card.sg-Card-row .sg-Card-section:only-child > .sg-Card-inner {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 8px;
     -moz-border-radius-topright: 8px;
          border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
     -moz-border-radius-bottomright: 8px;
          border-bottom-right-radius: 8px;
}
.sg-Card.sg-Card--large > .sg-Card-inner > .sg-Card-section > .sg-Card-inner {
  padding: 40px 40px 30px 40px;
}
.sg-Card.sg-Card--largeMulti > .sg-Card-inner > .sg-Card-section > .sg-Card-inner {
  padding: 20px 40px 15px 40px;
}
.sg-Card .sg-Card-section {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.sg-Card .sg-Card-section + .sg-Card-section > .sg-Card-inner,
.sg-Card .sg-Card-section + .sg-Card-section > .sg-Card-inner:hover {
  border-width: 1px 0 0 0;
  border-top-style: solid;
}
.sg-Card .sg-Card-section + .sg-Card-section > .sg-Card-inner:not([class*="sg-Cell"]) {
  border-top-color: #D3CECE;
}
.sg-Card .sg-Card-section:first-child,
.sg-Card .sg-Card-section:only-child {
  -webkit-border-top-left-radius: 8px;
     -moz-border-radius-topleft: 8px;
          border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
     -moz-border-radius-topright: 8px;
          border-top-right-radius: 8px;
}
.sg-Card .sg-Card-section:first-child > .sg-Card-inner,
.sg-Card .sg-Card-section:only-child > .sg-Card-inner {
  -webkit-border-top-left-radius: 8px;
     -moz-border-radius-topleft: 8px;
          border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
     -moz-border-radius-topright: 8px;
          border-top-right-radius: 8px;
}
.sg-Card .sg-Card-section:last-child,
.sg-Card .sg-Card-section:only-child {
  -webkit-border-bottom-left-radius: 8px;
     -moz-border-radius-bottomleft: 8px;
          border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
     -moz-border-radius-bottomright: 8px;
          border-bottom-right-radius: 8px;
}
.sg-Card .sg-Card-section:last-child > .sg-Card-inner,
.sg-Card .sg-Card-section:only-child > .sg-Card-inner {
  -webkit-border-bottom-left-radius: 8px;
     -moz-border-radius-bottomleft: 8px;
          border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
     -moz-border-radius-bottomright: 8px;
          border-bottom-right-radius: 8px;
}
.sg-Card .sg-Card-section > .sg-Card-inner {
  padding: 20px 20px 20px 20px;
  display: block;
}
.sg-Card .sg-Card-section > .sg-Card-inner.sg-Card-img {
  overflow: hidden;
  padding: 0;
}
.sg-Card .sg-Card-section a.sg-Card-inner {
  text-decoration: none;
}
.sg-Card .sg-Card-section a.sg-Card-inner:hover {
  text-decoration: none;
}
.sg-Card .sg-Card-header > .sg-Card-inner {
  background-color: #f7f6f6;
}
.sg-Card .sg-Card-footer {
  margin-top: auto;
}
.sg-Card .sg-Card-footer > .sg-Card-inner {
  background-color: #f7f6f6;
}
.sg-Card .sg-Card-img {
  -webkit-border-radius: inherit;
     -moz-border-radius: inherit;
          border-radius: inherit;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 350px) {
  .sg-Card.sg-Card--collapseSmall.sg-Card-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sg-Card.sg-Card--collapseSmall.sg-Card-row > .sg-Card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sg-Card.sg-Card--collapseSmall.sg-Card-row .sg-Card-section {
    width: 100% !important;
  }
  .sg-Card.sg-Card--collapseSmall.sg-Card-row .sg-Card-section + .sg-Card-section > .sg-Card-inner {
    border-width: 1px 0 0 0;
  }
  .sg-Card.sg-Card--collapseSmall.sg-Card-row .sg-Card-section:first-child,
  .sg-Card.sg-Card--collapseSmall.sg-Card-row .sg-Card-section:only-child,
  .sg-Card.sg-Card--collapseSmall.sg-Card-row .sg-Card-section:first-child > .sg-Card-inner,
  .sg-Card.sg-Card--collapseSmall.sg-Card-row .sg-Card-section:only-child > .sg-Card-inner {
    -webkit-border-top-left-radius: 8px;
       -moz-border-radius-topleft: 8px;
            border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
       -moz-border-radius-topright: 8px;
            border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
  }
  .sg-Card.sg-Card--collapseSmall.sg-Card-row .sg-Card-section:last-child,
  .sg-Card.sg-Card--collapseSmall.sg-Card-row .sg-Card-section:only-child,
  .sg-Card.sg-Card--collapseSmall.sg-Card-row .sg-Card-section:last-child > .sg-Card-inner,
  .sg-Card.sg-Card--collapseSmall.sg-Card-row .sg-Card-section:only-child > .sg-Card-inner {
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
            border-bottom-left-radius: 8px;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomright: 8px;
            border-bottom-right-radius: 8px;
  }
}
@media only screen and (max-width: 500px) {
  .sg-Card.sg-Card--collapseMedium.sg-Card-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sg-Card.sg-Card--collapseMedium.sg-Card-row > .sg-Card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sg-Card.sg-Card--collapseMedium.sg-Card-row .sg-Card-section {
    width: 100% !important;
  }
  .sg-Card.sg-Card--collapseMedium.sg-Card-row .sg-Card-section + .sg-Card-section > .sg-Card-inner {
    border-width: 1px 0 0 0;
  }
  .sg-Card.sg-Card--collapseMedium.sg-Card-row .sg-Card-section:first-child,
  .sg-Card.sg-Card--collapseMedium.sg-Card-row .sg-Card-section:only-child,
  .sg-Card.sg-Card--collapseMedium.sg-Card-row .sg-Card-section:first-child > .sg-Card-inner,
  .sg-Card.sg-Card--collapseMedium.sg-Card-row .sg-Card-section:only-child > .sg-Card-inner {
    -webkit-border-top-left-radius: 8px;
       -moz-border-radius-topleft: 8px;
            border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
       -moz-border-radius-topright: 8px;
            border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
  }
  .sg-Card.sg-Card--collapseMedium.sg-Card-row .sg-Card-section:last-child,
  .sg-Card.sg-Card--collapseMedium.sg-Card-row .sg-Card-section:only-child,
  .sg-Card.sg-Card--collapseMedium.sg-Card-row .sg-Card-section:last-child > .sg-Card-inner,
  .sg-Card.sg-Card--collapseMedium.sg-Card-row .sg-Card-section:only-child > .sg-Card-inner {
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
            border-bottom-left-radius: 8px;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomright: 8px;
            border-bottom-right-radius: 8px;
  }
  .sg-Card.sg-Card--large > .sg-Card-inner > .sg-Card-section > .sg-Card-inner {
    padding: 20px 20px 20px 20px;
  }
  .sg-Card.sg-Card--largeMulti > .sg-Card-inner > .sg-Card-section > .sg-Card-inner {
    padding: 20px 20px 10px 20px;
  }
}
@media only screen and (max-width: 700px) {
  .sg-Card.sg-Card--collapseLarge.sg-Card-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sg-Card.sg-Card--collapseLarge.sg-Card-row > .sg-Card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sg-Card.sg-Card--collapseLarge.sg-Card-row .sg-Card-section {
    width: 100% !important;
  }
  .sg-Card.sg-Card--collapseLarge.sg-Card-row .sg-Card-section + .sg-Card-section > .sg-Card-inner {
    border-width: 1px 0 0 0;
  }
  .sg-Card.sg-Card--collapseLarge.sg-Card-row .sg-Card-section:first-child,
  .sg-Card.sg-Card--collapseLarge.sg-Card-row .sg-Card-section:only-child,
  .sg-Card.sg-Card--collapseLarge.sg-Card-row .sg-Card-section:first-child > .sg-Card-inner,
  .sg-Card.sg-Card--collapseLarge.sg-Card-row .sg-Card-section:only-child > .sg-Card-inner {
    -webkit-border-top-left-radius: 8px;
       -moz-border-radius-topleft: 8px;
            border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
       -moz-border-radius-topright: 8px;
            border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
  }
  .sg-Card.sg-Card--collapseLarge.sg-Card-row .sg-Card-section:last-child,
  .sg-Card.sg-Card--collapseLarge.sg-Card-row .sg-Card-section:only-child,
  .sg-Card.sg-Card--collapseLarge.sg-Card-row .sg-Card-section:last-child > .sg-Card-inner,
  .sg-Card.sg-Card--collapseLarge.sg-Card-row .sg-Card-section:only-child > .sg-Card-inner {
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
            border-bottom-left-radius: 8px;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomright: 8px;
            border-bottom-right-radius: 8px;
  }
}
/* ==========================================================================
   AAMINEW Card
   ========================================================================== */
/* LESS Variable overrides
   ====================================================== */
/* Brand styling overrides
   ====================================================== */
.sg-Card .sg-Card-header,
.sg-Card .sg-Card-header:hover {
  border: 0;
  border-bottom: 3px solid #cc0000;
}
.sg-Card .sg-Card-section + .sg-Card-section.sg-Card-footer > .sg-Card-inner {
  border-top-width: 0px;
}
.sg-Carousel {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}
.sg-Carousel.re-render {
  overflow: auto;
}
.sg-Carousel-track {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  scroll-snap-type: x mandatory;
  overflow: hidden;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sg-Carousel-track.sgjs-on-animate {
  scroll-snap-type: none;
}
.sg-Carousel-item {
  padding: 5px;
  width: 100%;
  min-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  scroll-snap-align: start;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.sg-Carousel--center .sg-Carousel-item {
  scroll-snap-align: center;
}
.sg-Carousel-item:focus-visible {
  outline: 0;
}
.sg-Carousel--center .sg-Carousel-item {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  -webkit-flex-basis: -webkit-calc(100% - 50px);
      -ms-flex-preferred-size: calc(100% - 50px);
          flex-basis: -moz-calc(100% - 50px);
          flex-basis: calc(100% - 50px);
  min-width: -webkit-calc(100% - 50px);
  min-width: -moz-calc(100% - 50px);
  min-width: calc(100% - 50px);
}
.sgjs-on-resize .sg-Carousel-item {
  min-height: 0 !important;
}
.sg-Carousel-item > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}
.sg-Carousel-item.sgjs-visible-slide > * {
  max-width: 100%;
}
.sg-Carousel-item.sgjs-hidden-slide {
  visibility: hidden;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.sgjs-on-animate.sgjs-no-touch .sg-Carousel-item.sgjs-hidden-slide {
  visibility: visible;
}
.sg-Carousel-item.sgjs-on-animate-prev {
  -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
     -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
          animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  -webkit-animation-delay: 0.1s;
     -moz-animation-delay: 0.1s;
       -o-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.sg-Carousel-item.sgjs-on-animate-next {
  -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
     -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
          animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  -webkit-animation-delay: 0.1s;
     -moz-animation-delay: 0.1s;
       -o-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.sg-Carousel-item.sgjs-clone-slide {
  max-width: 25px !important;
  min-width: 25px !important;
  padding: 5px !important;
  overflow: hidden;
}
.sg-Carousel-item.sgjs-clone-slide.sgjs-prev-clone-slide > * {
  -webkit-transform: translateX(-webkit-calc(-100% + 10px*1.5));
     -moz-transform: translateX(-moz-calc(-100% + 10px*1.5));
      -ms-transform: translateX(calc(-100% + 10px*1.5));
       -o-transform: translateX(calc(-100% + 10px*1.5));
          transform: translateX(calc(-100% + 10px*1.5));
}
.sg-Carousel--center:before,
.sg-Carousel--center:after {
  content: "";
  width: 1px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: -webkit-box-shadow 0.2s;
     -moz-transition: -moz-box-shadow 0.2s;
       -o-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
}
.sg-Carousel--center:before {
  left: -1px;
}
.sg-Carousel--center:after {
  right: -1px;
}
.sg-Carousel--center:not(.sgjs-no-prev):before {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.6);
}
.sg-Carousel--sideButtons.sg-Carousel--center:not(.sgjs-no-prev):before {
  width: 15px;
  left: 0;
}
.sgjs-noSlidesToScroll.sg-Carousel--center:not(.sgjs-no-prev):before {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Carousel--center:not(.sgjs-no-next):after {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.6);
}
.sg-Carousel--sideButtons.sg-Carousel--center:not(.sgjs-no-next):after {
  width: 15px;
  right: 0;
}
.sgjs-noSlidesToScroll.sg-Carousel--center:not(.sgjs-no-next):after {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Carousel--nonInfinite .sg-Carousel-item.sgjs-prev-slide:last-child,
.sg-Carousel--nonInfinite .sg-Carousel-item.sgjs-next-slide:first-child {
  display: none;
}
.sg-Carousel--nonInfinite .sg-Carousel-item.sgjs-visible-slide:first-child {
  margin-left: 25px !important;
}
.sg-Carousel--nonInfinite .sg-Carousel-item.sgjs-visible-slide:last-child {
  margin-right: 25px !important;
}
.sg-Carousel--nonInfinite .sg-Carousel-item.sgjs-clone-slide:first-child,
.sg-Carousel--nonInfinite .sg-Carousel-item.sgjs-clone-slide:last-child {
  visibility: hidden;
}
.sg-Carousel-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
}
.sg-Carousel--center .sg-Carousel-controls {
  right: 25px;
}
.sgjs-noSlidesToScroll .sg-Carousel-controls {
  display: none;
}
.sg-Carousel--sideButtons {
  padding: 30px 35px 30px 35px;
}
.sg-Carousel--sideButtons.sg-Carousel--center {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.sg-Carousel--sideButtons .sg-Carousel-counter {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
html.lt-ie8 .sg-Carousel--sideButtons .sg-Carousel-counter {
  position: fixed;
}
html.lt-ie8 .sg-Carousel--sideButtons .sg-Carousel-counter {
  position: fixed;
}
.sg-Carousel--sideButtons .sg-Carousel-controls {
  position: static;
}
.sg-Carousel--sideButtons .sg-Carousel-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  left: 0;
  height: 45px;
}
.sg-Carousel--sideButtons .sg-Carousel-control.sg-Carousel-control--next {
  left: auto;
  right: 0;
}
.sg-Carousel-control {
  /* IE 6/7 fallback */
  /* IE 6/7 fallback */
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
  display: inline-block;
  min-width: 2.7em;
  padding: 0.57rem 1.5rem;
  margin: 5px 0 5px 0;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.21;
  border: none;
  color: #2a2a2a;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  background-color: #f7f6f6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #D3CECE;
  font-weight: normal;
  font-size: 0.9rem;
  background-color: #ffffff;
  color: #558000;
  font-weight: 900;
  border: solid 1px #558000;
  font-size: 1rem;
  min-width: 0;
  padding: 0;
  margin: 0;
  max-width: 30px;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.sg-Carousel-control:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
.sg-Carousel-control:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
.sg-Carousel-control small {
  display: block;
  font-size: 80%;
  font-weight: bold;
}
.sg-Carousel-control:hover:not(.is-disabled):not([disabled]),
.sg-Carousel-control:focus:not(.is-disabled):not([disabled]) {
  color: #2a2a2a;
  background-color: #dedddd;
}
.sg-Carousel-control:hover,
.sg-Carousel-control:focus {
  text-decoration: none;
}
.sg-Carousel-control:focus {
  outline: 2px solid #4191d8;
  outline-offset: 2px;
}
.sg-Carousel-control:focus:not(:focus-visible) {
  outline: 0;
}
.sg-Carousel-control:active:not(.is-disabled):not([disabled]) {
  background-color: #f7f6f6;
  -webkit-box-shadow: inset 2.5px 2.5px #b9b9b9;
     -moz-box-shadow: inset 2.5px 2.5px #b9b9b9;
          box-shadow: inset 2.5px 2.5px #b9b9b9;
}
.sg-Carousel-control.is-disabled,
.sg-Carousel-control[disabled] {
  color: #2a2a2a;
  border: dashed 1px #afa5a5;
  opacity: 0.55;
  cursor: no-drop;
}
.sg-Carousel-control.sg-Btn--mini {
  padding: 0.4em 0.8em;
  margin: 0;
  font-size: 85%;
}
.sg-Carousel-control.sg-Btn--small {
  padding: 0.8em;
  font-size: 90%;
}
.sg-Carousel-control.sg-Btn--large {
  padding: 0.5em 0.7em;
  font-size: 140%;
}
.sg-Carousel-control.sg-Btn--primary {
  color: #ffffff;
  background-color: #6DA300;
}
.sg-Carousel-control.sg-Btn--primary:hover:not(.is-disabled):not([disabled]),
.sg-Carousel-control.sg-Btn--primary:focus:not(.is-disabled):not([disabled]) {
  color: #ffffff;
  background-color: #578200;
}
.sg-Carousel-control.sg-Btn--primary:active:not(.is-disabled):not([disabled]) {
  background-color: #6DA300;
  -webkit-box-shadow: inset 2.5px 2.5px #456700;
     -moz-box-shadow: inset 2.5px 2.5px #456700;
          box-shadow: inset 2.5px 2.5px #456700;
}
.sg-Carousel-control.sg-Btn--primary.is-disabled,
.sg-Carousel-control.sg-Btn--primary[disabled] {
  border-color: #4c7200;
  color: #ffffff;
}
.sg-Carousel-control.sg-Btn--secondary {
  color: #558000;
  background-color: #ffffff;
}
.sg-Carousel-control.sg-Btn--secondary:hover:not(.is-disabled):not([disabled]),
.sg-Carousel-control.sg-Btn--secondary:focus:not(.is-disabled):not([disabled]) {
  color: #558000;
  background-color: #f7f6f6;
}
.sg-Carousel-control.sg-Btn--secondary:active:not(.is-disabled):not([disabled]) {
  background-color: #ffffff;
  -webkit-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
     -moz-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
          box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
}
.sg-Carousel-control.sg-Btn--secondary.is-disabled,
.sg-Carousel-control.sg-Btn--secondary[disabled] {
  border-color: #b3b3b3;
  color: #558000;
}
.sg-Carousel-control.sg-Btn--tertiary {
  color: #558000;
  background-color: transparent;
  border: solid 1px transparent;
  -webkit-transition: all 0.1s, border 0.4s;
     -moz-transition: all 0.1s, border 0.4s;
       -o-transition: all 0.1s, border 0.4s;
          transition: all 0.1s, border 0.4s;
}
.sg-Carousel-control.sg-Btn--tertiary:hover:not(.is-disabled):not([disabled]),
.sg-Carousel-control.sg-Btn--tertiary:focus:not(.is-disabled):not([disabled]) {
  color: #558000;
  border: solid 1px #558000;
  background-color: transparent;
}
.sg-Carousel-control.sg-Btn--tertiary:active:not(.is-disabled):not([disabled]) {
  background-color: transparent;
  -webkit-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
     -moz-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
          box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
}
.sg-Carousel-control.sg-Btn--tertiary.is-disabled,
.sg-Carousel-control.sg-Btn--tertiary[disabled] {
  background-color: transparent;
  border: dashed 1px #558000;
  color: #558000;
}
.sg-Carousel-control.sg-Btn--light {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.sg-Carousel-control.sg-Btn--light:hover:not(.is-disabled):not([disabled]),
.sg-Carousel-control.sg-Btn--light:focus:not(.is-disabled):not([disabled]) {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.sg-Carousel-control.sg-Btn--light:active:not(.is-disabled):not([disabled]) {
  background-color: transparent;
  -webkit-box-shadow: inset 2.5px 2.5px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 2.5px 2.5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 2.5px 2.5px rgba(0, 0, 0, 0.3);
}
.sg-Carousel-control.sg-Btn--light.is-disabled,
.sg-Carousel-control.sg-Btn--light[disabled] {
  color: #ffffff;
  border: dashed 1px #cccccc;
  background-color: rgba(255, 255, 255, 0.3);
}
.sg-Carousel-control.sg-Btn--ghost {
  color: #2a2a2a;
  background-color: transparent;
  border: 0;
  background-image: none;
}
.sg-Carousel-control.sg-Btn--ghost:hover:not(.is-disabled):not([disabled]),
.sg-Carousel-control.sg-Btn--ghost:focus:not(.is-disabled):not([disabled]) {
  border: 0;
  color: #2a2a2a;
  background-color: #e5e5e5;
  background-image: none;
}
.sg-Carousel-control.sg-Btn--ghost:active:not(.is-disabled):not([disabled]) {
  border: 0;
  background-color: #e5e5e5;
  background-image: none;
}
.sg-Carousel-control.sg-Btn--ghost.is-disabled,
.sg-Carousel-control.sg-Btn--ghost[disabled] {
  color: rgba(42, 42, 42, 0.2);
  border: dashed 1px #000000;
}
.sg-Carousel-control.sg-Btn--next,
.sg-Carousel-control.sg-Btn--callToAction {
  padding: 0.5em 0.7em;
  font-size: 140%;
  font-size: 1.27rem;
  padding: 0.715rem 0.8rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  text-shadow: none;
}
.sg-Carousel-control.sg-Btn--next:after,
.sg-Carousel-control.sg-Btn--callToAction:after {
  content: "\276F";
  display: inline-block;
  position: relative;
  margin-left: 5px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: 16px;
    -o-background-size: 16px;
       background-size: 16px;
}
.sg-Carousel-control.sg-Btn--next {
  background-color: #ffffff;
  color: #558000;
  font-weight: 900;
  border: solid 1px #558000;
  font-size: 1rem;
}
.sg-Carousel-control.sg-Btn--next:hover:not(.is-disabled):not([disabled]),
.sg-Carousel-control.sg-Btn--next:focus:not(.is-disabled):not([disabled]) {
  color: #558000;
  background-color: #f7f6f6;
}
.sg-Carousel-control.sg-Btn--next:active:not(.is-disabled):not([disabled]) {
  background-color: #ffffff;
  -webkit-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
     -moz-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
          box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
}
.sg-Carousel-control.sg-Btn--next.is-disabled,
.sg-Carousel-control.sg-Btn--next[disabled] {
  border-color: #b3b3b3;
  color: #558000;
}
.sg-Carousel-control.sg-Btn--next .sg-Spinner--mini {
  border-color: #558000;
  border-right-color: rgba(85, 128, 0, 0.4);
}
.sg-Carousel-control.sg-Btn--next.is-disabled,
.sg-Carousel-control.sg-Btn--next[disabled] {
  background-color: #f7f6f6;
  border: dashed 1px #558000;
}
.sg-Carousel-control.sg-Btn--next:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Carousel-control.sg-Btn--next:not(.is-disabled):not([disabled]):hover,
.sg-Carousel-control.sg-Btn--next:not(.is-disabled):not([disabled]):focus,
.sg-Carousel-control.sg-Btn--next:not(.is-disabled):not([disabled]):active {
  background-color: #EFF4DA;
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Carousel-control.sg-Btn--next:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
          box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
}
.sg-Carousel-control.sg-Btn--next.sg-Btn--mini {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
}
.sg-Carousel-control.sg-Btn--next.sg-Btn--small {
  font-size: 0.9rem;
  padding: 0.45rem 0.65rem;
}
.sg-Carousel-control.sg-Btn--next.sg-Btn--large {
  font-size: 1.4rem;
  padding: 0.715rem 0.8rem;
}
.sg-Carousel-control.sg-Btn--callToAction {
  color: #ffffff;
  background-color: #6DA300;
  border: 1px solid #558000;
  font-weight: 900;
  font-size: 1rem;
}
.sg-Carousel-control.sg-Btn--callToAction:hover:not(.is-disabled):not([disabled]),
.sg-Carousel-control.sg-Btn--callToAction:focus:not(.is-disabled):not([disabled]) {
  color: #ffffff;
  background-color: #578200;
}
.sg-Carousel-control.sg-Btn--callToAction:active:not(.is-disabled):not([disabled]) {
  background-color: #6DA300;
  -webkit-box-shadow: inset 2.5px 2.5px #456700;
     -moz-box-shadow: inset 2.5px 2.5px #456700;
          box-shadow: inset 2.5px 2.5px #456700;
}
.sg-Carousel-control.sg-Btn--callToAction.is-disabled,
.sg-Carousel-control.sg-Btn--callToAction[disabled] {
  border-color: #4c7200;
  color: #ffffff;
}
.sg-Carousel-control.sg-Btn--callToAction .sg-Spinner--mini {
  border-color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.4);
}
.sg-Carousel-control.sg-Btn--callToAction:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
  background: #6DA300;
  background: -webkit-linear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: -moz- oldlinear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: -o-linear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: linear-gradient(180deg, #6DA300 0%, #558000 100%);
}
.sg-Carousel-control.sg-Btn--callToAction:not(.is-disabled):not([disabled]):hover,
.sg-Carousel-control.sg-Btn--callToAction:not(.is-disabled):not([disabled]):focus {
  background: #6DA300;
  background: -webkit-linear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: -moz- oldlinear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: -o-linear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: linear-gradient(180deg, #6DA300 0%, #6DA300 100%);
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Carousel-control.sg-Btn--callToAction:not(.is-disabled):not([disabled]):active {
  background: #558000;
  background: -webkit-linear-gradient(270deg, #558000 0%, #558000 100%);
  background: -moz- oldlinear-gradient(270deg, #558000 0%, #558000 100%);
  background: -o-linear-gradient(270deg, #558000 0%, #558000 100%);
  background: linear-gradient(180deg, #558000 0%, #558000 100%);
  -webkit-box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
     -moz-box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
          box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
  border-color: #334D00;
}
.sg-Carousel-control.sg-Btn--callToAction.is-disabled,
.sg-Carousel-control.sg-Btn--callToAction[disabled] {
  border-color: #558000;
}
.sg-Carousel-control.sg-Btn--callToAction.sg-Btn--mini {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
}
.sg-Carousel-control.sg-Btn--callToAction.sg-Btn--small {
  font-size: 0.9rem;
  padding: 0.45rem 0.65rem;
}
.sg-Carousel-control.sg-Btn--callToAction.sg-Btn--large {
  font-size: 1.4rem;
  padding: 0.715rem 0.8rem;
}
.sg-Carousel-control.sg-Btn--prev {
  color: #558000;
  background-color: transparent;
  border: solid 1px transparent;
  -webkit-transition: all 0.1s, border 0.4s;
     -moz-transition: all 0.1s, border 0.4s;
       -o-transition: all 0.1s, border 0.4s;
          transition: all 0.1s, border 0.4s;
  font-weight: 900;
  font-size: 1rem;
  padding: 0.5em 0.7em;
  font-size: 140%;
  font-size: 1.27rem;
  padding: 0.715rem 0.8rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 20px;
  text-shadow: none;
}
.sg-Carousel-control.sg-Btn--prev:hover:not(.is-disabled):not([disabled]),
.sg-Carousel-control.sg-Btn--prev:focus:not(.is-disabled):not([disabled]) {
  color: #558000;
  border: solid 1px #558000;
  background-color: transparent;
}
.sg-Carousel-control.sg-Btn--prev:active:not(.is-disabled):not([disabled]) {
  background-color: transparent;
  -webkit-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
     -moz-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
          box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
}
.sg-Carousel-control.sg-Btn--prev.is-disabled,
.sg-Carousel-control.sg-Btn--prev[disabled] {
  background-color: transparent;
  border: dashed 1px #558000;
  color: #558000;
}
.sg-Carousel-control.sg-Btn--prev .sg-Spinner--mini {
  border-color: #558000;
  border-right-color: rgba(85, 128, 0, 0.4);
}
.sg-Carousel-control.sg-Btn--prev:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Carousel-control.sg-Btn--prev:not(.is-disabled):not([disabled]):hover,
.sg-Carousel-control.sg-Btn--prev:not(.is-disabled):not([disabled]):focus,
.sg-Carousel-control.sg-Btn--prev:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Carousel-control.sg-Btn--prev:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
          box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
}
.sg-Carousel-control.sg-Btn--prev.sg-Btn--mini {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
}
.sg-Carousel-control.sg-Btn--prev.sg-Btn--small {
  font-size: 0.9rem;
  padding: 0.45rem 0.65rem;
}
.sg-Carousel-control.sg-Btn--prev.sg-Btn--large {
  font-size: 1.4rem;
  padding: 0.715rem 0.8rem;
}
.sg-Carousel-control.sg-Btn--prev:before {
  content: "\276E";
  display: inline-block;
  position: relative;
  margin-right: 5px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: 16px;
    -o-background-size: 16px;
       background-size: 16px;
}
.sg-Carousel-control.sg-Btn--iconRightXsmall {
  padding-right: 31px;
  position: relative;
}
.sg-Carousel-control.sg-Btn--iconRightXsmall > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  right: 7.5px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-repeat: no-repeat;
  -moz-background-size: 16px;
    -o-background-size: 16px;
       background-size: 16px;
}
.sg-Carousel-control.sg-Btn--iconRightSmall {
  padding-right: 39px;
  position: relative;
}
.sg-Carousel-control.sg-Btn--iconRightSmall > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  right: 7.5px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  -moz-background-size: 24px;
    -o-background-size: 24px;
       background-size: 24px;
}
.sg-Carousel-control.sg-Btn--iconRightMedium {
  padding-right: 47px;
  position: relative;
}
.sg-Carousel-control.sg-Btn--iconRightMedium > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  right: 7.5px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-repeat: no-repeat;
  -moz-background-size: 32px;
    -o-background-size: 32px;
       background-size: 32px;
}
.sg-Carousel-control.sg-Btn--iconRightLarge {
  padding-right: 55px;
  position: relative;
}
.sg-Carousel-control.sg-Btn--iconRightLarge > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  right: 7.5px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-repeat: no-repeat;
  -moz-background-size: 40px;
    -o-background-size: 40px;
       background-size: 40px;
}
.sg-Carousel-control.sg-Btn--iconRightXlarge {
  padding-right: 63px;
  position: relative;
}
.sg-Carousel-control.sg-Btn--iconRightXlarge > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  right: 7.5px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-repeat: no-repeat;
  -moz-background-size: 48px;
    -o-background-size: 48px;
       background-size: 48px;
}
.sg-Carousel-control.sg-Btn--iconLeftXsmall {
  padding-left: 31px;
  position: relative;
}
.sg-Carousel-control.sg-Btn--iconLeftXsmall > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  left: 7.5px;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-repeat: no-repeat;
  -moz-background-size: 16px;
    -o-background-size: 16px;
       background-size: 16px;
}
.sg-Carousel-control.sg-Btn--iconLeftSmall {
  padding-left: 39px;
  position: relative;
}
.sg-Carousel-control.sg-Btn--iconLeftSmall > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  left: 7.5px;
  right: 10px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  -moz-background-size: 24px;
    -o-background-size: 24px;
       background-size: 24px;
}
.sg-Carousel-control.sg-Btn--iconLeftMedium {
  padding-left: 47px;
  position: relative;
}
.sg-Carousel-control.sg-Btn--iconLeftMedium > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  left: 7.5px;
  right: 10px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-repeat: no-repeat;
  -moz-background-size: 32px;
    -o-background-size: 32px;
       background-size: 32px;
}
.sg-Carousel-control.sg-Btn--iconLeftLarge {
  padding-left: 55px;
  position: relative;
}
.sg-Carousel-control.sg-Btn--iconLeftLarge > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  left: 7.5px;
  right: 10px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-repeat: no-repeat;
  -moz-background-size: 40px;
    -o-background-size: 40px;
       background-size: 40px;
}
.sg-Carousel-control.sg-Btn--iconLeftXlarge {
  padding-left: 63px;
  position: relative;
}
.sg-Carousel-control.sg-Btn--iconLeftXlarge > .sg-Btn-icon {
  position: absolute;
  top: 50%;
  left: 7.5px;
  right: 10px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-repeat: no-repeat;
  -moz-background-size: 48px;
    -o-background-size: 48px;
       background-size: 48px;
}
.sg-Carousel-control.sg-Btn--primary .sg-Spinner--mini {
  border-color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.4);
}
.sg-Carousel-control.sg-Btn--secondary .sg-Spinner--mini {
  border-color: #558000;
  border-right-color: rgba(85, 128, 0, 0.4);
}
.sg-Carousel-control.sg-Btn--tertiary .sg-Spinner--mini {
  border-color: #558000;
  border-right-color: rgba(85, 128, 0, 0.4);
}
.sg-Carousel-control.sg-Btn--light .sg-Spinner--mini {
  border-color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.4);
}
.sg-Carousel-control:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.sg-Carousel-control:not(.is-disabled):not([disabled]):hover,
.sg-Carousel-control:not(.is-disabled):not([disabled]):focus,
.sg-Carousel-control:not(.is-disabled):not([disabled]):active {
  border-color: #558000;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px #558000;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px #558000;
}
.sg-Carousel-control:not(.is-disabled):not([disabled]):hover,
.sg-Carousel-control:not(.is-disabled):not([disabled]):focus {
  background-color: #ffffff;
}
.sg-Carousel-control:not(.is-disabled):not([disabled]):active {
  background-color: #EFF4DA;
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
          box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
}
.sg-Carousel-control.is-disabled,
.sg-Carousel-control[disabled] {
  border: dashed 1px #BDB6B6;
}
.sg-Carousel-control,
.sg-Carousel-control.sg-Btn--prev,
.sg-Carousel-control.sg-Btn--next,
.sg-Carousel-control.sg-Btn--callToAction,
.sg-Carousel-control.sg-Btn--iconLeft,
.sg-Carousel-control.sg-Btn--iconRight {
  line-height: 1.25rem;
  padding: 0.57rem 1.5rem;
}
.sg-Carousel-control.sg-Btn--primary {
  border: 1px solid #558000;
  font-weight: 900;
}
.sg-Carousel-control.sg-Btn--primary:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
  background: #6DA300;
  background: -webkit-linear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: -moz- oldlinear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: -o-linear-gradient(270deg, #6DA300 0%, #558000 100%);
  background: linear-gradient(180deg, #6DA300 0%, #558000 100%);
}
.sg-Carousel-control.sg-Btn--primary:not(.is-disabled):not([disabled]):hover,
.sg-Carousel-control.sg-Btn--primary:not(.is-disabled):not([disabled]):focus {
  background: #6DA300;
  background: -webkit-linear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: -moz- oldlinear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: -o-linear-gradient(270deg, #6DA300 0%, #6DA300 100%);
  background: linear-gradient(180deg, #6DA300 0%, #6DA300 100%);
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Carousel-control.sg-Btn--primary:not(.is-disabled):not([disabled]):active {
  background: #558000;
  background: -webkit-linear-gradient(270deg, #558000 0%, #558000 100%);
  background: -moz- oldlinear-gradient(270deg, #558000 0%, #558000 100%);
  background: -o-linear-gradient(270deg, #558000 0%, #558000 100%);
  background: linear-gradient(180deg, #558000 0%, #558000 100%);
  -webkit-box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
     -moz-box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
          box-shadow: inset 0px 5px 1px #334D00, inset 0px 0px 0px 1px #334D00;
  border-color: #334D00;
}
.sg-Carousel-control.sg-Btn--primary.is-disabled,
.sg-Carousel-control.sg-Btn--primary[disabled] {
  border-color: #558000;
}
.sg-Carousel-control.sg-Btn--secondary {
  color: #558000;
  font-weight: 900;
  border: solid 1px #558000;
}
.sg-Carousel-control.sg-Btn--secondary.is-disabled,
.sg-Carousel-control.sg-Btn--secondary[disabled] {
  background-color: #f7f6f6;
  border: dashed 1px #558000;
}
.sg-Carousel-control.sg-Btn--secondary:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Carousel-control.sg-Btn--secondary:not(.is-disabled):not([disabled]):hover,
.sg-Carousel-control.sg-Btn--secondary:not(.is-disabled):not([disabled]):focus,
.sg-Carousel-control.sg-Btn--secondary:not(.is-disabled):not([disabled]):active {
  background-color: #EFF4DA;
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Carousel-control.sg-Btn--secondary:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
          box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
}
.sg-Carousel-control.sg-Btn--tertiary {
  font-weight: 900;
}
.sg-Carousel-control.sg-Btn--tertiary:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Carousel-control.sg-Btn--tertiary:not(.is-disabled):not([disabled]):hover,
.sg-Carousel-control.sg-Btn--tertiary:not(.is-disabled):not([disabled]):focus,
.sg-Carousel-control.sg-Btn--tertiary:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Carousel-control.sg-Btn--tertiary:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
          box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
}
.sg-Carousel-control.sg-Btn--light {
  font-weight: 900;
}
.sg-Carousel-control.sg-Btn--light:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Carousel-control.sg-Btn--light:not(.is-disabled):not([disabled]):hover,
.sg-Carousel-control.sg-Btn--light:not(.is-disabled):not([disabled]):focus,
.sg-Carousel-control.sg-Btn--light:not(.is-disabled):not([disabled]):active {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
     -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.sg-Carousel-control.sg-Btn--light:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff, inset 0 5px 1px #2a2a2a;
     -moz-box-shadow: inset 0px 0px 0px 1px #ffffff, inset 0 5px 1px #2a2a2a;
          box-shadow: inset 0px 0px 0px 1px #ffffff, inset 0 5px 1px #2a2a2a;
}
.sg-Carousel-control.sg-Btn--prev:before {
  content: "";
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  background-position: 0 1px !important;
  background-image: url("../img/Icon-arrowLeft.svg#primary");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.sg-Carousel-control.sg-Btn--prev:before.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.sg-Carousel-control.sg-Btn--next:after {
  content: "";
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  background-position: 0 1px !important;
  background-image: url("../img/Icon-arrowRight.svg#primary");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.sg-Carousel-control.sg-Btn--next:after.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.sg-Carousel-control.sg-Btn--callToAction:after {
  content: "";
  background-position: 0 1px !important;
  background-image: url("../img/Icon-arrowRight.svg#light");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.sg-Carousel-control.sg-Btn--callToAction:after.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.sg-Carousel-control.sg-Btn--callToAction:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
  border: 0;
}
.sg-Carousel-control.sg-Btn--iconOnly {
  border: 0;
}
.sg-Carousel-control.sg-Btn--iconOnly:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Carousel-control.sg-Btn--primary,
.sg-Carousel-control.sg-Btn--secondary,
.sg-Carousel-control.sg-Btn--tertiary,
.sg-Carousel-control.sg-Btn--light,
.sg-Carousel-control.sg-Btn--prev,
.sg-Carousel-control.sg-Btn--next,
.sg-Carousel-control.sg-Btn.sg-Btn--callToAction {
  font-size: 1rem;
}
.sg-Carousel-control.sg-Btn--mini {
  font-size: 0.815rem;
  padding: 0.4rem 0.8rem;
}
.sg-Carousel-control.sg-Btn--primary.sg-Btn--mini,
.sg-Carousel-control.sg-Btn--secondary.sg-Btn--mini,
.sg-Carousel-control.sg-Btn--tertiary.sg-Btn--mini,
.sg-Carousel-control.sg-Btn--light.sg-Btn--mini,
.sg-Carousel-control.sg-Btn--prev.sg-Btn--mini,
.sg-Carousel-control.sg-Btn--next.sg-Btn--mini,
.sg-Carousel-control.sg-Btn.sg-Btn--callToAction.sg-Btn--mini {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
}
.sg-Carousel-control.sg-Btn--small {
  font-size: 0.85rem;
  padding: 0.45rem 0.65rem;
}
.sg-Carousel-control.sg-Btn--primary.sg-Btn--small,
.sg-Carousel-control.sg-Btn--secondary.sg-Btn--small,
.sg-Carousel-control.sg-Btn--tertiary.sg-Btn--small,
.sg-Carousel-control.sg-Btn--light.sg-Btn--small,
.sg-Carousel-control.sg-Btn--prev.sg-Btn--small,
.sg-Carousel-control.sg-Btn--next.sg-Btn--small,
.sg-Carousel-control.sg-Btn.sg-Btn--callToAction.sg-Btn--small {
  font-size: 0.9rem;
  padding: 0.45rem 0.65rem;
}
.sg-Carousel-control.sg-Btn--large {
  font-size: 1.27rem;
  padding: 0.715rem 0.8rem;
}
.sg-Carousel-control.sg-Btn--primary.sg-Btn--large,
.sg-Carousel-control.sg-Btn--secondary.sg-Btn--large,
.sg-Carousel-control.sg-Btn--tertiary.sg-Btn--large,
.sg-Carousel-control.sg-Btn--light.sg-Btn--large,
.sg-Carousel-control.sg-Btn--prev.sg-Btn--large,
.sg-Carousel-control.sg-Btn--next.sg-Btn--large,
.sg-Carousel-control.sg-Btn.sg-Btn--callToAction.sg-Btn--large {
  font-size: 1.4rem;
  padding: 0.715rem 0.8rem;
}
.sg-Carousel-control:hover:not(.is-disabled):not([disabled]),
.sg-Carousel-control:focus:not(.is-disabled):not([disabled]) {
  color: #558000;
  background-color: #f7f6f6;
}
.sg-Carousel-control:active:not(.is-disabled):not([disabled]) {
  background-color: #ffffff;
  -webkit-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
     -moz-box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
          box-shadow: inset 2.5px 2.5px rgba(85, 128, 0, 0.4);
}
.sg-Carousel-control.is-disabled,
.sg-Carousel-control[disabled] {
  border-color: #b3b3b3;
  color: #558000;
}
.sg-Carousel-control .sg-Spinner--mini {
  border-color: #558000;
  border-right-color: rgba(85, 128, 0, 0.4);
}
.sg-Carousel-control.is-disabled,
.sg-Carousel-control[disabled] {
  background-color: #f7f6f6;
  border: dashed 1px #558000;
}
.sg-Carousel-control:not(.is-disabled):not([disabled]) {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Carousel-control:not(.is-disabled):not([disabled]):hover,
.sg-Carousel-control:not(.is-disabled):not([disabled]):focus,
.sg-Carousel-control:not(.is-disabled):not([disabled]):active {
  background-color: #EFF4DA;
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000;
          box-shadow: inset 0px 0px 0px 1px #558000;
}
.sg-Carousel-control:not(.is-disabled):not([disabled]):active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
     -moz-box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
          box-shadow: inset 0px 0px 0px 1px #558000, inset 0 5px 1px #A6CA5F;
}
.sg-Carousel-control.sg-Btn--mini {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
}
.sg-Carousel-control.sg-Btn--small {
  font-size: 0.9rem;
  padding: 0.45rem 0.65rem;
}
.sg-Carousel-control.sg-Btn--large {
  font-size: 1.4rem;
  padding: 0.715rem 0.8rem;
}
.sg-Carousel-counter {
  margin-right: 10px;
}
.sg-Carousel-control--next:after {
  background-image: url("../img/Icon-arrowRight.svg#primary");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.sg-Carousel-control--next:after.Icon--circle {
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
}
.sg-Carousel-control--prev {
  margin-right: 5px;
}
.sg-Carousel-control--prev:after {
  background-image: url("../img/Icon-arrowLeft.svg#primary");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.sg-Carousel-control--prev:after.Icon--circle {
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
}
.sg-Carousel-control--next,
.sg-Carousel-control--prev {
  padding: 0;
}
.sg-Carousel-control--next:after,
.sg-Carousel-control--prev:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
}
.sg-Carousel-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sgjs-noSlidesToScroll .sg-Carousel-dots {
  display: none;
}
.sg-Carousel-dots li {
  margin: 0 5px;
}
.sg-Carousel-dots li .sg-Carousel-dot {
  text-indent: -9999px;
  overflow: hidden;
  min-width: 0;
  padding: 0 !important;
  margin: 0;
  background-color: #f7f6f6;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: #f7f6f6;
  border: 2px solid #BDB6B6;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.sg-Carousel-dots li .sg-Carousel-dot:hover {
  cursor: pointer;
  border-color: #6DA300;
}
.sg-Carousel-dots li .sg-Carousel-dot.sgjs-active {
  border-color: #6DA300;
  background-color: #EFF4DA;
}
@media only screen and (min-width: 301px) {
  .sg-Carousel.sg-Carousel-1cols--xsmall .sg-Carousel-item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xsmall .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-flex-basis: -webkit-calc(100% - 50px);
        -ms-flex-preferred-size: calc(100% - 50px);
            flex-basis: -moz-calc(100% - 50px);
            flex-basis: calc(100% - 50px);
    min-width: -webkit-calc(100% - 50px);
    min-width: -moz-calc(100% - 50px);
    min-width: calc(100% - 50px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xsmall .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xsmall .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xsmall .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
  .sg-Carousel.sg-Carousel-2cols--xsmall .sg-Carousel-item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    min-width: 50%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xsmall .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    scroll-snap-align: start;
    padding-left: 30px;
    margin-right: -25px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xsmall .sg-Carousel-item.sgjs-prev-clone-slide {
    padding: 5px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xsmall .sg-Carousel-item.next-clone-slide {
    max-width: 40px !important;
    min-width: 40px !important;
    padding-left: 30px !important;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xsmall .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xsmall .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel.sg-Carousel-3cols--xsmall .sg-Carousel-item {
    width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    min-width: 33.33333333%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xsmall .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    width: calc(33.333333333333336% - 18.333333333333336px);
    -webkit-flex-basis: -webkit-calc(33.333333333333336% - 18.333333333333336px);
        -ms-flex-preferred-size: calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: -moz-calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: calc(33.333333333333336% - 18.333333333333336px);
    min-width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    min-width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    min-width: calc(33.333333333333336% - 18.333333333333336px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xsmall .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xsmall .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xsmall .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
}
@media only screen and (min-width: 351px) {
  .sg-Carousel.sg-Carousel-1cols--small .sg-Carousel-item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--small .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-flex-basis: -webkit-calc(100% - 50px);
        -ms-flex-preferred-size: calc(100% - 50px);
            flex-basis: -moz-calc(100% - 50px);
            flex-basis: calc(100% - 50px);
    min-width: -webkit-calc(100% - 50px);
    min-width: -moz-calc(100% - 50px);
    min-width: calc(100% - 50px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--small .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--small .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--small .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
  .sg-Carousel.sg-Carousel-2cols--small .sg-Carousel-item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    min-width: 50%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--small .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    scroll-snap-align: start;
    padding-left: 30px;
    margin-right: -25px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--small .sg-Carousel-item.sgjs-prev-clone-slide {
    padding: 5px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--small .sg-Carousel-item.next-clone-slide {
    max-width: 40px !important;
    min-width: 40px !important;
    padding-left: 30px !important;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--small .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--small .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel.sg-Carousel-3cols--small .sg-Carousel-item {
    width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    min-width: 33.33333333%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--small .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    width: calc(33.333333333333336% - 18.333333333333336px);
    -webkit-flex-basis: -webkit-calc(33.333333333333336% - 18.333333333333336px);
        -ms-flex-preferred-size: calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: -moz-calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: calc(33.333333333333336% - 18.333333333333336px);
    min-width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    min-width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    min-width: calc(33.333333333333336% - 18.333333333333336px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--small .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--small .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--small .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
}
@media only screen and (min-width: 501px) {
  .sg-Carousel.sg-Carousel-1cols--medium .sg-Carousel-item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--medium .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-flex-basis: -webkit-calc(100% - 50px);
        -ms-flex-preferred-size: calc(100% - 50px);
            flex-basis: -moz-calc(100% - 50px);
            flex-basis: calc(100% - 50px);
    min-width: -webkit-calc(100% - 50px);
    min-width: -moz-calc(100% - 50px);
    min-width: calc(100% - 50px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--medium .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--medium .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--medium .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
  .sg-Carousel.sg-Carousel-2cols--medium .sg-Carousel-item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    min-width: 50%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--medium .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    scroll-snap-align: start;
    padding-left: 30px;
    margin-right: -25px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--medium .sg-Carousel-item.sgjs-prev-clone-slide {
    padding: 5px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--medium .sg-Carousel-item.next-clone-slide {
    max-width: 40px !important;
    min-width: 40px !important;
    padding-left: 30px !important;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--medium .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--medium .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel.sg-Carousel-3cols--medium .sg-Carousel-item {
    width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    min-width: 33.33333333%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--medium .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    width: calc(33.333333333333336% - 18.333333333333336px);
    -webkit-flex-basis: -webkit-calc(33.333333333333336% - 18.333333333333336px);
        -ms-flex-preferred-size: calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: -moz-calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: calc(33.333333333333336% - 18.333333333333336px);
    min-width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    min-width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    min-width: calc(33.333333333333336% - 18.333333333333336px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--medium .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--medium .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--medium .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
}
@media only screen and (min-width: 701px) {
  .sg-Carousel.sg-Carousel-1cols--large .sg-Carousel-item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--large .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-flex-basis: -webkit-calc(100% - 50px);
        -ms-flex-preferred-size: calc(100% - 50px);
            flex-basis: -moz-calc(100% - 50px);
            flex-basis: calc(100% - 50px);
    min-width: -webkit-calc(100% - 50px);
    min-width: -moz-calc(100% - 50px);
    min-width: calc(100% - 50px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--large .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--large .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--large .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
  .sg-Carousel.sg-Carousel-2cols--large .sg-Carousel-item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    min-width: 50%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--large .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    scroll-snap-align: start;
    padding-left: 30px;
    margin-right: -25px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--large .sg-Carousel-item.sgjs-prev-clone-slide {
    padding: 5px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--large .sg-Carousel-item.next-clone-slide {
    max-width: 40px !important;
    min-width: 40px !important;
    padding-left: 30px !important;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--large .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--large .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel.sg-Carousel-3cols--large .sg-Carousel-item {
    width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    min-width: 33.33333333%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--large .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    width: calc(33.333333333333336% - 18.333333333333336px);
    -webkit-flex-basis: -webkit-calc(33.333333333333336% - 18.333333333333336px);
        -ms-flex-preferred-size: calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: -moz-calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: calc(33.333333333333336% - 18.333333333333336px);
    min-width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    min-width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    min-width: calc(33.333333333333336% - 18.333333333333336px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--large .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--large .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--large .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
}
@media only screen and (min-width: 951px) {
  .sg-Carousel.sg-Carousel-1cols--xlarge .sg-Carousel-item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xlarge .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-flex-basis: -webkit-calc(100% - 50px);
        -ms-flex-preferred-size: calc(100% - 50px);
            flex-basis: -moz-calc(100% - 50px);
            flex-basis: calc(100% - 50px);
    min-width: -webkit-calc(100% - 50px);
    min-width: -moz-calc(100% - 50px);
    min-width: calc(100% - 50px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xlarge .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xlarge .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xlarge .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
  .sg-Carousel.sg-Carousel-2cols--xlarge .sg-Carousel-item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    min-width: 50%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xlarge .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    scroll-snap-align: start;
    padding-left: 30px;
    margin-right: -25px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xlarge .sg-Carousel-item.sgjs-prev-clone-slide {
    padding: 5px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xlarge .sg-Carousel-item.next-clone-slide {
    max-width: 40px !important;
    min-width: 40px !important;
    padding-left: 30px !important;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xlarge .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xlarge .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel.sg-Carousel-3cols--xlarge .sg-Carousel-item {
    width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    min-width: 33.33333333%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xlarge .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    width: calc(33.333333333333336% - 18.333333333333336px);
    -webkit-flex-basis: -webkit-calc(33.333333333333336% - 18.333333333333336px);
        -ms-flex-preferred-size: calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: -moz-calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: calc(33.333333333333336% - 18.333333333333336px);
    min-width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    min-width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    min-width: calc(33.333333333333336% - 18.333333333333336px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xlarge .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xlarge .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xlarge .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
}
@media only screen and (min-width: 1201px) {
  .sg-Carousel.sg-Carousel-1cols--xxlarge .sg-Carousel-item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xxlarge .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-flex-basis: -webkit-calc(100% - 50px);
        -ms-flex-preferred-size: calc(100% - 50px);
            flex-basis: -moz-calc(100% - 50px);
            flex-basis: calc(100% - 50px);
    min-width: -webkit-calc(100% - 50px);
    min-width: -moz-calc(100% - 50px);
    min-width: calc(100% - 50px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xxlarge .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xxlarge .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-1cols--xxlarge .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
  .sg-Carousel.sg-Carousel-2cols--xxlarge .sg-Carousel-item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    min-width: 50%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xxlarge .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    scroll-snap-align: start;
    padding-left: 30px;
    margin-right: -25px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xxlarge .sg-Carousel-item.sgjs-prev-clone-slide {
    padding: 5px;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xxlarge .sg-Carousel-item.next-clone-slide {
    max-width: 40px !important;
    min-width: 40px !important;
    padding-left: 30px !important;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xxlarge .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-2cols--xxlarge .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft2cols 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
  }
  .sg-Carousel.sg-Carousel-3cols--xxlarge .sg-Carousel-item {
    width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    min-width: 33.33333333%;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xxlarge .sg-Carousel-item {
    padding: 5px;
    margin: 0;
    scroll-snap-align: center;
    width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    width: calc(33.333333333333336% - 18.333333333333336px);
    -webkit-flex-basis: -webkit-calc(33.333333333333336% - 18.333333333333336px);
        -ms-flex-preferred-size: calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: -moz-calc(33.333333333333336% - 18.333333333333336px);
            flex-basis: calc(33.333333333333336% - 18.333333333333336px);
    min-width: -webkit-calc(33.333333333333336% - 18.333333333333336px);
    min-width: -moz-calc(33.333333333333336% - 18.333333333333336px);
    min-width: calc(33.333333333333336% - 18.333333333333336px);
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xxlarge .sg-Carousel-item.sgjs-on-animate-prev {
    -webkit-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideRight 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xxlarge .sg-Carousel-item.sgjs-on-animate-next {
    -webkit-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
       -moz-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
         -o-animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
            animation: slideLeft 0.35s cubic-bezier(0.68, 0.38, 0.02, 1) forwards;
    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sg-Carousel--center:not(.sgjs-noSlidesToScroll).sg-Carousel.sg-Carousel-3cols--xxlarge .sg-Carousel-item.sgjs-clone-slide {
    max-width: 25px !important;
    min-width: 25px !important;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-moz-keyframes slideLeft {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
}
@-o-keyframes slideLeft {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-moz-keyframes slideRight {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
}
@-o-keyframes slideRight {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  100% {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slideLeft2cols {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(-100% + 20px));
            transform: translateX(calc(-100% + 20px));
  }
}
@-moz-keyframes slideLeft2cols {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-moz-calc(-100% + 20px));
         transform: translateX(calc(-100% + 20px));
  }
}
@-o-keyframes slideLeft2cols {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  100% {
    -o-transform: translateX(calc(-100% + 20px));
       transform: translateX(calc(-100% + 20px));
  }
}
@keyframes slideLeft2cols {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(-100% + 20px));
       -moz-transform: translateX(-moz-calc(-100% + 20px));
         -o-transform: translateX(calc(-100% + 20px));
            transform: translateX(calc(-100% + 20px));
  }
}
@-webkit-keyframes slideRight2cols {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(100% - 20px));
            transform: translateX(calc(100% - 20px));
  }
}
@-moz-keyframes slideRight2cols {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-moz-calc(100% - 20px));
         transform: translateX(calc(100% - 20px));
  }
}
@-o-keyframes slideRight2cols {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  100% {
    -o-transform: translateX(calc(100% - 20px));
       transform: translateX(calc(100% - 20px));
  }
}
@keyframes slideRight2cols {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(100% - 20px));
       -moz-transform: translateX(-moz-calc(100% - 20px));
         -o-transform: translateX(calc(100% - 20px));
            transform: translateX(calc(100% - 20px));
  }
}
@-webkit-keyframes slideLeftClone {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideLeftClone {
  0% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@-o-keyframes slideLeftClone {
  0% {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}
@keyframes slideLeftClone {
  0% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideRightClone {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideRightClone {
  0% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@-o-keyframes slideRightClone {
  0% {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}
@keyframes slideRightClone {
  0% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (pointer: coarse) {
  .sg-Carousel-track {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sg-Carousel-track::-webkit-scrollbar {
    display: none;
  }
  .sg-Carousel-track .sg-Carousel-item.sgjs-hidden-slide {
    display: none;
  }
  .sg-Carousel-track .sg-Carousel-item.sgjs-hidden-slide.sgjs-next-slide,
  .sg-Carousel-track .sg-Carousel-item.sgjs-hidden-slide.sgjs-prev-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sgjs-on-resize.sg-Carousel-track .sg-Carousel-item.sgjs-hidden-slide {
    display: block;
  }
}
/* ==========================================================================
   Default - Cell
   ========================================================================== */
/************************************/
.sg-Cell,
.sg-Flextable-cell,
.sg-Table > thead > tr > th,
.sg-Table > tbody > tr > th,
.sg-Table > tfoot > tr > th,
.sg-Table > tr > th,
.sg-Table > thead > tr > td,
.sg-Table > tbody > tr > td,
.sg-Table > tfoot > tr > td,
.sg-Table > tr > td {
  padding: 15px 15px 5px 15px;
  border: solid 1px transparent;
  text-align: left;
  vertical-align: top;
}
a.sg-Cell,
a.sg-Flextable-cell,
a.sg-Table > thead > tr > th,
a.sg-Table > tbody > tr > th,
a.sg-Table > tfoot > tr > th,
a.sg-Table > tr > th,
a.sg-Table > thead > tr > td,
a.sg-Table > tbody > tr > td,
a.sg-Table > tfoot > tr > td,
a.sg-Table > tr > td {
  display: block;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
  text-decoration: none;
}
a.sg-Cell:hover,
a.sg-Cell:focus,
a.sg-Flextable-cell:hover,
a.sg-Flextable-cell:focus,
a.sg-Flextable:hover .sg-Flextable-cell,
a.sg-Flextable:focus .sg-Flextable-cell,
a.sg-Table > thead > tr > th:hover,
a.sg-Table > thead > tr > th:focus,
a.sg-Table > tbody > tr > th:hover,
a.sg-Table > tbody > tr > th:focus,
a.sg-Table > tfoot > tr > th:hover,
a.sg-Table > tfoot > tr > th:focus,
a.sg-Table > tr > th:hover,
a.sg-Table > tr > th:focus,
a.sg-Table > thead > tr > td:hover,
a.sg-Table > thead > tr > td:focus,
a.sg-Table > tbody > tr > td:hover,
a.sg-Table > tbody > tr > td:focus,
a.sg-Table > tfoot > tr > td:hover,
a.sg-Table > tfoot > tr > td:focus,
a.sg-Table > tr > td:hover,
a.sg-Table > tr > td:focus {
  text-decoration: none;
  border-color: transparent;
}
a.sg-Cell:hover > h1,
a.sg-Cell:focus > h1,
a.sg-Cell:hover > h2,
a.sg-Cell:focus > h2,
a.sg-Cell:hover > h3,
a.sg-Cell:focus > h3,
a.sg-Cell:hover > h4,
a.sg-Cell:focus > h4,
a.sg-Cell:hover > h5,
a.sg-Cell:focus > h5,
a.sg-Cell:hover > h6,
a.sg-Cell:focus > h6,
a.sg-Cell:hover > .sg-Type--title,
a.sg-Cell:focus > .sg-Type--title,
a.sg-Flextable-cell:hover > h1,
a.sg-Flextable-cell:focus > h1,
a.sg-Flextable-cell:hover > h2,
a.sg-Flextable-cell:focus > h2,
a.sg-Flextable-cell:hover > h3,
a.sg-Flextable-cell:focus > h3,
a.sg-Flextable-cell:hover > h4,
a.sg-Flextable-cell:focus > h4,
a.sg-Flextable-cell:hover > h5,
a.sg-Flextable-cell:focus > h5,
a.sg-Flextable-cell:hover > h6,
a.sg-Flextable-cell:focus > h6,
a.sg-Flextable-cell:hover > .sg-Type--title,
a.sg-Flextable-cell:focus > .sg-Type--title,
a.sg-Flextable:hover .sg-Flextable-cell > h1,
a.sg-Flextable:hover .sg-Flextable-cell > h2,
a.sg-Flextable:hover .sg-Flextable-cell > h3,
a.sg-Flextable:hover .sg-Flextable-cell > h4,
a.sg-Flextable:hover .sg-Flextable-cell > h5,
a.sg-Flextable:hover .sg-Flextable-cell > h6,
a.sg-Flextable:hover .sg-Flextable-cell > .sg-Type--title,
a.sg-Flextable:focus .sg-Flextable-cell > h1,
a.sg-Flextable:focus .sg-Flextable-cell > h2,
a.sg-Flextable:focus .sg-Flextable-cell > h3,
a.sg-Flextable:focus .sg-Flextable-cell > h4,
a.sg-Flextable:focus .sg-Flextable-cell > h5,
a.sg-Flextable:focus .sg-Flextable-cell > h6,
a.sg-Flextable:focus .sg-Flextable-cell > .sg-Type--title,
a.sg-Table > thead > tr > th:hover > h1,
a.sg-Table > thead > tr > th:focus > h1,
a.sg-Table > thead > tr > th:hover > h2,
a.sg-Table > thead > tr > th:focus > h2,
a.sg-Table > thead > tr > th:hover > h3,
a.sg-Table > thead > tr > th:focus > h3,
a.sg-Table > thead > tr > th:hover > h4,
a.sg-Table > thead > tr > th:focus > h4,
a.sg-Table > thead > tr > th:hover > h5,
a.sg-Table > thead > tr > th:focus > h5,
a.sg-Table > thead > tr > th:hover > h6,
a.sg-Table > thead > tr > th:focus > h6,
a.sg-Table > thead > tr > th:hover > .sg-Type--title,
a.sg-Table > thead > tr > th:focus > .sg-Type--title,
a.sg-Table > tbody > tr > th:hover > h1,
a.sg-Table > tbody > tr > th:focus > h1,
a.sg-Table > tbody > tr > th:hover > h2,
a.sg-Table > tbody > tr > th:focus > h2,
a.sg-Table > tbody > tr > th:hover > h3,
a.sg-Table > tbody > tr > th:focus > h3,
a.sg-Table > tbody > tr > th:hover > h4,
a.sg-Table > tbody > tr > th:focus > h4,
a.sg-Table > tbody > tr > th:hover > h5,
a.sg-Table > tbody > tr > th:focus > h5,
a.sg-Table > tbody > tr > th:hover > h6,
a.sg-Table > tbody > tr > th:focus > h6,
a.sg-Table > tbody > tr > th:hover > .sg-Type--title,
a.sg-Table > tbody > tr > th:focus > .sg-Type--title,
a.sg-Table > tfoot > tr > th:hover > h1,
a.sg-Table > tfoot > tr > th:focus > h1,
a.sg-Table > tfoot > tr > th:hover > h2,
a.sg-Table > tfoot > tr > th:focus > h2,
a.sg-Table > tfoot > tr > th:hover > h3,
a.sg-Table > tfoot > tr > th:focus > h3,
a.sg-Table > tfoot > tr > th:hover > h4,
a.sg-Table > tfoot > tr > th:focus > h4,
a.sg-Table > tfoot > tr > th:hover > h5,
a.sg-Table > tfoot > tr > th:focus > h5,
a.sg-Table > tfoot > tr > th:hover > h6,
a.sg-Table > tfoot > tr > th:focus > h6,
a.sg-Table > tfoot > tr > th:hover > .sg-Type--title,
a.sg-Table > tfoot > tr > th:focus > .sg-Type--title,
a.sg-Table > tr > th:hover > h1,
a.sg-Table > tr > th:focus > h1,
a.sg-Table > tr > th:hover > h2,
a.sg-Table > tr > th:focus > h2,
a.sg-Table > tr > th:hover > h3,
a.sg-Table > tr > th:focus > h3,
a.sg-Table > tr > th:hover > h4,
a.sg-Table > tr > th:focus > h4,
a.sg-Table > tr > th:hover > h5,
a.sg-Table > tr > th:focus > h5,
a.sg-Table > tr > th:hover > h6,
a.sg-Table > tr > th:focus > h6,
a.sg-Table > tr > th:hover > .sg-Type--title,
a.sg-Table > tr > th:focus > .sg-Type--title,
a.sg-Table > thead > tr > td:hover > h1,
a.sg-Table > thead > tr > td:focus > h1,
a.sg-Table > thead > tr > td:hover > h2,
a.sg-Table > thead > tr > td:focus > h2,
a.sg-Table > thead > tr > td:hover > h3,
a.sg-Table > thead > tr > td:focus > h3,
a.sg-Table > thead > tr > td:hover > h4,
a.sg-Table > thead > tr > td:focus > h4,
a.sg-Table > thead > tr > td:hover > h5,
a.sg-Table > thead > tr > td:focus > h5,
a.sg-Table > thead > tr > td:hover > h6,
a.sg-Table > thead > tr > td:focus > h6,
a.sg-Table > thead > tr > td:hover > .sg-Type--title,
a.sg-Table > thead > tr > td:focus > .sg-Type--title,
a.sg-Table > tbody > tr > td:hover > h1,
a.sg-Table > tbody > tr > td:focus > h1,
a.sg-Table > tbody > tr > td:hover > h2,
a.sg-Table > tbody > tr > td:focus > h2,
a.sg-Table > tbody > tr > td:hover > h3,
a.sg-Table > tbody > tr > td:focus > h3,
a.sg-Table > tbody > tr > td:hover > h4,
a.sg-Table > tbody > tr > td:focus > h4,
a.sg-Table > tbody > tr > td:hover > h5,
a.sg-Table > tbody > tr > td:focus > h5,
a.sg-Table > tbody > tr > td:hover > h6,
a.sg-Table > tbody > tr > td:focus > h6,
a.sg-Table > tbody > tr > td:hover > .sg-Type--title,
a.sg-Table > tbody > tr > td:focus > .sg-Type--title,
a.sg-Table > tfoot > tr > td:hover > h1,
a.sg-Table > tfoot > tr > td:focus > h1,
a.sg-Table > tfoot > tr > td:hover > h2,
a.sg-Table > tfoot > tr > td:focus > h2,
a.sg-Table > tfoot > tr > td:hover > h3,
a.sg-Table > tfoot > tr > td:focus > h3,
a.sg-Table > tfoot > tr > td:hover > h4,
a.sg-Table > tfoot > tr > td:focus > h4,
a.sg-Table > tfoot > tr > td:hover > h5,
a.sg-Table > tfoot > tr > td:focus > h5,
a.sg-Table > tfoot > tr > td:hover > h6,
a.sg-Table > tfoot > tr > td:focus > h6,
a.sg-Table > tfoot > tr > td:hover > .sg-Type--title,
a.sg-Table > tfoot > tr > td:focus > .sg-Type--title,
a.sg-Table > tr > td:hover > h1,
a.sg-Table > tr > td:focus > h1,
a.sg-Table > tr > td:hover > h2,
a.sg-Table > tr > td:focus > h2,
a.sg-Table > tr > td:hover > h3,
a.sg-Table > tr > td:focus > h3,
a.sg-Table > tr > td:hover > h4,
a.sg-Table > tr > td:focus > h4,
a.sg-Table > tr > td:hover > h5,
a.sg-Table > tr > td:focus > h5,
a.sg-Table > tr > td:hover > h6,
a.sg-Table > tr > td:focus > h6,
a.sg-Table > tr > td:hover > .sg-Type--title,
a.sg-Table > tr > td:focus > .sg-Type--title,
a.sg-Cell:hover > b,
a.sg-Cell:focus > b {
  text-decoration: underline;
}
.sg-Cell,
.sg-Flextable-cell,
.sg-Table > thead > tr > th,
.sg-Table > tbody > tr > th,
.sg-Table > tfoot > tr > th,
.sg-Table > tr > th,
.sg-Table > thead > tr > td,
.sg-Table > tbody > tr > td,
.sg-Table > tfoot > tr > td,
.sg-Table > tr > td {
  background: transparent;
}
.sg-Cell > h1,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell > h1,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table > thead > tr > th > h1,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table > tbody > tr > th > h1,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table > tfoot > tr > th > h1,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table > tr > th > h1,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table > thead > tr > td > h1,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table > tbody > tr > td > h1,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table > tfoot > tr > td > h1,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table > tr > td > h1,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #2a2a2a;
}
.sg-Cell > h2,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell > h2,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table > thead > tr > th > h2,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table > tbody > tr > th > h2,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table > tfoot > tr > th > h2,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table > tr > th > h2,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table > thead > tr > td > h2,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table > tbody > tr > td > h2,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table > tfoot > tr > td > h2,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table > tr > td > h2,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #2a2a2a;
}
.sg-Cell > h3,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell > h3,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table > thead > tr > th > h3,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table > tbody > tr > th > h3,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table > tfoot > tr > th > h3,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table > tr > th > h3,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table > thead > tr > td > h3,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table > tbody > tr > td > h3,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table > tfoot > tr > td > h3,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table > tr > td > h3,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #2a2a2a;
}
.sg-Cell > h4,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell > h4,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table > thead > tr > th > h4,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table > tbody > tr > th > h4,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table > tfoot > tr > th > h4,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table > tr > th > h4,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table > thead > tr > td > h4,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table > tbody > tr > td > h4,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table > tfoot > tr > td > h4,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table > tr > td > h4,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #2a2a2a;
}
.sg-Cell > h5,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell > h5,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table > thead > tr > th > h5,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table > tbody > tr > th > h5,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table > tfoot > tr > th > h5,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table > tr > th > h5,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table > thead > tr > td > h5,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table > tbody > tr > td > h5,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table > tfoot > tr > td > h5,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table > tr > td > h5,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #2a2a2a;
}
.sg-Cell > h6,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell > h6,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table > thead > tr > th > h6,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table > tbody > tr > th > h6,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table > tfoot > tr > th > h6,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table > tr > th > h6,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table > thead > tr > td > h6,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table > tbody > tr > td > h6,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table > tfoot > tr > td > h6,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table > tr > td > h6,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #2a2a2a;
}
.sg-Cell.is-striped,
.sg-Flextable-cell.is-striped,
.sg-Table > thead > tr > th.is-striped,
.sg-Table > tbody > tr > th.is-striped,
.sg-Table > tfoot > tr > th.is-striped,
.sg-Table > tr > th.is-striped,
.sg-Table > thead > tr > td.is-striped,
.sg-Table > tbody > tr > td.is-striped,
.sg-Table > tfoot > tr > td.is-striped,
.sg-Table > tr > td.is-striped,
.sg-Table.sg-Table--striped > tbody tr:nth-child(even) > td,
.sg-Table.sg-Table--striped tr:nth-child(even) > td,
.sg-Table.sg-Table--striped > tbody tr:nth-child(even) > th,
.sg-Table.sg-Table--striped tr:nth-child(even) > th,
.sg-Cell.sg-Table-cell--striped {
  background: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.05);
}
a.sg-Cell.is-striped:hover,
a.sg-Cell.is-striped:focus,
a.sg-Flextable-cell.is-striped:hover,
a.sg-Flextable-cell.is-striped:focus,
a.sg-Table > thead > tr > th.is-striped:hover,
a.sg-Table > thead > tr > th.is-striped:focus,
a.sg-Table > tbody > tr > th.is-striped:hover,
a.sg-Table > tbody > tr > th.is-striped:focus,
a.sg-Table > tfoot > tr > th.is-striped:hover,
a.sg-Table > tfoot > tr > th.is-striped:focus,
a.sg-Table > tr > th.is-striped:hover,
a.sg-Table > tr > th.is-striped:focus,
a.sg-Table > thead > tr > td.is-striped:hover,
a.sg-Table > thead > tr > td.is-striped:focus,
a.sg-Table > tbody > tr > td.is-striped:hover,
a.sg-Table > tbody > tr > td.is-striped:focus,
a.sg-Table > tfoot > tr > td.is-striped:hover,
a.sg-Table > tfoot > tr > td.is-striped:focus,
a.sg-Table > tr > td.is-striped:hover,
a.sg-Table > tr > td.is-striped:focus,
a.sg-Table.sg-Table--striped > tbody tr:nth-child(even) > td:hover,
a.sg-Table.sg-Table--striped > tbody tr:nth-child(even) > td:focus,
a.sg-Table.sg-Table--striped tr:nth-child(even) > td:hover,
a.sg-Table.sg-Table--striped tr:nth-child(even) > td:focus,
a.sg-Table.sg-Table--striped > tbody tr:nth-child(even) > th:hover,
a.sg-Table.sg-Table--striped > tbody tr:nth-child(even) > th:focus,
a.sg-Table.sg-Table--striped tr:nth-child(even) > th:hover,
a.sg-Table.sg-Table--striped tr:nth-child(even) > th:focus,
a.sg-Cell.sg-Table-cell--striped:hover,
a.sg-Cell.sg-Table-cell--striped:focus {
  background: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.15);
}
a.sg-Cell,
a.sg-Flextable-cell,
a.sg-Table > thead > tr > th,
a.sg-Table > tbody > tr > th,
a.sg-Table > tfoot > tr > th,
a.sg-Table > tr > th,
a.sg-Table > thead > tr > td,
a.sg-Table > tbody > tr > td,
a.sg-Table > tfoot > tr > td,
a.sg-Table > tr > td {
  color: #535353;
}
a.sg-Cell:hover,
a.sg-Cell:focus,
a.sg-Flextable-cell:hover,
a.sg-Flextable-cell:focus,
a.sg-Flextable:hover .sg-Flextable-cell,
a.sg-Flextable:focus .sg-Flextable-cell,
a.sg-Table > thead > tr > th:hover,
a.sg-Table > thead > tr > th:focus,
a.sg-Table > tbody > tr > th:hover,
a.sg-Table > tbody > tr > th:focus,
a.sg-Table > tfoot > tr > th:hover,
a.sg-Table > tfoot > tr > th:focus,
a.sg-Table > tr > th:hover,
a.sg-Table > tr > th:focus,
a.sg-Table > thead > tr > td:hover,
a.sg-Table > thead > tr > td:focus,
a.sg-Table > tbody > tr > td:hover,
a.sg-Table > tbody > tr > td:focus,
a.sg-Table > tfoot > tr > td:hover,
a.sg-Table > tfoot > tr > td:focus,
a.sg-Table > tr > td:hover,
a.sg-Table > tr > td:focus {
  color: #535353;
  background: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  border-color: none;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--primary,
.sg-Flextable-cell--primary,
.sg-Table .sg-Table-cell--primary {
  background: #558000;
  color: #ffffff;
  border-color: #334D00;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #ffffff;
}
.sg-Cell--primary > h1,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--primary > h1,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--primary > h1,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #ffffff;
}
.sg-Cell--primary > h2,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--primary > h2,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--primary > h2,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #ffffff;
}
.sg-Cell--primary > h3,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--primary > h3,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--primary > h3,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #ffffff;
}
.sg-Cell--primary > h4,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--primary > h4,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--primary > h4,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #ffffff;
}
.sg-Cell--primary > h5,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--primary > h5,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--primary > h5,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #ffffff;
}
.sg-Cell--primary > h6,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--primary > h6,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--primary > h6,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #ffffff;
}
.sg-Cell--primary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--primary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--primary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--primary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--primary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--primary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--primary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * {
  color: #ffffff;
}
.sg-Cell--primary.is-striped,
.sg-Flextable-cell--primary.is-striped,
.sg-Table .sg-Table-cell--primary.is-striped,
.sg-Cell--primary.sg-Table-cell--striped {
  background: #446700;
}
a.sg-Cell--primary.is-striped:hover,
a.sg-Cell--primary.is-striped:focus,
a.sg-Flextable-cell--primary.is-striped:hover,
a.sg-Flextable-cell--primary.is-striped:focus,
a.sg-Table .sg-Table-cell--primary.is-striped:hover,
a.sg-Table .sg-Table-cell--primary.is-striped:focus,
a.sg-Cell--primary.sg-Table-cell--striped:hover,
a.sg-Cell--primary.sg-Table-cell--striped:focus {
  background: #779933;
  background: #6f9326;
  background: #669a00;
}
a.sg-Cell--primary,
a.sg-Flextable-cell--primary,
a.sg-Table .sg-Table-cell--primary {
  color: #ffffff;
}
a.sg-Cell--primary:hover,
a.sg-Cell--primary:focus,
a.sg-Flextable-cell--primary:hover,
a.sg-Flextable-cell--primary:focus,
a.sg-Flextable:hover .sg-Flextable-cell--primary,
a.sg-Flextable:focus .sg-Flextable-cell--primary,
a.sg-Table .sg-Table-cell--primary:hover,
a.sg-Table .sg-Table-cell--primary:focus {
  color: #ffffff;
  background: #779933;
  background: #4d7300;
  background: #77b300;
  border-color: #334D00;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--secondary,
.sg-Flextable-cell--secondary,
.sg-Table .sg-Table-cell--secondary {
  background: #cc0000;
  color: #ffffff;
  border-color: #B80000;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #ffffff;
}
.sg-Cell--secondary > h1,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--secondary > h1,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--secondary > h1,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #ffffff;
}
.sg-Cell--secondary > h2,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--secondary > h2,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--secondary > h2,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #ffffff;
}
.sg-Cell--secondary > h3,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--secondary > h3,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--secondary > h3,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #ffffff;
}
.sg-Cell--secondary > h4,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--secondary > h4,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--secondary > h4,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #ffffff;
}
.sg-Cell--secondary > h5,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--secondary > h5,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--secondary > h5,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #ffffff;
}
.sg-Cell--secondary > h6,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--secondary > h6,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--secondary > h6,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #ffffff;
}
.sg-Cell--secondary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--secondary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--secondary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--secondary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--secondary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--secondary > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--secondary > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * {
  color: #ffffff;
}
.sg-Cell--secondary.is-striped,
.sg-Flextable-cell--secondary.is-striped,
.sg-Table .sg-Table-cell--secondary.is-striped,
.sg-Cell--secondary.sg-Table-cell--striped {
  background: #b30000;
}
a.sg-Cell--secondary.is-striped:hover,
a.sg-Cell--secondary.is-striped:focus,
a.sg-Flextable-cell--secondary.is-striped:hover,
a.sg-Flextable-cell--secondary.is-striped:focus,
a.sg-Table .sg-Table-cell--secondary.is-striped:hover,
a.sg-Table .sg-Table-cell--secondary.is-striped:focus,
a.sg-Cell--secondary.sg-Table-cell--striped:hover,
a.sg-Cell--secondary.sg-Table-cell--striped:focus {
  background: #d63333;
  background: #d42626;
  background: #e60000;
}
a.sg-Cell--secondary,
a.sg-Flextable-cell--secondary,
a.sg-Table .sg-Table-cell--secondary {
  color: #ffffff;
}
a.sg-Cell--secondary:hover,
a.sg-Cell--secondary:focus,
a.sg-Flextable-cell--secondary:hover,
a.sg-Flextable-cell--secondary:focus,
a.sg-Flextable:hover .sg-Flextable-cell--secondary,
a.sg-Flextable:focus .sg-Flextable-cell--secondary,
a.sg-Table .sg-Table-cell--secondary:hover,
a.sg-Table .sg-Table-cell--secondary:focus {
  color: #ffffff;
  background: #d63333;
  background: #b80000;
  border-color: #780000;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--dark,
.sg-Flextable-cell--dark,
.sg-Table .sg-Table-cell--dark {
  background: #2a2a2a;
  color: #ffffff;
  border-color: #161616;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #ffffff;
}
.sg-Cell--dark > h1,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--dark > h1,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--dark > h1,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #ffffff;
}
.sg-Cell--dark > h2,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--dark > h2,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--dark > h2,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #ffffff;
}
.sg-Cell--dark > h3,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--dark > h3,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--dark > h3,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #ffffff;
}
.sg-Cell--dark > h4,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--dark > h4,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--dark > h4,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #ffffff;
}
.sg-Cell--dark > h5,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--dark > h5,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--dark > h5,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #ffffff;
}
.sg-Cell--dark > h6,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--dark > h6,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--dark > h6,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #ffffff;
}
.sg-Cell--dark > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--dark > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--dark > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--dark > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--dark > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--dark > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--dark > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * {
  color: #ffffff;
}
.sg-Cell--dark.is-striped,
.sg-Flextable-cell--dark.is-striped,
.sg-Table .sg-Table-cell--dark.is-striped,
.sg-Cell--dark.sg-Table-cell--striped {
  background: #1d1d1d;
}
a.sg-Cell--dark.is-striped:hover,
a.sg-Cell--dark.is-striped:focus,
a.sg-Flextable-cell--dark.is-striped:hover,
a.sg-Flextable-cell--dark.is-striped:focus,
a.sg-Table .sg-Table-cell--dark.is-striped:hover,
a.sg-Table .sg-Table-cell--dark.is-striped:focus,
a.sg-Cell--dark.sg-Table-cell--striped:hover,
a.sg-Cell--dark.sg-Table-cell--striped:focus {
  background: #555555;
}
a.sg-Cell--dark,
a.sg-Flextable-cell--dark,
a.sg-Table .sg-Table-cell--dark {
  color: #ffffff;
}
a.sg-Cell--dark:hover,
a.sg-Cell--dark:focus,
a.sg-Flextable-cell--dark:hover,
a.sg-Flextable-cell--dark:focus,
a.sg-Flextable:hover .sg-Flextable-cell--dark,
a.sg-Flextable:focus .sg-Flextable-cell--dark,
a.sg-Table .sg-Table-cell--dark:hover,
a.sg-Table .sg-Table-cell--dark:focus {
  color: #ffffff;
  background: #555555;
  border-color: #161616;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--light,
.sg-Flextable-cell--light,
.sg-Table .sg-Table-cell--light,
.sg-Table--data > tbody > tr > td,
.sg-Table--data > tr > td {
  background: #ffffff;
  color: #535353;
  border-color: #D3CECE;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #535353;
}
.sg-Cell--light > h1,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--light > h1,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--light > h1,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table--data > tbody > tr > td > h1,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table--data > tr > td > h1,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #2a2a2a;
}
.sg-Cell--light > h2,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--light > h2,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--light > h2,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table--data > tbody > tr > td > h2,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table--data > tr > td > h2,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #2a2a2a;
}
.sg-Cell--light > h3,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--light > h3,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--light > h3,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table--data > tbody > tr > td > h3,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table--data > tr > td > h3,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #2a2a2a;
}
.sg-Cell--light > h4,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--light > h4,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--light > h4,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table--data > tbody > tr > td > h4,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table--data > tr > td > h4,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #2a2a2a;
}
.sg-Cell--light > h5,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--light > h5,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--light > h5,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table--data > tbody > tr > td > h5,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table--data > tr > td > h5,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #2a2a2a;
}
.sg-Cell--light > h6,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--light > h6,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--light > h6,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--light > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table--data > tbody > tr > td > h6,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--data > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table--data > tr > td > h6,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--data > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #2a2a2a;
}
.sg-Cell--light.is-striped,
.sg-Flextable-cell--light.is-striped,
.sg-Table .sg-Table-cell--light.is-striped,
.sg-Table--data > tbody > tr > td.is-striped,
.sg-Table--data > tr > td.is-striped,
.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > td,
.sg-Table--data.sg-Table--striped tr:nth-child(even) > td,
.sg-Cell--light.sg-Table-cell--striped {
  background: #f2f2f2;
}
a.sg-Cell--light.is-striped:hover,
a.sg-Cell--light.is-striped:focus,
a.sg-Flextable-cell--light.is-striped:hover,
a.sg-Flextable-cell--light.is-striped:focus,
a.sg-Table .sg-Table-cell--light.is-striped:hover,
a.sg-Table .sg-Table-cell--light.is-striped:focus,
a.sg-Table--data > tbody > tr > td.is-striped:hover,
a.sg-Table--data > tbody > tr > td.is-striped:focus,
a.sg-Table--data > tr > td.is-striped:hover,
a.sg-Table--data > tr > td.is-striped:focus,
a.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > td:hover,
a.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > td:focus,
a.sg-Table--data.sg-Table--striped tr:nth-child(even) > td:hover,
a.sg-Table--data.sg-Table--striped tr:nth-child(even) > td:focus,
a.sg-Cell--light.sg-Table-cell--striped:hover,
a.sg-Cell--light.sg-Table-cell--striped:focus {
  background: #ffffff;
}
a.sg-Cell--light,
.sg-Card .sg-Card-section a.sg-Card-inner,
a.sg-Flextable-cell--light,
a.sg-Table .sg-Table-cell--light,
a.sg-Table--data > tbody > tr > td,
a.sg-Table--data > tr > td {
  color: #535353;
}
a.sg-Cell--light:hover,
a.sg-Cell--light:focus,
.sg-Card .sg-Card-section a.sg-Card-inner:hover,
a.sg-Flextable-cell--light:hover,
a.sg-Flextable-cell--light:focus,
a.sg-Flextable:hover .sg-Flextable-cell--light,
a.sg-Flextable:focus .sg-Flextable-cell--light,
a.sg-Table .sg-Table-cell--light:hover,
a.sg-Table .sg-Table-cell--light:focus,
a.sg-Table--data > tbody > tr > td:hover,
a.sg-Table--data > tbody > tr > td:focus,
a.sg-Table--data > tr > td:hover,
a.sg-Table--data > tr > td:focus {
  color: #535353;
  background: #f2f2f2;
  border-color: #558000;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--error,
.sg-Flextable-cell--error,
.sg-Table .sg-Table-cell--error {
  background: #F3E6E6;
  color: #780000;
  border-color: #DAB3B3;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #780000;
}
.sg-Cell--error > h1,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--error > h1,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--error > h1,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #780000;
}
.sg-Cell--error > h2,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--error > h2,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--error > h2,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #780000;
}
.sg-Cell--error > h3,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--error > h3,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--error > h3,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #780000;
}
.sg-Cell--error > h4,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--error > h4,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--error > h4,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #780000;
}
.sg-Cell--error > h5,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--error > h5,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--error > h5,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #780000;
}
.sg-Cell--error > h6,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--error > h6,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--error > h6,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #780000;
}
.sg-Cell--error > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--error > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--error > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--error > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--error > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--error > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--error > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * {
  color: #780000;
}
.sg-Cell--error.is-striped,
.sg-Flextable-cell--error.is-striped,
.sg-Table .sg-Table-cell--error.is-striped,
.sg-Cell--error.sg-Table-cell--striped {
  background: #ebd5d5;
}
a.sg-Cell--error.is-striped:hover,
a.sg-Cell--error.is-striped:focus,
a.sg-Flextable-cell--error.is-striped:hover,
a.sg-Flextable-cell--error.is-striped:focus,
a.sg-Table .sg-Table-cell--error.is-striped:hover,
a.sg-Table .sg-Table-cell--error.is-striped:focus,
a.sg-Cell--error.sg-Table-cell--striped:hover,
a.sg-Cell--error.sg-Table-cell--striped:focus {
  background: #f5ebeb;
}
a.sg-Cell--error,
a.sg-Flextable-cell--error,
a.sg-Table .sg-Table-cell--error {
  color: #780000;
}
a.sg-Cell--error:hover,
a.sg-Cell--error:focus,
a.sg-Flextable-cell--error:hover,
a.sg-Flextable-cell--error:focus,
a.sg-Flextable:hover .sg-Flextable-cell--error,
a.sg-Flextable:focus .sg-Flextable-cell--error,
a.sg-Table .sg-Table-cell--error:hover,
a.sg-Table .sg-Table-cell--error:focus {
  color: #780000;
  background: #ebd5d5;
  border-color: #780000;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--warning,
.sg-Flextable-cell--warning {
  background: #FFFBE6;
  color: #702E00;
  border-color: #C25100;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #702E00;
}
.sg-Cell--warning > h1,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--warning > h1,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #702E00;
}
.sg-Cell--warning > h2,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--warning > h2,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #702E00;
}
.sg-Cell--warning > h3,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--warning > h3,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #702E00;
}
.sg-Cell--warning > h4,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--warning > h4,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #702E00;
}
.sg-Cell--warning > h5,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--warning > h5,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #702E00;
}
.sg-Cell--warning > h6,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--warning > h6,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #702E00;
}
.sg-Cell--warning > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--warning > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--warning > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--warning > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--warning > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * {
  color: #702E00;
}
.sg-Cell--warning.is-striped,
.sg-Flextable-cell--warning.is-striped,
.sg-Cell--warning.sg-Table-cell--striped {
  background: #fff7cc;
}
a.sg-Cell--warning.is-striped:hover,
a.sg-Cell--warning.is-striped:focus,
a.sg-Flextable-cell--warning.is-striped:hover,
a.sg-Flextable-cell--warning.is-striped:focus,
a.sg-Cell--warning.sg-Table-cell--striped:hover,
a.sg-Cell--warning.sg-Table-cell--striped:focus {
  background: #fffceb;
}
a.sg-Cell--warning,
a.sg-Flextable-cell--warning {
  color: #702E00;
}
a.sg-Cell--warning:hover,
a.sg-Cell--warning:focus,
a.sg-Flextable-cell--warning:hover,
a.sg-Flextable-cell--warning:focus,
a.sg-Flextable:hover .sg-Flextable-cell--warning,
a.sg-Flextable:focus .sg-Flextable-cell--warning {
  color: #702E00;
  background: #fff7cc;
  border-color: #C25100;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--correct,
.sg-Flextable-cell--correct,
.sg-Table .sg-Table-cell--correct {
  background: #EFF4DA;
  color: #295408;
  border-color: #6DA300;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #295408;
}
.sg-Cell--correct > h1,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--correct > h1,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--correct > h1,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #295408;
}
.sg-Cell--correct > h2,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--correct > h2,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--correct > h2,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #295408;
}
.sg-Cell--correct > h3,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--correct > h3,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--correct > h3,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #295408;
}
.sg-Cell--correct > h4,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--correct > h4,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--correct > h4,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #295408;
}
.sg-Cell--correct > h5,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--correct > h5,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--correct > h5,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #295408;
}
.sg-Cell--correct > h6,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--correct > h6,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--correct > h6,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #295408;
}
.sg-Cell--correct > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--correct > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--correct > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--correct > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--correct > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--correct > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--correct > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * {
  color: #295408;
}
.sg-Cell--correct.is-striped,
.sg-Flextable-cell--correct.is-striped,
.sg-Table .sg-Table-cell--correct.is-striped,
.sg-Cell--correct.sg-Table-cell--striped {
  background: #e7eec6;
}
a.sg-Cell--correct.is-striped:hover,
a.sg-Cell--correct.is-striped:focus,
a.sg-Flextable-cell--correct.is-striped:hover,
a.sg-Flextable-cell--correct.is-striped:focus,
a.sg-Table .sg-Table-cell--correct.is-striped:hover,
a.sg-Table .sg-Table-cell--correct.is-striped:focus,
a.sg-Cell--correct.sg-Table-cell--striped:hover,
a.sg-Cell--correct.sg-Table-cell--striped:focus {
  background: #f2f6e1;
}
a.sg-Cell--correct,
a.sg-Flextable-cell--correct,
a.sg-Table .sg-Table-cell--correct {
  color: #295408;
}
a.sg-Cell--correct:hover,
a.sg-Cell--correct:focus,
a.sg-Flextable-cell--correct:hover,
a.sg-Flextable-cell--correct:focus,
a.sg-Flextable:hover .sg-Flextable-cell--correct,
a.sg-Flextable:focus .sg-Flextable-cell--correct,
a.sg-Table .sg-Table-cell--correct:hover,
a.sg-Table .sg-Table-cell--correct:focus {
  color: #295408;
  background: #e7eec6;
  border-color: #295408;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--neutral,
.sg-Flextable-cell--neutral,
.sg-Table .sg-Table-cell--neutral {
  background: #e5e5e5;
  color: #535353;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #535353;
}
.sg-Cell--neutral > h1,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--neutral > h1,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--neutral > h1,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #2a2a2a;
}
.sg-Cell--neutral > h2,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--neutral > h2,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--neutral > h2,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #2a2a2a;
}
.sg-Cell--neutral > h3,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--neutral > h3,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--neutral > h3,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #2a2a2a;
}
.sg-Cell--neutral > h4,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--neutral > h4,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--neutral > h4,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #2a2a2a;
}
.sg-Cell--neutral > h5,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--neutral > h5,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--neutral > h5,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #2a2a2a;
}
.sg-Cell--neutral > h6,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--neutral > h6,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--neutral > h6,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--neutral > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #2a2a2a;
}
.sg-Cell--neutral.is-striped,
.sg-Flextable-cell--neutral.is-striped,
.sg-Table .sg-Table-cell--neutral.is-striped,
.sg-Cell--neutral.sg-Table-cell--striped {
  background: #d8d8d8;
}
a.sg-Cell--neutral.is-striped:hover,
a.sg-Cell--neutral.is-striped:focus,
a.sg-Flextable-cell--neutral.is-striped:hover,
a.sg-Flextable-cell--neutral.is-striped:focus,
a.sg-Table .sg-Table-cell--neutral.is-striped:hover,
a.sg-Table .sg-Table-cell--neutral.is-striped:focus,
a.sg-Cell--neutral.sg-Table-cell--striped:hover,
a.sg-Cell--neutral.sg-Table-cell--striped:focus {
  background: #eaeaea;
}
a.sg-Cell--neutral,
a.sg-Flextable-cell--neutral,
a.sg-Table .sg-Table-cell--neutral {
  color: #535353;
}
a.sg-Cell--neutral:hover,
a.sg-Cell--neutral:focus,
a.sg-Flextable-cell--neutral:hover,
a.sg-Flextable-cell--neutral:focus,
a.sg-Flextable:hover .sg-Flextable-cell--neutral,
a.sg-Flextable:focus .sg-Flextable-cell--neutral,
a.sg-Table .sg-Table-cell--neutral:hover,
a.sg-Table .sg-Table-cell--neutral:focus {
  color: #535353;
  background: #d8d8d8;
  border-color: #558000;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--highlight,
.sg-Flextable-cell--highlight,
.sg-Table .sg-Table-cell--highlight {
  background: #EFFEFF;
  color: #535353;
  border-color: #C7D6DC;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #535353;
}
.sg-Cell--highlight > h1,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--highlight > h1,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--highlight > h1,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #2a2a2a;
}
.sg-Cell--highlight > h2,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--highlight > h2,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--highlight > h2,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #2a2a2a;
}
.sg-Cell--highlight > h3,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--highlight > h3,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--highlight > h3,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #2a2a2a;
}
.sg-Cell--highlight > h4,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--highlight > h4,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--highlight > h4,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #2a2a2a;
}
.sg-Cell--highlight > h5,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--highlight > h5,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--highlight > h5,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #2a2a2a;
}
.sg-Cell--highlight > h6,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--highlight > h6,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--highlight > h6,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #2a2a2a;
}
.sg-Cell--highlight > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--highlight > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--highlight > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--highlight > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--highlight > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--highlight > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--highlight > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * {
  color: #535353;
}
.sg-Cell--highlight.is-striped,
.sg-Flextable-cell--highlight.is-striped,
.sg-Table .sg-Table-cell--highlight.is-striped,
.sg-Cell--highlight.sg-Table-cell--striped {
  background: #d6fcff;
}
a.sg-Cell--highlight.is-striped:hover,
a.sg-Cell--highlight.is-striped:focus,
a.sg-Flextable-cell--highlight.is-striped:hover,
a.sg-Flextable-cell--highlight.is-striped:focus,
a.sg-Table .sg-Table-cell--highlight.is-striped:hover,
a.sg-Table .sg-Table-cell--highlight.is-striped:focus,
a.sg-Cell--highlight.sg-Table-cell--striped:hover,
a.sg-Cell--highlight.sg-Table-cell--striped:focus {
  background: #f2feff;
}
a.sg-Cell--highlight,
a.sg-Flextable-cell--highlight,
a.sg-Table .sg-Table-cell--highlight {
  color: #535353;
}
a.sg-Cell--highlight:hover,
a.sg-Cell--highlight:focus,
a.sg-Flextable-cell--highlight:hover,
a.sg-Flextable-cell--highlight:focus,
a.sg-Flextable:hover .sg-Flextable-cell--highlight,
a.sg-Flextable:focus .sg-Flextable-cell--highlight,
a.sg-Table .sg-Table-cell--highlight:hover,
a.sg-Table .sg-Table-cell--highlight:focus {
  color: #535353;
  background: #d6fcff;
  border-color: #C7D6DC;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--header,
.sg-Flextable-cell--header,
.sg-Table .sg-Table-cell--header,
.sg-Table--data > thead > tr > th,
.sg-Table--data > thead > tr > td {
  background: #2a2a2a;
  color: #ffffff;
  border-color: #161616;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #ffffff;
}
.sg-Cell--header > h1,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--header > h1,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--header > h1,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table--data > thead > tr > th > h1,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table--data > thead > tr > td > h1,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #ffffff;
}
.sg-Cell--header > h2,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--header > h2,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--header > h2,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table--data > thead > tr > th > h2,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table--data > thead > tr > td > h2,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #ffffff;
}
.sg-Cell--header > h3,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--header > h3,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--header > h3,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table--data > thead > tr > th > h3,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table--data > thead > tr > td > h3,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #ffffff;
}
.sg-Cell--header > h4,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--header > h4,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--header > h4,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table--data > thead > tr > th > h4,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table--data > thead > tr > td > h4,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #ffffff;
}
.sg-Cell--header > h5,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--header > h5,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--header > h5,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table--data > thead > tr > th > h5,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table--data > thead > tr > td > h5,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #ffffff;
}
.sg-Cell--header > h6,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--header > h6,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--header > h6,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table--data > thead > tr > th > h6,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table--data > thead > tr > td > h6,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #ffffff;
}
.sg-Cell--header > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--header > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--header > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--header > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--header > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--header > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--header > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > thead > tr > th > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > thead > tr > th > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > thead > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > thead > tr > td > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > thead > tr > td > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > thead > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * {
  color: #ffffff;
}
.sg-Cell--header.is-striped,
.sg-Flextable-cell--header.is-striped,
.sg-Table .sg-Table-cell--header.is-striped,
.sg-Table--data > thead > tr > th.is-striped,
.sg-Table--data > thead > tr > td.is-striped,
.sg-Cell--header.sg-Table-cell--striped {
  background: #1d1d1d;
}
a.sg-Cell--header.is-striped:hover,
a.sg-Cell--header.is-striped:focus,
a.sg-Flextable-cell--header.is-striped:hover,
a.sg-Flextable-cell--header.is-striped:focus,
a.sg-Table .sg-Table-cell--header.is-striped:hover,
a.sg-Table .sg-Table-cell--header.is-striped:focus,
a.sg-Table--data > thead > tr > th.is-striped:hover,
a.sg-Table--data > thead > tr > th.is-striped:focus,
a.sg-Table--data > thead > tr > td.is-striped:hover,
a.sg-Table--data > thead > tr > td.is-striped:focus,
a.sg-Cell--header.sg-Table-cell--striped:hover,
a.sg-Cell--header.sg-Table-cell--striped:focus {
  background: #555555;
}
a.sg-Cell--header,
a.sg-Flextable-cell--header,
a.sg-Table .sg-Table-cell--header,
a.sg-Table--data > thead > tr > th,
a.sg-Table--data > thead > tr > td {
  color: #ffffff;
}
a.sg-Cell--header:hover,
a.sg-Cell--header:focus,
a.sg-Flextable-cell--header:hover,
a.sg-Flextable-cell--header:focus,
a.sg-Flextable:hover .sg-Flextable-cell--header,
a.sg-Flextable:focus .sg-Flextable-cell--header,
a.sg-Table .sg-Table-cell--header:hover,
a.sg-Table .sg-Table-cell--header:focus,
a.sg-Table--data > thead > tr > th:hover,
a.sg-Table--data > thead > tr > th:focus,
a.sg-Table--data > thead > tr > td:hover,
a.sg-Table--data > thead > tr > td:focus {
  color: #ffffff;
  background: #555555;
  border-color: #161616;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--subheader,
.sg-Flextable-cell--subHeader,
.sg-Table .sg-Table-cell--subHeader,
.sg-Table--data > tbody > tr > th,
.sg-Table--data > tr > th {
  background: #EFE9E2;
  color: #535353;
  border-color: #D7D1CB;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #535353;
}
.sg-Cell--subheader > h1,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--subHeader > h1,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--subHeader > h1,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table--data > tbody > tr > th > h1,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table--data > tr > th > h1,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #535353;
}
.sg-Cell--subheader > h2,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--subHeader > h2,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--subHeader > h2,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table--data > tbody > tr > th > h2,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table--data > tr > th > h2,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #535353;
}
.sg-Cell--subheader > h3,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--subHeader > h3,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--subHeader > h3,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table--data > tbody > tr > th > h3,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table--data > tr > th > h3,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #535353;
}
.sg-Cell--subheader > h4,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--subHeader > h4,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--subHeader > h4,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table--data > tbody > tr > th > h4,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table--data > tr > th > h4,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #535353;
}
.sg-Cell--subheader > h5,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--subHeader > h5,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--subHeader > h5,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table--data > tbody > tr > th > h5,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table--data > tr > th > h5,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #535353;
}
.sg-Cell--subheader > h6,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--subHeader > h6,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--subHeader > h6,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table--data > tbody > tr > th > h6,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table--data > tr > th > h6,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #535353;
}
.sg-Cell--subheader > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--subheader > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--subheader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--subHeader > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--subHeader > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--subHeader > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--subHeader > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--subHeader > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tbody > tr > th > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tbody > tr > th > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tr > th > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tr > th > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * {
  color: #535353;
}
.sg-Cell--subheader.is-striped,
.sg-Flextable-cell--subHeader.is-striped,
.sg-Table .sg-Table-cell--subHeader.is-striped,
.sg-Table--data > tbody > tr > th.is-striped,
.sg-Table--data > tr > th.is-striped,
.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > th,
.sg-Table--data.sg-Table--striped tr:nth-child(even) > th,
.sg-Cell--subheader.sg-Table-cell--striped {
  background: #e6ddd2;
}
a.sg-Cell--subheader.is-striped:hover,
a.sg-Cell--subheader.is-striped:focus,
a.sg-Flextable-cell--subHeader.is-striped:hover,
a.sg-Flextable-cell--subHeader.is-striped:focus,
a.sg-Table .sg-Table-cell--subHeader.is-striped:hover,
a.sg-Table .sg-Table-cell--subHeader.is-striped:focus,
a.sg-Table--data > tbody > tr > th.is-striped:hover,
a.sg-Table--data > tbody > tr > th.is-striped:focus,
a.sg-Table--data > tr > th.is-striped:hover,
a.sg-Table--data > tr > th.is-striped:focus,
a.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > th:hover,
a.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > th:focus,
a.sg-Table--data.sg-Table--striped tr:nth-child(even) > th:hover,
a.sg-Table--data.sg-Table--striped tr:nth-child(even) > th:focus,
a.sg-Cell--subheader.sg-Table-cell--striped:hover,
a.sg-Cell--subheader.sg-Table-cell--striped:focus {
  background: #f2ede8;
}
a.sg-Cell--subheader,
a.sg-Flextable-cell--subHeader,
a.sg-Table .sg-Table-cell--subHeader,
a.sg-Table--data > tbody > tr > th,
a.sg-Table--data > tr > th {
  color: #535353;
}
a.sg-Cell--subheader:hover,
a.sg-Cell--subheader:focus,
a.sg-Flextable-cell--subHeader:hover,
a.sg-Flextable-cell--subHeader:focus,
a.sg-Flextable:hover .sg-Flextable-cell--subHeader,
a.sg-Flextable:focus .sg-Flextable-cell--subHeader,
a.sg-Table .sg-Table-cell--subHeader:hover,
a.sg-Table .sg-Table-cell--subHeader:focus,
a.sg-Table--data > tbody > tr > th:hover,
a.sg-Table--data > tbody > tr > th:focus,
a.sg-Table--data > tr > th:hover,
a.sg-Table--data > tr > th:focus {
  color: #535353;
  background: #e6ddd2;
  border-color: #AB9F91;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--footer,
.sg-Flextable-cell--footer,
.sg-Table .sg-Table-cell--footer,
.sg-Table--data > tfoot > tr > td,
.sg-Table--data > tfoot > tr > th {
  background: #e5e5e5;
  color: #535353;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code),
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]):not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) > *:not(a):not(.sg-Btn):not([class*="sg-Type--tag"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(code) {
  color: #535353;
}
.sg-Cell--footer > h1,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--footer > h1,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--footer > h1,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table--data > tfoot > tr > td > h1,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table--data > tfoot > tr > th > h1,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #535353;
}
.sg-Cell--footer > h2,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--footer > h2,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--footer > h2,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table--data > tfoot > tr > td > h2,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table--data > tfoot > tr > th > h2,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #535353;
}
.sg-Cell--footer > h3,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--footer > h3,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--footer > h3,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table--data > tfoot > tr > td > h3,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table--data > tfoot > tr > th > h3,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #535353;
}
.sg-Cell--footer > h4,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--footer > h4,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--footer > h4,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table--data > tfoot > tr > td > h4,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table--data > tfoot > tr > th > h4,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #535353;
}
.sg-Cell--footer > h5,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--footer > h5,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--footer > h5,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table--data > tfoot > tr > td > h5,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table--data > tfoot > tr > th > h5,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #535353;
}
.sg-Cell--footer > h6,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--footer > h6,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--footer > h6,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table--data > tfoot > tr > td > h6,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table--data > tfoot > tr > th > h6,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #535353;
}
.sg-Cell--footer > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Cell--footer > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--footer > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Flextable-cell--footer > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Flextable-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--footer > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table .sg-Table-cell--footer > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table .sg-Table-cell--footer > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tfoot > tr > td > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tfoot > tr > td > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tfoot > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tfoot > tr > th > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]),
.sg-Table--data > tfoot > tr > th > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > *,
.sg-Table--data > tfoot > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * a:not(.sg-Btn):not([class*="sg-Type--tag"]):not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * {
  color: #535353;
}
.sg-Cell--footer.is-striped,
.sg-Flextable-cell--footer.is-striped,
.sg-Table .sg-Table-cell--footer.is-striped,
.sg-Table--data > tfoot > tr > td.is-striped,
.sg-Table--data > tfoot > tr > th.is-striped,
.sg-Cell--footer.sg-Table-cell--striped {
  background: #d8d8d8;
}
a.sg-Cell--footer.is-striped:hover,
a.sg-Cell--footer.is-striped:focus,
a.sg-Flextable-cell--footer.is-striped:hover,
a.sg-Flextable-cell--footer.is-striped:focus,
a.sg-Table .sg-Table-cell--footer.is-striped:hover,
a.sg-Table .sg-Table-cell--footer.is-striped:focus,
a.sg-Table--data > tfoot > tr > td.is-striped:hover,
a.sg-Table--data > tfoot > tr > td.is-striped:focus,
a.sg-Table--data > tfoot > tr > th.is-striped:hover,
a.sg-Table--data > tfoot > tr > th.is-striped:focus,
a.sg-Cell--footer.sg-Table-cell--striped:hover,
a.sg-Cell--footer.sg-Table-cell--striped:focus {
  background: #eaeaea;
}
a.sg-Cell--footer,
a.sg-Flextable-cell--footer,
a.sg-Table .sg-Table-cell--footer,
a.sg-Table--data > tfoot > tr > td,
a.sg-Table--data > tfoot > tr > th {
  color: #535353;
}
a.sg-Cell--footer:hover,
a.sg-Cell--footer:focus,
a.sg-Flextable-cell--footer:hover,
a.sg-Flextable-cell--footer:focus,
a.sg-Flextable:hover .sg-Flextable-cell--footer,
a.sg-Flextable:focus .sg-Flextable-cell--footer,
a.sg-Table .sg-Table-cell--footer:hover,
a.sg-Table .sg-Table-cell--footer:focus,
a.sg-Table--data > tfoot > tr > td:hover,
a.sg-Table--data > tfoot > tr > td:focus,
a.sg-Table--data > tfoot > tr > th:hover,
a.sg-Table--data > tfoot > tr > th:focus {
  color: #535353;
  background: #d8d8d8;
  border-color: #558000;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--underline,
.sg-Flextable-cell--underline,
.sg-Table .sg-Table-cell--underline {
  background: transparent;
}
.sg-Cell--underline > h1,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Flextable-cell--underline > h1,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table .sg-Table-cell--underline > h1,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #2a2a2a;
}
.sg-Cell--underline > h2,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Flextable-cell--underline > h2,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table .sg-Table-cell--underline > h2,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #2a2a2a;
}
.sg-Cell--underline > h3,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Flextable-cell--underline > h3,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table .sg-Table-cell--underline > h3,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #2a2a2a;
}
.sg-Cell--underline > h4,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Flextable-cell--underline > h4,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table .sg-Table-cell--underline > h4,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #2a2a2a;
}
.sg-Cell--underline > h5,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Flextable-cell--underline > h5,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table .sg-Table-cell--underline > h5,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #2a2a2a;
}
.sg-Cell--underline > h6,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Flextable-cell--underline > h6,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Flextable-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table .sg-Table-cell--underline > h6,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table .sg-Table-cell--underline > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #2a2a2a;
}
.sg-Cell--underline.is-striped,
.sg-Flextable-cell--underline.is-striped,
.sg-Table .sg-Table-cell--underline.is-striped,
.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > td,
.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > td,
.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > th,
.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > th,
.sg-Cell--underline.sg-Table-cell--striped {
  background: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.05);
}
a.sg-Cell--underline.is-striped:hover,
a.sg-Cell--underline.is-striped:focus,
a.sg-Flextable-cell--underline.is-striped:hover,
a.sg-Flextable-cell--underline.is-striped:focus,
a.sg-Table .sg-Table-cell--underline.is-striped:hover,
a.sg-Table .sg-Table-cell--underline.is-striped:focus,
a.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > td:hover,
a.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > td:focus,
a.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > td:hover,
a.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > td:focus,
a.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > th:hover,
a.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > th:focus,
a.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > th:hover,
a.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > th:focus,
a.sg-Cell--underline.sg-Table-cell--striped:hover,
a.sg-Cell--underline.sg-Table-cell--striped:focus {
  background: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.15);
}
a.sg-Cell--underline,
a.sg-Flextable-cell--underline,
a.sg-Table .sg-Table-cell--underline {
  color: #535353;
}
a.sg-Cell--underline:hover,
a.sg-Cell--underline:focus,
a.sg-Flextable-cell--underline:hover,
a.sg-Flextable-cell--underline:focus,
a.sg-Flextable:hover .sg-Flextable-cell--underline,
a.sg-Flextable:focus .sg-Flextable-cell--underline,
a.sg-Table .sg-Table-cell--underline:hover,
a.sg-Table .sg-Table-cell--underline:focus {
  color: #535353;
  background: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  border-color: none;
  border-width: 1px;
  border-style: solid;
}
.sg-Cell--underline,
.sg-Flextable-cell--underline,
.sg-Table .sg-Table-cell--underline {
  border-color: transparent;
  border-bottom: dashed 1px #b2b2b2;
}
a.sg-Cell--underline:hover,
a.sg-Cell--underline:focus,
a.sg-Flextable-cell--underline:hover,
a.sg-Flextable-cell--underline:focus,
a.sg-Flextable:hover .sg-Flextable-cell--underline,
a.sg-Flextable:focus .sg-Flextable-cell--underline,
a.sg-Table .sg-Table-cell--underline:hover,
a.sg-Table .sg-Table-cell--underline:focus {
  border-bottom: dashed 1px #b2b2b2;
}
.sg-Cell--header,
.sg-Cell--subheader,
.sg-Cell--footer,
.sg-Flextable-cell--header,
.sg-Flextable-cell--subHeader,
.sg-Flextable-cell--footer,
.sg-Table .sg-Table-cell--header,
.sg-Table .sg-Table-cell--subHeader,
.sg-Table .sg-Table-cell--footer,
.sg-Table--data > thead > tr > th,
.sg-Table--data > thead > tr > td,
.sg-Table--data > tbody > tr > th,
.sg-Table--data > tr > th,
.sg-Table--data > tfoot > tr > td,
.sg-Table--data > tfoot > tr > th {
  font-weight: bold;
}
/* ==========================================================================
   AAMINEW - Cell
   ========================================================================== */
/* Variable overrides
   ========================================================================== */
/* Styling overrides
   ========================================================================== */
a.sg-Cell--primary:hover,
a.sg-Cell--primary:focus,
a.sg-Cell--primary.is-striped:hover,
a.sg-Cell--primary.is-striped:focus,
a.sg-Flextable-cell--primary:hover,
a.sg-Flextable-cell--primary:focus,
a.sg-Flextable-cell--primary.is-striped:hover,
a.sg-Flextable-cell--primary.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--primary,
a.sg-Flextable:focus .sg-Flextable-cell--primary,
a.sg-Table .sg-Table-cell--primary:hover,
a.sg-Table .sg-Table-cell--primary:focus,
a.sg-Table .sg-Table-cell--primary.is-striped:hover,
a.sg-Table .sg-Table-cell--primary.is-striped:focus,
a.sg-Cell--primary.sg-Table-cell--striped:hover,
a.sg-Cell--primary.sg-Table-cell--striped:focus {
  background: #558000;
}
.sg-Cell--primary.is-striped,
.sg-Flextable-cell--primary.is-striped,
.sg-Table .sg-Table-cell--primary.is-striped,
.sg-Cell--primary.sg-Table-cell--striped {
  background: #334D00;
}
a.sg-Cell--secondary:hover,
a.sg-Cell--secondary:focus,
a.sg-Cell--secondary.is-striped:hover,
a.sg-Cell--secondary.is-striped:focus,
a.sg-Flextable-cell--secondary:hover,
a.sg-Flextable-cell--secondary:focus,
a.sg-Flextable-cell--secondary.is-striped:hover,
a.sg-Flextable-cell--secondary.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--secondary,
a.sg-Flextable:focus .sg-Flextable-cell--secondary,
a.sg-Table .sg-Table-cell--secondary:hover,
a.sg-Table .sg-Table-cell--secondary:focus,
a.sg-Table .sg-Table-cell--secondary.is-striped:hover,
a.sg-Table .sg-Table-cell--secondary.is-striped:focus,
a.sg-Cell--secondary.sg-Table-cell--striped:hover,
a.sg-Cell--secondary.sg-Table-cell--striped:focus {
  background: #E00000;
}
.sg-Cell--secondary.is-striped,
.sg-Flextable-cell--secondary.is-striped,
.sg-Table .sg-Table-cell--secondary.is-striped,
.sg-Cell--secondary.sg-Table-cell--striped {
  background: #C20000;
}
a.sg-Cell--dark:hover,
a.sg-Cell--dark:focus,
a.sg-Cell--dark.is-striped:hover,
a.sg-Cell--dark.is-striped:focus,
a.sg-Flextable-cell--dark:hover,
a.sg-Flextable-cell--dark:focus,
a.sg-Flextable-cell--dark.is-striped:hover,
a.sg-Flextable-cell--dark.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--dark,
a.sg-Flextable:focus .sg-Flextable-cell--dark,
a.sg-Table .sg-Table-cell--dark:hover,
a.sg-Table .sg-Table-cell--dark:focus,
a.sg-Table .sg-Table-cell--dark.is-striped:hover,
a.sg-Table .sg-Table-cell--dark.is-striped:focus,
a.sg-Cell--dark.sg-Table-cell--striped:hover,
a.sg-Cell--dark.sg-Table-cell--striped:focus {
  background: #4D4D4D;
}
.sg-Cell--dark.is-striped,
.sg-Flextable-cell--dark.is-striped,
.sg-Table .sg-Table-cell--dark.is-striped,
.sg-Cell--dark.sg-Table-cell--striped {
  background: #202020;
}
a.sg-Cell--light:hover,
a.sg-Cell--light:focus,
a.sg-Cell--light.is-striped:hover,
a.sg-Cell--light.is-striped:focus,
.sg-Card .sg-Card-section a.sg-Card-inner:hover,
a.sg-Flextable-cell--light:hover,
a.sg-Flextable-cell--light:focus,
a.sg-Flextable-cell--light.is-striped:hover,
a.sg-Flextable-cell--light.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--light,
a.sg-Flextable:focus .sg-Flextable-cell--light,
a.sg-Table .sg-Table-cell--light:hover,
a.sg-Table .sg-Table-cell--light:focus,
a.sg-Table .sg-Table-cell--light.is-striped:hover,
a.sg-Table .sg-Table-cell--light.is-striped:focus,
a.sg-Table--data > tbody > tr > td:hover,
a.sg-Table--data > tbody > tr > td:focus,
a.sg-Table--data > tbody > tr > td.is-striped:hover,
a.sg-Table--data > tbody > tr > td.is-striped:focus,
a.sg-Table--data > tr > td:hover,
a.sg-Table--data > tr > td:focus,
a.sg-Table--data > tr > td.is-striped:hover,
a.sg-Table--data > tr > td.is-striped:focus,
a.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > td:hover,
a.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > td:focus,
a.sg-Table--data.sg-Table--striped tr:nth-child(even) > td:hover,
a.sg-Table--data.sg-Table--striped tr:nth-child(even) > td:focus,
a.sg-Cell--light.sg-Table-cell--striped:hover,
a.sg-Cell--light.sg-Table-cell--striped:focus {
  background: #EFF4DA;
}
.sg-Cell--light.is-striped,
.sg-Flextable-cell--light.is-striped,
.sg-Table .sg-Table-cell--light.is-striped,
.sg-Table--data > tbody > tr > td.is-striped,
.sg-Table--data > tr > td.is-striped,
.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > td,
.sg-Table--data.sg-Table--striped tr:nth-child(even) > td,
.sg-Cell--light.sg-Table-cell--striped {
  background: #F5F5F5;
}
a.sg-Cell--neutral:hover,
a.sg-Cell--neutral:focus,
a.sg-Cell--neutral.is-striped:hover,
a.sg-Cell--neutral.is-striped:focus,
a.sg-Flextable-cell--neutral:hover,
a.sg-Flextable-cell--neutral:focus,
a.sg-Flextable-cell--neutral.is-striped:hover,
a.sg-Flextable-cell--neutral.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--neutral,
a.sg-Flextable:focus .sg-Flextable-cell--neutral,
a.sg-Table .sg-Table-cell--neutral:hover,
a.sg-Table .sg-Table-cell--neutral:focus,
a.sg-Table .sg-Table-cell--neutral.is-striped:hover,
a.sg-Table .sg-Table-cell--neutral.is-striped:focus,
a.sg-Cell--neutral.sg-Table-cell--striped:hover,
a.sg-Cell--neutral.sg-Table-cell--striped:focus {
  background: #ffffff;
}
.sg-Cell--neutral.is-striped,
.sg-Flextable-cell--neutral.is-striped,
.sg-Table .sg-Table-cell--neutral.is-striped,
.sg-Cell--neutral.sg-Table-cell--striped {
  background: #DBDBDB;
}
a.sg-Cell--correct:hover,
a.sg-Cell--correct:focus,
a.sg-Cell--correct.is-striped:hover,
a.sg-Cell--correct.is-striped:focus,
a.sg-Flextable-cell--correct:hover,
a.sg-Flextable-cell--correct:focus,
a.sg-Flextable-cell--correct.is-striped:hover,
a.sg-Flextable-cell--correct.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--correct,
a.sg-Flextable:focus .sg-Flextable-cell--correct,
a.sg-Table .sg-Table-cell--correct:hover,
a.sg-Table .sg-Table-cell--correct:focus,
a.sg-Table .sg-Table-cell--correct.is-striped:hover,
a.sg-Table .sg-Table-cell--correct.is-striped:focus,
a.sg-Cell--correct.sg-Table-cell--striped:hover,
a.sg-Cell--correct.sg-Table-cell--striped:focus {
  background: #ffffff;
}
.sg-Cell--correct.is-striped,
.sg-Flextable-cell--correct.is-striped,
.sg-Table .sg-Table-cell--correct.is-striped,
.sg-Cell--correct.sg-Table-cell--striped {
  background: #E3EDC6;
}
a.sg-Cell--highlight:hover,
a.sg-Cell--highlight:focus,
a.sg-Cell--highlight.is-striped:hover,
a.sg-Cell--highlight.is-striped:focus,
a.sg-Flextable-cell--highlight:hover,
a.sg-Flextable-cell--highlight:focus,
a.sg-Flextable-cell--highlight.is-striped:hover,
a.sg-Flextable-cell--highlight.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--highlight,
a.sg-Flextable:focus .sg-Flextable-cell--highlight,
a.sg-Table .sg-Table-cell--highlight:hover,
a.sg-Table .sg-Table-cell--highlight:focus,
a.sg-Table .sg-Table-cell--highlight.is-striped:hover,
a.sg-Table .sg-Table-cell--highlight.is-striped:focus,
a.sg-Cell--highlight.sg-Table-cell--striped:hover,
a.sg-Cell--highlight.sg-Table-cell--striped:focus {
  background: #E5F4FA;
}
.sg-Cell--highlight.is-striped,
.sg-Flextable-cell--highlight.is-striped,
.sg-Table .sg-Table-cell--highlight.is-striped,
.sg-Cell--highlight.sg-Table-cell--striped {
  background: #D1E0E6;
}
a.sg-Cell--error:hover,
a.sg-Cell--error:focus,
a.sg-Cell--error.is-striped:hover,
a.sg-Cell--error.is-striped:focus,
a.sg-Flextable-cell--error:hover,
a.sg-Flextable-cell--error:focus,
a.sg-Flextable-cell--error.is-striped:hover,
a.sg-Flextable-cell--error.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--error,
a.sg-Flextable:focus .sg-Flextable-cell--error,
a.sg-Table .sg-Table-cell--error:hover,
a.sg-Table .sg-Table-cell--error:focus,
a.sg-Table .sg-Table-cell--error.is-striped:hover,
a.sg-Table .sg-Table-cell--error.is-striped:focus,
a.sg-Cell--error.sg-Table-cell--striped:hover,
a.sg-Cell--error.sg-Table-cell--striped:focus {
  background: #ffffff;
}
.sg-Cell--error.is-striped,
.sg-Flextable-cell--error.is-striped,
.sg-Table .sg-Table-cell--error.is-striped,
.sg-Cell--error.sg-Table-cell--striped {
  background: #DAB3B3;
}
a.sg-Cell--header:hover,
a.sg-Cell--header:focus,
a.sg-Cell--header.is-striped:hover,
a.sg-Cell--header.is-striped:focus,
a.sg-Flextable-cell--header:hover,
a.sg-Flextable-cell--header:focus,
a.sg-Flextable-cell--header.is-striped:hover,
a.sg-Flextable-cell--header.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--header,
a.sg-Flextable:focus .sg-Flextable-cell--header,
a.sg-Table .sg-Table-cell--header:hover,
a.sg-Table .sg-Table-cell--header:focus,
a.sg-Table .sg-Table-cell--header.is-striped:hover,
a.sg-Table .sg-Table-cell--header.is-striped:focus,
a.sg-Table--data > thead > tr > th:hover,
a.sg-Table--data > thead > tr > th:focus,
a.sg-Table--data > thead > tr > th.is-striped:hover,
a.sg-Table--data > thead > tr > th.is-striped:focus,
a.sg-Table--data > thead > tr > td:hover,
a.sg-Table--data > thead > tr > td:focus,
a.sg-Table--data > thead > tr > td.is-striped:hover,
a.sg-Table--data > thead > tr > td.is-striped:focus,
a.sg-Cell--header.sg-Table-cell--striped:hover,
a.sg-Cell--header.sg-Table-cell--striped:focus {
  background: #4D4D4D;
}
.sg-Cell--header.is-striped,
.sg-Flextable-cell--header.is-striped,
.sg-Table .sg-Table-cell--header.is-striped,
.sg-Table--data > thead > tr > th.is-striped,
.sg-Table--data > thead > tr > td.is-striped,
.sg-Cell--header.sg-Table-cell--striped {
  background: #202020;
}
a.sg-Cell--subheader:hover,
a.sg-Cell--subheader:focus,
a.sg-Cell--subheader.is-striped:hover,
a.sg-Cell--subheader.is-striped:focus,
a.sg-Flextable-cell--subHeader:hover,
a.sg-Flextable-cell--subHeader:focus,
a.sg-Flextable-cell--subHeader.is-striped:hover,
a.sg-Flextable-cell--subHeader.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--subHeader,
a.sg-Flextable:focus .sg-Flextable-cell--subHeader,
a.sg-Table .sg-Table-cell--subHeader:hover,
a.sg-Table .sg-Table-cell--subHeader:focus,
a.sg-Table .sg-Table-cell--subHeader.is-striped:hover,
a.sg-Table .sg-Table-cell--subHeader.is-striped:focus,
a.sg-Table--data > tbody > tr > th:hover,
a.sg-Table--data > tbody > tr > th:focus,
a.sg-Table--data > tbody > tr > th.is-striped:hover,
a.sg-Table--data > tbody > tr > th.is-striped:focus,
a.sg-Table--data > tr > th:hover,
a.sg-Table--data > tr > th:focus,
a.sg-Table--data > tr > th.is-striped:hover,
a.sg-Table--data > tr > th.is-striped:focus,
a.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > th:hover,
a.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > th:focus,
a.sg-Table--data.sg-Table--striped tr:nth-child(even) > th:hover,
a.sg-Table--data.sg-Table--striped tr:nth-child(even) > th:focus,
a.sg-Cell--subheader.sg-Table-cell--striped:hover,
a.sg-Cell--subheader.sg-Table-cell--striped:focus {
  background: #ffffff;
}
.sg-Cell--subheader.is-striped,
.sg-Flextable-cell--subHeader.is-striped,
.sg-Table .sg-Table-cell--subHeader.is-striped,
.sg-Table--data > tbody > tr > th.is-striped,
.sg-Table--data > tr > th.is-striped,
.sg-Table--data.sg-Table--striped > tbody tr:nth-child(even) > th,
.sg-Table--data.sg-Table--striped tr:nth-child(even) > th,
.sg-Cell--subheader.sg-Table-cell--striped {
  background: #EFE9E2;
}
a.sg-Cell--footer:hover,
a.sg-Cell--footer:focus,
a.sg-Cell--footer.is-striped:hover,
a.sg-Cell--footer.is-striped:focus,
a.sg-Flextable-cell--footer:hover,
a.sg-Flextable-cell--footer:focus,
a.sg-Flextable-cell--footer.is-striped:hover,
a.sg-Flextable-cell--footer.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--footer,
a.sg-Flextable:focus .sg-Flextable-cell--footer,
a.sg-Table .sg-Table-cell--footer:hover,
a.sg-Table .sg-Table-cell--footer:focus,
a.sg-Table .sg-Table-cell--footer.is-striped:hover,
a.sg-Table .sg-Table-cell--footer.is-striped:focus,
a.sg-Table--data > tfoot > tr > td:hover,
a.sg-Table--data > tfoot > tr > td:focus,
a.sg-Table--data > tfoot > tr > td.is-striped:hover,
a.sg-Table--data > tfoot > tr > td.is-striped:focus,
a.sg-Table--data > tfoot > tr > th:hover,
a.sg-Table--data > tfoot > tr > th:focus,
a.sg-Table--data > tfoot > tr > th.is-striped:hover,
a.sg-Table--data > tfoot > tr > th.is-striped:focus,
a.sg-Cell--footer.sg-Table-cell--striped:hover,
a.sg-Cell--footer.sg-Table-cell--striped:focus {
  background: #ffffff;
}
.sg-Cell--footer.is-striped,
.sg-Flextable-cell--footer.is-striped,
.sg-Table .sg-Table-cell--footer.is-striped,
.sg-Table--data > tfoot > tr > td.is-striped,
.sg-Table--data > tfoot > tr > th.is-striped,
.sg-Cell--footer.sg-Table-cell--striped {
  background: #DBDBDB;
}
a.sg-Cell--underline:hover,
a.sg-Cell--underline:focus,
a.sg-Cell--underline.is-striped:hover,
a.sg-Cell--underline.is-striped:focus,
a.sg-Flextable-cell--underline:hover,
a.sg-Flextable-cell--underline:focus,
a.sg-Flextable-cell--underline.is-striped:hover,
a.sg-Flextable-cell--underline.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--underline,
a.sg-Flextable:focus .sg-Flextable-cell--underline,
a.sg-Table .sg-Table-cell--underline:hover,
a.sg-Table .sg-Table-cell--underline:focus,
a.sg-Table .sg-Table-cell--underline.is-striped:hover,
a.sg-Table .sg-Table-cell--underline.is-striped:focus,
a.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > td:hover,
a.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > td:focus,
a.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > td:hover,
a.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > td:focus,
a.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > th:hover,
a.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > th:focus,
a.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > th:hover,
a.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > th:focus,
a.sg-Cell--underline.sg-Table-cell--striped:hover,
a.sg-Cell--underline.sg-Table-cell--striped:focus {
  background: #EFF4DA;
}
.sg-Cell--underline.is-striped,
.sg-Flextable-cell--underline.is-striped,
.sg-Table .sg-Table-cell--underline.is-striped,
.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > td,
.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > td,
.sg-Table--dotted.sg-Table--striped > tbody > tr:nth-child(even) > th,
.sg-Table--dotted.sg-Table--striped > tr:nth-child(even) > th,
.sg-Cell--underline.sg-Table-cell--striped {
  background: rgba(0, 0, 0, 0.05);
}
a.sg-Cell--underline:hover,
a.sg-Cell--underline:focus,
a.sg-Flextable-cell--underline:hover,
a.sg-Flextable-cell--underline:focus,
a.sg-Flextable:hover .sg-Flextable-cell--underline,
a.sg-Flextable:focus .sg-Flextable-cell--underline,
a.sg-Table .sg-Table-cell--underline:hover,
a.sg-Table .sg-Table-cell--underline:focus {
  border-bottom: dashed 1px #558000;
}
a.sg-Cell--primary:hover,
a.sg-Cell--primary:focus,
a.sg-Cell--primary.is-striped:hover,
a.sg-Cell--primary.is-striped:focus,
a.sg-Flextable-cell--primary:hover,
a.sg-Flextable-cell--primary:focus,
a.sg-Flextable-cell--primary.is-striped:hover,
a.sg-Flextable-cell--primary.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--primary,
a.sg-Flextable:focus .sg-Flextable-cell--primary,
a.sg-Table .sg-Table-cell--primary:hover,
a.sg-Table .sg-Table-cell--primary:focus,
a.sg-Table .sg-Table-cell--primary.is-striped:hover,
a.sg-Table .sg-Table-cell--primary.is-striped:focus,
a.sg-Cell--primary.sg-Table-cell--striped:hover,
a.sg-Cell--primary.sg-Table-cell--striped:focus {
  background: #6DA300;
}
.sg-Cell--warning.is-striped,
.sg-Flextable-cell--warning.is-striped,
.sg-Cell--warning.sg-Table-cell--striped {
  background-color: #FFF1B8;
}
a.sg-Cell--warning:hover,
a.sg-Cell--warning.is-striped:hover,
a.sg-Cell--warning:focus,
a.sg-Cell--warning.is-striped:focus,
a.sg-Flextable-cell--warning:hover,
a.sg-Flextable-cell--warning.is-striped:hover,
a.sg-Flextable-cell--warning:focus,
a.sg-Flextable-cell--warning.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--warning,
a.sg-Flextable:focus .sg-Flextable-cell--warning,
a.sg-Cell--warning.sg-Table-cell--striped:hover,
a.sg-Cell--warning.sg-Table-cell--striped:focus {
  background-color: #ffffff;
}
.sg-Cell--highlight.is-striped,
.sg-Flextable-cell--highlight.is-striped,
.sg-Table .sg-Table-cell--highlight.is-striped,
.sg-Cell--highlight.sg-Table-cell--striped {
  background-color: #E5F4FA;
}
a.sg-Cell--highlight:hover,
a.sg-Cell--highlight.is-striped:hover,
a.sg-Cell--highlight:focus,
a.sg-Cell--highlight.is-striped:focus,
a.sg-Flextable-cell--highlight:hover,
a.sg-Flextable-cell--highlight.is-striped:hover,
a.sg-Flextable-cell--highlight:focus,
a.sg-Flextable-cell--highlight.is-striped:focus,
a.sg-Flextable:hover .sg-Flextable-cell--highlight,
a.sg-Flextable:focus .sg-Flextable-cell--highlight,
a.sg-Table .sg-Table-cell--highlight:hover,
a.sg-Table .sg-Table-cell--highlight.is-striped:hover,
a.sg-Table .sg-Table-cell--highlight:focus,
a.sg-Table .sg-Table-cell--highlight.is-striped:focus,
a.sg-Cell--highlight.sg-Table-cell--striped:hover,
a.sg-Cell--highlight.sg-Table-cell--striped:focus {
  background-color: #ffffff;
}
/* ==========================================================================
   Date
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Styling
   ========================================================================== */
.sg-Date {
  position: relative;
  width: auto;
  max-width: 14em;
}
@-moz-document url-prefix() {
  .sg-Date .sg-Input {
    background-image: url("../img/Icon-calendar.svg#secondary");
    background-repeat: no-repeat;
    -moz-background-size: 24px;
         background-size: 24px;
    background-position: 95% 50%;
  }
}
.sg-Date-month {
  max-width: 16em;
}
.sg-Time {
  position: relative;
  width: 100%;
  max-width: 14em;
}
/* Webkit specific styling
   ========================================================================== */
.sg-Date .sg-Input::-webkit-inner-spin-button,
.sg-Time .sg-Input::-webkit-inner-spin-button,
.sg-Date .sg-Input::-webkit-clear-button,
.sg-Time .sg-Input::-webkit-clear-button {
  display: none;
}
.sg-Date .sg-Input::-webkit-datetime-edit-text,
.sg-Time .sg-Input::-webkit-datetime-edit-text,
.sg-Date .sg-Input::-webkit-datetime-edit-day-field[aria-valuetext=blank],
.sg-Time .sg-Input::-webkit-datetime-edit-day-field[aria-valuetext=blank],
.sg-Date .sg-Input::-webkit-datetime-edit-month-field[aria-valuetext=blank],
.sg-Time .sg-Input::-webkit-datetime-edit-month-field[aria-valuetext=blank],
.sg-Date .sg-Input::-webkit-datetime-edit-year-field[aria-valuetext=blank],
.sg-Time .sg-Input::-webkit-datetime-edit-year-field[aria-valuetext=blank] {
  color: #909090;
}
.sg-Date .sg-Input::-webkit-datetime-edit-text,
.sg-Time .sg-Input::-webkit-datetime-edit-text {
  padding: 0 0.2em;
}
.sg-Date .sg-Input[data-date-nopicker="true"]::-webkit-calendar-picker-indicator,
.sg-Time .sg-Input[data-date-nopicker="true"]::-webkit-calendar-picker-indicator {
  display: none;
}
.sg-Date .sg-Input::-webkit-calendar-picker-indicator {
  background-image: url("../img/Icon-calendar.svg#secondary");
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: transparent;
  background-size: 28px;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.99;
  -webkit-transition: background-color 0.2s;
          transition: background-color 0.2s;
}
.sg-Date .sg-Input::-webkit-calendar-picker-indicator:hover {
  background-color: rgba(65, 145, 216, 0.5);
}
.sg-Date .sg-Input::-webkit-calendar-picker-indicator:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #222;
}
.sg-Time .sg-Input::-webkit-calendar-picker-indicator {
  background-image: url("../img/Icon-time.svg#secondary");
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: transparent;
  background-size: 28px;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.99;
  -webkit-transition: background-color 0.2s;
          transition: background-color 0.2s;
}
.sg-Time .sg-Input::-webkit-calendar-picker-indicator:hover {
  background-color: rgba(65, 145, 216, 0.5);
}
.sg-Time .sg-Input::-webkit-calendar-picker-indicator:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #222;
}
/* Webshim specific styling
   ========================================================================== */
.sg-Date .input-buttons > .step-controls {
  display: none;
}
/* ==========================================================================
   AAMINEW - Date
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Styling
   ========================================================================== */
.sg-Date .sg-Input::-webkit-calendar-picker-indicator {
  background-image: url("../img/Icon-calendar.svg#light");
  background-repeat: no-repeat;
}
.sg-Time .sg-Input::-webkit-calendar-picker-indicator {
  background-image: url("../img/Icon-time.svg#light");
  background-repeat: no-repeat;
}
.sg-Date .sg-Input::-webkit-calendar-picker-indicator,
.sg-Time .sg-Input::-webkit-calendar-picker-indicator {
  height: 100%;
  right: 0;
  padding: 0 5px;
  -webkit-box-shadow: inset 0 0 1px 0 #3a5600;
          box-shadow: inset 0 0 1px 0 #3a5600;
  -webkit-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
  background-color: #6DA300;
}
.sg-Date .sg-Input::-webkit-calendar-picker-indicator:hover,
.sg-Time .sg-Input::-webkit-calendar-picker-indicator:hover {
  background-color: #5c8a00;
}
.sg-Date .sg-Input::-webkit-calendar-picker-indicator:after,
.sg-Time .sg-Input::-webkit-calendar-picker-indicator:after {
  display: none;
}
.sg-Date {
  margin-bottom: 5px;
}
.sg-Date .sg-Input {
  margin-bottom: 0;
}
.sg-Definition {
  margin: 0;
}
.sg-Definition--hasTopBottomBorder {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #D3CECE;
  border-bottom: 1px solid #D3CECE;
}
.sg-Definition-wrapper dd {
  display: contents !important;
}
.sg-Definition-wrapper {
  display: grid;
  grid-template: "icon empty1 action" "icon term action" "icon desc1 action" "icon desc2 action" "icon empty2 action" "helptext helptext helptext";
  grid-template-columns: minmax(0, min-content) auto minmax(0, min-content);
  grid-template-rows: 1fr max-content max-content max-content 1fr auto;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Definition-wrapper ~ .sg-Definition-wrapper:not(.sg-Card):not(.sg-Cell) {
  border-top: 1px solid #D3CECE;
  padding-top: 20px;
}
.sg-Definition .sg-Definition .sg-Definition-wrapper ~ .sg-Definition-wrapper:not(.sg-Card):not(.sg-Cell) {
  border-top: 0;
  padding-top: 0;
}
.sg-Definition .sg-Definition .sg-Definition-wrapper ~ .sg-Definition-wrapper:not(.sg-Card):not(.sg-Cell):last-child {
  margin-bottom: 0;
}
.sg-Definition .sg-Definition-wrapper ~ .sg-Definition-wrapper:not(.sg-Card):not(.sg-Cell):last-child {
  margin-bottom: 0;
}
.sg-Definition-term {
  grid-area: term;
}
.sg-Definition-icon {
  grid-area: icon;
  padding-right: 10px;
}
.sg-Definition-desc1 {
  grid-area: desc1;
}
.sg-Definition-desc2 {
  grid-area: desc2;
  padding-top: 10px;
}
.sg-Definition-helptext {
  grid-area: helptext;
  padding-top: 10px;
}
.sg-Definition-action {
  grid-area: action;
  padding-left: 10px;
}
.sg-Dialog {
  z-index: 80;
  display: none;
}
.sg-Dialog.js-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sg-Dialog:focus {
  outline: 0;
}
.sg-Dialog-bodyLock {
  overflow: hidden;
}
.sg-Dialog:not(.sg-Dialog-tooltip).js-open {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Dialog:not(.sg-Dialog-tooltip):after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  z-index: -1;
}
.sg-Dialog:not(.sg-Dialog-tooltip).js-animateIn:after {
  -webkit-animation: sgDialogFadeIn 0.2s ease-in forwards;
     -moz-animation: sgDialogFadeIn 0.2s ease-in forwards;
       -o-animation: sgDialogFadeIn 0.2s ease-in forwards;
          animation: sgDialogFadeIn 0.2s ease-in forwards;
}
.sg-Dialog:not(.sg-Dialog-tooltip).js-animateIn > .sg-Dialog-content {
  -webkit-animation: sgDialogOpen 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
     -moz-animation: sgDialogOpen 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
       -o-animation: sgDialogOpen 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: sgDialogOpen 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.sg-Dialog:not(.sg-Dialog-tooltip).js-animateOut:after {
  -webkit-animation: sgDialogFadeOut 0.2s ease-in forwards;
     -moz-animation: sgDialogFadeOut 0.2s ease-in forwards;
       -o-animation: sgDialogFadeOut 0.2s ease-in forwards;
          animation: sgDialogFadeOut 0.2s ease-in forwards;
}
.sg-Dialog:not(.sg-Dialog-tooltip).js-animateOut > .sg-Dialog-content {
  -webkit-animation: sgDialogClose 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
     -moz-animation: sgDialogClose 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
       -o-animation: sgDialogClose 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: sgDialogClose 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.sg-Dialog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  width: 500px;
  max-width: -webkit-calc(100% - 10px*2);
  max-width: -moz-calc(100% - 10px*2);
  max-width: calc(100% - 10px*2);
  position: relative;
  background-color: #ffffff;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0px 1px 0 1px rgba(83, 83, 83, 0.5);
     -moz-box-shadow: 0px 1px 0 1px rgba(83, 83, 83, 0.5);
          box-shadow: 0px 1px 0 1px rgba(83, 83, 83, 0.5);
  outline: 0;
  -webkit-transform-origin: center top;
     -moz-transform-origin: center top;
      -ms-transform-origin: center top;
       -o-transform-origin: center top;
          transform-origin: center top;
}
.sg-Dialog-header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cc0000;
  padding: 10px;
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.sg-Dialog-header:after {
  content: "";
  display: block;
  position: absolute;
  width: -webkit-calc(100% - 10px*2);
  width: -moz-calc(100% - 10px*2);
  width: calc(100% - 10px*2);
  border-top: 0;
  bottom: 0;
}
.sg-Dialog .sg-Dialog-headerTitle {
  color: #ffffff;
  margin: 0;
  margin-right: 24px;
}
.sg-Dialog-body {
  position: relative;
  padding: 10px 10px 5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
}
.sg-Dialog-footer {
  padding: 0 10px 5px;
  text-align: right;
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.sg-Dialog-footer:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(204, 0, 0, 0.5);
  padding-bottom: 10px;
}
.sg-Dialog-headerBtnClose {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 24px;
  padding-right: 0;
  padding-left: 29px;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
}
.sg-Dialog-headerBtnClose.sg-u-imageReplacement {
  padding-left: 24px;
  width: 0;
}
.sg-Dialog-headerBtnClose:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/Icon-cross.svg#light");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.sg-Dialog-headerBtnClose:after.Icon--circle {
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
}
.sg-Dialog-headerBtnClose:focus {
  outline: solid 2px #4191d8;
}
.sg-Dialog-headerBtnClose:hover {
  text-decoration: underline;
}
.sg-u-imageReplacement.sg-Dialog-headerBtnClose:hover:after {
  opacity: 0.7;
}
.sg-Dialog--lite .sg-Dialog-headerBtnClose {
  padding-left: 24px;
  width: 0;
  color: #535353;
  right: 5px;
  top: 5px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  width: 24px;
  overflow: hidden;
}
.sg-Dialog--lite .sg-Dialog-headerBtnClose:after {
  background-image: url("../img/Icon-cross.svg#text");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.sg-Dialog--lite .sg-Dialog-headerBtnClose:after.Icon--circle {
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
}
.sg-Dialog-tooltip.sg-Dialog--lite .sg-Dialog-headerBtnClose {
  width: 24px;
}
@media screen and (max-width: 500px) {
  .sg-Dialog-modal.sg-Dialog--lite  .sg-Dialog-header {
    padding: 15px;
  }
  .sg-Dialog-modal.sg-Dialog--lite  .sg-Dialog-body {
    padding: 0 15px 15px 15px;
  }
  .sg-Dialog-modal.sg-Dialog--lite  .sg-Dialog-headerTitle {
    margin-top: 0;
  }
}
.sg-Dialog-tooltip {
  position: absolute;
  max-width: 350px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  margin-top: 20px;
  opacity: 0;
  padding-bottom: 10px;
  max-height: -webkit-calc(100vh - 3em);
  max-height: -moz-calc(100vh - 3em);
  max-height: calc(100vh - 3em);
}
.sg-Dialog-tooltip .sg-Dialog-content {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
  border: 0;
}
.sg-Dialog-tooltip .sg-Dialog-header {
  padding: 10px;
  background-color: #cc0000;
  color: #ffffff;
  border-width: 1px;
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.sg-Dialog-tooltip .sg-Dialog-header:after {
  border-width: 0;
}
.sg-Dialog-tooltip .sg-Dialog-headerTitle {
  color: #ffffff;
  margin: 0;
  margin-right: 24px;
}
.sg-Dialog-tooltip .sg-Dialog-body {
  padding: 10px;
}
.sg-Dialog-tooltip .sg-Dialog-footer {
  padding: 10px;
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.sg-Dialog-tooltip .sg-Dialog-footer:before {
  border-top: 1px solid rgba(204, 0, 0, 0.5);
}
.sg-Dialog-tooltip .sg-Dialog-headerBtnClose {
  padding-left: 29px;
  height: 24px;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}
.sg-Dialog-tooltip .sg-Dialog-headerBtnClose:after {
  background-image: url("../img/Icon-cross.svg#light");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.sg-Dialog-tooltip .sg-Dialog-headerBtnClose:after.Icon--circle {
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
}
.sg-Dialog-tooltip .sg-Dialog-headerBtnClose.sg-u-imageReplacement {
  padding-left: 24px;
}
.sg-Dialog--lite.sg-Dialog-tooltip .sg-Dialog-headerBtnClose {
  padding-left: 24px;
}
.sg-Dialog--lite.sg-Dialog-tooltip .sg-Dialog-headerBtnClose:after {
  background-image: url("../img/Icon-cross.svg#text");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.sg-Dialog--lite.sg-Dialog-tooltip .sg-Dialog-headerBtnClose:after.Icon--circle {
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
}
.sg-Dialog--lite.sg-Dialog-tooltip .sg-Dialog-header:after {
  border-width: 0;
}
.sg-Dialog-tooltip.js-animateIn {
  -webkit-animation: sgDialogTooltipOpen 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
     -moz-animation: sgDialogTooltipOpen 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
       -o-animation: sgDialogTooltipOpen 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: sgDialogTooltipOpen 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.sg-Dialog-tooltip.js-animateOut {
  -webkit-animation: sgDialogTooltipClose 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
     -moz-animation: sgDialogTooltipClose 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
       -o-animation: sgDialogTooltipClose 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: sgDialogTooltipClose 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.sg-Dialog-tooltipArrow {
  content: "";
  z-index: 2;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  top: -9px;
  left: 45%;
  border-top: solid 1px #cc0000;
  border-right: solid 1px #cc0000;
  color: #cc0000;
  background-color: #cc0000;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 50%;
     -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
}
.sg-Dialog-tooltipArrow.is-hidden {
  display: none;
}
.sg-Dialog--lite .sg-Dialog-tooltipArrow {
  z-index: -1;
  border-top-color: #cc0000;
  border-right-color: #cc0000;
  color: #cc0000;
  background-color: #cc0000;
}
.sg-Dialog--lite {
  border: 0;
}
.sg-Dialog--lite .sg-Dialog-content {
  border: 0;
  border-top: 3px solid #cc0000;
}
.sg-Dialog-tooltip.sg-Dialog--lite .sg-Dialog-content {
  border-color: #cc0000;
}
.sg-Dialog--lite .sg-Dialog-header,
.sg-Dialog--lite .sg-Dialog-body {
  padding: 20px 34px;
}
.sg-Dialog--lite .sg-Dialog-header {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  background: transparent;
}
.sg-Dialog--lite .sg-Dialog-header:after {
  border-top: 0;
}
.sg-Dialog--lite .sg-Dialog-body {
  padding-top: 0px;
}
.sg-Dialog--lite .sg-Dialog-headerTitle {
  margin-top: 10px;
  color: #535353;
}
@-webkit-keyframes sgDialogFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes sgDialogFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-o-keyframes sgDialogFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes sgDialogFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes sgDialogFadeOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes sgDialogFadeOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes sgDialogFadeOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sgDialogFadeOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sgDialogOpen {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes sgDialogOpen {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes sgDialogOpen {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sgDialogOpen {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes sgDialogClose {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes sgDialogClose {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes sgDialogClose {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sgDialogClose {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sgDialogTooltipOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes sgDialogTooltipOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes sgDialogTooltipOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sgDialogTooltipOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes sgDialogTooltipClose {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes sgDialogTooltipClose {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes sgDialogTooltipClose {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sgDialogTooltipClose {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
   Tables component
   ==========================================================================

/* LESS Variables
   ========================================================================== */
/* Table defaults
   ========================================================================== */
.sg-Flextable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  top: 1px;
  left: 1px;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
.sg-Flextable-cell {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: -1px 0 0 -1px;
  padding: 15px;
  overflow: hidden;
  list-style: none;
  width: 100%;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.sg-Flextable-cell > *:last-child {
  margin-bottom: 0;
}
a.sg-Flextable {
  text-decoration: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: 0;
}
a.sg-Flextable:hover,
a.sg-Flextable:focus {
  border: 0;
}
/* Cell sizing
   ========================================================================== */
.sg-Flextable--cols {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.sg-Flextable--cols .sg-Flextable-cell {
  width: auto;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
     -moz-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  overflow: visible;
}
.sg-Flextable--2cols > .sg-Cell,
.sg-Flextable--2cols > .sg-Flextable-cell,
.sg-Flextable--2cols > .sg-Table > thead > tr > th,
.sg-Flextable--2cols > .sg-Table > tbody > tr > th,
.sg-Flextable--2cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--2cols > .sg-Table > tr > th,
.sg-Flextable--2cols > .sg-Table > thead > tr > td,
.sg-Flextable--2cols > .sg-Table > tbody > tr > td,
.sg-Flextable--2cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--2cols > .sg-Table > tr > td {
  width: 50%;
}
.sg-Flextable--3cols > .sg-Cell,
.sg-Flextable--3cols > .sg-Flextable-cell,
.sg-Flextable--3cols > .sg-Table > thead > tr > th,
.sg-Flextable--3cols > .sg-Table > tbody > tr > th,
.sg-Flextable--3cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--3cols > .sg-Table > tr > th,
.sg-Flextable--3cols > .sg-Table > thead > tr > td,
.sg-Flextable--3cols > .sg-Table > tbody > tr > td,
.sg-Flextable--3cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--3cols > .sg-Table > tr > td {
  width: 33.33333333%;
}
.sg-Flextable--4cols > .sg-Cell,
.sg-Flextable--4cols > .sg-Flextable-cell,
.sg-Flextable--4cols > .sg-Table > thead > tr > th,
.sg-Flextable--4cols > .sg-Table > tbody > tr > th,
.sg-Flextable--4cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--4cols > .sg-Table > tr > th,
.sg-Flextable--4cols > .sg-Table > thead > tr > td,
.sg-Flextable--4cols > .sg-Table > tbody > tr > td,
.sg-Flextable--4cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--4cols > .sg-Table > tr > td {
  width: 25%;
}
.sg-Flextable--5cols > .sg-Cell,
.sg-Flextable--5cols > .sg-Flextable-cell,
.sg-Flextable--5cols > .sg-Table > thead > tr > th,
.sg-Flextable--5cols > .sg-Table > tbody > tr > th,
.sg-Flextable--5cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--5cols > .sg-Table > tr > th,
.sg-Flextable--5cols > .sg-Table > thead > tr > td,
.sg-Flextable--5cols > .sg-Table > tbody > tr > td,
.sg-Flextable--5cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--5cols > .sg-Table > tr > td {
  width: 20%;
}
.sg-Flextable--6cols > .sg-Cell,
.sg-Flextable--6cols > .sg-Flextable-cell,
.sg-Flextable--6cols > .sg-Table > thead > tr > th,
.sg-Flextable--6cols > .sg-Table > tbody > tr > th,
.sg-Flextable--6cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--6cols > .sg-Table > tr > th,
.sg-Flextable--6cols > .sg-Table > thead > tr > td,
.sg-Flextable--6cols > .sg-Table > tbody > tr > td,
.sg-Flextable--6cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--6cols > .sg-Table > tr > td {
  width: 16.66666667%;
}
.sg-Flextable--7cols > .sg-Cell,
.sg-Flextable--7cols > .sg-Flextable-cell,
.sg-Flextable--7cols > .sg-Table > thead > tr > th,
.sg-Flextable--7cols > .sg-Table > tbody > tr > th,
.sg-Flextable--7cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--7cols > .sg-Table > tr > th,
.sg-Flextable--7cols > .sg-Table > thead > tr > td,
.sg-Flextable--7cols > .sg-Table > tbody > tr > td,
.sg-Flextable--7cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--7cols > .sg-Table > tr > td {
  width: 14.28571429%;
}
.sg-Flextable--8cols > .sg-Cell,
.sg-Flextable--8cols > .sg-Flextable-cell,
.sg-Flextable--8cols > .sg-Table > thead > tr > th,
.sg-Flextable--8cols > .sg-Table > tbody > tr > th,
.sg-Flextable--8cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--8cols > .sg-Table > tr > th,
.sg-Flextable--8cols > .sg-Table > thead > tr > td,
.sg-Flextable--8cols > .sg-Table > tbody > tr > td,
.sg-Flextable--8cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--8cols > .sg-Table > tr > td {
  width: 12.5%;
}
.sg-Flextable--9cols > .sg-Cell,
.sg-Flextable--9cols > .sg-Flextable-cell,
.sg-Flextable--9cols > .sg-Table > thead > tr > th,
.sg-Flextable--9cols > .sg-Table > tbody > tr > th,
.sg-Flextable--9cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--9cols > .sg-Table > tr > th,
.sg-Flextable--9cols > .sg-Table > thead > tr > td,
.sg-Flextable--9cols > .sg-Table > tbody > tr > td,
.sg-Flextable--9cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--9cols > .sg-Table > tr > td {
  width: 11.11111111%;
}
.sg-Flextable--10cols > .sg-Cell,
.sg-Flextable--10cols > .sg-Flextable-cell,
.sg-Flextable--10cols > .sg-Table > thead > tr > th,
.sg-Flextable--10cols > .sg-Table > tbody > tr > th,
.sg-Flextable--10cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--10cols > .sg-Table > tr > th,
.sg-Flextable--10cols > .sg-Table > thead > tr > td,
.sg-Flextable--10cols > .sg-Table > tbody > tr > td,
.sg-Flextable--10cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--10cols > .sg-Table > tr > td {
  width: 10%;
}
.sg-Cell.sg-Flextable-cell--1of1,
.sg-Flextable-cell.sg-Flextable-cell--1of1,
.sg-Table > thead > tr > th.sg-Flextable-cell--1of1,
.sg-Table > tbody > tr > th.sg-Flextable-cell--1of1,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--1of1,
.sg-Table > tr > th.sg-Flextable-cell--1of1,
.sg-Table > thead > tr > td.sg-Flextable-cell--1of1,
.sg-Table > tbody > tr > td.sg-Flextable-cell--1of1,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--1of1,
.sg-Table > tr > td.sg-Flextable-cell--1of1 {
  width: 100%;
}
.sg-Cell.sg-Flextable-cell--5of6,
.sg-Flextable-cell.sg-Flextable-cell--5of6,
.sg-Table > thead > tr > th.sg-Flextable-cell--5of6,
.sg-Table > tbody > tr > th.sg-Flextable-cell--5of6,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--5of6,
.sg-Table > tr > th.sg-Flextable-cell--5of6,
.sg-Table > thead > tr > td.sg-Flextable-cell--5of6,
.sg-Table > tbody > tr > td.sg-Flextable-cell--5of6,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--5of6,
.sg-Table > tr > td.sg-Flextable-cell--5of6 {
  width: 83.33333333%;
}
.sg-Cell.sg-Flextable-cell--4of5,
.sg-Flextable-cell.sg-Flextable-cell--4of5,
.sg-Table > thead > tr > th.sg-Flextable-cell--4of5,
.sg-Table > tbody > tr > th.sg-Flextable-cell--4of5,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--4of5,
.sg-Table > tr > th.sg-Flextable-cell--4of5,
.sg-Table > thead > tr > td.sg-Flextable-cell--4of5,
.sg-Table > tbody > tr > td.sg-Flextable-cell--4of5,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--4of5,
.sg-Table > tr > td.sg-Flextable-cell--4of5 {
  width: 80%;
}
.sg-Cell.sg-Flextable-cell--3of4,
.sg-Flextable-cell.sg-Flextable-cell--3of4,
.sg-Table > thead > tr > th.sg-Flextable-cell--3of4,
.sg-Table > tbody > tr > th.sg-Flextable-cell--3of4,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--3of4,
.sg-Table > tr > th.sg-Flextable-cell--3of4,
.sg-Table > thead > tr > td.sg-Flextable-cell--3of4,
.sg-Table > tbody > tr > td.sg-Flextable-cell--3of4,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--3of4,
.sg-Table > tr > td.sg-Flextable-cell--3of4 {
  width: 75%;
}
.sg-Cell.sg-Flextable-cell--2of3,
.sg-Flextable-cell.sg-Flextable-cell--2of3,
.sg-Table > thead > tr > th.sg-Flextable-cell--2of3,
.sg-Table > tbody > tr > th.sg-Flextable-cell--2of3,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--2of3,
.sg-Table > tr > th.sg-Flextable-cell--2of3,
.sg-Table > thead > tr > td.sg-Flextable-cell--2of3,
.sg-Table > tbody > tr > td.sg-Flextable-cell--2of3,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--2of3,
.sg-Table > tr > td.sg-Flextable-cell--2of3 {
  width: 66.66666667%;
}
.sg-Cell.sg-Flextable-cell--3of5,
.sg-Flextable-cell.sg-Flextable-cell--3of5,
.sg-Table > thead > tr > th.sg-Flextable-cell--3of5,
.sg-Table > tbody > tr > th.sg-Flextable-cell--3of5,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--3of5,
.sg-Table > tr > th.sg-Flextable-cell--3of5,
.sg-Table > thead > tr > td.sg-Flextable-cell--3of5,
.sg-Table > tbody > tr > td.sg-Flextable-cell--3of5,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--3of5,
.sg-Table > tr > td.sg-Flextable-cell--3of5 {
  width: 60%;
}
.sg-Cell.sg-Flextable-cell--1of2,
.sg-Flextable-cell.sg-Flextable-cell--1of2,
.sg-Table > thead > tr > th.sg-Flextable-cell--1of2,
.sg-Table > tbody > tr > th.sg-Flextable-cell--1of2,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--1of2,
.sg-Table > tr > th.sg-Flextable-cell--1of2,
.sg-Table > thead > tr > td.sg-Flextable-cell--1of2,
.sg-Table > tbody > tr > td.sg-Flextable-cell--1of2,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--1of2,
.sg-Table > tr > td.sg-Flextable-cell--1of2 {
  width: 50%;
}
.sg-Cell.sg-Flextable-cell--2of5,
.sg-Flextable-cell.sg-Flextable-cell--2of5,
.sg-Table > thead > tr > th.sg-Flextable-cell--2of5,
.sg-Table > tbody > tr > th.sg-Flextable-cell--2of5,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--2of5,
.sg-Table > tr > th.sg-Flextable-cell--2of5,
.sg-Table > thead > tr > td.sg-Flextable-cell--2of5,
.sg-Table > tbody > tr > td.sg-Flextable-cell--2of5,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--2of5,
.sg-Table > tr > td.sg-Flextable-cell--2of5 {
  width: 40%;
}
.sg-Cell.sg-Flextable-cell--1of3,
.sg-Flextable-cell.sg-Flextable-cell--1of3,
.sg-Table > thead > tr > th.sg-Flextable-cell--1of3,
.sg-Table > tbody > tr > th.sg-Flextable-cell--1of3,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--1of3,
.sg-Table > tr > th.sg-Flextable-cell--1of3,
.sg-Table > thead > tr > td.sg-Flextable-cell--1of3,
.sg-Table > tbody > tr > td.sg-Flextable-cell--1of3,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--1of3,
.sg-Table > tr > td.sg-Flextable-cell--1of3 {
  width: 33.33333333%;
}
.sg-Cell.sg-Flextable-cell--1of4,
.sg-Flextable-cell.sg-Flextable-cell--1of4,
.sg-Table > thead > tr > th.sg-Flextable-cell--1of4,
.sg-Table > tbody > tr > th.sg-Flextable-cell--1of4,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--1of4,
.sg-Table > tr > th.sg-Flextable-cell--1of4,
.sg-Table > thead > tr > td.sg-Flextable-cell--1of4,
.sg-Table > tbody > tr > td.sg-Flextable-cell--1of4,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--1of4,
.sg-Table > tr > td.sg-Flextable-cell--1of4 {
  width: 25%;
}
.sg-Cell.sg-Flextable-cell--1of5,
.sg-Flextable-cell.sg-Flextable-cell--1of5,
.sg-Table > thead > tr > th.sg-Flextable-cell--1of5,
.sg-Table > tbody > tr > th.sg-Flextable-cell--1of5,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--1of5,
.sg-Table > tr > th.sg-Flextable-cell--1of5,
.sg-Table > thead > tr > td.sg-Flextable-cell--1of5,
.sg-Table > tbody > tr > td.sg-Flextable-cell--1of5,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--1of5,
.sg-Table > tr > td.sg-Flextable-cell--1of5 {
  width: 20%;
}
.sg-Cell.sg-Flextable-cell--1of6,
.sg-Flextable-cell.sg-Flextable-cell--1of6,
.sg-Table > thead > tr > th.sg-Flextable-cell--1of6,
.sg-Table > tbody > tr > th.sg-Flextable-cell--1of6,
.sg-Table > tfoot > tr > th.sg-Flextable-cell--1of6,
.sg-Table > tr > th.sg-Flextable-cell--1of6,
.sg-Table > thead > tr > td.sg-Flextable-cell--1of6,
.sg-Table > tbody > tr > td.sg-Flextable-cell--1of6,
.sg-Table > tfoot > tr > td.sg-Flextable-cell--1of6,
.sg-Table > tr > td.sg-Flextable-cell--1of6 {
  width: 16.66666667%;
}
/* Responsive

   ========================================================================== */
@media all and (max-width: 350px) {
  .sg-Flextable--collapseSmall.sg-Flextable--cols {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell {
    width: 100%;
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--responsiveBottomMargin {
    margin-bottom: 10px;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 10px 0 0 -1px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: opacity 0.2s;
       -moz-transition: opacity 0.2s;
         -o-transition: opacity 0.2s;
            transition: opacity 0.2s;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:hover,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:focus {
    opacity: 0.9;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:hover h1,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:focus h1,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:hover h2,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:focus h2,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:hover h3,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:focus h3,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:hover h4,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:focus h4,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:hover h5,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:focus h5,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:hover h6,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:focus h6 {
    text-decoration: underline;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:before {
    content: "+";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    -moz-background-size: 20px 20px;
      -o-background-size: 20px 20px;
         background-size: 20px 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.is-selected {
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.is-selected:before {
    content: "-";
  }
  .sg-Flextable--collapseSmall.sg-Flextable--margins.sg-Flextable > .sg-Flextable-cell {
    width: 100%;
  }
  .sg-Flextable--collapseSmall.sg-Flextable--margins > .sg-Flextable-cell {
    margin-left: 1%;
    margin-right: 1%;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion:before {
    content: "";
    background-image: url("../img/Icon-plus.svg#dark");
    background-repeat: no-repeat;
    left: 5px;
    line-height: unset;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.is-selected:before {
    content: "";
    background-image: url("../img/Icon-minus.svg#dark");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--dark:before,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--header:before,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--primary:before,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--secondary:before {
    background-image: url("../img/Icon-plus.svg#light");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--dark.is-selected:before,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--header.is-selected:before,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--primary.is-selected:before,
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--secondary.is-selected:before {
    background-image: url("../img/Icon-minus.svg#light");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--error:before {
    background-image: url("../img/Icon-plus.svg#error");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseSmall > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--error.is-selected:before {
    background-image: url("../img/Icon-minus.svg#error");
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 500px) {
  .sg-Flextable--collapseMedium.sg-Flextable--cols {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell {
    width: 100%;
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--responsiveBottomMargin {
    margin-bottom: 10px;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 10px 0 0 -1px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: opacity 0.2s;
       -moz-transition: opacity 0.2s;
         -o-transition: opacity 0.2s;
            transition: opacity 0.2s;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:hover,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:focus {
    opacity: 0.9;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:hover h1,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:focus h1,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:hover h2,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:focus h2,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:hover h3,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:focus h3,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:hover h4,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:focus h4,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:hover h5,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:focus h5,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:hover h6,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:focus h6 {
    text-decoration: underline;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:before {
    content: "+";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    -moz-background-size: 20px 20px;
      -o-background-size: 20px 20px;
         background-size: 20px 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.is-selected {
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.is-selected:before {
    content: "-";
  }
  .sg-Flextable--collapseMedium.sg-Flextable--margins.sg-Flextable > .sg-Flextable-cell {
    width: 100%;
  }
  .sg-Flextable--collapseMedium.sg-Flextable--margins > .sg-Flextable-cell {
    margin-left: 1%;
    margin-right: 1%;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion:before {
    content: "";
    background-image: url("../img/Icon-plus.svg#dark");
    background-repeat: no-repeat;
    left: 5px;
    line-height: unset;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.is-selected:before {
    content: "";
    background-image: url("../img/Icon-minus.svg#dark");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--dark:before,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--header:before,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--primary:before,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--secondary:before {
    background-image: url("../img/Icon-plus.svg#light");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--dark.is-selected:before,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--header.is-selected:before,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--primary.is-selected:before,
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--secondary.is-selected:before {
    background-image: url("../img/Icon-minus.svg#light");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--error:before {
    background-image: url("../img/Icon-plus.svg#error");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseMedium > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--error.is-selected:before {
    background-image: url("../img/Icon-minus.svg#error");
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 700px) {
  .sg-Flextable--collapseLarge.sg-Flextable--cols {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell {
    width: 100%;
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--responsiveBottomMargin {
    margin-bottom: 10px;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 10px 0 0 -1px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: opacity 0.2s;
       -moz-transition: opacity 0.2s;
         -o-transition: opacity 0.2s;
            transition: opacity 0.2s;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:hover,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:focus {
    opacity: 0.9;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:hover h1,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:focus h1,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:hover h2,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:focus h2,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:hover h3,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:focus h3,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:hover h4,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:focus h4,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:hover h5,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:focus h5,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:hover h6,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:focus h6 {
    text-decoration: underline;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:before {
    content: "+";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    -moz-background-size: 20px 20px;
      -o-background-size: 20px 20px;
         background-size: 20px 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.is-selected {
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.is-selected:before {
    content: "-";
  }
  .sg-Flextable--collapseLarge.sg-Flextable--margins.sg-Flextable > .sg-Flextable-cell {
    width: 100%;
  }
  .sg-Flextable--collapseLarge.sg-Flextable--margins > .sg-Flextable-cell {
    margin-left: 1%;
    margin-right: 1%;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion:before {
    content: "";
    background-image: url("../img/Icon-plus.svg#dark");
    background-repeat: no-repeat;
    left: 5px;
    line-height: unset;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.is-selected:before {
    content: "";
    background-image: url("../img/Icon-minus.svg#dark");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--dark:before,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--header:before,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--primary:before,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--secondary:before {
    background-image: url("../img/Icon-plus.svg#light");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--dark.is-selected:before,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--header.is-selected:before,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--primary.is-selected:before,
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--secondary.is-selected:before {
    background-image: url("../img/Icon-minus.svg#light");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--error:before {
    background-image: url("../img/Icon-plus.svg#error");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseLarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--error.is-selected:before {
    background-image: url("../img/Icon-minus.svg#error");
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 950px) {
  .sg-Flextable--collapseXlarge.sg-Flextable--cols {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell {
    width: 100%;
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--responsiveBottomMargin {
    margin-bottom: 10px;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 10px 0 0 -1px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: opacity 0.2s;
       -moz-transition: opacity 0.2s;
         -o-transition: opacity 0.2s;
            transition: opacity 0.2s;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:hover,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:focus {
    opacity: 0.9;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:hover h1,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:focus h1,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:hover h2,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:focus h2,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:hover h3,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:focus h3,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:hover h4,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:focus h4,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:hover h5,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:focus h5,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:hover h6,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:focus h6 {
    text-decoration: underline;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:before {
    content: "+";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    -moz-background-size: 20px 20px;
      -o-background-size: 20px 20px;
         background-size: 20px 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.is-selected {
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.is-selected:before {
    content: "-";
  }
  .sg-Flextable--collapseXlarge.sg-Flextable--margins.sg-Flextable > .sg-Flextable-cell {
    width: 100%;
  }
  .sg-Flextable--collapseXlarge.sg-Flextable--margins > .sg-Flextable-cell {
    margin-left: 1%;
    margin-right: 1%;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion:before {
    content: "";
    background-image: url("../img/Icon-plus.svg#dark");
    background-repeat: no-repeat;
    left: 5px;
    line-height: unset;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.is-selected:before {
    content: "";
    background-image: url("../img/Icon-minus.svg#dark");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--dark:before,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--header:before,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--primary:before,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--secondary:before {
    background-image: url("../img/Icon-plus.svg#light");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--dark.is-selected:before,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--header.is-selected:before,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--primary.is-selected:before,
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--secondary.is-selected:before {
    background-image: url("../img/Icon-minus.svg#light");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--error:before {
    background-image: url("../img/Icon-plus.svg#error");
    background-repeat: no-repeat;
  }
  .sg-Flextable--collapseXlarge > .sg-Flextable-cell--toggleAccordion.sg-Flextable-cell--error.is-selected:before {
    background-image: url("../img/Icon-minus.svg#error");
    background-repeat: no-repeat;
  }
}
@media all and (min-width: 951px) {
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge1of1 {
    width: 100%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge5of6 {
    width: 83.33333333%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge4of5 {
    width: 80%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge3of4 {
    width: 75%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge2of3 {
    width: 66.66666667%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge3of5 {
    width: 60%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge1of2 {
    width: 50%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge2of5 {
    width: 40%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge1of3 {
    width: 33.33333333%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge1of4 {
    width: 25%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge1of5 {
    width: 20%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--Xlarge1of6 {
    width: 16.66666667%;
  }
}
@media all and (min-width: 701px) {
  .sg-Flextable-cell.sg-Flextable-cell--large1of1 {
    width: 100%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--large5of6 {
    width: 83.33333333%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--large4of5 {
    width: 80%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--large3of4 {
    width: 75%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--large2of3 {
    width: 66.66666667%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--large3of5 {
    width: 60%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--large1of2 {
    width: 50%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--large2of5 {
    width: 40%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--large1of3 {
    width: 33.33333333%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--large1of4 {
    width: 25%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--large1of5 {
    width: 20%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--large1of6 {
    width: 16.66666667%;
  }
}
@media all and (max-width: 700px) {
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of1 {
    width: 100%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall5of6 {
    width: 83.33333333%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall4of5 {
    width: 80%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall3of4 {
    width: 75%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall2of3 {
    width: 66.66666667%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall3of5 {
    width: 60%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of2 {
    width: 50%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall2of5 {
    width: 40%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of3 {
    width: 33.33333333%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of4 {
    width: 25%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of5 {
    width: 20%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of6 {
    width: 16.66666667%;
  }
}
@media all and (max-width: 500px) {
  .sg-Flextable-cell.sg-Flextable-cell--small1of1 {
    width: 100%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--small5of6 {
    width: 83.33333333%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--small4of5 {
    width: 80%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--small3of4 {
    width: 75%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--small2of3 {
    width: 66.66666667%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--small3of5 {
    width: 60%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--small1of2 {
    width: 50%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--small2of5 {
    width: 40%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--small1of3 {
    width: 33.33333333%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--small1of4 {
    width: 25%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--small1of5 {
    width: 20%;
  }
  .sg-Flextable-cell.sg-Flextable-cell--small1of6 {
    width: 16.66666667%;
  }
}
.sg-Flextable .sg-Tab {
  width: 100%;
}
.sg-Flextable .sg-Tab .sg-Tab-item {
  margin-bottom: 1px;
}
.sg-Flextable .sg-Accordion--block {
  width: 100%;
  margin: 10px 0 0 -1px;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
}
.sg-Flextable .sg-Accordion--block:first-child {
  margin-top: 0;
}
/* Column margins
   ========================================================================== */
.sg-Flextable--margins.sg-Flextable--2cols > .sg-Cell,
.sg-Flextable--margins.sg-Flextable--2cols > .sg-Flextable-cell,
.sg-Flextable--margins.sg-Flextable--2cols > .sg-Table > thead > tr > th,
.sg-Flextable--margins.sg-Flextable--2cols > .sg-Table > tbody > tr > th,
.sg-Flextable--margins.sg-Flextable--2cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--margins.sg-Flextable--2cols > .sg-Table > tr > th,
.sg-Flextable--margins.sg-Flextable--2cols > .sg-Table > thead > tr > td,
.sg-Flextable--margins.sg-Flextable--2cols > .sg-Table > tbody > tr > td,
.sg-Flextable--margins.sg-Flextable--2cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--margins.sg-Flextable--2cols > .sg-Table > tr > td {
  width: 48%;
}
.sg-Flextable--margins.sg-Flextable--3cols > .sg-Cell,
.sg-Flextable--margins.sg-Flextable--3cols > .sg-Flextable-cell,
.sg-Flextable--margins.sg-Flextable--3cols > .sg-Table > thead > tr > th,
.sg-Flextable--margins.sg-Flextable--3cols > .sg-Table > tbody > tr > th,
.sg-Flextable--margins.sg-Flextable--3cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--margins.sg-Flextable--3cols > .sg-Table > tr > th,
.sg-Flextable--margins.sg-Flextable--3cols > .sg-Table > thead > tr > td,
.sg-Flextable--margins.sg-Flextable--3cols > .sg-Table > tbody > tr > td,
.sg-Flextable--margins.sg-Flextable--3cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--margins.sg-Flextable--3cols > .sg-Table > tr > td {
  width: 31.33333333%;
}
.sg-Flextable--margins.sg-Flextable--4cols > .sg-Cell,
.sg-Flextable--margins.sg-Flextable--4cols > .sg-Flextable-cell,
.sg-Flextable--margins.sg-Flextable--4cols > .sg-Table > thead > tr > th,
.sg-Flextable--margins.sg-Flextable--4cols > .sg-Table > tbody > tr > th,
.sg-Flextable--margins.sg-Flextable--4cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--margins.sg-Flextable--4cols > .sg-Table > tr > th,
.sg-Flextable--margins.sg-Flextable--4cols > .sg-Table > thead > tr > td,
.sg-Flextable--margins.sg-Flextable--4cols > .sg-Table > tbody > tr > td,
.sg-Flextable--margins.sg-Flextable--4cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--margins.sg-Flextable--4cols > .sg-Table > tr > td {
  width: 23%;
}
.sg-Flextable--margins.sg-Flextable--5cols > .sg-Cell,
.sg-Flextable--margins.sg-Flextable--5cols > .sg-Flextable-cell,
.sg-Flextable--margins.sg-Flextable--5cols > .sg-Table > thead > tr > th,
.sg-Flextable--margins.sg-Flextable--5cols > .sg-Table > tbody > tr > th,
.sg-Flextable--margins.sg-Flextable--5cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--margins.sg-Flextable--5cols > .sg-Table > tr > th,
.sg-Flextable--margins.sg-Flextable--5cols > .sg-Table > thead > tr > td,
.sg-Flextable--margins.sg-Flextable--5cols > .sg-Table > tbody > tr > td,
.sg-Flextable--margins.sg-Flextable--5cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--margins.sg-Flextable--5cols > .sg-Table > tr > td {
  width: 18%;
}
.sg-Flextable--margins.sg-Flextable--6cols > .sg-Cell,
.sg-Flextable--margins.sg-Flextable--6cols > .sg-Flextable-cell,
.sg-Flextable--margins.sg-Flextable--6cols > .sg-Table > thead > tr > th,
.sg-Flextable--margins.sg-Flextable--6cols > .sg-Table > tbody > tr > th,
.sg-Flextable--margins.sg-Flextable--6cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--margins.sg-Flextable--6cols > .sg-Table > tr > th,
.sg-Flextable--margins.sg-Flextable--6cols > .sg-Table > thead > tr > td,
.sg-Flextable--margins.sg-Flextable--6cols > .sg-Table > tbody > tr > td,
.sg-Flextable--margins.sg-Flextable--6cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--margins.sg-Flextable--6cols > .sg-Table > tr > td {
  width: 14.66666667%;
}
.sg-Flextable--margins.sg-Flextable--7cols > .sg-Cell,
.sg-Flextable--margins.sg-Flextable--7cols > .sg-Flextable-cell,
.sg-Flextable--margins.sg-Flextable--7cols > .sg-Table > thead > tr > th,
.sg-Flextable--margins.sg-Flextable--7cols > .sg-Table > tbody > tr > th,
.sg-Flextable--margins.sg-Flextable--7cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--margins.sg-Flextable--7cols > .sg-Table > tr > th,
.sg-Flextable--margins.sg-Flextable--7cols > .sg-Table > thead > tr > td,
.sg-Flextable--margins.sg-Flextable--7cols > .sg-Table > tbody > tr > td,
.sg-Flextable--margins.sg-Flextable--7cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--margins.sg-Flextable--7cols > .sg-Table > tr > td {
  width: 12.28571429%;
}
.sg-Flextable--margins.sg-Flextable--8cols > .sg-Cell,
.sg-Flextable--margins.sg-Flextable--8cols > .sg-Flextable-cell,
.sg-Flextable--margins.sg-Flextable--8cols > .sg-Table > thead > tr > th,
.sg-Flextable--margins.sg-Flextable--8cols > .sg-Table > tbody > tr > th,
.sg-Flextable--margins.sg-Flextable--8cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--margins.sg-Flextable--8cols > .sg-Table > tr > th,
.sg-Flextable--margins.sg-Flextable--8cols > .sg-Table > thead > tr > td,
.sg-Flextable--margins.sg-Flextable--8cols > .sg-Table > tbody > tr > td,
.sg-Flextable--margins.sg-Flextable--8cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--margins.sg-Flextable--8cols > .sg-Table > tr > td {
  width: 10.5%;
}
.sg-Flextable--margins.sg-Flextable--9cols > .sg-Cell,
.sg-Flextable--margins.sg-Flextable--9cols > .sg-Flextable-cell,
.sg-Flextable--margins.sg-Flextable--9cols > .sg-Table > thead > tr > th,
.sg-Flextable--margins.sg-Flextable--9cols > .sg-Table > tbody > tr > th,
.sg-Flextable--margins.sg-Flextable--9cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--margins.sg-Flextable--9cols > .sg-Table > tr > th,
.sg-Flextable--margins.sg-Flextable--9cols > .sg-Table > thead > tr > td,
.sg-Flextable--margins.sg-Flextable--9cols > .sg-Table > tbody > tr > td,
.sg-Flextable--margins.sg-Flextable--9cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--margins.sg-Flextable--9cols > .sg-Table > tr > td {
  width: 9.11111111%;
}
.sg-Flextable--margins.sg-Flextable--10cols > .sg-Cell,
.sg-Flextable--margins.sg-Flextable--10cols > .sg-Flextable-cell,
.sg-Flextable--margins.sg-Flextable--10cols > .sg-Table > thead > tr > th,
.sg-Flextable--margins.sg-Flextable--10cols > .sg-Table > tbody > tr > th,
.sg-Flextable--margins.sg-Flextable--10cols > .sg-Table > tfoot > tr > th,
.sg-Flextable--margins.sg-Flextable--10cols > .sg-Table > tr > th,
.sg-Flextable--margins.sg-Flextable--10cols > .sg-Table > thead > tr > td,
.sg-Flextable--margins.sg-Flextable--10cols > .sg-Table > tbody > tr > td,
.sg-Flextable--margins.sg-Flextable--10cols > .sg-Table > tfoot > tr > td,
.sg-Flextable--margins.sg-Flextable--10cols > .sg-Table > tr > td {
  width: 8%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--1of1,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--1of1,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--1of1,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--1of1,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--1of1,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--1of1,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--1of1,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--1of1,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--1of1,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--1of1 {
  width: 98%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--5of6,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--5of6,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--5of6,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--5of6,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--5of6,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--5of6,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--5of6,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--5of6,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--5of6,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--5of6 {
  width: 81.33333333%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--4of5,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--4of5,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--4of5,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--4of5,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--4of5,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--4of5,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--4of5,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--4of5,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--4of5,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--4of5 {
  width: 78%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--3of4,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--3of4,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--3of4,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--3of4,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--3of4,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--3of4,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--3of4,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--3of4,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--3of4,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--3of4 {
  width: 73%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--2of3,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--2of3,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--2of3,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--2of3,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--2of3,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--2of3,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--2of3,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--2of3,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--2of3,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--2of3 {
  width: 64.66666667%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--3of5,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--3of5,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--3of5,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--3of5,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--3of5,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--3of5,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--3of5,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--3of5,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--3of5,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--3of5 {
  width: 58%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--1of2,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--1of2,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--1of2,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--1of2,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--1of2,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--1of2,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--1of2,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--1of2,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--1of2,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--1of2 {
  width: 48%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--2of5,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--2of5,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--2of5,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--2of5,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--2of5,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--2of5,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--2of5,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--2of5,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--2of5,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--2of5 {
  width: 38%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--1of3,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--1of3,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--1of3,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--1of3,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--1of3,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--1of3,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--1of3,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--1of3,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--1of3,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--1of3 {
  width: 31.33333333%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--1of4,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--1of4,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--1of4,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--1of4,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--1of4,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--1of4,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--1of4,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--1of4,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--1of4,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--1of4 {
  width: 23%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--1of5,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--1of5,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--1of5,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--1of5,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--1of5,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--1of5,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--1of5,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--1of5,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--1of5,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--1of5 {
  width: 18%;
}
.sg-Flextable--margins .sg-Cell.sg-Flextable-cell--1of6,
.sg-Flextable--margins .sg-Flextable-cell.sg-Flextable-cell--1of6,
.sg-Flextable--margins .sg-Table > thead > tr > th.sg-Flextable-cell--1of6,
.sg-Flextable--margins .sg-Table > tbody > tr > th.sg-Flextable-cell--1of6,
.sg-Flextable--margins .sg-Table > tfoot > tr > th.sg-Flextable-cell--1of6,
.sg-Flextable--margins .sg-Table > tr > th.sg-Flextable-cell--1of6,
.sg-Flextable--margins .sg-Table > thead > tr > td.sg-Flextable-cell--1of6,
.sg-Flextable--margins .sg-Table > tbody > tr > td.sg-Flextable-cell--1of6,
.sg-Flextable--margins .sg-Table > tfoot > tr > td.sg-Flextable-cell--1of6,
.sg-Flextable--margins .sg-Table > tr > td.sg-Flextable-cell--1of6 {
  width: 14.66666667%;
}
@media all and (min-width: 701px) {
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large1of1 {
    width: 98%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large5of6 {
    width: 81.33333333%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large4of5 {
    width: 78%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large3of4 {
    width: 73%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large2of3 {
    width: 64.66666667%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large3of5 {
    width: 58%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large1of2 {
    width: 48%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large2of5 {
    width: 38%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large1of3 {
    width: 31.33333333%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large1of4 {
    width: 23%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large1of5 {
    width: 18%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--large1of6 {
    width: 14.66666667%;
  }
}
@media all and (max-width: 700px) {
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of1 {
    width: 98%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall5of6 {
    width: 81.33333333%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall4of5 {
    width: 78%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall3of4 {
    width: 73%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall2of3 {
    width: 64.66666667%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall3of5 {
    width: 58%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of2 {
    width: 48%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall2of5 {
    width: 38%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of3 {
    width: 31.33333333%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of4 {
    width: 23%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of5 {
    width: 18%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--mediumAndSmall1of6 {
    width: 14.66666667%;
  }
}
@media all and (max-width: 500px) {
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small1of1 {
    width: 98%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small5of6 {
    width: 81.33333333%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small4of5 {
    width: 78%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small3of4 {
    width: 73%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small2of3 {
    width: 64.66666667%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small3of5 {
    width: 58%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small1of2 {
    width: 48%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small2of5 {
    width: 38%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small1of3 {
    width: 31.33333333%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small1of4 {
    width: 23%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small1of5 {
    width: 18%;
  }
  .sg-Flextable--margins.sg-Flextable .sg-Flextable-cell.sg-Flextable-cell--small1of6 {
    width: 14.66666667%;
  }
}
.sg-Flextable--margins > .sg-Flextable-cell {
  margin-left: 1%;
  margin-right: 1%;
}
/* Cell content alignment
   ========================================================================== */
.sg-Flextable--alignLeft .sg-Flextable-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.sg-Flextable--alignCenter .sg-Flextable-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.sg-Flextable--alignRight .sg-Flextable-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.sg-Flextable--alignTop .sg-Flextable-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sg-Flextable--alignMiddle .sg-Flextable-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Flextable--alignBottom .sg-Flextable-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sg-Flextable-cell.sg-Flextable-cell--alignLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.sg-Flextable-cell.sg-Flextable-cell--alignCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.sg-Flextable-cell.sg-Flextable-cell--alignRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.sg-Flextable-cell.sg-Flextable-cell--alignTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sg-Flextable-cell.sg-Flextable-cell--alignMiddle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Flextable-cell.sg-Flextable-cell--alignBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* LESS Variables
   ========================================================================== */
/* Brand Styling overrides
   ========================================================================== */
/* ==========================================================================
   Form
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Form styling & layout
   ========================================================================== */
.sg-Form-label {
  display: inline-block;
  margin: 0 0 5px 0;
  cursor: pointer;
  font-size: 1.12em;
  font-size: 1.008rem;
  font-weight: bold;
  color: #2a2a2a;
}
.sg-Form-helpText {
  margin-bottom: 5px;
  font-size: 0.84em;
  font-size: 0.756rem;
  color: rgba(83, 83, 83, 0.8);
}
legend.sg-Form-legend--title,
legend.sg-Form-legend--subtitle,
legend.sg-Form-legend--label {
  margin-top: 0;
  padding: 0;
  float: left;
  width: 100%;
}
legend.sg-Form-legend--title ~ *,
legend.sg-Form-legend--subtitle ~ *,
legend.sg-Form-legend--label ~ * {
  clear: both;
}
.sg-Form-legend--title {
  margin: 20px 0 0;
  font-family: "Futura", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2em;
  color: #2a2a2a;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.28571429;
  font-weight: 900;
  margin-bottom: 10px;
}
.sg-Form-legend--title:first-child {
  margin-top: 0;
}
@media all and (max-width: 700px) {
  .sg-Form-legend--title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.sg-Form-legend--subtitle {
  margin: 20px 0 0;
  font-family: "Futura", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2em;
  color: #2a2a2a;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 2.5px;
  line-height: 1.33333333;
  font-weight: 900;
  margin-bottom: 10px;
}
.sg-Form-legend--subtitle:first-child {
  margin-top: 0;
}
@media all and (max-width: 700px) {
  .sg-Form-legend--subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.sg-Form-legend--label {
  display: inline-block;
  margin: 0 0 5px 0;
  cursor: pointer;
  font-size: 1.12em;
  font-size: 1.008rem;
  color: #2a2a2a;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57142857;
  margin-bottom: 5px;
}
.sg-Form-question {
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 15px;
  *zoom: 1;
}
.sg-Form-question:before,
.sg-Form-question:after {
  display: table;
  line-height: 0;
  content: "";
}
.sg-Form-question:after {
  clear: both;
}
.sg-Form-question:before,
.sg-Form-question:after {
  display: table;
  line-height: 0;
  content: "";
}
.sg-Form-question:after {
  clear: both;
}
.sg-Form-questionGroup,
.sg-Form-questionGroup--unstyled {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0;
  color: inherit;
  *zoom: 1;
}
.sg-Form-questionGroup:before,
.sg-Form-questionGroup--unstyled:before,
.sg-Form-questionGroup:after,
.sg-Form-questionGroup--unstyled:after {
  display: table;
  line-height: 0;
  content: "";
}
.sg-Form-questionGroup:after,
.sg-Form-questionGroup--unstyled:after {
  clear: both;
}
.sg-Form-questionGroup:before,
.sg-Form-questionGroup--unstyled:before,
.sg-Form-questionGroup:after,
.sg-Form-questionGroup--unstyled:after {
  display: table;
  line-height: 0;
  content: "";
}
.sg-Form-questionGroup:after,
.sg-Form-questionGroup--unstyled:after {
  clear: both;
}
.sg-Form-questionGroup h1:first-child,
.sg-Form-questionGroup--unstyled h1:first-child,
.sg-Form-questionGroup h2:first-child,
.sg-Form-questionGroup--unstyled h2:first-child,
.sg-Form-questionGroup h3:first-child,
.sg-Form-questionGroup--unstyled h3:first-child,
.sg-Form-questionGroup h4:first-child,
.sg-Form-questionGroup--unstyled h4:first-child,
.sg-Form-questionGroup h5:first-child,
.sg-Form-questionGroup--unstyled h5:first-child,
.sg-Form-questionGroup h6:first-child,
.sg-Form-questionGroup--unstyled h6:first-child {
  margin-bottom: 20px;
}
.sg-Form-questionGroup .sg-Form-questionGroup,
.sg-Form-questionGroup--unstyled .sg-Form-questionGroup {
  padding: 20px 20px 1px 20px;
  margin-bottom: 20px;
  border: none;
  border-left: double 3px #dbeaf0;
}
.sg-Form-questionGroup {
  padding: 15px 10px 0;
  border-bottom: dashed 1px #dbeaf0;
  -webkit-transition: background-color linear 0.2s, border-color linear 0.2s;
     -moz-transition: background-color linear 0.2s, border-color linear 0.2s;
       -o-transition: background-color linear 0.2s, border-color linear 0.2s;
          transition: background-color linear 0.2s, border-color linear 0.2s;
}
.sg-Form--inline,
.sg-Form-question--inline {
  display: inline-block;
  clear: both;
}
@media all and (min-width: 501px) {
  .sg-Form-questionGroup--icon {
    position: relative;
    padding-left: 60px !important;
    background-position: 10px 20px;
    -moz-background-size: 40px;
      -o-background-size: 40px;
         background-size: 40px;
  }
  .sg-Form-questionGroup--icon h1:first-child {
    margin-top: 0;
  }
  .sg-Form-questionGroup--icon h2:first-child {
    margin-top: 0.05em;
  }
  .sg-Form-questionGroup--icon h3:first-child {
    margin-top: 0.2em;
  }
  .sg-Form-questionGroup--icon h4:first-child {
    margin-top: 0.35em;
  }
  .sg-Form-questionGroup--icon h5:first-child {
    margin-top: 0.5em;
  }
  .sg-Form-questionGroup--icon h6:first-child {
    margin-top: 0.7em;
  }
}
@media all and (max-width: 500px) {
  .sg-Form-questionGroup--icon {
    background-image: none;
  }
  .sg-Form-questionGroup--icon .sg-Form-questionGroup {
    padding: 10px 0 1px 10px;
    background-image: none;
  }
}
.sg-Form-questionGroup--icon h1:first-child {
  margin-top: 0;
}
.sg-Form-questionGroup--icon h2:first-child,
.sg-Form-questionGroup--icon .sg-Form-legend--title:first-child {
  margin-top: 0.05em;
}
.sg-Form-questionGroup--icon h3:first-child {
  margin-top: 0.2em;
}
.sg-Form-questionGroup--icon h4:first-child,
.sg-Form-questionGroup--icon .sg-Form-legend--subtitle:first-child {
  margin-top: 0.35em;
}
.sg-Form-questionGroup--icon h5:first-child {
  margin-top: 0.5em;
}
.sg-Form-questionGroup--icon h6:first-child {
  margin-top: 0.7em;
}
.sg-Form-questionGroup--icon .sg-Form-question:first-child {
  margin-top: 0.6em;
}
/* Pager - for form navigation buttons
   ========================================================================== */
.sg-Form-pager {
  padding: 20px 0;
  *zoom: 1;
}
.sg-Form-pager:before,
.sg-Form-pager:after {
  display: table;
  line-height: 0;
  content: "";
}
.sg-Form-pager:after {
  clear: both;
}
.sg-Form-pager:before,
.sg-Form-pager:after {
  display: table;
  line-height: 0;
  content: "";
}
.sg-Form-pager:after {
  clear: both;
}
.sg-Form-pager .sg-Btn--prev {
  float: left;
}
.sg-Form-pager .sg-Btn--next,
.sg-Form-pager .sg-Btn--callToAction {
  float: right;
}
@media all and (max-width: 500px) {
  .sg-Form-pager.sg-Form-pager-collapseMedium .sg-Btn {
    width: 100% !important;
    max-width: none !important;
  }
}
@media all and (max-width: 700px) {
  .sg-Form-pager.sg-Form-pager-collapseLarge .sg-Btn {
    width: 100% !important;
    max-width: none !important;
  }
}
@media all and (max-width: 950px) {
  .sg-Form-pager.sg-Form-pager-collapseXlarge .sg-Btn {
    width: 100% !important;
    max-width: none !important;
  }
}
.sg-Radio-contentIcon,
.sg-Radio-contentIcon--checked {
  display: block;
  margin: 0 auto 5px auto;
}
.sg-Radio-contentIcon--checked {
  display: none;
}
.sg-Radio-btn .sg-Radio-input:checked ~ .sg-Radio-text .sg-Radio-contentIcon {
  display: none;
}
.sg-Radio-btn .sg-Radio-input:checked ~ .sg-Radio-text .sg-Radio-contentIcon--checked {
  display: block;
}
/* ==========================================================================
   AAMINEW - Form
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Styling overrides
   ========================================================================== */
.sg-Form-question {
  margin-bottom: 20px;
}
.sg-Form-questionGroup {
  padding: 20px 30px 10px;
  border-left: solid 3px transparent;
  border-bottom-color: #d3cece;
}
.sg-Form-questionGroup .sg-Form-questionGroup {
  padding-left: 30px;
  padding-right: 0;
}
@media all and (max-width: 500px) {
  .sg-Form-questionGroup {
    padding: 10px 15px 10px;
  }
  .sg-Form-questionGroup .sg-Form-questionGroup {
    padding-left: 15px;
  }
}
.sg-Form-legend--title,
.sg-Form-legend--subtitle {
  font-weight: 900;
}
.sg-Form-label {
  font-weight: bold;
}
.sg-Form-legend--title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27272727;
}
.sg-Form-legend--subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
}
.sg-Form-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57142857;
}
/* ==========================================================================
 * Grid framework
 *
 * This is a slightly modified version of the excellent flexboxgrid: https://github.com/kristoferjoseph/flexboxgrid
 * The key differences are:
 *   - The class names are changed to the StyleGuide naming convention
 *   - The breakpoints/sizes are change to match ours
 *   - We got rid of the xs and just made it the 'default' size

 *   - We using LESS instead of CSS postprocessed by Myth
 * ========================================================================= */
/* Variables
   ========================================================================== */
/* Flexbox grid variables */
/* StyleGuide variables */
/* Sizes variables */
/* Common grid setup
   ========================================================================== */
.sg-Grid-row {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
[class^='sg-Grid-col'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sg-Grid-col--stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  max-width: 100%;
}
.sg-Grid-col--stretch > :first-child {
  width: 100%;
}
.sg-Grid--noGutters > .sg-Grid-row {
  margin-right: 0;
  margin-left: 0;
}
.sg-Grid--noGutters > .sg-Grid-row .sg-Grid-col {
  padding-right: 0;
  padding-left: 0;
}
/* Mixins to dynamically generate column and modifier classes
   ========================================================================== */
/* Run mixins for auto
   ========================================================================== */
.sg-Grid-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  max-width: 100%;
}
.sg-Grid-col1 {
  -webkit-flex-basis: 8.33333333% !important;
      -ms-flex-preferred-size: 8.33333333% !important;
          flex-basis: 8.33333333% !important;
  max-width: 8.33333333% !important;
}
.sg-Grid-col2 {
  -webkit-flex-basis: 16.66666667% !important;
      -ms-flex-preferred-size: 16.66666667% !important;
          flex-basis: 16.66666667% !important;
  max-width: 16.66666667% !important;
}
.sg-Grid-col3 {
  -webkit-flex-basis: 25% !important;
      -ms-flex-preferred-size: 25% !important;
          flex-basis: 25% !important;
  max-width: 25% !important;
}
.sg-Grid-col4 {
  -webkit-flex-basis: 33.33333333% !important;
      -ms-flex-preferred-size: 33.33333333% !important;
          flex-basis: 33.33333333% !important;
  max-width: 33.33333333% !important;
}
.sg-Grid-col5 {
  -webkit-flex-basis: 41.66666667% !important;
      -ms-flex-preferred-size: 41.66666667% !important;
          flex-basis: 41.66666667% !important;
  max-width: 41.66666667% !important;
}
.sg-Grid-col6 {
  -webkit-flex-basis: 50% !important;
      -ms-flex-preferred-size: 50% !important;
          flex-basis: 50% !important;
  max-width: 50% !important;
}
.sg-Grid-col7 {
  -webkit-flex-basis: 58.33333333% !important;
      -ms-flex-preferred-size: 58.33333333% !important;
          flex-basis: 58.33333333% !important;
  max-width: 58.33333333% !important;
}
.sg-Grid-col8 {
  -webkit-flex-basis: 66.66666667% !important;
      -ms-flex-preferred-size: 66.66666667% !important;
          flex-basis: 66.66666667% !important;
  max-width: 66.66666667% !important;
}
.sg-Grid-col9 {
  -webkit-flex-basis: 75% !important;
      -ms-flex-preferred-size: 75% !important;
          flex-basis: 75% !important;
  max-width: 75% !important;
}
.sg-Grid-col10 {
  -webkit-flex-basis: 83.33333333% !important;
      -ms-flex-preferred-size: 83.33333333% !important;
          flex-basis: 83.33333333% !important;
  max-width: 83.33333333% !important;
}
.sg-Grid-col11 {
  -webkit-flex-basis: 91.66666667% !important;
      -ms-flex-preferred-size: 91.66666667% !important;
          flex-basis: 91.66666667% !important;
  max-width: 91.66666667% !important;
}
.sg-Grid-col12 {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  max-width: 100% !important;
}
.sg-Grid-col--offset1 {
  margin-left: 8.33333333%;
}
.sg-Grid-col--offset2 {
  margin-left: 16.66666667%;
}
.sg-Grid-col--offset3 {
  margin-left: 25%;
}
.sg-Grid-col--offset4 {
  margin-left: 33.33333333%;
}
.sg-Grid-col--offset5 {
  margin-left: 41.66666667%;
}
.sg-Grid-col--offset6 {
  margin-left: 50%;
}
.sg-Grid-col--offset7 {
  margin-left: 58.33333333%;
}
.sg-Grid-col--offset8 {
  margin-left: 66.66666667%;
}
.sg-Grid-col--offset9 {
  margin-left: 75%;
}
.sg-Grid-col--offset10 {
  margin-left: 83.33333333%;
}
.sg-Grid-col--offset11 {
  margin-left: 91.66666667%;
}
.sg-Grid-col--offset12 {
  margin-left: 100%;
}
/* Rearrange columns*/
.sg-Grid-col--orderFirst {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.sg-Grid-col--orderLast {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sg-Grid-col--alignStart {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start;
}
.sg-Grid-col--alignCenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.sg-Grid-col--alignEnd {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  text-align: end;
}
/* Row modifiers */
.sg-Grid-row--positionTop {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sg-Grid-row--positionMiddle {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Grid-row--positionBottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sg-Grid-row--spaceAroundCols {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.sg-Grid-row--spaceBetweenCols {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* Run mixins for small
   ========================================================================== */
@media only screen and (min-width: 351px) {
  .sg-Grid-col--small {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .sg-Grid-col1--small {
    -webkit-flex-basis: 8.33333333% !important;
        -ms-flex-preferred-size: 8.33333333% !important;
            flex-basis: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
  .sg-Grid-col2--small {
    -webkit-flex-basis: 16.66666667% !important;
        -ms-flex-preferred-size: 16.66666667% !important;
            flex-basis: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
  .sg-Grid-col3--small {
    -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
            flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .sg-Grid-col4--small {
    -webkit-flex-basis: 33.33333333% !important;
        -ms-flex-preferred-size: 33.33333333% !important;
            flex-basis: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
  .sg-Grid-col5--small {
    -webkit-flex-basis: 41.66666667% !important;
        -ms-flex-preferred-size: 41.66666667% !important;
            flex-basis: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
  .sg-Grid-col6--small {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .sg-Grid-col7--small {
    -webkit-flex-basis: 58.33333333% !important;
        -ms-flex-preferred-size: 58.33333333% !important;
            flex-basis: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
  .sg-Grid-col8--small {
    -webkit-flex-basis: 66.66666667% !important;
        -ms-flex-preferred-size: 66.66666667% !important;
            flex-basis: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
  .sg-Grid-col9--small {
    -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
            flex-basis: 75% !important;
    max-width: 75% !important;
  }
  .sg-Grid-col10--small {
    -webkit-flex-basis: 83.33333333% !important;
        -ms-flex-preferred-size: 83.33333333% !important;
            flex-basis: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
  .sg-Grid-col11--small {
    -webkit-flex-basis: 91.66666667% !important;
        -ms-flex-preferred-size: 91.66666667% !important;
            flex-basis: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
  .sg-Grid-col12--small {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .sg-Grid-col--offset1Small {
    margin-left: 8.33333333%;
  }
  .sg-Grid-col--offset2Small {
    margin-left: 16.66666667%;
  }
  .sg-Grid-col--offset3Small {
    margin-left: 25%;
  }
  .sg-Grid-col--offset4Small {
    margin-left: 33.33333333%;
  }
  .sg-Grid-col--offset5Small {
    margin-left: 41.66666667%;
  }
  .sg-Grid-col--offset6Small {
    margin-left: 50%;
  }
  .sg-Grid-col--offset7Small {
    margin-left: 58.33333333%;
  }
  .sg-Grid-col--offset8Small {
    margin-left: 66.66666667%;
  }
  .sg-Grid-col--offset9Small {
    margin-left: 75%;
  }
  .sg-Grid-col--offset10Small {
    margin-left: 83.33333333%;
  }
  .sg-Grid-col--offset11Small {
    margin-left: 91.66666667%;
  }
  .sg-Grid-col--offset12Small {
    margin-left: 100%;
  }
  /* Rearrange columns*/
  .sg-Grid-col--orderFirstSmall {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .sg-Grid-col--orderLastSmall {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sg-Grid-col--alignStartSmall {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .sg-Grid-col--alignCenterSmall {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .sg-Grid-col--alignEndSmall {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  /* Row modifiers */
  .sg-Grid-row--positionTopSmall {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sg-Grid-row--positionMiddleSmall {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sg-Grid-row--positionBottomSmall {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sg-Grid-row--spaceAroundColsSmall {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .sg-Grid-row--spaceBetweenColsSmall {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* Run mixins for medium
   ========================================================================== */
@media only screen and (min-width: 501px) {
  .sg-Grid-col--medium {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .sg-Grid-col1--medium {
    -webkit-flex-basis: 8.33333333% !important;
        -ms-flex-preferred-size: 8.33333333% !important;
            flex-basis: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
  .sg-Grid-col2--medium {
    -webkit-flex-basis: 16.66666667% !important;
        -ms-flex-preferred-size: 16.66666667% !important;
            flex-basis: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
  .sg-Grid-col3--medium {
    -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
            flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .sg-Grid-col4--medium {
    -webkit-flex-basis: 33.33333333% !important;
        -ms-flex-preferred-size: 33.33333333% !important;
            flex-basis: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
  .sg-Grid-col5--medium {
    -webkit-flex-basis: 41.66666667% !important;
        -ms-flex-preferred-size: 41.66666667% !important;
            flex-basis: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
  .sg-Grid-col6--medium {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .sg-Grid-col7--medium {
    -webkit-flex-basis: 58.33333333% !important;
        -ms-flex-preferred-size: 58.33333333% !important;
            flex-basis: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
  .sg-Grid-col8--medium {
    -webkit-flex-basis: 66.66666667% !important;
        -ms-flex-preferred-size: 66.66666667% !important;
            flex-basis: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
  .sg-Grid-col9--medium {
    -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
            flex-basis: 75% !important;
    max-width: 75% !important;
  }
  .sg-Grid-col10--medium {
    -webkit-flex-basis: 83.33333333% !important;
        -ms-flex-preferred-size: 83.33333333% !important;
            flex-basis: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
  .sg-Grid-col11--medium {
    -webkit-flex-basis: 91.66666667% !important;
        -ms-flex-preferred-size: 91.66666667% !important;
            flex-basis: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
  .sg-Grid-col12--medium {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .sg-Grid-col--offset1Medium {
    margin-left: 8.33333333%;
  }
  .sg-Grid-col--offset2Medium {
    margin-left: 16.66666667%;
  }
  .sg-Grid-col--offset3Medium {
    margin-left: 25%;
  }
  .sg-Grid-col--offset4Medium {
    margin-left: 33.33333333%;
  }
  .sg-Grid-col--offset5Medium {
    margin-left: 41.66666667%;
  }
  .sg-Grid-col--offset6Medium {
    margin-left: 50%;
  }
  .sg-Grid-col--offset7Medium {
    margin-left: 58.33333333%;
  }
  .sg-Grid-col--offset8Medium {
    margin-left: 66.66666667%;
  }
  .sg-Grid-col--offset9Medium {
    margin-left: 75%;
  }
  .sg-Grid-col--offset10Medium {
    margin-left: 83.33333333%;
  }
  .sg-Grid-col--offset11Medium {
    margin-left: 91.66666667%;
  }
  .sg-Grid-col--offset12Medium {
    margin-left: 100%;
  }
  /* Rearrange columns*/
  .sg-Grid-col--orderFirstMedium {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .sg-Grid-col--orderLastMedium {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sg-Grid-col--alignStartMedium {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .sg-Grid-col--alignCenterMedium {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .sg-Grid-col--alignEndMedium {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  /* Row modifiers */
  .sg-Grid-row--positionTopMedium {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sg-Grid-row--positionMiddleMedium {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sg-Grid-row--positionBottomMedium {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sg-Grid-row--spaceAroundColsMedium {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .sg-Grid-row--spaceBetweenColsMedium {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* Run mixins for large
   ========================================================================== */
@media only screen and (min-width: 701px) {
  .sg-Grid-col--large {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .sg-Grid-col1--large {
    -webkit-flex-basis: 8.33333333% !important;
        -ms-flex-preferred-size: 8.33333333% !important;
            flex-basis: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
  .sg-Grid-col2--large {
    -webkit-flex-basis: 16.66666667% !important;
        -ms-flex-preferred-size: 16.66666667% !important;
            flex-basis: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
  .sg-Grid-col3--large {
    -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
            flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .sg-Grid-col4--large {
    -webkit-flex-basis: 33.33333333% !important;
        -ms-flex-preferred-size: 33.33333333% !important;
            flex-basis: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
  .sg-Grid-col5--large {
    -webkit-flex-basis: 41.66666667% !important;
        -ms-flex-preferred-size: 41.66666667% !important;
            flex-basis: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
  .sg-Grid-col6--large {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .sg-Grid-col7--large {
    -webkit-flex-basis: 58.33333333% !important;
        -ms-flex-preferred-size: 58.33333333% !important;
            flex-basis: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
  .sg-Grid-col8--large {
    -webkit-flex-basis: 66.66666667% !important;
        -ms-flex-preferred-size: 66.66666667% !important;
            flex-basis: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
  .sg-Grid-col9--large {
    -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
            flex-basis: 75% !important;
    max-width: 75% !important;
  }
  .sg-Grid-col10--large {
    -webkit-flex-basis: 83.33333333% !important;
        -ms-flex-preferred-size: 83.33333333% !important;
            flex-basis: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
  .sg-Grid-col11--large {
    -webkit-flex-basis: 91.66666667% !important;
        -ms-flex-preferred-size: 91.66666667% !important;
            flex-basis: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
  .sg-Grid-col12--large {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .sg-Grid-col--offset1Large {
    margin-left: 8.33333333%;
  }
  .sg-Grid-col--offset2Large {
    margin-left: 16.66666667%;
  }
  .sg-Grid-col--offset3Large {
    margin-left: 25%;
  }
  .sg-Grid-col--offset4Large {
    margin-left: 33.33333333%;
  }
  .sg-Grid-col--offset5Large {
    margin-left: 41.66666667%;
  }
  .sg-Grid-col--offset6Large {
    margin-left: 50%;
  }
  .sg-Grid-col--offset7Large {
    margin-left: 58.33333333%;
  }
  .sg-Grid-col--offset8Large {
    margin-left: 66.66666667%;
  }
  .sg-Grid-col--offset9Large {
    margin-left: 75%;
  }
  .sg-Grid-col--offset10Large {
    margin-left: 83.33333333%;
  }
  .sg-Grid-col--offset11Large {
    margin-left: 91.66666667%;
  }
  .sg-Grid-col--offset12Large {
    margin-left: 100%;
  }
  /* Rearrange columns*/
  .sg-Grid-col--orderFirstLarge {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .sg-Grid-col--orderLastLarge {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sg-Grid-col--alignStartLarge {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .sg-Grid-col--alignCenterLarge {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .sg-Grid-col--alignEndLarge {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  /* Row modifiers */
  .sg-Grid-row--positionTopLarge {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sg-Grid-row--positionMiddleLarge {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sg-Grid-row--positionBottomLarge {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sg-Grid-row--spaceAroundColsLarge {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .sg-Grid-row--spaceBetweenColsLarge {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* Run mixins for xlarge
   ========================================================================== */
@media only screen and (min-width: 951px) {
  .sg-Grid-col--xlarge {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .sg-Grid-col1--xlarge {
    -webkit-flex-basis: 8.33333333% !important;
        -ms-flex-preferred-size: 8.33333333% !important;
            flex-basis: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
  .sg-Grid-col2--xlarge {
    -webkit-flex-basis: 16.66666667% !important;
        -ms-flex-preferred-size: 16.66666667% !important;
            flex-basis: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
  .sg-Grid-col3--xlarge {
    -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
            flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .sg-Grid-col4--xlarge {
    -webkit-flex-basis: 33.33333333% !important;
        -ms-flex-preferred-size: 33.33333333% !important;
            flex-basis: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
  .sg-Grid-col5--xlarge {
    -webkit-flex-basis: 41.66666667% !important;
        -ms-flex-preferred-size: 41.66666667% !important;
            flex-basis: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
  .sg-Grid-col6--xlarge {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .sg-Grid-col7--xlarge {
    -webkit-flex-basis: 58.33333333% !important;
        -ms-flex-preferred-size: 58.33333333% !important;
            flex-basis: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
  .sg-Grid-col8--xlarge {
    -webkit-flex-basis: 66.66666667% !important;
        -ms-flex-preferred-size: 66.66666667% !important;
            flex-basis: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
  .sg-Grid-col9--xlarge {
    -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
            flex-basis: 75% !important;
    max-width: 75% !important;
  }
  .sg-Grid-col10--xlarge {
    -webkit-flex-basis: 83.33333333% !important;
        -ms-flex-preferred-size: 83.33333333% !important;
            flex-basis: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
  .sg-Grid-col11--xlarge {
    -webkit-flex-basis: 91.66666667% !important;
        -ms-flex-preferred-size: 91.66666667% !important;
            flex-basis: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
  .sg-Grid-col12--xlarge {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .sg-Grid-col--offset1Xlarge {
    margin-left: 8.33333333%;
  }
  .sg-Grid-col--offset2Xlarge {
    margin-left: 16.66666667%;
  }
  .sg-Grid-col--offset3Xlarge {
    margin-left: 25%;
  }
  .sg-Grid-col--offset4Xlarge {
    margin-left: 33.33333333%;
  }
  .sg-Grid-col--offset5Xlarge {
    margin-left: 41.66666667%;
  }
  .sg-Grid-col--offset6Xlarge {
    margin-left: 50%;
  }
  .sg-Grid-col--offset7Xlarge {
    margin-left: 58.33333333%;
  }
  .sg-Grid-col--offset8Xlarge {
    margin-left: 66.66666667%;
  }
  .sg-Grid-col--offset9Xlarge {
    margin-left: 75%;
  }
  .sg-Grid-col--offset10Xlarge {
    margin-left: 83.33333333%;
  }
  .sg-Grid-col--offset11Xlarge {
    margin-left: 91.66666667%;
  }
  .sg-Grid-col--offset12Xlarge {
    margin-left: 100%;
  }
  /* Rearrange columns*/
  .sg-Grid-col--orderFirstXlarge {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .sg-Grid-col--orderLastXlarge {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sg-Grid-col--alignStartXlarge {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .sg-Grid-col--alignCenterXlarge {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .sg-Grid-col--alignEndXlarge {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  /* Row modifiers */
  .sg-Grid-row--positionTopXlarge {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sg-Grid-row--positionMiddleXlarge {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sg-Grid-row--positionBottomXlarge {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sg-Grid-row--spaceAroundColsXlarge {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .sg-Grid-row--spaceBetweenColsXlarge {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* Run mixins for xxlarge
   ========================================================================== */
@media only screen and (min-width: 1201px) {
  .sg-Grid-col--xxlarge {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .sg-Grid-col1--xxlarge {
    -webkit-flex-basis: 8.33333333% !important;
        -ms-flex-preferred-size: 8.33333333% !important;
            flex-basis: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
  .sg-Grid-col2--xxlarge {
    -webkit-flex-basis: 16.66666667% !important;
        -ms-flex-preferred-size: 16.66666667% !important;
            flex-basis: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
  .sg-Grid-col3--xxlarge {
    -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
            flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .sg-Grid-col4--xxlarge {
    -webkit-flex-basis: 33.33333333% !important;
        -ms-flex-preferred-size: 33.33333333% !important;
            flex-basis: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
  .sg-Grid-col5--xxlarge {
    -webkit-flex-basis: 41.66666667% !important;
        -ms-flex-preferred-size: 41.66666667% !important;
            flex-basis: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
  .sg-Grid-col6--xxlarge {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .sg-Grid-col7--xxlarge {
    -webkit-flex-basis: 58.33333333% !important;
        -ms-flex-preferred-size: 58.33333333% !important;
            flex-basis: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
  .sg-Grid-col8--xxlarge {
    -webkit-flex-basis: 66.66666667% !important;
        -ms-flex-preferred-size: 66.66666667% !important;
            flex-basis: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
  .sg-Grid-col9--xxlarge {
    -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
            flex-basis: 75% !important;
    max-width: 75% !important;
  }
  .sg-Grid-col10--xxlarge {
    -webkit-flex-basis: 83.33333333% !important;
        -ms-flex-preferred-size: 83.33333333% !important;
            flex-basis: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
  .sg-Grid-col11--xxlarge {
    -webkit-flex-basis: 91.66666667% !important;
        -ms-flex-preferred-size: 91.66666667% !important;
            flex-basis: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
  .sg-Grid-col12--xxlarge {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .sg-Grid-col--offset1Xxlarge {
    margin-left: 8.33333333%;
  }
  .sg-Grid-col--offset2Xxlarge {
    margin-left: 16.66666667%;
  }
  .sg-Grid-col--offset3Xxlarge {
    margin-left: 25%;
  }
  .sg-Grid-col--offset4Xxlarge {
    margin-left: 33.33333333%;
  }
  .sg-Grid-col--offset5Xxlarge {
    margin-left: 41.66666667%;
  }
  .sg-Grid-col--offset6Xxlarge {
    margin-left: 50%;
  }
  .sg-Grid-col--offset7Xxlarge {
    margin-left: 58.33333333%;
  }
  .sg-Grid-col--offset8Xxlarge {
    margin-left: 66.66666667%;
  }
  .sg-Grid-col--offset9Xxlarge {
    margin-left: 75%;
  }
  .sg-Grid-col--offset10Xxlarge {
    margin-left: 83.33333333%;
  }
  .sg-Grid-col--offset11Xxlarge {
    margin-left: 91.66666667%;
  }
  .sg-Grid-col--offset12Xxlarge {
    margin-left: 100%;
  }
  /* Rearrange columns*/
  .sg-Grid-col--orderFirstXxlarge {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .sg-Grid-col--orderLastXxlarge {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sg-Grid-col--alignStartXxlarge {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .sg-Grid-col--alignCenterXxlarge {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .sg-Grid-col--alignEndXxlarge {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  /* Row modifiers */
  .sg-Grid-row--positionTopXxlarge {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sg-Grid-row--positionMiddleXxlarge {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sg-Grid-row--positionBottomXxlarge {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sg-Grid-row--spaceAroundColsXxlarge {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .sg-Grid-row--spaceBetweenColsXxlarge {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.Icon--mini {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 8px 8px;
    -o-background-size: 8px 8px;
       background-size: 8px 8px;
  width: 8px;
  height: 8px;
}
.Icon--mini.Icon--circle {
  -moz-background-size: 6px 6px;
    -o-background-size: 6px 6px;
       background-size: 6px 6px;
}
.Icon--xsmall {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.Icon--xsmall.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.Icon--small {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.Icon--small.Icon--circle {
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
}
.Icon--medium {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
       background-size: 32px 32px;
  width: 32px;
  height: 32px;
}
.Icon--medium.Icon--circle {
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
}
.Icon--large {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
       background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
.Icon--large.Icon--circle {
  -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
       background-size: 30px 30px;
}
.Icon--xlarge {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
       background-size: 48px 48px;
  width: 48px;
  height: 48px;
}
.Icon--xlarge.Icon--circle {
  -moz-background-size: 36px 36px;
    -o-background-size: 36px 36px;
       background-size: 36px 36px;
}
.Icon--xxlarge {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 56px 56px;
    -o-background-size: 56px 56px;
       background-size: 56px 56px;
  width: 56px;
  height: 56px;
}
.Icon--xxlarge.Icon--circle {
  -moz-background-size: 42px 42px;
    -o-background-size: 42px 42px;
       background-size: 42px 42px;
}
.Icon--xxxlarge {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 72px 72px;
    -o-background-size: 72px 72px;
       background-size: 72px 72px;
  width: 72px;
  height: 72px;
}
.Icon--xxxlarge.Icon--circle {
  -moz-background-size: 54px 54px;
    -o-background-size: 54px 54px;
       background-size: 54px 54px;
}
i.Icon--circle {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-position: 50% 50%;
}
i.Icon--circle[class*="--default"] {
  background-color: #A6CA5F;
}
i.Icon--circle[class*="--primary"] {
  background-color: #e2edcc;
}
i.Icon--circle[class*="--secondary"] {
  background-color: #f5cccc;
}
i.Icon--circle[class*="--dark"] {
  background-color: #d4d4d4;
}
i.Icon--circle[class*="--light"] {
  background-color: rgba(255, 255, 255, 0.3);
}
i.Icon--circle[class*="--correct"] {
  background-color: #e2edcc;
}
i.Icon--circle[class*="--warning"] {
  background-color: #f3dccc;
}
i.Icon--circle[class*="--error"] {
  background-color: #e7cccc;
}
i.Icon--circle[class*="--highlight"] {
  background-color: #f8fbfc;
}
i.Icon--circle[class*="--link"] {
  background-color: #f5cccc;
}
i.Icon--circle[class*="--neutral"] {
  background-color: rgba(255, 255, 255, 0.3);
}
i.Icon--circle[class*="--text"] {
  background-color: #dddddd;
}
i.Icon--circle[class*="--border"] {
  background-color: #f8fbfc;
}
i.Icon--circle[class*="--disabled"] {
  background-color: #f8fbfc;
}
.Icon-alert--default {
  background-image: url("../img/Icon-alert.svg#default");
  background-repeat: no-repeat;
}
.Icon-alert--primary {
  background-image: url("../img/Icon-alert.svg#primary");
  background-repeat: no-repeat;
}
.Icon-alert--secondary {
  background-image: url("../img/Icon-alert.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-alert--dark {
  background-image: url("../img/Icon-alert.svg#dark");
  background-repeat: no-repeat;
}
.Icon-alert--light {
  background-image: url("../img/Icon-alert.svg#light");
  background-repeat: no-repeat;
}
.Icon-alert--correct {
  background-image: url("../img/Icon-alert.svg#correct");
  background-repeat: no-repeat;
}
.Icon-alert--warning {
  background-image: url("../img/Icon-alert.svg#warning");
  background-repeat: no-repeat;
}
.Icon-alert--error {
  background-image: url("../img/Icon-alert.svg#error");
  background-repeat: no-repeat;
}
.Icon-alert--text {
  background-image: url("../img/Icon-alert.svg#text");
  background-repeat: no-repeat;
}
.Icon-alert--neutral {
  background-image: url("../img/Icon-alert.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-alert--highlight {
  background-image: url("../img/Icon-alert.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-alert--link {
  background-image: url("../img/Icon-alert.svg#link");
  background-repeat: no-repeat;
}
.Icon-alert--border {
  background-image: url("../img/Icon-alert.svg#border");
  background-repeat: no-repeat;
}
.Icon-alert--disabled {
  background-image: url("../img/Icon-alert.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--default {
  background-image: url("../img/Icon-arrowBottom.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--primary {
  background-image: url("../img/Icon-arrowBottom.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--secondary {
  background-image: url("../img/Icon-arrowBottom.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--dark {
  background-image: url("../img/Icon-arrowBottom.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--light {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--correct {
  background-image: url("../img/Icon-arrowBottom.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--warning {
  background-image: url("../img/Icon-arrowBottom.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--error {
  background-image: url("../img/Icon-arrowBottom.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--text {
  background-image: url("../img/Icon-arrowBottom.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--neutral {
  background-image: url("../img/Icon-arrowBottom.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--highlight {
  background-image: url("../img/Icon-arrowBottom.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--link {
  background-image: url("../img/Icon-arrowBottom.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--border {
  background-image: url("../img/Icon-arrowBottom.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--disabled {
  background-image: url("../img/Icon-arrowBottom.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--default {
  background-image: url("../img/Icon-arrowCircleBottom.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--primary {
  background-image: url("../img/Icon-arrowCircleBottom.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--secondary {
  background-image: url("../img/Icon-arrowCircleBottom.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--dark {
  background-image: url("../img/Icon-arrowCircleBottom.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--light {
  background-image: url("../img/Icon-arrowCircleBottom.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--correct {
  background-image: url("../img/Icon-arrowCircleBottom.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--warning {
  background-image: url("../img/Icon-arrowCircleBottom.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--error {
  background-image: url("../img/Icon-arrowCircleBottom.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--text {
  background-image: url("../img/Icon-arrowCircleBottom.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--neutral {
  background-image: url("../img/Icon-arrowCircleBottom.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--highlight {
  background-image: url("../img/Icon-arrowCircleBottom.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--link {
  background-image: url("../img/Icon-arrowCircleBottom.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--border {
  background-image: url("../img/Icon-arrowCircleBottom.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--disabled {
  background-image: url("../img/Icon-arrowCircleBottom.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--default {
  background-image: url("../img/Icon-arrowCircleLeft.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--primary {
  background-image: url("../img/Icon-arrowCircleLeft.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--secondary {
  background-image: url("../img/Icon-arrowCircleLeft.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--dark {
  background-image: url("../img/Icon-arrowCircleLeft.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--light {
  background-image: url("../img/Icon-arrowCircleLeft.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--correct {
  background-image: url("../img/Icon-arrowCircleLeft.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--warning {
  background-image: url("../img/Icon-arrowCircleLeft.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--error {
  background-image: url("../img/Icon-arrowCircleLeft.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--text {
  background-image: url("../img/Icon-arrowCircleLeft.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--neutral {
  background-image: url("../img/Icon-arrowCircleLeft.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--highlight {
  background-image: url("../img/Icon-arrowCircleLeft.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--link {
  background-image: url("../img/Icon-arrowCircleLeft.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--border {
  background-image: url("../img/Icon-arrowCircleLeft.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--disabled {
  background-image: url("../img/Icon-arrowCircleLeft.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--default {
  background-image: url("../img/Icon-arrowCircleRight.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--primary {
  background-image: url("../img/Icon-arrowCircleRight.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--secondary {
  background-image: url("../img/Icon-arrowCircleRight.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--dark {
  background-image: url("../img/Icon-arrowCircleRight.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--light {
  background-image: url("../img/Icon-arrowCircleRight.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--correct {
  background-image: url("../img/Icon-arrowCircleRight.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--warning {
  background-image: url("../img/Icon-arrowCircleRight.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--error {
  background-image: url("../img/Icon-arrowCircleRight.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--text {
  background-image: url("../img/Icon-arrowCircleRight.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--neutral {
  background-image: url("../img/Icon-arrowCircleRight.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--highlight {
  background-image: url("../img/Icon-arrowCircleRight.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--link {
  background-image: url("../img/Icon-arrowCircleRight.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--border {
  background-image: url("../img/Icon-arrowCircleRight.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--disabled {
  background-image: url("../img/Icon-arrowCircleRight.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--default {
  background-image: url("../img/Icon-arrowCircleTop.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--primary {
  background-image: url("../img/Icon-arrowCircleTop.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--secondary {
  background-image: url("../img/Icon-arrowCircleTop.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--dark {
  background-image: url("../img/Icon-arrowCircleTop.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--light {
  background-image: url("../img/Icon-arrowCircleTop.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--correct {
  background-image: url("../img/Icon-arrowCircleTop.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--warning {
  background-image: url("../img/Icon-arrowCircleTop.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--error {
  background-image: url("../img/Icon-arrowCircleTop.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--text {
  background-image: url("../img/Icon-arrowCircleTop.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--neutral {
  background-image: url("../img/Icon-arrowCircleTop.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--highlight {
  background-image: url("../img/Icon-arrowCircleTop.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--link {
  background-image: url("../img/Icon-arrowCircleTop.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--border {
  background-image: url("../img/Icon-arrowCircleTop.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--disabled {
  background-image: url("../img/Icon-arrowCircleTop.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--default {
  background-image: url("../img/Icon-arrowLeft.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--primary {
  background-image: url("../img/Icon-arrowLeft.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--secondary {
  background-image: url("../img/Icon-arrowLeft.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--dark {
  background-image: url("../img/Icon-arrowLeft.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--light {
  background-image: url("../img/Icon-arrowLeft.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--correct {
  background-image: url("../img/Icon-arrowLeft.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--warning {
  background-image: url("../img/Icon-arrowLeft.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--error {
  background-image: url("../img/Icon-arrowLeft.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--text {
  background-image: url("../img/Icon-arrowLeft.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--neutral {
  background-image: url("../img/Icon-arrowLeft.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--highlight {
  background-image: url("../img/Icon-arrowLeft.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--link {
  background-image: url("../img/Icon-arrowLeft.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--border {
  background-image: url("../img/Icon-arrowLeft.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--disabled {
  background-image: url("../img/Icon-arrowLeft.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowRight--default {
  background-image: url("../img/Icon-arrowRight.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowRight--primary {
  background-image: url("../img/Icon-arrowRight.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowRight--secondary {
  background-image: url("../img/Icon-arrowRight.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowRight--dark {
  background-image: url("../img/Icon-arrowRight.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowRight--light {
  background-image: url("../img/Icon-arrowRight.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowRight--correct {
  background-image: url("../img/Icon-arrowRight.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowRight--warning {
  background-image: url("../img/Icon-arrowRight.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowRight--error {
  background-image: url("../img/Icon-arrowRight.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowRight--text {
  background-image: url("../img/Icon-arrowRight.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowRight--neutral {
  background-image: url("../img/Icon-arrowRight.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowRight--highlight {
  background-image: url("../img/Icon-arrowRight.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowRight--link {
  background-image: url("../img/Icon-arrowRight.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowRight--border {
  background-image: url("../img/Icon-arrowRight.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowRight--disabled {
  background-image: url("../img/Icon-arrowRight.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowTop--default {
  background-image: url("../img/Icon-arrowTop.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowTop--primary {
  background-image: url("../img/Icon-arrowTop.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowTop--secondary {
  background-image: url("../img/Icon-arrowTop.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowTop--dark {
  background-image: url("../img/Icon-arrowTop.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowTop--light {
  background-image: url("../img/Icon-arrowTop.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowTop--correct {
  background-image: url("../img/Icon-arrowTop.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowTop--warning {
  background-image: url("../img/Icon-arrowTop.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowTop--error {
  background-image: url("../img/Icon-arrowTop.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowTop--text {
  background-image: url("../img/Icon-arrowTop.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowTop--neutral {
  background-image: url("../img/Icon-arrowTop.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowTop--highlight {
  background-image: url("../img/Icon-arrowTop.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowTop--link {
  background-image: url("../img/Icon-arrowTop.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowTop--border {
  background-image: url("../img/Icon-arrowTop.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowTop--disabled {
  background-image: url("../img/Icon-arrowTop.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-calendar--default {
  background-image: url("../img/Icon-calendar.svg#default");
  background-repeat: no-repeat;
}
.Icon-calendar--primary {
  background-image: url("../img/Icon-calendar.svg#primary");
  background-repeat: no-repeat;
}
.Icon-calendar--secondary {
  background-image: url("../img/Icon-calendar.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-calendar--dark {
  background-image: url("../img/Icon-calendar.svg#dark");
  background-repeat: no-repeat;
}
.Icon-calendar--light {
  background-image: url("../img/Icon-calendar.svg#light");
  background-repeat: no-repeat;
}
.Icon-calendar--correct {
  background-image: url("../img/Icon-calendar.svg#correct");
  background-repeat: no-repeat;
}
.Icon-calendar--warning {
  background-image: url("../img/Icon-calendar.svg#warning");
  background-repeat: no-repeat;
}
.Icon-calendar--error {
  background-image: url("../img/Icon-calendar.svg#error");
  background-repeat: no-repeat;
}
.Icon-calendar--text {
  background-image: url("../img/Icon-calendar.svg#text");
  background-repeat: no-repeat;
}
.Icon-calendar--neutral {
  background-image: url("../img/Icon-calendar.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-calendar--highlight {
  background-image: url("../img/Icon-calendar.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-calendar--link {
  background-image: url("../img/Icon-calendar.svg#link");
  background-repeat: no-repeat;
}
.Icon-calendar--border {
  background-image: url("../img/Icon-calendar.svg#border");
  background-repeat: no-repeat;
}
.Icon-calendar--disabled {
  background-image: url("../img/Icon-calendar.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-cross--default {
  background-image: url("../img/Icon-cross.svg#default");
  background-repeat: no-repeat;
}
.Icon-cross--primary {
  background-image: url("../img/Icon-cross.svg#primary");
  background-repeat: no-repeat;
}
.Icon-cross--secondary {
  background-image: url("../img/Icon-cross.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-cross--dark {
  background-image: url("../img/Icon-cross.svg#dark");
  background-repeat: no-repeat;
}
.Icon-cross--light {
  background-image: url("../img/Icon-cross.svg#light");
  background-repeat: no-repeat;
}
.Icon-cross--correct {
  background-image: url("../img/Icon-cross.svg#correct");
  background-repeat: no-repeat;
}
.Icon-cross--warning {
  background-image: url("../img/Icon-cross.svg#warning");
  background-repeat: no-repeat;
}
.Icon-cross--error {
  background-image: url("../img/Icon-cross.svg#error");
  background-repeat: no-repeat;
}
.Icon-cross--text {
  background-image: url("../img/Icon-cross.svg#text");
  background-repeat: no-repeat;
}
.Icon-cross--neutral {
  background-image: url("../img/Icon-cross.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-cross--highlight {
  background-image: url("../img/Icon-cross.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-cross--link {
  background-image: url("../img/Icon-cross.svg#link");
  background-repeat: no-repeat;
}
.Icon-cross--border {
  background-image: url("../img/Icon-cross.svg#border");
  background-repeat: no-repeat;
}
.Icon-cross--disabled {
  background-image: url("../img/Icon-cross.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-crossCircle--default {
  background-image: url("../img/Icon-crossCircle.svg#default");
  background-repeat: no-repeat;
}
.Icon-crossCircle--primary {
  background-image: url("../img/Icon-crossCircle.svg#primary");
  background-repeat: no-repeat;
}
.Icon-crossCircle--secondary {
  background-image: url("../img/Icon-crossCircle.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-crossCircle--dark {
  background-image: url("../img/Icon-crossCircle.svg#dark");
  background-repeat: no-repeat;
}
.Icon-crossCircle--light {
  background-image: url("../img/Icon-crossCircle.svg#light");
  background-repeat: no-repeat;
}
.Icon-crossCircle--correct {
  background-image: url("../img/Icon-crossCircle.svg#correct");
  background-repeat: no-repeat;
}
.Icon-crossCircle--warning {
  background-image: url("../img/Icon-crossCircle.svg#warning");
  background-repeat: no-repeat;
}
.Icon-crossCircle--error {
  background-image: url("../img/Icon-crossCircle.svg#error");
  background-repeat: no-repeat;
}
.Icon-crossCircle--text {
  background-image: url("../img/Icon-crossCircle.svg#text");
  background-repeat: no-repeat;
}
.Icon-crossCircle--neutral {
  background-image: url("../img/Icon-crossCircle.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-crossCircle--highlight {
  background-image: url("../img/Icon-crossCircle.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-crossCircle--link {
  background-image: url("../img/Icon-crossCircle.svg#link");
  background-repeat: no-repeat;
}
.Icon-crossCircle--border {
  background-image: url("../img/Icon-crossCircle.svg#border");
  background-repeat: no-repeat;
}
.Icon-crossCircle--disabled {
  background-image: url("../img/Icon-crossCircle.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-edit--default {
  background-image: url("../img/Icon-edit.svg#default");
  background-repeat: no-repeat;
}
.Icon-edit--primary {
  background-image: url("../img/Icon-edit.svg#primary");
  background-repeat: no-repeat;
}
.Icon-edit--secondary {
  background-image: url("../img/Icon-edit.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-edit--dark {
  background-image: url("../img/Icon-edit.svg#dark");
  background-repeat: no-repeat;
}
.Icon-edit--light {
  background-image: url("../img/Icon-edit.svg#light");
  background-repeat: no-repeat;
}
.Icon-edit--correct {
  background-image: url("../img/Icon-edit.svg#correct");
  background-repeat: no-repeat;
}
.Icon-edit--warning {
  background-image: url("../img/Icon-edit.svg#warning");
  background-repeat: no-repeat;
}
.Icon-edit--error {
  background-image: url("../img/Icon-edit.svg#error");
  background-repeat: no-repeat;
}
.Icon-edit--text {
  background-image: url("../img/Icon-edit.svg#text");
  background-repeat: no-repeat;
}
.Icon-edit--neutral {
  background-image: url("../img/Icon-edit.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-edit--highlight {
  background-image: url("../img/Icon-edit.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-edit--link {
  background-image: url("../img/Icon-edit.svg#link");
  background-repeat: no-repeat;
}
.Icon-edit--border {
  background-image: url("../img/Icon-edit.svg#border");
  background-repeat: no-repeat;
}
.Icon-edit--disabled {
  background-image: url("../img/Icon-edit.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-eye--default {
  background-image: url("../img/Icon-eye.svg#default");
  background-repeat: no-repeat;
}
.Icon-eye--primary {
  background-image: url("../img/Icon-eye.svg#primary");
  background-repeat: no-repeat;
}
.Icon-eye--secondary {
  background-image: url("../img/Icon-eye.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-eye--dark {
  background-image: url("../img/Icon-eye.svg#dark");
  background-repeat: no-repeat;
}
.Icon-eye--light {
  background-image: url("../img/Icon-eye.svg#light");
  background-repeat: no-repeat;
}
.Icon-eye--correct {
  background-image: url("../img/Icon-eye.svg#correct");
  background-repeat: no-repeat;
}
.Icon-eye--warning {
  background-image: url("../img/Icon-eye.svg#warning");
  background-repeat: no-repeat;
}
.Icon-eye--error {
  background-image: url("../img/Icon-eye.svg#error");
  background-repeat: no-repeat;
}
.Icon-eye--text {
  background-image: url("../img/Icon-eye.svg#text");
  background-repeat: no-repeat;
}
.Icon-eye--neutral {
  background-image: url("../img/Icon-eye.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-eye--highlight {
  background-image: url("../img/Icon-eye.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-eye--link {
  background-image: url("../img/Icon-eye.svg#link");
  background-repeat: no-repeat;
}
.Icon-eye--border {
  background-image: url("../img/Icon-eye.svg#border");
  background-repeat: no-repeat;
}
.Icon-eye--disabled {
  background-image: url("../img/Icon-eye.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-gear--default {
  background-image: url("../img/Icon-gear.svg#default");
  background-repeat: no-repeat;
}
.Icon-gear--primary {
  background-image: url("../img/Icon-gear.svg#primary");
  background-repeat: no-repeat;
}
.Icon-gear--secondary {
  background-image: url("../img/Icon-gear.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-gear--dark {
  background-image: url("../img/Icon-gear.svg#dark");
  background-repeat: no-repeat;
}
.Icon-gear--light {
  background-image: url("../img/Icon-gear.svg#light");
  background-repeat: no-repeat;
}
.Icon-gear--correct {
  background-image: url("../img/Icon-gear.svg#correct");
  background-repeat: no-repeat;
}
.Icon-gear--warning {
  background-image: url("../img/Icon-gear.svg#warning");
  background-repeat: no-repeat;
}
.Icon-gear--error {
  background-image: url("../img/Icon-gear.svg#error");
  background-repeat: no-repeat;
}
.Icon-gear--text {
  background-image: url("../img/Icon-gear.svg#text");
  background-repeat: no-repeat;
}
.Icon-gear--neutral {
  background-image: url("../img/Icon-gear.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-gear--highlight {
  background-image: url("../img/Icon-gear.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-gear--link {
  background-image: url("../img/Icon-gear.svg#link");
  background-repeat: no-repeat;
}
.Icon-gear--border {
  background-image: url("../img/Icon-gear.svg#border");
  background-repeat: no-repeat;
}
.Icon-gear--disabled {
  background-image: url("../img/Icon-gear.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-home--default {
  background-image: url("../img/Icon-home.svg#default");
  background-repeat: no-repeat;
}
.Icon-home--primary {
  background-image: url("../img/Icon-home.svg#primary");
  background-repeat: no-repeat;
}
.Icon-home--secondary {
  background-image: url("../img/Icon-home.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-home--dark {
  background-image: url("../img/Icon-home.svg#dark");
  background-repeat: no-repeat;
}
.Icon-home--light {
  background-image: url("../img/Icon-home.svg#light");
  background-repeat: no-repeat;
}
.Icon-home--correct {
  background-image: url("../img/Icon-home.svg#correct");
  background-repeat: no-repeat;
}
.Icon-home--warning {
  background-image: url("../img/Icon-home.svg#warning");
  background-repeat: no-repeat;
}
.Icon-home--error {
  background-image: url("../img/Icon-home.svg#error");
  background-repeat: no-repeat;
}
.Icon-home--text {
  background-image: url("../img/Icon-home.svg#text");
  background-repeat: no-repeat;
}
.Icon-home--neutral {
  background-image: url("../img/Icon-home.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-home--highlight {
  background-image: url("../img/Icon-home.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-home--link {
  background-image: url("../img/Icon-home.svg#link");
  background-repeat: no-repeat;
}
.Icon-home--border {
  background-image: url("../img/Icon-home.svg#border");
  background-repeat: no-repeat;
}
.Icon-home--disabled {
  background-image: url("../img/Icon-home.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-info--default {
  background-image: url("../img/Icon-info.svg#default");
  background-repeat: no-repeat;
}
.Icon-info--primary {
  background-image: url("../img/Icon-info.svg#primary");
  background-repeat: no-repeat;
}
.Icon-info--secondary {
  background-image: url("../img/Icon-info.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-info--dark {
  background-image: url("../img/Icon-info.svg#dark");
  background-repeat: no-repeat;
}
.Icon-info--light {
  background-image: url("../img/Icon-info.svg#light");
  background-repeat: no-repeat;
}
.Icon-info--correct {
  background-image: url("../img/Icon-info.svg#correct");
  background-repeat: no-repeat;
}
.Icon-info--warning {
  background-image: url("../img/Icon-info.svg#warning");
  background-repeat: no-repeat;
}
.Icon-info--error {
  background-image: url("../img/Icon-info.svg#error");
  background-repeat: no-repeat;
}
.Icon-info--text {
  background-image: url("../img/Icon-info.svg#text");
  background-repeat: no-repeat;
}
.Icon-info--neutral {
  background-image: url("../img/Icon-info.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-info--highlight {
  background-image: url("../img/Icon-info.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-info--link {
  background-image: url("../img/Icon-info.svg#link");
  background-repeat: no-repeat;
}
.Icon-info--border {
  background-image: url("../img/Icon-info.svg#border");
  background-repeat: no-repeat;
}
.Icon-info--disabled {
  background-image: url("../img/Icon-info.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-lock--default {
  background-image: url("../img/Icon-lock.svg#default");
  background-repeat: no-repeat;
}
.Icon-lock--primary {
  background-image: url("../img/Icon-lock.svg#primary");
  background-repeat: no-repeat;
}
.Icon-lock--secondary {
  background-image: url("../img/Icon-lock.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-lock--dark {
  background-image: url("../img/Icon-lock.svg#dark");
  background-repeat: no-repeat;
}
.Icon-lock--light {
  background-image: url("../img/Icon-lock.svg#light");
  background-repeat: no-repeat;
}
.Icon-lock--correct {
  background-image: url("../img/Icon-lock.svg#correct");
  background-repeat: no-repeat;
}
.Icon-lock--warning {
  background-image: url("../img/Icon-lock.svg#warning");
  background-repeat: no-repeat;
}
.Icon-lock--error {
  background-image: url("../img/Icon-lock.svg#error");
  background-repeat: no-repeat;
}
.Icon-lock--text {
  background-image: url("../img/Icon-lock.svg#text");
  background-repeat: no-repeat;
}
.Icon-lock--neutral {
  background-image: url("../img/Icon-lock.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-lock--highlight {
  background-image: url("../img/Icon-lock.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-lock--link {
  background-image: url("../img/Icon-lock.svg#link");
  background-repeat: no-repeat;
}
.Icon-lock--border {
  background-image: url("../img/Icon-lock.svg#border");
  background-repeat: no-repeat;
}
.Icon-lock--disabled {
  background-image: url("../img/Icon-lock.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-menu--default {
  background-image: url("../img/Icon-menu.svg#default");
  background-repeat: no-repeat;
}
.Icon-menu--primary {
  background-image: url("../img/Icon-menu.svg#primary");
  background-repeat: no-repeat;
}
.Icon-menu--secondary {
  background-image: url("../img/Icon-menu.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-menu--dark {
  background-image: url("../img/Icon-menu.svg#dark");
  background-repeat: no-repeat;
}
.Icon-menu--light {
  background-image: url("../img/Icon-menu.svg#light");
  background-repeat: no-repeat;
}
.Icon-menu--correct {
  background-image: url("../img/Icon-menu.svg#correct");
  background-repeat: no-repeat;
}
.Icon-menu--warning {
  background-image: url("../img/Icon-menu.svg#warning");
  background-repeat: no-repeat;
}
.Icon-menu--error {
  background-image: url("../img/Icon-menu.svg#error");
  background-repeat: no-repeat;
}
.Icon-menu--text {
  background-image: url("../img/Icon-menu.svg#text");
  background-repeat: no-repeat;
}
.Icon-menu--neutral {
  background-image: url("../img/Icon-menu.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-menu--highlight {
  background-image: url("../img/Icon-menu.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-menu--link {
  background-image: url("../img/Icon-menu.svg#link");
  background-repeat: no-repeat;
}
.Icon-menu--border {
  background-image: url("../img/Icon-menu.svg#border");
  background-repeat: no-repeat;
}
.Icon-menu--disabled {
  background-image: url("../img/Icon-menu.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-menuReduced--default {
  background-image: url("../img/Icon-menuReduced.svg#default");
  background-repeat: no-repeat;
}
.Icon-menuReduced--primary {
  background-image: url("../img/Icon-menuReduced.svg#primary");
  background-repeat: no-repeat;
}
.Icon-menuReduced--secondary {
  background-image: url("../img/Icon-menuReduced.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-menuReduced--dark {
  background-image: url("../img/Icon-menuReduced.svg#dark");
  background-repeat: no-repeat;
}
.Icon-menuReduced--light {
  background-image: url("../img/Icon-menuReduced.svg#light");
  background-repeat: no-repeat;
}
.Icon-menuReduced--correct {
  background-image: url("../img/Icon-menuReduced.svg#correct");
  background-repeat: no-repeat;
}
.Icon-menuReduced--warning {
  background-image: url("../img/Icon-menuReduced.svg#warning");
  background-repeat: no-repeat;
}
.Icon-menuReduced--error {
  background-image: url("../img/Icon-menuReduced.svg#error");
  background-repeat: no-repeat;
}
.Icon-menuReduced--text {
  background-image: url("../img/Icon-menuReduced.svg#text");
  background-repeat: no-repeat;
}
.Icon-menuReduced--neutral {
  background-image: url("../img/Icon-menuReduced.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-menuReduced--highlight {
  background-image: url("../img/Icon-menuReduced.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-menuReduced--link {
  background-image: url("../img/Icon-menuReduced.svg#link");
  background-repeat: no-repeat;
}
.Icon-menuReduced--border {
  background-image: url("../img/Icon-menuReduced.svg#border");
  background-repeat: no-repeat;
}
.Icon-menuReduced--disabled {
  background-image: url("../img/Icon-menuReduced.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-minus--default {
  background-image: url("../img/Icon-minus.svg#default");
  background-repeat: no-repeat;
}
.Icon-minus--primary {
  background-image: url("../img/Icon-minus.svg#primary");
  background-repeat: no-repeat;
}
.Icon-minus--secondary {
  background-image: url("../img/Icon-minus.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-minus--dark {
  background-image: url("../img/Icon-minus.svg#dark");
  background-repeat: no-repeat;
}
.Icon-minus--light {
  background-image: url("../img/Icon-minus.svg#light");
  background-repeat: no-repeat;
}
.Icon-minus--correct {
  background-image: url("../img/Icon-minus.svg#correct");
  background-repeat: no-repeat;
}
.Icon-minus--warning {
  background-image: url("../img/Icon-minus.svg#warning");
  background-repeat: no-repeat;
}
.Icon-minus--error {
  background-image: url("../img/Icon-minus.svg#error");
  background-repeat: no-repeat;
}
.Icon-minus--text {
  background-image: url("../img/Icon-minus.svg#text");
  background-repeat: no-repeat;
}
.Icon-minus--neutral {
  background-image: url("../img/Icon-minus.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-minus--highlight {
  background-image: url("../img/Icon-minus.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-minus--link {
  background-image: url("../img/Icon-minus.svg#link");
  background-repeat: no-repeat;
}
.Icon-minus--border {
  background-image: url("../img/Icon-minus.svg#border");
  background-repeat: no-repeat;
}
.Icon-minus--disabled {
  background-image: url("../img/Icon-minus.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-plus--default {
  background-image: url("../img/Icon-plus.svg#default");
  background-repeat: no-repeat;
}
.Icon-plus--primary {
  background-image: url("../img/Icon-plus.svg#primary");
  background-repeat: no-repeat;
}
.Icon-plus--secondary {
  background-image: url("../img/Icon-plus.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-plus--dark {
  background-image: url("../img/Icon-plus.svg#dark");
  background-repeat: no-repeat;
}
.Icon-plus--light {
  background-image: url("../img/Icon-plus.svg#light");
  background-repeat: no-repeat;
}
.Icon-plus--correct {
  background-image: url("../img/Icon-plus.svg#correct");
  background-repeat: no-repeat;
}
.Icon-plus--warning {
  background-image: url("../img/Icon-plus.svg#warning");
  background-repeat: no-repeat;
}
.Icon-plus--error {
  background-image: url("../img/Icon-plus.svg#error");
  background-repeat: no-repeat;
}
.Icon-plus--text {
  background-image: url("../img/Icon-plus.svg#text");
  background-repeat: no-repeat;
}
.Icon-plus--neutral {
  background-image: url("../img/Icon-plus.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-plus--highlight {
  background-image: url("../img/Icon-plus.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-plus--link {
  background-image: url("../img/Icon-plus.svg#link");
  background-repeat: no-repeat;
}
.Icon-plus--border {
  background-image: url("../img/Icon-plus.svg#border");
  background-repeat: no-repeat;
}
.Icon-plus--disabled {
  background-image: url("../img/Icon-plus.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-question--default {
  background-image: url("../img/Icon-question.svg#default");
  background-repeat: no-repeat;
}
.Icon-question--primary {
  background-image: url("../img/Icon-question.svg#primary");
  background-repeat: no-repeat;
}
.Icon-question--secondary {
  background-image: url("../img/Icon-question.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-question--dark {
  background-image: url("../img/Icon-question.svg#dark");
  background-repeat: no-repeat;
}
.Icon-question--light {
  background-image: url("../img/Icon-question.svg#light");
  background-repeat: no-repeat;
}
.Icon-question--correct {
  background-image: url("../img/Icon-question.svg#correct");
  background-repeat: no-repeat;
}
.Icon-question--warning {
  background-image: url("../img/Icon-question.svg#warning");
  background-repeat: no-repeat;
}
.Icon-question--error {
  background-image: url("../img/Icon-question.svg#error");
  background-repeat: no-repeat;
}
.Icon-question--text {
  background-image: url("../img/Icon-question.svg#text");
  background-repeat: no-repeat;
}
.Icon-question--neutral {
  background-image: url("../img/Icon-question.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-question--highlight {
  background-image: url("../img/Icon-question.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-question--link {
  background-image: url("../img/Icon-question.svg#link");
  background-repeat: no-repeat;
}
.Icon-question--border {
  background-image: url("../img/Icon-question.svg#border");
  background-repeat: no-repeat;
}
.Icon-question--disabled {
  background-image: url("../img/Icon-question.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-tick--default {
  background-image: url("../img/Icon-tick.svg#default");
  background-repeat: no-repeat;
}
.Icon-tick--primary {
  background-image: url("../img/Icon-tick.svg#primary");
  background-repeat: no-repeat;
}
.Icon-tick--secondary {
  background-image: url("../img/Icon-tick.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-tick--dark {
  background-image: url("../img/Icon-tick.svg#dark");
  background-repeat: no-repeat;
}
.Icon-tick--light {
  background-image: url("../img/Icon-tick.svg#light");
  background-repeat: no-repeat;
}
.Icon-tick--correct {
  background-image: url("../img/Icon-tick.svg#correct");
  background-repeat: no-repeat;
}
.Icon-tick--warning {
  background-image: url("../img/Icon-tick.svg#warning");
  background-repeat: no-repeat;
}
.Icon-tick--error {
  background-image: url("../img/Icon-tick.svg#error");
  background-repeat: no-repeat;
}
.Icon-tick--text {
  background-image: url("../img/Icon-tick.svg#text");
  background-repeat: no-repeat;
}
.Icon-tick--neutral {
  background-image: url("../img/Icon-tick.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-tick--highlight {
  background-image: url("../img/Icon-tick.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-tick--link {
  background-image: url("../img/Icon-tick.svg#link");
  background-repeat: no-repeat;
}
.Icon-tick--border {
  background-image: url("../img/Icon-tick.svg#border");
  background-repeat: no-repeat;
}
.Icon-tick--disabled {
  background-image: url("../img/Icon-tick.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-tickCircle--default {
  background-image: url("../img/Icon-tickCircle.svg#default");
  background-repeat: no-repeat;
}
.Icon-tickCircle--primary {
  background-image: url("../img/Icon-tickCircle.svg#primary");
  background-repeat: no-repeat;
}
.Icon-tickCircle--secondary {
  background-image: url("../img/Icon-tickCircle.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-tickCircle--dark {
  background-image: url("../img/Icon-tickCircle.svg#dark");
  background-repeat: no-repeat;
}
.Icon-tickCircle--light {
  background-image: url("../img/Icon-tickCircle.svg#light");
  background-repeat: no-repeat;
}
.Icon-tickCircle--correct {
  background-image: url("../img/Icon-tickCircle.svg#correct");
  background-repeat: no-repeat;
}
.Icon-tickCircle--warning {
  background-image: url("../img/Icon-tickCircle.svg#warning");
  background-repeat: no-repeat;
}
.Icon-tickCircle--error {
  background-image: url("../img/Icon-tickCircle.svg#error");
  background-repeat: no-repeat;
}
.Icon-tickCircle--text {
  background-image: url("../img/Icon-tickCircle.svg#text");
  background-repeat: no-repeat;
}
.Icon-tickCircle--neutral {
  background-image: url("../img/Icon-tickCircle.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-tickCircle--highlight {
  background-image: url("../img/Icon-tickCircle.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-tickCircle--link {
  background-image: url("../img/Icon-tickCircle.svg#link");
  background-repeat: no-repeat;
}
.Icon-tickCircle--border {
  background-image: url("../img/Icon-tickCircle.svg#border");
  background-repeat: no-repeat;
}
.Icon-tickCircle--disabled {
  background-image: url("../img/Icon-tickCircle.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-time--default {
  background-image: url("../img/Icon-time.svg#default");
  background-repeat: no-repeat;
}
.Icon-time--primary {
  background-image: url("../img/Icon-time.svg#primary");
  background-repeat: no-repeat;
}
.Icon-time--secondary {
  background-image: url("../img/Icon-time.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-time--dark {
  background-image: url("../img/Icon-time.svg#dark");
  background-repeat: no-repeat;
}
.Icon-time--light {
  background-image: url("../img/Icon-time.svg#light");
  background-repeat: no-repeat;
}
.Icon-time--correct {
  background-image: url("../img/Icon-time.svg#correct");
  background-repeat: no-repeat;
}
.Icon-time--warning {
  background-image: url("../img/Icon-time.svg#warning");
  background-repeat: no-repeat;
}
.Icon-time--error {
  background-image: url("../img/Icon-time.svg#error");
  background-repeat: no-repeat;
}
.Icon-time--text {
  background-image: url("../img/Icon-time.svg#text");
  background-repeat: no-repeat;
}
.Icon-time--neutral {
  background-image: url("../img/Icon-time.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-time--highlight {
  background-image: url("../img/Icon-time.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-time--link {
  background-image: url("../img/Icon-time.svg#link");
  background-repeat: no-repeat;
}
.Icon-time--border {
  background-image: url("../img/Icon-time.svg#border");
  background-repeat: no-repeat;
}
.Icon-time--disabled {
  background-image: url("../img/Icon-time.svg#disabled");
  background-repeat: no-repeat;
}
/* ==========================================================================
   AAMINEW - Icons
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
.Icon-24Hours--default {
  background-image: url("../img/Icon-24Hours.svg#default");
  background-repeat: no-repeat;
}
.Icon-24Hours--primary {
  background-image: url("../img/Icon-24Hours.svg#primary");
  background-repeat: no-repeat;
}
.Icon-24Hours--secondary {
  background-image: url("../img/Icon-24Hours.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-24Hours--dark {
  background-image: url("../img/Icon-24Hours.svg#dark");
  background-repeat: no-repeat;
}
.Icon-24Hours--light {
  background-image: url("../img/Icon-24Hours.svg#light");
  background-repeat: no-repeat;
}
.Icon-24Hours--correct {
  background-image: url("../img/Icon-24Hours.svg#correct");
  background-repeat: no-repeat;
}
.Icon-24Hours--warning {
  background-image: url("../img/Icon-24Hours.svg#warning");
  background-repeat: no-repeat;
}
.Icon-24Hours--error {
  background-image: url("../img/Icon-24Hours.svg#error");
  background-repeat: no-repeat;
}
.Icon-24Hours--text {
  background-image: url("../img/Icon-24Hours.svg#text");
  background-repeat: no-repeat;
}
.Icon-24Hours--neutral {
  background-image: url("../img/Icon-24Hours.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-24Hours--highlight {
  background-image: url("../img/Icon-24Hours.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-24Hours--link {
  background-image: url("../img/Icon-24Hours.svg#link");
  background-repeat: no-repeat;
}
.Icon-24Hours--border {
  background-image: url("../img/Icon-24Hours.svg#border");
  background-repeat: no-repeat;
}
.Icon-24Hours--disabled {
  background-image: url("../img/Icon-24Hours.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-ACT--default {
  background-image: url("../img/Icon-ACT.svg#default");
  background-repeat: no-repeat;
}
.Icon-ACT--primary {
  background-image: url("../img/Icon-ACT.svg#primary");
  background-repeat: no-repeat;
}
.Icon-ACT--secondary {
  background-image: url("../img/Icon-ACT.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-ACT--dark {
  background-image: url("../img/Icon-ACT.svg#dark");
  background-repeat: no-repeat;
}
.Icon-ACT--light {
  background-image: url("../img/Icon-ACT.svg#light");
  background-repeat: no-repeat;
}
.Icon-ACT--correct {
  background-image: url("../img/Icon-ACT.svg#correct");
  background-repeat: no-repeat;
}
.Icon-ACT--warning {
  background-image: url("../img/Icon-ACT.svg#warning");
  background-repeat: no-repeat;
}
.Icon-ACT--error {
  background-image: url("../img/Icon-ACT.svg#error");
  background-repeat: no-repeat;
}
.Icon-ACT--text {
  background-image: url("../img/Icon-ACT.svg#text");
  background-repeat: no-repeat;
}
.Icon-ACT--neutral {
  background-image: url("../img/Icon-ACT.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-ACT--highlight {
  background-image: url("../img/Icon-ACT.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-ACT--link {
  background-image: url("../img/Icon-ACT.svg#link");
  background-repeat: no-repeat;
}
.Icon-ACT--border {
  background-image: url("../img/Icon-ACT.svg#border");
  background-repeat: no-repeat;
}
.Icon-ACT--disabled {
  background-image: url("../img/Icon-ACT.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-IVF--default {
  background-image: url("../img/Icon-IVF.svg#default");
  background-repeat: no-repeat;
}
.Icon-IVF--primary {
  background-image: url("../img/Icon-IVF.svg#primary");
  background-repeat: no-repeat;
}
.Icon-IVF--secondary {
  background-image: url("../img/Icon-IVF.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-IVF--dark {
  background-image: url("../img/Icon-IVF.svg#dark");
  background-repeat: no-repeat;
}
.Icon-IVF--light {
  background-image: url("../img/Icon-IVF.svg#light");
  background-repeat: no-repeat;
}
.Icon-IVF--correct {
  background-image: url("../img/Icon-IVF.svg#correct");
  background-repeat: no-repeat;
}
.Icon-IVF--warning {
  background-image: url("../img/Icon-IVF.svg#warning");
  background-repeat: no-repeat;
}
.Icon-IVF--error {
  background-image: url("../img/Icon-IVF.svg#error");
  background-repeat: no-repeat;
}
.Icon-IVF--text {
  background-image: url("../img/Icon-IVF.svg#text");
  background-repeat: no-repeat;
}
.Icon-IVF--neutral {
  background-image: url("../img/Icon-IVF.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-IVF--highlight {
  background-image: url("../img/Icon-IVF.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-IVF--link {
  background-image: url("../img/Icon-IVF.svg#link");
  background-repeat: no-repeat;
}
.Icon-IVF--border {
  background-image: url("../img/Icon-IVF.svg#border");
  background-repeat: no-repeat;
}
.Icon-IVF--disabled {
  background-image: url("../img/Icon-IVF.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-NSW--default {
  background-image: url("../img/Icon-NSW.svg#default");
  background-repeat: no-repeat;
}
.Icon-NSW--primary {
  background-image: url("../img/Icon-NSW.svg#primary");
  background-repeat: no-repeat;
}
.Icon-NSW--secondary {
  background-image: url("../img/Icon-NSW.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-NSW--dark {
  background-image: url("../img/Icon-NSW.svg#dark");
  background-repeat: no-repeat;
}
.Icon-NSW--light {
  background-image: url("../img/Icon-NSW.svg#light");
  background-repeat: no-repeat;
}
.Icon-NSW--correct {
  background-image: url("../img/Icon-NSW.svg#correct");
  background-repeat: no-repeat;
}
.Icon-NSW--warning {
  background-image: url("../img/Icon-NSW.svg#warning");
  background-repeat: no-repeat;
}
.Icon-NSW--error {
  background-image: url("../img/Icon-NSW.svg#error");
  background-repeat: no-repeat;
}
.Icon-NSW--text {
  background-image: url("../img/Icon-NSW.svg#text");
  background-repeat: no-repeat;
}
.Icon-NSW--neutral {
  background-image: url("../img/Icon-NSW.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-NSW--highlight {
  background-image: url("../img/Icon-NSW.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-NSW--link {
  background-image: url("../img/Icon-NSW.svg#link");
  background-repeat: no-repeat;
}
.Icon-NSW--border {
  background-image: url("../img/Icon-NSW.svg#border");
  background-repeat: no-repeat;
}
.Icon-NSW--disabled {
  background-image: url("../img/Icon-NSW.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-NT--default {
  background-image: url("../img/Icon-NT.svg#default");
  background-repeat: no-repeat;
}
.Icon-NT--primary {
  background-image: url("../img/Icon-NT.svg#primary");
  background-repeat: no-repeat;
}
.Icon-NT--secondary {
  background-image: url("../img/Icon-NT.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-NT--dark {
  background-image: url("../img/Icon-NT.svg#dark");
  background-repeat: no-repeat;
}
.Icon-NT--light {
  background-image: url("../img/Icon-NT.svg#light");
  background-repeat: no-repeat;
}
.Icon-NT--correct {
  background-image: url("../img/Icon-NT.svg#correct");
  background-repeat: no-repeat;
}
.Icon-NT--warning {
  background-image: url("../img/Icon-NT.svg#warning");
  background-repeat: no-repeat;
}
.Icon-NT--error {
  background-image: url("../img/Icon-NT.svg#error");
  background-repeat: no-repeat;
}
.Icon-NT--text {
  background-image: url("../img/Icon-NT.svg#text");
  background-repeat: no-repeat;
}
.Icon-NT--neutral {
  background-image: url("../img/Icon-NT.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-NT--highlight {
  background-image: url("../img/Icon-NT.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-NT--link {
  background-image: url("../img/Icon-NT.svg#link");
  background-repeat: no-repeat;
}
.Icon-NT--border {
  background-image: url("../img/Icon-NT.svg#border");
  background-repeat: no-repeat;
}
.Icon-NT--disabled {
  background-image: url("../img/Icon-NT.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-PDS--default {
  background-image: url("../img/Icon-PDS.svg#default");
  background-repeat: no-repeat;
}
.Icon-PDS--primary {
  background-image: url("../img/Icon-PDS.svg#primary");
  background-repeat: no-repeat;
}
.Icon-PDS--secondary {
  background-image: url("../img/Icon-PDS.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-PDS--dark {
  background-image: url("../img/Icon-PDS.svg#dark");
  background-repeat: no-repeat;
}
.Icon-PDS--light {
  background-image: url("../img/Icon-PDS.svg#light");
  background-repeat: no-repeat;
}
.Icon-PDS--correct {
  background-image: url("../img/Icon-PDS.svg#correct");
  background-repeat: no-repeat;
}
.Icon-PDS--warning {
  background-image: url("../img/Icon-PDS.svg#warning");
  background-repeat: no-repeat;
}
.Icon-PDS--error {
  background-image: url("../img/Icon-PDS.svg#error");
  background-repeat: no-repeat;
}
.Icon-PDS--text {
  background-image: url("../img/Icon-PDS.svg#text");
  background-repeat: no-repeat;
}
.Icon-PDS--neutral {
  background-image: url("../img/Icon-PDS.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-PDS--highlight {
  background-image: url("../img/Icon-PDS.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-PDS--link {
  background-image: url("../img/Icon-PDS.svg#link");
  background-repeat: no-repeat;
}
.Icon-PDS--border {
  background-image: url("../img/Icon-PDS.svg#border");
  background-repeat: no-repeat;
}
.Icon-PDS--disabled {
  background-image: url("../img/Icon-PDS.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-QLD--default {
  background-image: url("../img/Icon-QLD.svg#default");
  background-repeat: no-repeat;
}
.Icon-QLD--primary {
  background-image: url("../img/Icon-QLD.svg#primary");
  background-repeat: no-repeat;
}
.Icon-QLD--secondary {
  background-image: url("../img/Icon-QLD.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-QLD--dark {
  background-image: url("../img/Icon-QLD.svg#dark");
  background-repeat: no-repeat;
}
.Icon-QLD--light {
  background-image: url("../img/Icon-QLD.svg#light");
  background-repeat: no-repeat;
}
.Icon-QLD--correct {
  background-image: url("../img/Icon-QLD.svg#correct");
  background-repeat: no-repeat;
}
.Icon-QLD--warning {
  background-image: url("../img/Icon-QLD.svg#warning");
  background-repeat: no-repeat;
}
.Icon-QLD--error {
  background-image: url("../img/Icon-QLD.svg#error");
  background-repeat: no-repeat;
}
.Icon-QLD--text {
  background-image: url("../img/Icon-QLD.svg#text");
  background-repeat: no-repeat;
}
.Icon-QLD--neutral {
  background-image: url("../img/Icon-QLD.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-QLD--highlight {
  background-image: url("../img/Icon-QLD.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-QLD--link {
  background-image: url("../img/Icon-QLD.svg#link");
  background-repeat: no-repeat;
}
.Icon-QLD--border {
  background-image: url("../img/Icon-QLD.svg#border");
  background-repeat: no-repeat;
}
.Icon-QLD--disabled {
  background-image: url("../img/Icon-QLD.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-SA--default {
  background-image: url("../img/Icon-SA.svg#default");
  background-repeat: no-repeat;
}
.Icon-SA--primary {
  background-image: url("../img/Icon-SA.svg#primary");
  background-repeat: no-repeat;
}
.Icon-SA--secondary {
  background-image: url("../img/Icon-SA.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-SA--dark {
  background-image: url("../img/Icon-SA.svg#dark");
  background-repeat: no-repeat;
}
.Icon-SA--light {
  background-image: url("../img/Icon-SA.svg#light");
  background-repeat: no-repeat;
}
.Icon-SA--correct {
  background-image: url("../img/Icon-SA.svg#correct");
  background-repeat: no-repeat;
}
.Icon-SA--warning {
  background-image: url("../img/Icon-SA.svg#warning");
  background-repeat: no-repeat;
}
.Icon-SA--error {
  background-image: url("../img/Icon-SA.svg#error");
  background-repeat: no-repeat;
}
.Icon-SA--text {
  background-image: url("../img/Icon-SA.svg#text");
  background-repeat: no-repeat;
}
.Icon-SA--neutral {
  background-image: url("../img/Icon-SA.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-SA--highlight {
  background-image: url("../img/Icon-SA.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-SA--link {
  background-image: url("../img/Icon-SA.svg#link");
  background-repeat: no-repeat;
}
.Icon-SA--border {
  background-image: url("../img/Icon-SA.svg#border");
  background-repeat: no-repeat;
}
.Icon-SA--disabled {
  background-image: url("../img/Icon-SA.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-TAS--default {
  background-image: url("../img/Icon-TAS.svg#default");
  background-repeat: no-repeat;
}
.Icon-TAS--primary {
  background-image: url("../img/Icon-TAS.svg#primary");
  background-repeat: no-repeat;
}
.Icon-TAS--secondary {
  background-image: url("../img/Icon-TAS.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-TAS--dark {
  background-image: url("../img/Icon-TAS.svg#dark");
  background-repeat: no-repeat;
}
.Icon-TAS--light {
  background-image: url("../img/Icon-TAS.svg#light");
  background-repeat: no-repeat;
}
.Icon-TAS--correct {
  background-image: url("../img/Icon-TAS.svg#correct");
  background-repeat: no-repeat;
}
.Icon-TAS--warning {
  background-image: url("../img/Icon-TAS.svg#warning");
  background-repeat: no-repeat;
}
.Icon-TAS--error {
  background-image: url("../img/Icon-TAS.svg#error");
  background-repeat: no-repeat;
}
.Icon-TAS--text {
  background-image: url("../img/Icon-TAS.svg#text");
  background-repeat: no-repeat;
}
.Icon-TAS--neutral {
  background-image: url("../img/Icon-TAS.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-TAS--highlight {
  background-image: url("../img/Icon-TAS.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-TAS--link {
  background-image: url("../img/Icon-TAS.svg#link");
  background-repeat: no-repeat;
}
.Icon-TAS--border {
  background-image: url("../img/Icon-TAS.svg#border");
  background-repeat: no-repeat;
}
.Icon-TAS--disabled {
  background-image: url("../img/Icon-TAS.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-VIC--default {
  background-image: url("../img/Icon-VIC.svg#default");
  background-repeat: no-repeat;
}
.Icon-VIC--primary {
  background-image: url("../img/Icon-VIC.svg#primary");
  background-repeat: no-repeat;
}
.Icon-VIC--secondary {
  background-image: url("../img/Icon-VIC.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-VIC--dark {
  background-image: url("../img/Icon-VIC.svg#dark");
  background-repeat: no-repeat;
}
.Icon-VIC--light {
  background-image: url("../img/Icon-VIC.svg#light");
  background-repeat: no-repeat;
}
.Icon-VIC--correct {
  background-image: url("../img/Icon-VIC.svg#correct");
  background-repeat: no-repeat;
}
.Icon-VIC--warning {
  background-image: url("../img/Icon-VIC.svg#warning");
  background-repeat: no-repeat;
}
.Icon-VIC--error {
  background-image: url("../img/Icon-VIC.svg#error");
  background-repeat: no-repeat;
}
.Icon-VIC--text {
  background-image: url("../img/Icon-VIC.svg#text");
  background-repeat: no-repeat;
}
.Icon-VIC--neutral {
  background-image: url("../img/Icon-VIC.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-VIC--highlight {
  background-image: url("../img/Icon-VIC.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-VIC--link {
  background-image: url("../img/Icon-VIC.svg#link");
  background-repeat: no-repeat;
}
.Icon-VIC--border {
  background-image: url("../img/Icon-VIC.svg#border");
  background-repeat: no-repeat;
}
.Icon-VIC--disabled {
  background-image: url("../img/Icon-VIC.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-WA--default {
  background-image: url("../img/Icon-WA.svg#default");
  background-repeat: no-repeat;
}
.Icon-WA--primary {
  background-image: url("../img/Icon-WA.svg#primary");
  background-repeat: no-repeat;
}
.Icon-WA--secondary {
  background-image: url("../img/Icon-WA.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-WA--dark {
  background-image: url("../img/Icon-WA.svg#dark");
  background-repeat: no-repeat;
}
.Icon-WA--light {
  background-image: url("../img/Icon-WA.svg#light");
  background-repeat: no-repeat;
}
.Icon-WA--correct {
  background-image: url("../img/Icon-WA.svg#correct");
  background-repeat: no-repeat;
}
.Icon-WA--warning {
  background-image: url("../img/Icon-WA.svg#warning");
  background-repeat: no-repeat;
}
.Icon-WA--error {
  background-image: url("../img/Icon-WA.svg#error");
  background-repeat: no-repeat;
}
.Icon-WA--text {
  background-image: url("../img/Icon-WA.svg#text");
  background-repeat: no-repeat;
}
.Icon-WA--neutral {
  background-image: url("../img/Icon-WA.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-WA--highlight {
  background-image: url("../img/Icon-WA.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-WA--link {
  background-image: url("../img/Icon-WA.svg#link");
  background-repeat: no-repeat;
}
.Icon-WA--border {
  background-image: url("../img/Icon-WA.svg#border");
  background-repeat: no-repeat;
}
.Icon-WA--disabled {
  background-image: url("../img/Icon-WA.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-X--default {
  background-image: url("../img/Icon-X.svg#default");
  background-repeat: no-repeat;
}
.Icon-X--primary {
  background-image: url("../img/Icon-X.svg#primary");
  background-repeat: no-repeat;
}
.Icon-X--secondary {
  background-image: url("../img/Icon-X.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-X--dark {
  background-image: url("../img/Icon-X.svg#dark");
  background-repeat: no-repeat;
}
.Icon-X--light {
  background-image: url("../img/Icon-X.svg#light");
  background-repeat: no-repeat;
}
.Icon-X--correct {
  background-image: url("../img/Icon-X.svg#correct");
  background-repeat: no-repeat;
}
.Icon-X--warning {
  background-image: url("../img/Icon-X.svg#warning");
  background-repeat: no-repeat;
}
.Icon-X--error {
  background-image: url("../img/Icon-X.svg#error");
  background-repeat: no-repeat;
}
.Icon-X--text {
  background-image: url("../img/Icon-X.svg#text");
  background-repeat: no-repeat;
}
.Icon-X--neutral {
  background-image: url("../img/Icon-X.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-X--highlight {
  background-image: url("../img/Icon-X.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-X--link {
  background-image: url("../img/Icon-X.svg#link");
  background-repeat: no-repeat;
}
.Icon-X--border {
  background-image: url("../img/Icon-X.svg#border");
  background-repeat: no-repeat;
}
.Icon-X--disabled {
  background-image: url("../img/Icon-X.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-airConditioner--default {
  background-image: url("../img/Icon-airConditioner.svg#default");
  background-repeat: no-repeat;
}
.Icon-airConditioner--primary {
  background-image: url("../img/Icon-airConditioner.svg#primary");
  background-repeat: no-repeat;
}
.Icon-airConditioner--secondary {
  background-image: url("../img/Icon-airConditioner.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-airConditioner--dark {
  background-image: url("../img/Icon-airConditioner.svg#dark");
  background-repeat: no-repeat;
}
.Icon-airConditioner--light {
  background-image: url("../img/Icon-airConditioner.svg#light");
  background-repeat: no-repeat;
}
.Icon-airConditioner--correct {
  background-image: url("../img/Icon-airConditioner.svg#correct");
  background-repeat: no-repeat;
}
.Icon-airConditioner--warning {
  background-image: url("../img/Icon-airConditioner.svg#warning");
  background-repeat: no-repeat;
}
.Icon-airConditioner--error {
  background-image: url("../img/Icon-airConditioner.svg#error");
  background-repeat: no-repeat;
}
.Icon-airConditioner--text {
  background-image: url("../img/Icon-airConditioner.svg#text");
  background-repeat: no-repeat;
}
.Icon-airConditioner--neutral {
  background-image: url("../img/Icon-airConditioner.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-airConditioner--highlight {
  background-image: url("../img/Icon-airConditioner.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-airConditioner--link {
  background-image: url("../img/Icon-airConditioner.svg#link");
  background-repeat: no-repeat;
}
.Icon-airConditioner--border {
  background-image: url("../img/Icon-airConditioner.svg#border");
  background-repeat: no-repeat;
}
.Icon-airConditioner--disabled {
  background-image: url("../img/Icon-airConditioner.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-airbag--default {
  background-image: url("../img/Icon-airbag.svg#default");
  background-repeat: no-repeat;
}
.Icon-airbag--primary {
  background-image: url("../img/Icon-airbag.svg#primary");
  background-repeat: no-repeat;
}
.Icon-airbag--secondary {
  background-image: url("../img/Icon-airbag.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-airbag--dark {
  background-image: url("../img/Icon-airbag.svg#dark");
  background-repeat: no-repeat;
}
.Icon-airbag--light {
  background-image: url("../img/Icon-airbag.svg#light");
  background-repeat: no-repeat;
}
.Icon-airbag--correct {
  background-image: url("../img/Icon-airbag.svg#correct");
  background-repeat: no-repeat;
}
.Icon-airbag--warning {
  background-image: url("../img/Icon-airbag.svg#warning");
  background-repeat: no-repeat;
}
.Icon-airbag--error {
  background-image: url("../img/Icon-airbag.svg#error");
  background-repeat: no-repeat;
}
.Icon-airbag--text {
  background-image: url("../img/Icon-airbag.svg#text");
  background-repeat: no-repeat;
}
.Icon-airbag--neutral {
  background-image: url("../img/Icon-airbag.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-airbag--highlight {
  background-image: url("../img/Icon-airbag.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-airbag--link {
  background-image: url("../img/Icon-airbag.svg#link");
  background-repeat: no-repeat;
}
.Icon-airbag--border {
  background-image: url("../img/Icon-airbag.svg#border");
  background-repeat: no-repeat;
}
.Icon-airbag--disabled {
  background-image: url("../img/Icon-airbag.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-alert--default {
  background-image: url("../img/Icon-alert.svg#default");
  background-repeat: no-repeat;
}
.Icon-alert--primary {
  background-image: url("../img/Icon-alert.svg#primary");
  background-repeat: no-repeat;
}
.Icon-alert--secondary {
  background-image: url("../img/Icon-alert.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-alert--dark {
  background-image: url("../img/Icon-alert.svg#dark");
  background-repeat: no-repeat;
}
.Icon-alert--light {
  background-image: url("../img/Icon-alert.svg#light");
  background-repeat: no-repeat;
}
.Icon-alert--correct {
  background-image: url("../img/Icon-alert.svg#correct");
  background-repeat: no-repeat;
}
.Icon-alert--warning {
  background-image: url("../img/Icon-alert.svg#warning");
  background-repeat: no-repeat;
}
.Icon-alert--error {
  background-image: url("../img/Icon-alert.svg#error");
  background-repeat: no-repeat;
}
.Icon-alert--text {
  background-image: url("../img/Icon-alert.svg#text");
  background-repeat: no-repeat;
}
.Icon-alert--neutral {
  background-image: url("../img/Icon-alert.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-alert--highlight {
  background-image: url("../img/Icon-alert.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-alert--link {
  background-image: url("../img/Icon-alert.svg#link");
  background-repeat: no-repeat;
}
.Icon-alert--border {
  background-image: url("../img/Icon-alert.svg#border");
  background-repeat: no-repeat;
}
.Icon-alert--disabled {
  background-image: url("../img/Icon-alert.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-ambulance--default {
  background-image: url("../img/Icon-ambulance.svg#default");
  background-repeat: no-repeat;
}
.Icon-ambulance--primary {
  background-image: url("../img/Icon-ambulance.svg#primary");
  background-repeat: no-repeat;
}
.Icon-ambulance--secondary {
  background-image: url("../img/Icon-ambulance.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-ambulance--dark {
  background-image: url("../img/Icon-ambulance.svg#dark");
  background-repeat: no-repeat;
}
.Icon-ambulance--light {
  background-image: url("../img/Icon-ambulance.svg#light");
  background-repeat: no-repeat;
}
.Icon-ambulance--correct {
  background-image: url("../img/Icon-ambulance.svg#correct");
  background-repeat: no-repeat;
}
.Icon-ambulance--warning {
  background-image: url("../img/Icon-ambulance.svg#warning");
  background-repeat: no-repeat;
}
.Icon-ambulance--error {
  background-image: url("../img/Icon-ambulance.svg#error");
  background-repeat: no-repeat;
}
.Icon-ambulance--text {
  background-image: url("../img/Icon-ambulance.svg#text");
  background-repeat: no-repeat;
}
.Icon-ambulance--neutral {
  background-image: url("../img/Icon-ambulance.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-ambulance--highlight {
  background-image: url("../img/Icon-ambulance.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-ambulance--link {
  background-image: url("../img/Icon-ambulance.svg#link");
  background-repeat: no-repeat;
}
.Icon-ambulance--border {
  background-image: url("../img/Icon-ambulance.svg#border");
  background-repeat: no-repeat;
}
.Icon-ambulance--disabled {
  background-image: url("../img/Icon-ambulance.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-andOr--default {
  background-image: url("../img/Icon-andOr.svg#default");
  background-repeat: no-repeat;
}
.Icon-andOr--primary {
  background-image: url("../img/Icon-andOr.svg#primary");
  background-repeat: no-repeat;
}
.Icon-andOr--secondary {
  background-image: url("../img/Icon-andOr.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-andOr--dark {
  background-image: url("../img/Icon-andOr.svg#dark");
  background-repeat: no-repeat;
}
.Icon-andOr--light {
  background-image: url("../img/Icon-andOr.svg#light");
  background-repeat: no-repeat;
}
.Icon-andOr--correct {
  background-image: url("../img/Icon-andOr.svg#correct");
  background-repeat: no-repeat;
}
.Icon-andOr--warning {
  background-image: url("../img/Icon-andOr.svg#warning");
  background-repeat: no-repeat;
}
.Icon-andOr--error {
  background-image: url("../img/Icon-andOr.svg#error");
  background-repeat: no-repeat;
}
.Icon-andOr--text {
  background-image: url("../img/Icon-andOr.svg#text");
  background-repeat: no-repeat;
}
.Icon-andOr--neutral {
  background-image: url("../img/Icon-andOr.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-andOr--highlight {
  background-image: url("../img/Icon-andOr.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-andOr--link {
  background-image: url("../img/Icon-andOr.svg#link");
  background-repeat: no-repeat;
}
.Icon-andOr--border {
  background-image: url("../img/Icon-andOr.svg#border");
  background-repeat: no-repeat;
}
.Icon-andOr--disabled {
  background-image: url("../img/Icon-andOr.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-animalDamage--default {
  background-image: url("../img/Icon-animalDamage.svg#default");
  background-repeat: no-repeat;
}
.Icon-animalDamage--primary {
  background-image: url("../img/Icon-animalDamage.svg#primary");
  background-repeat: no-repeat;
}
.Icon-animalDamage--secondary {
  background-image: url("../img/Icon-animalDamage.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-animalDamage--dark {
  background-image: url("../img/Icon-animalDamage.svg#dark");
  background-repeat: no-repeat;
}
.Icon-animalDamage--light {
  background-image: url("../img/Icon-animalDamage.svg#light");
  background-repeat: no-repeat;
}
.Icon-animalDamage--correct {
  background-image: url("../img/Icon-animalDamage.svg#correct");
  background-repeat: no-repeat;
}
.Icon-animalDamage--warning {
  background-image: url("../img/Icon-animalDamage.svg#warning");
  background-repeat: no-repeat;
}
.Icon-animalDamage--error {
  background-image: url("../img/Icon-animalDamage.svg#error");
  background-repeat: no-repeat;
}
.Icon-animalDamage--text {
  background-image: url("../img/Icon-animalDamage.svg#text");
  background-repeat: no-repeat;
}
.Icon-animalDamage--neutral {
  background-image: url("../img/Icon-animalDamage.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-animalDamage--highlight {
  background-image: url("../img/Icon-animalDamage.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-animalDamage--link {
  background-image: url("../img/Icon-animalDamage.svg#link");
  background-repeat: no-repeat;
}
.Icon-animalDamage--border {
  background-image: url("../img/Icon-animalDamage.svg#border");
  background-repeat: no-repeat;
}
.Icon-animalDamage--disabled {
  background-image: url("../img/Icon-animalDamage.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-apartment--default {
  background-image: url("../img/Icon-apartment.svg#default");
  background-repeat: no-repeat;
}
.Icon-apartment--primary {
  background-image: url("../img/Icon-apartment.svg#primary");
  background-repeat: no-repeat;
}
.Icon-apartment--secondary {
  background-image: url("../img/Icon-apartment.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-apartment--dark {
  background-image: url("../img/Icon-apartment.svg#dark");
  background-repeat: no-repeat;
}
.Icon-apartment--light {
  background-image: url("../img/Icon-apartment.svg#light");
  background-repeat: no-repeat;
}
.Icon-apartment--correct {
  background-image: url("../img/Icon-apartment.svg#correct");
  background-repeat: no-repeat;
}
.Icon-apartment--warning {
  background-image: url("../img/Icon-apartment.svg#warning");
  background-repeat: no-repeat;
}
.Icon-apartment--error {
  background-image: url("../img/Icon-apartment.svg#error");
  background-repeat: no-repeat;
}
.Icon-apartment--text {
  background-image: url("../img/Icon-apartment.svg#text");
  background-repeat: no-repeat;
}
.Icon-apartment--neutral {
  background-image: url("../img/Icon-apartment.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-apartment--highlight {
  background-image: url("../img/Icon-apartment.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-apartment--link {
  background-image: url("../img/Icon-apartment.svg#link");
  background-repeat: no-repeat;
}
.Icon-apartment--border {
  background-image: url("../img/Icon-apartment.svg#border");
  background-repeat: no-repeat;
}
.Icon-apartment--disabled {
  background-image: url("../img/Icon-apartment.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--default {
  background-image: url("../img/Icon-appendixRemoval.svg#default");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--primary {
  background-image: url("../img/Icon-appendixRemoval.svg#primary");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--secondary {
  background-image: url("../img/Icon-appendixRemoval.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--dark {
  background-image: url("../img/Icon-appendixRemoval.svg#dark");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--light {
  background-image: url("../img/Icon-appendixRemoval.svg#light");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--correct {
  background-image: url("../img/Icon-appendixRemoval.svg#correct");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--warning {
  background-image: url("../img/Icon-appendixRemoval.svg#warning");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--error {
  background-image: url("../img/Icon-appendixRemoval.svg#error");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--text {
  background-image: url("../img/Icon-appendixRemoval.svg#text");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--neutral {
  background-image: url("../img/Icon-appendixRemoval.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--highlight {
  background-image: url("../img/Icon-appendixRemoval.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--link {
  background-image: url("../img/Icon-appendixRemoval.svg#link");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--border {
  background-image: url("../img/Icon-appendixRemoval.svg#border");
  background-repeat: no-repeat;
}
.Icon-appendixRemoval--disabled {
  background-image: url("../img/Icon-appendixRemoval.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--default {
  background-image: url("../img/Icon-arrowBottom.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--primary {
  background-image: url("../img/Icon-arrowBottom.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--secondary {
  background-image: url("../img/Icon-arrowBottom.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--dark {
  background-image: url("../img/Icon-arrowBottom.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--light {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--correct {
  background-image: url("../img/Icon-arrowBottom.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--warning {
  background-image: url("../img/Icon-arrowBottom.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--error {
  background-image: url("../img/Icon-arrowBottom.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--text {
  background-image: url("../img/Icon-arrowBottom.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--neutral {
  background-image: url("../img/Icon-arrowBottom.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--highlight {
  background-image: url("../img/Icon-arrowBottom.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--link {
  background-image: url("../img/Icon-arrowBottom.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--border {
  background-image: url("../img/Icon-arrowBottom.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowBottom--disabled {
  background-image: url("../img/Icon-arrowBottom.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--default {
  background-image: url("../img/Icon-arrowCircleBottom.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--primary {
  background-image: url("../img/Icon-arrowCircleBottom.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--secondary {
  background-image: url("../img/Icon-arrowCircleBottom.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--dark {
  background-image: url("../img/Icon-arrowCircleBottom.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--light {
  background-image: url("../img/Icon-arrowCircleBottom.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--correct {
  background-image: url("../img/Icon-arrowCircleBottom.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--warning {
  background-image: url("../img/Icon-arrowCircleBottom.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--error {
  background-image: url("../img/Icon-arrowCircleBottom.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--text {
  background-image: url("../img/Icon-arrowCircleBottom.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--neutral {
  background-image: url("../img/Icon-arrowCircleBottom.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--highlight {
  background-image: url("../img/Icon-arrowCircleBottom.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--link {
  background-image: url("../img/Icon-arrowCircleBottom.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--border {
  background-image: url("../img/Icon-arrowCircleBottom.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowCircleBottom--disabled {
  background-image: url("../img/Icon-arrowCircleBottom.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--default {
  background-image: url("../img/Icon-arrowCircleLeft.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--primary {
  background-image: url("../img/Icon-arrowCircleLeft.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--secondary {
  background-image: url("../img/Icon-arrowCircleLeft.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--dark {
  background-image: url("../img/Icon-arrowCircleLeft.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--light {
  background-image: url("../img/Icon-arrowCircleLeft.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--correct {
  background-image: url("../img/Icon-arrowCircleLeft.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--warning {
  background-image: url("../img/Icon-arrowCircleLeft.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--error {
  background-image: url("../img/Icon-arrowCircleLeft.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--text {
  background-image: url("../img/Icon-arrowCircleLeft.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--neutral {
  background-image: url("../img/Icon-arrowCircleLeft.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--highlight {
  background-image: url("../img/Icon-arrowCircleLeft.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--link {
  background-image: url("../img/Icon-arrowCircleLeft.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--border {
  background-image: url("../img/Icon-arrowCircleLeft.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowCircleLeft--disabled {
  background-image: url("../img/Icon-arrowCircleLeft.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--default {
  background-image: url("../img/Icon-arrowCircleRight.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--primary {
  background-image: url("../img/Icon-arrowCircleRight.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--secondary {
  background-image: url("../img/Icon-arrowCircleRight.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--dark {
  background-image: url("../img/Icon-arrowCircleRight.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--light {
  background-image: url("../img/Icon-arrowCircleRight.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--correct {
  background-image: url("../img/Icon-arrowCircleRight.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--warning {
  background-image: url("../img/Icon-arrowCircleRight.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--error {
  background-image: url("../img/Icon-arrowCircleRight.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--text {
  background-image: url("../img/Icon-arrowCircleRight.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--neutral {
  background-image: url("../img/Icon-arrowCircleRight.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--highlight {
  background-image: url("../img/Icon-arrowCircleRight.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--link {
  background-image: url("../img/Icon-arrowCircleRight.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--border {
  background-image: url("../img/Icon-arrowCircleRight.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowCircleRight--disabled {
  background-image: url("../img/Icon-arrowCircleRight.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--default {
  background-image: url("../img/Icon-arrowCircleTop.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--primary {
  background-image: url("../img/Icon-arrowCircleTop.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--secondary {
  background-image: url("../img/Icon-arrowCircleTop.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--dark {
  background-image: url("../img/Icon-arrowCircleTop.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--light {
  background-image: url("../img/Icon-arrowCircleTop.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--correct {
  background-image: url("../img/Icon-arrowCircleTop.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--warning {
  background-image: url("../img/Icon-arrowCircleTop.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--error {
  background-image: url("../img/Icon-arrowCircleTop.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--text {
  background-image: url("../img/Icon-arrowCircleTop.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--neutral {
  background-image: url("../img/Icon-arrowCircleTop.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--highlight {
  background-image: url("../img/Icon-arrowCircleTop.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--link {
  background-image: url("../img/Icon-arrowCircleTop.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--border {
  background-image: url("../img/Icon-arrowCircleTop.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowCircleTop--disabled {
  background-image: url("../img/Icon-arrowCircleTop.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--default {
  background-image: url("../img/Icon-arrowLeft.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--primary {
  background-image: url("../img/Icon-arrowLeft.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--secondary {
  background-image: url("../img/Icon-arrowLeft.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--dark {
  background-image: url("../img/Icon-arrowLeft.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--light {
  background-image: url("../img/Icon-arrowLeft.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--correct {
  background-image: url("../img/Icon-arrowLeft.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--warning {
  background-image: url("../img/Icon-arrowLeft.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--error {
  background-image: url("../img/Icon-arrowLeft.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--text {
  background-image: url("../img/Icon-arrowLeft.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--neutral {
  background-image: url("../img/Icon-arrowLeft.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--highlight {
  background-image: url("../img/Icon-arrowLeft.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--link {
  background-image: url("../img/Icon-arrowLeft.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--border {
  background-image: url("../img/Icon-arrowLeft.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowLeft--disabled {
  background-image: url("../img/Icon-arrowLeft.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowRight--default {
  background-image: url("../img/Icon-arrowRight.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowRight--primary {
  background-image: url("../img/Icon-arrowRight.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowRight--secondary {
  background-image: url("../img/Icon-arrowRight.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowRight--dark {
  background-image: url("../img/Icon-arrowRight.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowRight--light {
  background-image: url("../img/Icon-arrowRight.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowRight--correct {
  background-image: url("../img/Icon-arrowRight.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowRight--warning {
  background-image: url("../img/Icon-arrowRight.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowRight--error {
  background-image: url("../img/Icon-arrowRight.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowRight--text {
  background-image: url("../img/Icon-arrowRight.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowRight--neutral {
  background-image: url("../img/Icon-arrowRight.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowRight--highlight {
  background-image: url("../img/Icon-arrowRight.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowRight--link {
  background-image: url("../img/Icon-arrowRight.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowRight--border {
  background-image: url("../img/Icon-arrowRight.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowRight--disabled {
  background-image: url("../img/Icon-arrowRight.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-arrowTop--default {
  background-image: url("../img/Icon-arrowTop.svg#default");
  background-repeat: no-repeat;
}
.Icon-arrowTop--primary {
  background-image: url("../img/Icon-arrowTop.svg#primary");
  background-repeat: no-repeat;
}
.Icon-arrowTop--secondary {
  background-image: url("../img/Icon-arrowTop.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-arrowTop--dark {
  background-image: url("../img/Icon-arrowTop.svg#dark");
  background-repeat: no-repeat;
}
.Icon-arrowTop--light {
  background-image: url("../img/Icon-arrowTop.svg#light");
  background-repeat: no-repeat;
}
.Icon-arrowTop--correct {
  background-image: url("../img/Icon-arrowTop.svg#correct");
  background-repeat: no-repeat;
}
.Icon-arrowTop--warning {
  background-image: url("../img/Icon-arrowTop.svg#warning");
  background-repeat: no-repeat;
}
.Icon-arrowTop--error {
  background-image: url("../img/Icon-arrowTop.svg#error");
  background-repeat: no-repeat;
}
.Icon-arrowTop--text {
  background-image: url("../img/Icon-arrowTop.svg#text");
  background-repeat: no-repeat;
}
.Icon-arrowTop--neutral {
  background-image: url("../img/Icon-arrowTop.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-arrowTop--highlight {
  background-image: url("../img/Icon-arrowTop.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-arrowTop--link {
  background-image: url("../img/Icon-arrowTop.svg#link");
  background-repeat: no-repeat;
}
.Icon-arrowTop--border {
  background-image: url("../img/Icon-arrowTop.svg#border");
  background-repeat: no-repeat;
}
.Icon-arrowTop--disabled {
  background-image: url("../img/Icon-arrowTop.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-artwork--default {
  background-image: url("../img/Icon-artwork.svg#default");
  background-repeat: no-repeat;
}
.Icon-artwork--primary {
  background-image: url("../img/Icon-artwork.svg#primary");
  background-repeat: no-repeat;
}
.Icon-artwork--secondary {
  background-image: url("../img/Icon-artwork.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-artwork--dark {
  background-image: url("../img/Icon-artwork.svg#dark");
  background-repeat: no-repeat;
}
.Icon-artwork--light {
  background-image: url("../img/Icon-artwork.svg#light");
  background-repeat: no-repeat;
}
.Icon-artwork--correct {
  background-image: url("../img/Icon-artwork.svg#correct");
  background-repeat: no-repeat;
}
.Icon-artwork--warning {
  background-image: url("../img/Icon-artwork.svg#warning");
  background-repeat: no-repeat;
}
.Icon-artwork--error {
  background-image: url("../img/Icon-artwork.svg#error");
  background-repeat: no-repeat;
}
.Icon-artwork--text {
  background-image: url("../img/Icon-artwork.svg#text");
  background-repeat: no-repeat;
}
.Icon-artwork--neutral {
  background-image: url("../img/Icon-artwork.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-artwork--highlight {
  background-image: url("../img/Icon-artwork.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-artwork--link {
  background-image: url("../img/Icon-artwork.svg#link");
  background-repeat: no-repeat;
}
.Icon-artwork--border {
  background-image: url("../img/Icon-artwork.svg#border");
  background-repeat: no-repeat;
}
.Icon-artwork--disabled {
  background-image: url("../img/Icon-artwork.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-assembly--default {
  background-image: url("../img/Icon-assembly.svg#default");
  background-repeat: no-repeat;
}
.Icon-assembly--primary {
  background-image: url("../img/Icon-assembly.svg#primary");
  background-repeat: no-repeat;
}
.Icon-assembly--secondary {
  background-image: url("../img/Icon-assembly.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-assembly--dark {
  background-image: url("../img/Icon-assembly.svg#dark");
  background-repeat: no-repeat;
}
.Icon-assembly--light {
  background-image: url("../img/Icon-assembly.svg#light");
  background-repeat: no-repeat;
}
.Icon-assembly--correct {
  background-image: url("../img/Icon-assembly.svg#correct");
  background-repeat: no-repeat;
}
.Icon-assembly--warning {
  background-image: url("../img/Icon-assembly.svg#warning");
  background-repeat: no-repeat;
}
.Icon-assembly--error {
  background-image: url("../img/Icon-assembly.svg#error");
  background-repeat: no-repeat;
}
.Icon-assembly--text {
  background-image: url("../img/Icon-assembly.svg#text");
  background-repeat: no-repeat;
}
.Icon-assembly--neutral {
  background-image: url("../img/Icon-assembly.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-assembly--highlight {
  background-image: url("../img/Icon-assembly.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-assembly--link {
  background-image: url("../img/Icon-assembly.svg#link");
  background-repeat: no-repeat;
}
.Icon-assembly--border {
  background-image: url("../img/Icon-assembly.svg#border");
  background-repeat: no-repeat;
}
.Icon-assembly--disabled {
  background-image: url("../img/Icon-assembly.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-ausPost--default {
  background-image: url("../img/Icon-ausPost.svg#default");
  background-repeat: no-repeat;
}
.Icon-ausPost--primary {
  background-image: url("../img/Icon-ausPost.svg#primary");
  background-repeat: no-repeat;
}
.Icon-ausPost--secondary {
  background-image: url("../img/Icon-ausPost.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-ausPost--dark {
  background-image: url("../img/Icon-ausPost.svg#dark");
  background-repeat: no-repeat;
}
.Icon-ausPost--light {
  background-image: url("../img/Icon-ausPost.svg#light");
  background-repeat: no-repeat;
}
.Icon-ausPost--correct {
  background-image: url("../img/Icon-ausPost.svg#correct");
  background-repeat: no-repeat;
}
.Icon-ausPost--warning {
  background-image: url("../img/Icon-ausPost.svg#warning");
  background-repeat: no-repeat;
}
.Icon-ausPost--error {
  background-image: url("../img/Icon-ausPost.svg#error");
  background-repeat: no-repeat;
}
.Icon-ausPost--text {
  background-image: url("../img/Icon-ausPost.svg#text");
  background-repeat: no-repeat;
}
.Icon-ausPost--neutral {
  background-image: url("../img/Icon-ausPost.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-ausPost--highlight {
  background-image: url("../img/Icon-ausPost.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-ausPost--link {
  background-image: url("../img/Icon-ausPost.svg#link");
  background-repeat: no-repeat;
}
.Icon-ausPost--border {
  background-image: url("../img/Icon-ausPost.svg#border");
  background-repeat: no-repeat;
}
.Icon-ausPost--disabled {
  background-image: url("../img/Icon-ausPost.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-australia--default {
  background-image: url("../img/Icon-australia.svg#default");
  background-repeat: no-repeat;
}
.Icon-australia--primary {
  background-image: url("../img/Icon-australia.svg#primary");
  background-repeat: no-repeat;
}
.Icon-australia--secondary {
  background-image: url("../img/Icon-australia.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-australia--dark {
  background-image: url("../img/Icon-australia.svg#dark");
  background-repeat: no-repeat;
}
.Icon-australia--light {
  background-image: url("../img/Icon-australia.svg#light");
  background-repeat: no-repeat;
}
.Icon-australia--correct {
  background-image: url("../img/Icon-australia.svg#correct");
  background-repeat: no-repeat;
}
.Icon-australia--warning {
  background-image: url("../img/Icon-australia.svg#warning");
  background-repeat: no-repeat;
}
.Icon-australia--error {
  background-image: url("../img/Icon-australia.svg#error");
  background-repeat: no-repeat;
}
.Icon-australia--text {
  background-image: url("../img/Icon-australia.svg#text");
  background-repeat: no-repeat;
}
.Icon-australia--neutral {
  background-image: url("../img/Icon-australia.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-australia--highlight {
  background-image: url("../img/Icon-australia.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-australia--link {
  background-image: url("../img/Icon-australia.svg#link");
  background-repeat: no-repeat;
}
.Icon-australia--border {
  background-image: url("../img/Icon-australia.svg#border");
  background-repeat: no-repeat;
}
.Icon-australia--disabled {
  background-image: url("../img/Icon-australia.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--default {
  background-image: url("../img/Icon-awaitingParts.svg#default");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--primary {
  background-image: url("../img/Icon-awaitingParts.svg#primary");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--secondary {
  background-image: url("../img/Icon-awaitingParts.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--dark {
  background-image: url("../img/Icon-awaitingParts.svg#dark");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--light {
  background-image: url("../img/Icon-awaitingParts.svg#light");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--correct {
  background-image: url("../img/Icon-awaitingParts.svg#correct");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--warning {
  background-image: url("../img/Icon-awaitingParts.svg#warning");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--error {
  background-image: url("../img/Icon-awaitingParts.svg#error");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--text {
  background-image: url("../img/Icon-awaitingParts.svg#text");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--neutral {
  background-image: url("../img/Icon-awaitingParts.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--highlight {
  background-image: url("../img/Icon-awaitingParts.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--link {
  background-image: url("../img/Icon-awaitingParts.svg#link");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--border {
  background-image: url("../img/Icon-awaitingParts.svg#border");
  background-repeat: no-repeat;
}
.Icon-awaitingParts--disabled {
  background-image: url("../img/Icon-awaitingParts.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-award--default {
  background-image: url("../img/Icon-award.svg#default");
  background-repeat: no-repeat;
}
.Icon-award--primary {
  background-image: url("../img/Icon-award.svg#primary");
  background-repeat: no-repeat;
}
.Icon-award--secondary {
  background-image: url("../img/Icon-award.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-award--dark {
  background-image: url("../img/Icon-award.svg#dark");
  background-repeat: no-repeat;
}
.Icon-award--light {
  background-image: url("../img/Icon-award.svg#light");
  background-repeat: no-repeat;
}
.Icon-award--correct {
  background-image: url("../img/Icon-award.svg#correct");
  background-repeat: no-repeat;
}
.Icon-award--warning {
  background-image: url("../img/Icon-award.svg#warning");
  background-repeat: no-repeat;
}
.Icon-award--error {
  background-image: url("../img/Icon-award.svg#error");
  background-repeat: no-repeat;
}
.Icon-award--text {
  background-image: url("../img/Icon-award.svg#text");
  background-repeat: no-repeat;
}
.Icon-award--neutral {
  background-image: url("../img/Icon-award.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-award--highlight {
  background-image: url("../img/Icon-award.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-award--link {
  background-image: url("../img/Icon-award.svg#link");
  background-repeat: no-repeat;
}
.Icon-award--border {
  background-image: url("../img/Icon-award.svg#border");
  background-repeat: no-repeat;
}
.Icon-award--disabled {
  background-image: url("../img/Icon-award.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-baby--default {
  background-image: url("../img/Icon-baby.svg#default");
  background-repeat: no-repeat;
}
.Icon-baby--primary {
  background-image: url("../img/Icon-baby.svg#primary");
  background-repeat: no-repeat;
}
.Icon-baby--secondary {
  background-image: url("../img/Icon-baby.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-baby--dark {
  background-image: url("../img/Icon-baby.svg#dark");
  background-repeat: no-repeat;
}
.Icon-baby--light {
  background-image: url("../img/Icon-baby.svg#light");
  background-repeat: no-repeat;
}
.Icon-baby--correct {
  background-image: url("../img/Icon-baby.svg#correct");
  background-repeat: no-repeat;
}
.Icon-baby--warning {
  background-image: url("../img/Icon-baby.svg#warning");
  background-repeat: no-repeat;
}
.Icon-baby--error {
  background-image: url("../img/Icon-baby.svg#error");
  background-repeat: no-repeat;
}
.Icon-baby--text {
  background-image: url("../img/Icon-baby.svg#text");
  background-repeat: no-repeat;
}
.Icon-baby--neutral {
  background-image: url("../img/Icon-baby.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-baby--highlight {
  background-image: url("../img/Icon-baby.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-baby--link {
  background-image: url("../img/Icon-baby.svg#link");
  background-repeat: no-repeat;
}
.Icon-baby--border {
  background-image: url("../img/Icon-baby.svg#border");
  background-repeat: no-repeat;
}
.Icon-baby--disabled {
  background-image: url("../img/Icon-baby.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-bathrooms--default {
  background-image: url("../img/Icon-bathrooms.svg#default");
  background-repeat: no-repeat;
}
.Icon-bathrooms--primary {
  background-image: url("../img/Icon-bathrooms.svg#primary");
  background-repeat: no-repeat;
}
.Icon-bathrooms--secondary {
  background-image: url("../img/Icon-bathrooms.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-bathrooms--dark {
  background-image: url("../img/Icon-bathrooms.svg#dark");
  background-repeat: no-repeat;
}
.Icon-bathrooms--light {
  background-image: url("../img/Icon-bathrooms.svg#light");
  background-repeat: no-repeat;
}
.Icon-bathrooms--correct {
  background-image: url("../img/Icon-bathrooms.svg#correct");
  background-repeat: no-repeat;
}
.Icon-bathrooms--warning {
  background-image: url("../img/Icon-bathrooms.svg#warning");
  background-repeat: no-repeat;
}
.Icon-bathrooms--error {
  background-image: url("../img/Icon-bathrooms.svg#error");
  background-repeat: no-repeat;
}
.Icon-bathrooms--text {
  background-image: url("../img/Icon-bathrooms.svg#text");
  background-repeat: no-repeat;
}
.Icon-bathrooms--neutral {
  background-image: url("../img/Icon-bathrooms.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-bathrooms--highlight {
  background-image: url("../img/Icon-bathrooms.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-bathrooms--link {
  background-image: url("../img/Icon-bathrooms.svg#link");
  background-repeat: no-repeat;
}
.Icon-bathrooms--border {
  background-image: url("../img/Icon-bathrooms.svg#border");
  background-repeat: no-repeat;
}
.Icon-bathrooms--disabled {
  background-image: url("../img/Icon-bathrooms.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-bedrooms--default {
  background-image: url("../img/Icon-bedrooms.svg#default");
  background-repeat: no-repeat;
}
.Icon-bedrooms--primary {
  background-image: url("../img/Icon-bedrooms.svg#primary");
  background-repeat: no-repeat;
}
.Icon-bedrooms--secondary {
  background-image: url("../img/Icon-bedrooms.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-bedrooms--dark {
  background-image: url("../img/Icon-bedrooms.svg#dark");
  background-repeat: no-repeat;
}
.Icon-bedrooms--light {
  background-image: url("../img/Icon-bedrooms.svg#light");
  background-repeat: no-repeat;
}
.Icon-bedrooms--correct {
  background-image: url("../img/Icon-bedrooms.svg#correct");
  background-repeat: no-repeat;
}
.Icon-bedrooms--warning {
  background-image: url("../img/Icon-bedrooms.svg#warning");
  background-repeat: no-repeat;
}
.Icon-bedrooms--error {
  background-image: url("../img/Icon-bedrooms.svg#error");
  background-repeat: no-repeat;
}
.Icon-bedrooms--text {
  background-image: url("../img/Icon-bedrooms.svg#text");
  background-repeat: no-repeat;
}
.Icon-bedrooms--neutral {
  background-image: url("../img/Icon-bedrooms.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-bedrooms--highlight {
  background-image: url("../img/Icon-bedrooms.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-bedrooms--link {
  background-image: url("../img/Icon-bedrooms.svg#link");
  background-repeat: no-repeat;
}
.Icon-bedrooms--border {
  background-image: url("../img/Icon-bedrooms.svg#border");
  background-repeat: no-repeat;
}
.Icon-bedrooms--disabled {
  background-image: url("../img/Icon-bedrooms.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-boat--default {
  background-image: url("../img/Icon-boat.svg#default");
  background-repeat: no-repeat;
}
.Icon-boat--primary {
  background-image: url("../img/Icon-boat.svg#primary");
  background-repeat: no-repeat;
}
.Icon-boat--secondary {
  background-image: url("../img/Icon-boat.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-boat--dark {
  background-image: url("../img/Icon-boat.svg#dark");
  background-repeat: no-repeat;
}
.Icon-boat--light {
  background-image: url("../img/Icon-boat.svg#light");
  background-repeat: no-repeat;
}
.Icon-boat--correct {
  background-image: url("../img/Icon-boat.svg#correct");
  background-repeat: no-repeat;
}
.Icon-boat--warning {
  background-image: url("../img/Icon-boat.svg#warning");
  background-repeat: no-repeat;
}
.Icon-boat--error {
  background-image: url("../img/Icon-boat.svg#error");
  background-repeat: no-repeat;
}
.Icon-boat--text {
  background-image: url("../img/Icon-boat.svg#text");
  background-repeat: no-repeat;
}
.Icon-boat--neutral {
  background-image: url("../img/Icon-boat.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-boat--highlight {
  background-image: url("../img/Icon-boat.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-boat--link {
  background-image: url("../img/Icon-boat.svg#link");
  background-repeat: no-repeat;
}
.Icon-boat--border {
  background-image: url("../img/Icon-boat.svg#border");
  background-repeat: no-repeat;
}
.Icon-boat--disabled {
  background-image: url("../img/Icon-boat.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-bpay--default {
  background-image: url("../img/Icon-bpay.svg#default");
  background-repeat: no-repeat;
}
.Icon-bpay--primary {
  background-image: url("../img/Icon-bpay.svg#primary");
  background-repeat: no-repeat;
}
.Icon-bpay--secondary {
  background-image: url("../img/Icon-bpay.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-bpay--dark {
  background-image: url("../img/Icon-bpay.svg#dark");
  background-repeat: no-repeat;
}
.Icon-bpay--light {
  background-image: url("../img/Icon-bpay.svg#light");
  background-repeat: no-repeat;
}
.Icon-bpay--correct {
  background-image: url("../img/Icon-bpay.svg#correct");
  background-repeat: no-repeat;
}
.Icon-bpay--warning {
  background-image: url("../img/Icon-bpay.svg#warning");
  background-repeat: no-repeat;
}
.Icon-bpay--error {
  background-image: url("../img/Icon-bpay.svg#error");
  background-repeat: no-repeat;
}
.Icon-bpay--text {
  background-image: url("../img/Icon-bpay.svg#text");
  background-repeat: no-repeat;
}
.Icon-bpay--neutral {
  background-image: url("../img/Icon-bpay.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-bpay--highlight {
  background-image: url("../img/Icon-bpay.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-bpay--link {
  background-image: url("../img/Icon-bpay.svg#link");
  background-repeat: no-repeat;
}
.Icon-bpay--border {
  background-image: url("../img/Icon-bpay.svg#border");
  background-repeat: no-repeat;
}
.Icon-bpay--disabled {
  background-image: url("../img/Icon-bpay.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-brain--default {
  background-image: url("../img/Icon-brain.svg#default");
  background-repeat: no-repeat;
}
.Icon-brain--primary {
  background-image: url("../img/Icon-brain.svg#primary");
  background-repeat: no-repeat;
}
.Icon-brain--secondary {
  background-image: url("../img/Icon-brain.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-brain--dark {
  background-image: url("../img/Icon-brain.svg#dark");
  background-repeat: no-repeat;
}
.Icon-brain--light {
  background-image: url("../img/Icon-brain.svg#light");
  background-repeat: no-repeat;
}
.Icon-brain--correct {
  background-image: url("../img/Icon-brain.svg#correct");
  background-repeat: no-repeat;
}
.Icon-brain--warning {
  background-image: url("../img/Icon-brain.svg#warning");
  background-repeat: no-repeat;
}
.Icon-brain--error {
  background-image: url("../img/Icon-brain.svg#error");
  background-repeat: no-repeat;
}
.Icon-brain--text {
  background-image: url("../img/Icon-brain.svg#text");
  background-repeat: no-repeat;
}
.Icon-brain--neutral {
  background-image: url("../img/Icon-brain.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-brain--highlight {
  background-image: url("../img/Icon-brain.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-brain--link {
  background-image: url("../img/Icon-brain.svg#link");
  background-repeat: no-repeat;
}
.Icon-brain--border {
  background-image: url("../img/Icon-brain.svg#border");
  background-repeat: no-repeat;
}
.Icon-brain--disabled {
  background-image: url("../img/Icon-brain.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-branches--default {
  background-image: url("../img/Icon-branches.svg#default");
  background-repeat: no-repeat;
}
.Icon-branches--primary {
  background-image: url("../img/Icon-branches.svg#primary");
  background-repeat: no-repeat;
}
.Icon-branches--secondary {
  background-image: url("../img/Icon-branches.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-branches--dark {
  background-image: url("../img/Icon-branches.svg#dark");
  background-repeat: no-repeat;
}
.Icon-branches--light {
  background-image: url("../img/Icon-branches.svg#light");
  background-repeat: no-repeat;
}
.Icon-branches--correct {
  background-image: url("../img/Icon-branches.svg#correct");
  background-repeat: no-repeat;
}
.Icon-branches--warning {
  background-image: url("../img/Icon-branches.svg#warning");
  background-repeat: no-repeat;
}
.Icon-branches--error {
  background-image: url("../img/Icon-branches.svg#error");
  background-repeat: no-repeat;
}
.Icon-branches--text {
  background-image: url("../img/Icon-branches.svg#text");
  background-repeat: no-repeat;
}
.Icon-branches--neutral {
  background-image: url("../img/Icon-branches.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-branches--highlight {
  background-image: url("../img/Icon-branches.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-branches--link {
  background-image: url("../img/Icon-branches.svg#link");
  background-repeat: no-repeat;
}
.Icon-branches--border {
  background-image: url("../img/Icon-branches.svg#border");
  background-repeat: no-repeat;
}
.Icon-branches--disabled {
  background-image: url("../img/Icon-branches.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--default {
  background-image: url("../img/Icon-buildingPoles.svg#default");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--primary {
  background-image: url("../img/Icon-buildingPoles.svg#primary");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--secondary {
  background-image: url("../img/Icon-buildingPoles.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--dark {
  background-image: url("../img/Icon-buildingPoles.svg#dark");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--light {
  background-image: url("../img/Icon-buildingPoles.svg#light");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--correct {
  background-image: url("../img/Icon-buildingPoles.svg#correct");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--warning {
  background-image: url("../img/Icon-buildingPoles.svg#warning");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--error {
  background-image: url("../img/Icon-buildingPoles.svg#error");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--text {
  background-image: url("../img/Icon-buildingPoles.svg#text");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--neutral {
  background-image: url("../img/Icon-buildingPoles.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--highlight {
  background-image: url("../img/Icon-buildingPoles.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--link {
  background-image: url("../img/Icon-buildingPoles.svg#link");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--border {
  background-image: url("../img/Icon-buildingPoles.svg#border");
  background-repeat: no-repeat;
}
.Icon-buildingPoles--disabled {
  background-image: url("../img/Icon-buildingPoles.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--default {
  background-image: url("../img/Icon-buildingSlab.svg#default");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--primary {
  background-image: url("../img/Icon-buildingSlab.svg#primary");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--secondary {
  background-image: url("../img/Icon-buildingSlab.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--dark {
  background-image: url("../img/Icon-buildingSlab.svg#dark");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--light {
  background-image: url("../img/Icon-buildingSlab.svg#light");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--correct {
  background-image: url("../img/Icon-buildingSlab.svg#correct");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--warning {
  background-image: url("../img/Icon-buildingSlab.svg#warning");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--error {
  background-image: url("../img/Icon-buildingSlab.svg#error");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--text {
  background-image: url("../img/Icon-buildingSlab.svg#text");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--neutral {
  background-image: url("../img/Icon-buildingSlab.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--highlight {
  background-image: url("../img/Icon-buildingSlab.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--link {
  background-image: url("../img/Icon-buildingSlab.svg#link");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--border {
  background-image: url("../img/Icon-buildingSlab.svg#border");
  background-repeat: no-repeat;
}
.Icon-buildingSlab--disabled {
  background-image: url("../img/Icon-buildingSlab.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--default {
  background-image: url("../img/Icon-buildingStumps.svg#default");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--primary {
  background-image: url("../img/Icon-buildingStumps.svg#primary");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--secondary {
  background-image: url("../img/Icon-buildingStumps.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--dark {
  background-image: url("../img/Icon-buildingStumps.svg#dark");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--light {
  background-image: url("../img/Icon-buildingStumps.svg#light");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--correct {
  background-image: url("../img/Icon-buildingStumps.svg#correct");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--warning {
  background-image: url("../img/Icon-buildingStumps.svg#warning");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--error {
  background-image: url("../img/Icon-buildingStumps.svg#error");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--text {
  background-image: url("../img/Icon-buildingStumps.svg#text");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--neutral {
  background-image: url("../img/Icon-buildingStumps.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--highlight {
  background-image: url("../img/Icon-buildingStumps.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--link {
  background-image: url("../img/Icon-buildingStumps.svg#link");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--border {
  background-image: url("../img/Icon-buildingStumps.svg#border");
  background-repeat: no-repeat;
}
.Icon-buildingStumps--disabled {
  background-image: url("../img/Icon-buildingStumps.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-bullet--default {
  background-image: url("../img/Icon-bullet.svg#default");
  background-repeat: no-repeat;
}
.Icon-bullet--primary {
  background-image: url("../img/Icon-bullet.svg#primary");
  background-repeat: no-repeat;
}
.Icon-bullet--secondary {
  background-image: url("../img/Icon-bullet.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-bullet--dark {
  background-image: url("../img/Icon-bullet.svg#dark");
  background-repeat: no-repeat;
}
.Icon-bullet--light {
  background-image: url("../img/Icon-bullet.svg#light");
  background-repeat: no-repeat;
}
.Icon-bullet--correct {
  background-image: url("../img/Icon-bullet.svg#correct");
  background-repeat: no-repeat;
}
.Icon-bullet--warning {
  background-image: url("../img/Icon-bullet.svg#warning");
  background-repeat: no-repeat;
}
.Icon-bullet--error {
  background-image: url("../img/Icon-bullet.svg#error");
  background-repeat: no-repeat;
}
.Icon-bullet--text {
  background-image: url("../img/Icon-bullet.svg#text");
  background-repeat: no-repeat;
}
.Icon-bullet--neutral {
  background-image: url("../img/Icon-bullet.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-bullet--highlight {
  background-image: url("../img/Icon-bullet.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-bullet--link {
  background-image: url("../img/Icon-bullet.svg#link");
  background-repeat: no-repeat;
}
.Icon-bullet--border {
  background-image: url("../img/Icon-bullet.svg#border");
  background-repeat: no-repeat;
}
.Icon-bullet--disabled {
  background-image: url("../img/Icon-bullet.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-bushfire--default {
  background-image: url("../img/Icon-bushfire.svg#default");
  background-repeat: no-repeat;
}
.Icon-bushfire--primary {
  background-image: url("../img/Icon-bushfire.svg#primary");
  background-repeat: no-repeat;
}
.Icon-bushfire--secondary {
  background-image: url("../img/Icon-bushfire.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-bushfire--dark {
  background-image: url("../img/Icon-bushfire.svg#dark");
  background-repeat: no-repeat;
}
.Icon-bushfire--light {
  background-image: url("../img/Icon-bushfire.svg#light");
  background-repeat: no-repeat;
}
.Icon-bushfire--correct {
  background-image: url("../img/Icon-bushfire.svg#correct");
  background-repeat: no-repeat;
}
.Icon-bushfire--warning {
  background-image: url("../img/Icon-bushfire.svg#warning");
  background-repeat: no-repeat;
}
.Icon-bushfire--error {
  background-image: url("../img/Icon-bushfire.svg#error");
  background-repeat: no-repeat;
}
.Icon-bushfire--text {
  background-image: url("../img/Icon-bushfire.svg#text");
  background-repeat: no-repeat;
}
.Icon-bushfire--neutral {
  background-image: url("../img/Icon-bushfire.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-bushfire--highlight {
  background-image: url("../img/Icon-bushfire.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-bushfire--link {
  background-image: url("../img/Icon-bushfire.svg#link");
  background-repeat: no-repeat;
}
.Icon-bushfire--border {
  background-image: url("../img/Icon-bushfire.svg#border");
  background-repeat: no-repeat;
}
.Icon-bushfire--disabled {
  background-image: url("../img/Icon-bushfire.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-business--default {
  background-image: url("../img/Icon-business.svg#default");
  background-repeat: no-repeat;
}
.Icon-business--primary {
  background-image: url("../img/Icon-business.svg#primary");
  background-repeat: no-repeat;
}
.Icon-business--secondary {
  background-image: url("../img/Icon-business.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-business--dark {
  background-image: url("../img/Icon-business.svg#dark");
  background-repeat: no-repeat;
}
.Icon-business--light {
  background-image: url("../img/Icon-business.svg#light");
  background-repeat: no-repeat;
}
.Icon-business--correct {
  background-image: url("../img/Icon-business.svg#correct");
  background-repeat: no-repeat;
}
.Icon-business--warning {
  background-image: url("../img/Icon-business.svg#warning");
  background-repeat: no-repeat;
}
.Icon-business--error {
  background-image: url("../img/Icon-business.svg#error");
  background-repeat: no-repeat;
}
.Icon-business--text {
  background-image: url("../img/Icon-business.svg#text");
  background-repeat: no-repeat;
}
.Icon-business--neutral {
  background-image: url("../img/Icon-business.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-business--highlight {
  background-image: url("../img/Icon-business.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-business--link {
  background-image: url("../img/Icon-business.svg#link");
  background-repeat: no-repeat;
}
.Icon-business--border {
  background-image: url("../img/Icon-business.svg#border");
  background-repeat: no-repeat;
}
.Icon-business--disabled {
  background-image: url("../img/Icon-business.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-calculator--default {
  background-image: url("../img/Icon-calculator.svg#default");
  background-repeat: no-repeat;
}
.Icon-calculator--primary {
  background-image: url("../img/Icon-calculator.svg#primary");
  background-repeat: no-repeat;
}
.Icon-calculator--secondary {
  background-image: url("../img/Icon-calculator.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-calculator--dark {
  background-image: url("../img/Icon-calculator.svg#dark");
  background-repeat: no-repeat;
}
.Icon-calculator--light {
  background-image: url("../img/Icon-calculator.svg#light");
  background-repeat: no-repeat;
}
.Icon-calculator--correct {
  background-image: url("../img/Icon-calculator.svg#correct");
  background-repeat: no-repeat;
}
.Icon-calculator--warning {
  background-image: url("../img/Icon-calculator.svg#warning");
  background-repeat: no-repeat;
}
.Icon-calculator--error {
  background-image: url("../img/Icon-calculator.svg#error");
  background-repeat: no-repeat;
}
.Icon-calculator--text {
  background-image: url("../img/Icon-calculator.svg#text");
  background-repeat: no-repeat;
}
.Icon-calculator--neutral {
  background-image: url("../img/Icon-calculator.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-calculator--highlight {
  background-image: url("../img/Icon-calculator.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-calculator--link {
  background-image: url("../img/Icon-calculator.svg#link");
  background-repeat: no-repeat;
}
.Icon-calculator--border {
  background-image: url("../img/Icon-calculator.svg#border");
  background-repeat: no-repeat;
}
.Icon-calculator--disabled {
  background-image: url("../img/Icon-calculator.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-calendar--default {
  background-image: url("../img/Icon-calendar.svg#default");
  background-repeat: no-repeat;
}
.Icon-calendar--primary {
  background-image: url("../img/Icon-calendar.svg#primary");
  background-repeat: no-repeat;
}
.Icon-calendar--secondary {
  background-image: url("../img/Icon-calendar.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-calendar--dark {
  background-image: url("../img/Icon-calendar.svg#dark");
  background-repeat: no-repeat;
}
.Icon-calendar--light {
  background-image: url("../img/Icon-calendar.svg#light");
  background-repeat: no-repeat;
}
.Icon-calendar--correct {
  background-image: url("../img/Icon-calendar.svg#correct");
  background-repeat: no-repeat;
}
.Icon-calendar--warning {
  background-image: url("../img/Icon-calendar.svg#warning");
  background-repeat: no-repeat;
}
.Icon-calendar--error {
  background-image: url("../img/Icon-calendar.svg#error");
  background-repeat: no-repeat;
}
.Icon-calendar--text {
  background-image: url("../img/Icon-calendar.svg#text");
  background-repeat: no-repeat;
}
.Icon-calendar--neutral {
  background-image: url("../img/Icon-calendar.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-calendar--highlight {
  background-image: url("../img/Icon-calendar.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-calendar--link {
  background-image: url("../img/Icon-calendar.svg#link");
  background-repeat: no-repeat;
}
.Icon-calendar--border {
  background-image: url("../img/Icon-calendar.svg#border");
  background-repeat: no-repeat;
}
.Icon-calendar--disabled {
  background-image: url("../img/Icon-calendar.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-cancer--default {
  background-image: url("../img/Icon-cancer.svg#default");
  background-repeat: no-repeat;
}
.Icon-cancer--primary {
  background-image: url("../img/Icon-cancer.svg#primary");
  background-repeat: no-repeat;
}
.Icon-cancer--secondary {
  background-image: url("../img/Icon-cancer.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-cancer--dark {
  background-image: url("../img/Icon-cancer.svg#dark");
  background-repeat: no-repeat;
}
.Icon-cancer--light {
  background-image: url("../img/Icon-cancer.svg#light");
  background-repeat: no-repeat;
}
.Icon-cancer--correct {
  background-image: url("../img/Icon-cancer.svg#correct");
  background-repeat: no-repeat;
}
.Icon-cancer--warning {
  background-image: url("../img/Icon-cancer.svg#warning");
  background-repeat: no-repeat;
}
.Icon-cancer--error {
  background-image: url("../img/Icon-cancer.svg#error");
  background-repeat: no-repeat;
}
.Icon-cancer--text {
  background-image: url("../img/Icon-cancer.svg#text");
  background-repeat: no-repeat;
}
.Icon-cancer--neutral {
  background-image: url("../img/Icon-cancer.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-cancer--highlight {
  background-image: url("../img/Icon-cancer.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-cancer--link {
  background-image: url("../img/Icon-cancer.svg#link");
  background-repeat: no-repeat;
}
.Icon-cancer--border {
  background-image: url("../img/Icon-cancer.svg#border");
  background-repeat: no-repeat;
}
.Icon-cancer--disabled {
  background-image: url("../img/Icon-cancer.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-carAccident--default {
  background-image: url("../img/Icon-carAccident.svg#default");
  background-repeat: no-repeat;
}
.Icon-carAccident--primary {
  background-image: url("../img/Icon-carAccident.svg#primary");
  background-repeat: no-repeat;
}
.Icon-carAccident--secondary {
  background-image: url("../img/Icon-carAccident.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-carAccident--dark {
  background-image: url("../img/Icon-carAccident.svg#dark");
  background-repeat: no-repeat;
}
.Icon-carAccident--light {
  background-image: url("../img/Icon-carAccident.svg#light");
  background-repeat: no-repeat;
}
.Icon-carAccident--correct {
  background-image: url("../img/Icon-carAccident.svg#correct");
  background-repeat: no-repeat;
}
.Icon-carAccident--warning {
  background-image: url("../img/Icon-carAccident.svg#warning");
  background-repeat: no-repeat;
}
.Icon-carAccident--error {
  background-image: url("../img/Icon-carAccident.svg#error");
  background-repeat: no-repeat;
}
.Icon-carAccident--text {
  background-image: url("../img/Icon-carAccident.svg#text");
  background-repeat: no-repeat;
}
.Icon-carAccident--neutral {
  background-image: url("../img/Icon-carAccident.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-carAccident--highlight {
  background-image: url("../img/Icon-carAccident.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-carAccident--link {
  background-image: url("../img/Icon-carAccident.svg#link");
  background-repeat: no-repeat;
}
.Icon-carAccident--border {
  background-image: url("../img/Icon-carAccident.svg#border");
  background-repeat: no-repeat;
}
.Icon-carAccident--disabled {
  background-image: url("../img/Icon-carAccident.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--default {
  background-image: url("../img/Icon-carGlassDamage.svg#default");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--primary {
  background-image: url("../img/Icon-carGlassDamage.svg#primary");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--secondary {
  background-image: url("../img/Icon-carGlassDamage.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--dark {
  background-image: url("../img/Icon-carGlassDamage.svg#dark");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--light {
  background-image: url("../img/Icon-carGlassDamage.svg#light");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--correct {
  background-image: url("../img/Icon-carGlassDamage.svg#correct");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--warning {
  background-image: url("../img/Icon-carGlassDamage.svg#warning");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--error {
  background-image: url("../img/Icon-carGlassDamage.svg#error");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--text {
  background-image: url("../img/Icon-carGlassDamage.svg#text");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--neutral {
  background-image: url("../img/Icon-carGlassDamage.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--highlight {
  background-image: url("../img/Icon-carGlassDamage.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--link {
  background-image: url("../img/Icon-carGlassDamage.svg#link");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--border {
  background-image: url("../img/Icon-carGlassDamage.svg#border");
  background-repeat: no-repeat;
}
.Icon-carGlassDamage--disabled {
  background-image: url("../img/Icon-carGlassDamage.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-carHire--default {
  background-image: url("../img/Icon-carHire.svg#default");
  background-repeat: no-repeat;
}
.Icon-carHire--primary {
  background-image: url("../img/Icon-carHire.svg#primary");
  background-repeat: no-repeat;
}
.Icon-carHire--secondary {
  background-image: url("../img/Icon-carHire.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-carHire--dark {
  background-image: url("../img/Icon-carHire.svg#dark");
  background-repeat: no-repeat;
}
.Icon-carHire--light {
  background-image: url("../img/Icon-carHire.svg#light");
  background-repeat: no-repeat;
}
.Icon-carHire--correct {
  background-image: url("../img/Icon-carHire.svg#correct");
  background-repeat: no-repeat;
}
.Icon-carHire--warning {
  background-image: url("../img/Icon-carHire.svg#warning");
  background-repeat: no-repeat;
}
.Icon-carHire--error {
  background-image: url("../img/Icon-carHire.svg#error");
  background-repeat: no-repeat;
}
.Icon-carHire--text {
  background-image: url("../img/Icon-carHire.svg#text");
  background-repeat: no-repeat;
}
.Icon-carHire--neutral {
  background-image: url("../img/Icon-carHire.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-carHire--highlight {
  background-image: url("../img/Icon-carHire.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-carHire--link {
  background-image: url("../img/Icon-carHire.svg#link");
  background-repeat: no-repeat;
}
.Icon-carHire--border {
  background-image: url("../img/Icon-carHire.svg#border");
  background-repeat: no-repeat;
}
.Icon-carHire--disabled {
  background-image: url("../img/Icon-carHire.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-carPickup--default {
  background-image: url("../img/Icon-carPickup.svg#default");
  background-repeat: no-repeat;
}
.Icon-carPickup--primary {
  background-image: url("../img/Icon-carPickup.svg#primary");
  background-repeat: no-repeat;
}
.Icon-carPickup--secondary {
  background-image: url("../img/Icon-carPickup.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-carPickup--dark {
  background-image: url("../img/Icon-carPickup.svg#dark");
  background-repeat: no-repeat;
}
.Icon-carPickup--light {
  background-image: url("../img/Icon-carPickup.svg#light");
  background-repeat: no-repeat;
}
.Icon-carPickup--correct {
  background-image: url("../img/Icon-carPickup.svg#correct");
  background-repeat: no-repeat;
}
.Icon-carPickup--warning {
  background-image: url("../img/Icon-carPickup.svg#warning");
  background-repeat: no-repeat;
}
.Icon-carPickup--error {
  background-image: url("../img/Icon-carPickup.svg#error");
  background-repeat: no-repeat;
}
.Icon-carPickup--text {
  background-image: url("../img/Icon-carPickup.svg#text");
  background-repeat: no-repeat;
}
.Icon-carPickup--neutral {
  background-image: url("../img/Icon-carPickup.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-carPickup--highlight {
  background-image: url("../img/Icon-carPickup.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-carPickup--link {
  background-image: url("../img/Icon-carPickup.svg#link");
  background-repeat: no-repeat;
}
.Icon-carPickup--border {
  background-image: url("../img/Icon-carPickup.svg#border");
  background-repeat: no-repeat;
}
.Icon-carPickup--disabled {
  background-image: url("../img/Icon-carPickup.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-carRepair--default {
  background-image: url("../img/Icon-carRepair.svg#default");
  background-repeat: no-repeat;
}
.Icon-carRepair--primary {
  background-image: url("../img/Icon-carRepair.svg#primary");
  background-repeat: no-repeat;
}
.Icon-carRepair--secondary {
  background-image: url("../img/Icon-carRepair.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-carRepair--dark {
  background-image: url("../img/Icon-carRepair.svg#dark");
  background-repeat: no-repeat;
}
.Icon-carRepair--light {
  background-image: url("../img/Icon-carRepair.svg#light");
  background-repeat: no-repeat;
}
.Icon-carRepair--correct {
  background-image: url("../img/Icon-carRepair.svg#correct");
  background-repeat: no-repeat;
}
.Icon-carRepair--warning {
  background-image: url("../img/Icon-carRepair.svg#warning");
  background-repeat: no-repeat;
}
.Icon-carRepair--error {
  background-image: url("../img/Icon-carRepair.svg#error");
  background-repeat: no-repeat;
}
.Icon-carRepair--text {
  background-image: url("../img/Icon-carRepair.svg#text");
  background-repeat: no-repeat;
}
.Icon-carRepair--neutral {
  background-image: url("../img/Icon-carRepair.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-carRepair--highlight {
  background-image: url("../img/Icon-carRepair.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-carRepair--link {
  background-image: url("../img/Icon-carRepair.svg#link");
  background-repeat: no-repeat;
}
.Icon-carRepair--border {
  background-image: url("../img/Icon-carRepair.svg#border");
  background-repeat: no-repeat;
}
.Icon-carRepair--disabled {
  background-image: url("../img/Icon-carRepair.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-caravan--default {
  background-image: url("../img/Icon-caravan.svg#default");
  background-repeat: no-repeat;
}
.Icon-caravan--primary {
  background-image: url("../img/Icon-caravan.svg#primary");
  background-repeat: no-repeat;
}
.Icon-caravan--secondary {
  background-image: url("../img/Icon-caravan.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-caravan--dark {
  background-image: url("../img/Icon-caravan.svg#dark");
  background-repeat: no-repeat;
}
.Icon-caravan--light {
  background-image: url("../img/Icon-caravan.svg#light");
  background-repeat: no-repeat;
}
.Icon-caravan--correct {
  background-image: url("../img/Icon-caravan.svg#correct");
  background-repeat: no-repeat;
}
.Icon-caravan--warning {
  background-image: url("../img/Icon-caravan.svg#warning");
  background-repeat: no-repeat;
}
.Icon-caravan--error {
  background-image: url("../img/Icon-caravan.svg#error");
  background-repeat: no-repeat;
}
.Icon-caravan--text {
  background-image: url("../img/Icon-caravan.svg#text");
  background-repeat: no-repeat;
}
.Icon-caravan--neutral {
  background-image: url("../img/Icon-caravan.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-caravan--highlight {
  background-image: url("../img/Icon-caravan.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-caravan--link {
  background-image: url("../img/Icon-caravan.svg#link");
  background-repeat: no-repeat;
}
.Icon-caravan--border {
  background-image: url("../img/Icon-caravan.svg#border");
  background-repeat: no-repeat;
}
.Icon-caravan--disabled {
  background-image: url("../img/Icon-caravan.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--default {
  background-image: url("../img/Icon-caravanAccident.svg#default");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--primary {
  background-image: url("../img/Icon-caravanAccident.svg#primary");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--secondary {
  background-image: url("../img/Icon-caravanAccident.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--dark {
  background-image: url("../img/Icon-caravanAccident.svg#dark");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--light {
  background-image: url("../img/Icon-caravanAccident.svg#light");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--correct {
  background-image: url("../img/Icon-caravanAccident.svg#correct");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--warning {
  background-image: url("../img/Icon-caravanAccident.svg#warning");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--error {
  background-image: url("../img/Icon-caravanAccident.svg#error");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--text {
  background-image: url("../img/Icon-caravanAccident.svg#text");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--neutral {
  background-image: url("../img/Icon-caravanAccident.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--highlight {
  background-image: url("../img/Icon-caravanAccident.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--link {
  background-image: url("../img/Icon-caravanAccident.svg#link");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--border {
  background-image: url("../img/Icon-caravanAccident.svg#border");
  background-repeat: no-repeat;
}
.Icon-caravanAccident--disabled {
  background-image: url("../img/Icon-caravanAccident.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-carpenter--default {
  background-image: url("../img/Icon-carpenter.svg#default");
  background-repeat: no-repeat;
}
.Icon-carpenter--primary {
  background-image: url("../img/Icon-carpenter.svg#primary");
  background-repeat: no-repeat;
}
.Icon-carpenter--secondary {
  background-image: url("../img/Icon-carpenter.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-carpenter--dark {
  background-image: url("../img/Icon-carpenter.svg#dark");
  background-repeat: no-repeat;
}
.Icon-carpenter--light {
  background-image: url("../img/Icon-carpenter.svg#light");
  background-repeat: no-repeat;
}
.Icon-carpenter--correct {
  background-image: url("../img/Icon-carpenter.svg#correct");
  background-repeat: no-repeat;
}
.Icon-carpenter--warning {
  background-image: url("../img/Icon-carpenter.svg#warning");
  background-repeat: no-repeat;
}
.Icon-carpenter--error {
  background-image: url("../img/Icon-carpenter.svg#error");
  background-repeat: no-repeat;
}
.Icon-carpenter--text {
  background-image: url("../img/Icon-carpenter.svg#text");
  background-repeat: no-repeat;
}
.Icon-carpenter--neutral {
  background-image: url("../img/Icon-carpenter.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-carpenter--highlight {
  background-image: url("../img/Icon-carpenter.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-carpenter--link {
  background-image: url("../img/Icon-carpenter.svg#link");
  background-repeat: no-repeat;
}
.Icon-carpenter--border {
  background-image: url("../img/Icon-carpenter.svg#border");
  background-repeat: no-repeat;
}
.Icon-carpenter--disabled {
  background-image: url("../img/Icon-carpenter.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-cart--default {
  background-image: url("../img/Icon-cart.svg#default");
  background-repeat: no-repeat;
}
.Icon-cart--primary {
  background-image: url("../img/Icon-cart.svg#primary");
  background-repeat: no-repeat;
}
.Icon-cart--secondary {
  background-image: url("../img/Icon-cart.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-cart--dark {
  background-image: url("../img/Icon-cart.svg#dark");
  background-repeat: no-repeat;
}
.Icon-cart--light {
  background-image: url("../img/Icon-cart.svg#light");
  background-repeat: no-repeat;
}
.Icon-cart--correct {
  background-image: url("../img/Icon-cart.svg#correct");
  background-repeat: no-repeat;
}
.Icon-cart--warning {
  background-image: url("../img/Icon-cart.svg#warning");
  background-repeat: no-repeat;
}
.Icon-cart--error {
  background-image: url("../img/Icon-cart.svg#error");
  background-repeat: no-repeat;
}
.Icon-cart--text {
  background-image: url("../img/Icon-cart.svg#text");
  background-repeat: no-repeat;
}
.Icon-cart--neutral {
  background-image: url("../img/Icon-cart.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-cart--highlight {
  background-image: url("../img/Icon-cart.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-cart--link {
  background-image: url("../img/Icon-cart.svg#link");
  background-repeat: no-repeat;
}
.Icon-cart--border {
  background-image: url("../img/Icon-cart.svg#border");
  background-repeat: no-repeat;
}
.Icon-cart--disabled {
  background-image: url("../img/Icon-cart.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-cat--default {
  background-image: url("../img/Icon-cat.svg#default");
  background-repeat: no-repeat;
}
.Icon-cat--primary {
  background-image: url("../img/Icon-cat.svg#primary");
  background-repeat: no-repeat;
}
.Icon-cat--secondary {
  background-image: url("../img/Icon-cat.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-cat--dark {
  background-image: url("../img/Icon-cat.svg#dark");
  background-repeat: no-repeat;
}
.Icon-cat--light {
  background-image: url("../img/Icon-cat.svg#light");
  background-repeat: no-repeat;
}
.Icon-cat--correct {
  background-image: url("../img/Icon-cat.svg#correct");
  background-repeat: no-repeat;
}
.Icon-cat--warning {
  background-image: url("../img/Icon-cat.svg#warning");
  background-repeat: no-repeat;
}
.Icon-cat--error {
  background-image: url("../img/Icon-cat.svg#error");
  background-repeat: no-repeat;
}
.Icon-cat--text {
  background-image: url("../img/Icon-cat.svg#text");
  background-repeat: no-repeat;
}
.Icon-cat--neutral {
  background-image: url("../img/Icon-cat.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-cat--highlight {
  background-image: url("../img/Icon-cat.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-cat--link {
  background-image: url("../img/Icon-cat.svg#link");
  background-repeat: no-repeat;
}
.Icon-cat--border {
  background-image: url("../img/Icon-cat.svg#border");
  background-repeat: no-repeat;
}
.Icon-cat--disabled {
  background-image: url("../img/Icon-cat.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-chatBot--default {
  background-image: url("../img/Icon-chatBot.svg#default");
  background-repeat: no-repeat;
}
.Icon-chatBot--primary {
  background-image: url("../img/Icon-chatBot.svg#primary");
  background-repeat: no-repeat;
}
.Icon-chatBot--secondary {
  background-image: url("../img/Icon-chatBot.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-chatBot--dark {
  background-image: url("../img/Icon-chatBot.svg#dark");
  background-repeat: no-repeat;
}
.Icon-chatBot--light {
  background-image: url("../img/Icon-chatBot.svg#light");
  background-repeat: no-repeat;
}
.Icon-chatBot--correct {
  background-image: url("../img/Icon-chatBot.svg#correct");
  background-repeat: no-repeat;
}
.Icon-chatBot--warning {
  background-image: url("../img/Icon-chatBot.svg#warning");
  background-repeat: no-repeat;
}
.Icon-chatBot--error {
  background-image: url("../img/Icon-chatBot.svg#error");
  background-repeat: no-repeat;
}
.Icon-chatBot--text {
  background-image: url("../img/Icon-chatBot.svg#text");
  background-repeat: no-repeat;
}
.Icon-chatBot--neutral {
  background-image: url("../img/Icon-chatBot.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-chatBot--highlight {
  background-image: url("../img/Icon-chatBot.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-chatBot--link {
  background-image: url("../img/Icon-chatBot.svg#link");
  background-repeat: no-repeat;
}
.Icon-chatBot--border {
  background-image: url("../img/Icon-chatBot.svg#border");
  background-repeat: no-repeat;
}
.Icon-chatBot--disabled {
  background-image: url("../img/Icon-chatBot.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-checklist--default {
  background-image: url("../img/Icon-checklist.svg#default");
  background-repeat: no-repeat;
}
.Icon-checklist--primary {
  background-image: url("../img/Icon-checklist.svg#primary");
  background-repeat: no-repeat;
}
.Icon-checklist--secondary {
  background-image: url("../img/Icon-checklist.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-checklist--dark {
  background-image: url("../img/Icon-checklist.svg#dark");
  background-repeat: no-repeat;
}
.Icon-checklist--light {
  background-image: url("../img/Icon-checklist.svg#light");
  background-repeat: no-repeat;
}
.Icon-checklist--correct {
  background-image: url("../img/Icon-checklist.svg#correct");
  background-repeat: no-repeat;
}
.Icon-checklist--warning {
  background-image: url("../img/Icon-checklist.svg#warning");
  background-repeat: no-repeat;
}
.Icon-checklist--error {
  background-image: url("../img/Icon-checklist.svg#error");
  background-repeat: no-repeat;
}
.Icon-checklist--text {
  background-image: url("../img/Icon-checklist.svg#text");
  background-repeat: no-repeat;
}
.Icon-checklist--neutral {
  background-image: url("../img/Icon-checklist.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-checklist--highlight {
  background-image: url("../img/Icon-checklist.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-checklist--link {
  background-image: url("../img/Icon-checklist.svg#link");
  background-repeat: no-repeat;
}
.Icon-checklist--border {
  background-image: url("../img/Icon-checklist.svg#border");
  background-repeat: no-repeat;
}
.Icon-checklist--disabled {
  background-image: url("../img/Icon-checklist.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-child--default {
  background-image: url("../img/Icon-child.svg#default");
  background-repeat: no-repeat;
}
.Icon-child--primary {
  background-image: url("../img/Icon-child.svg#primary");
  background-repeat: no-repeat;
}
.Icon-child--secondary {
  background-image: url("../img/Icon-child.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-child--dark {
  background-image: url("../img/Icon-child.svg#dark");
  background-repeat: no-repeat;
}
.Icon-child--light {
  background-image: url("../img/Icon-child.svg#light");
  background-repeat: no-repeat;
}
.Icon-child--correct {
  background-image: url("../img/Icon-child.svg#correct");
  background-repeat: no-repeat;
}
.Icon-child--warning {
  background-image: url("../img/Icon-child.svg#warning");
  background-repeat: no-repeat;
}
.Icon-child--error {
  background-image: url("../img/Icon-child.svg#error");
  background-repeat: no-repeat;
}
.Icon-child--text {
  background-image: url("../img/Icon-child.svg#text");
  background-repeat: no-repeat;
}
.Icon-child--neutral {
  background-image: url("../img/Icon-child.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-child--highlight {
  background-image: url("../img/Icon-child.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-child--link {
  background-image: url("../img/Icon-child.svg#link");
  background-repeat: no-repeat;
}
.Icon-child--border {
  background-image: url("../img/Icon-child.svg#border");
  background-repeat: no-repeat;
}
.Icon-child--disabled {
  background-image: url("../img/Icon-child.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--default {
  background-image: url("../img/Icon-chiroOsteo.svg#default");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--primary {
  background-image: url("../img/Icon-chiroOsteo.svg#primary");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--secondary {
  background-image: url("../img/Icon-chiroOsteo.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--dark {
  background-image: url("../img/Icon-chiroOsteo.svg#dark");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--light {
  background-image: url("../img/Icon-chiroOsteo.svg#light");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--correct {
  background-image: url("../img/Icon-chiroOsteo.svg#correct");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--warning {
  background-image: url("../img/Icon-chiroOsteo.svg#warning");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--error {
  background-image: url("../img/Icon-chiroOsteo.svg#error");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--text {
  background-image: url("../img/Icon-chiroOsteo.svg#text");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--neutral {
  background-image: url("../img/Icon-chiroOsteo.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--highlight {
  background-image: url("../img/Icon-chiroOsteo.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--link {
  background-image: url("../img/Icon-chiroOsteo.svg#link");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--border {
  background-image: url("../img/Icon-chiroOsteo.svg#border");
  background-repeat: no-repeat;
}
.Icon-chiroOsteo--disabled {
  background-image: url("../img/Icon-chiroOsteo.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--default {
  background-image: url("../img/Icon-chooseAmount.svg#default");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--primary {
  background-image: url("../img/Icon-chooseAmount.svg#primary");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--secondary {
  background-image: url("../img/Icon-chooseAmount.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--dark {
  background-image: url("../img/Icon-chooseAmount.svg#dark");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--light {
  background-image: url("../img/Icon-chooseAmount.svg#light");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--correct {
  background-image: url("../img/Icon-chooseAmount.svg#correct");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--warning {
  background-image: url("../img/Icon-chooseAmount.svg#warning");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--error {
  background-image: url("../img/Icon-chooseAmount.svg#error");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--text {
  background-image: url("../img/Icon-chooseAmount.svg#text");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--neutral {
  background-image: url("../img/Icon-chooseAmount.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--highlight {
  background-image: url("../img/Icon-chooseAmount.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--link {
  background-image: url("../img/Icon-chooseAmount.svg#link");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--border {
  background-image: url("../img/Icon-chooseAmount.svg#border");
  background-repeat: no-repeat;
}
.Icon-chooseAmount--disabled {
  background-image: url("../img/Icon-chooseAmount.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-cleaner--default {
  background-image: url("../img/Icon-cleaner.svg#default");
  background-repeat: no-repeat;
}
.Icon-cleaner--primary {
  background-image: url("../img/Icon-cleaner.svg#primary");
  background-repeat: no-repeat;
}
.Icon-cleaner--secondary {
  background-image: url("../img/Icon-cleaner.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-cleaner--dark {
  background-image: url("../img/Icon-cleaner.svg#dark");
  background-repeat: no-repeat;
}
.Icon-cleaner--light {
  background-image: url("../img/Icon-cleaner.svg#light");
  background-repeat: no-repeat;
}
.Icon-cleaner--correct {
  background-image: url("../img/Icon-cleaner.svg#correct");
  background-repeat: no-repeat;
}
.Icon-cleaner--warning {
  background-image: url("../img/Icon-cleaner.svg#warning");
  background-repeat: no-repeat;
}
.Icon-cleaner--error {
  background-image: url("../img/Icon-cleaner.svg#error");
  background-repeat: no-repeat;
}
.Icon-cleaner--text {
  background-image: url("../img/Icon-cleaner.svg#text");
  background-repeat: no-repeat;
}
.Icon-cleaner--neutral {
  background-image: url("../img/Icon-cleaner.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-cleaner--highlight {
  background-image: url("../img/Icon-cleaner.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-cleaner--link {
  background-image: url("../img/Icon-cleaner.svg#link");
  background-repeat: no-repeat;
}
.Icon-cleaner--border {
  background-image: url("../img/Icon-cleaner.svg#border");
  background-repeat: no-repeat;
}
.Icon-cleaner--disabled {
  background-image: url("../img/Icon-cleaner.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--default {
  background-image: url("../img/Icon-colonoscopy.svg#default");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--primary {
  background-image: url("../img/Icon-colonoscopy.svg#primary");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--secondary {
  background-image: url("../img/Icon-colonoscopy.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--dark {
  background-image: url("../img/Icon-colonoscopy.svg#dark");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--light {
  background-image: url("../img/Icon-colonoscopy.svg#light");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--correct {
  background-image: url("../img/Icon-colonoscopy.svg#correct");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--warning {
  background-image: url("../img/Icon-colonoscopy.svg#warning");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--error {
  background-image: url("../img/Icon-colonoscopy.svg#error");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--text {
  background-image: url("../img/Icon-colonoscopy.svg#text");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--neutral {
  background-image: url("../img/Icon-colonoscopy.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--highlight {
  background-image: url("../img/Icon-colonoscopy.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--link {
  background-image: url("../img/Icon-colonoscopy.svg#link");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--border {
  background-image: url("../img/Icon-colonoscopy.svg#border");
  background-repeat: no-repeat;
}
.Icon-colonoscopy--disabled {
  background-image: url("../img/Icon-colonoscopy.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-compare--default {
  background-image: url("../img/Icon-compare.svg#default");
  background-repeat: no-repeat;
}
.Icon-compare--primary {
  background-image: url("../img/Icon-compare.svg#primary");
  background-repeat: no-repeat;
}
.Icon-compare--secondary {
  background-image: url("../img/Icon-compare.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-compare--dark {
  background-image: url("../img/Icon-compare.svg#dark");
  background-repeat: no-repeat;
}
.Icon-compare--light {
  background-image: url("../img/Icon-compare.svg#light");
  background-repeat: no-repeat;
}
.Icon-compare--correct {
  background-image: url("../img/Icon-compare.svg#correct");
  background-repeat: no-repeat;
}
.Icon-compare--warning {
  background-image: url("../img/Icon-compare.svg#warning");
  background-repeat: no-repeat;
}
.Icon-compare--error {
  background-image: url("../img/Icon-compare.svg#error");
  background-repeat: no-repeat;
}
.Icon-compare--text {
  background-image: url("../img/Icon-compare.svg#text");
  background-repeat: no-repeat;
}
.Icon-compare--neutral {
  background-image: url("../img/Icon-compare.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-compare--highlight {
  background-image: url("../img/Icon-compare.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-compare--link {
  background-image: url("../img/Icon-compare.svg#link");
  background-repeat: no-repeat;
}
.Icon-compare--border {
  background-image: url("../img/Icon-compare.svg#border");
  background-repeat: no-repeat;
}
.Icon-compare--disabled {
  background-image: url("../img/Icon-compare.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-computer--default {
  background-image: url("../img/Icon-computer.svg#default");
  background-repeat: no-repeat;
}
.Icon-computer--primary {
  background-image: url("../img/Icon-computer.svg#primary");
  background-repeat: no-repeat;
}
.Icon-computer--secondary {
  background-image: url("../img/Icon-computer.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-computer--dark {
  background-image: url("../img/Icon-computer.svg#dark");
  background-repeat: no-repeat;
}
.Icon-computer--light {
  background-image: url("../img/Icon-computer.svg#light");
  background-repeat: no-repeat;
}
.Icon-computer--correct {
  background-image: url("../img/Icon-computer.svg#correct");
  background-repeat: no-repeat;
}
.Icon-computer--warning {
  background-image: url("../img/Icon-computer.svg#warning");
  background-repeat: no-repeat;
}
.Icon-computer--error {
  background-image: url("../img/Icon-computer.svg#error");
  background-repeat: no-repeat;
}
.Icon-computer--text {
  background-image: url("../img/Icon-computer.svg#text");
  background-repeat: no-repeat;
}
.Icon-computer--neutral {
  background-image: url("../img/Icon-computer.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-computer--highlight {
  background-image: url("../img/Icon-computer.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-computer--link {
  background-image: url("../img/Icon-computer.svg#link");
  background-repeat: no-repeat;
}
.Icon-computer--border {
  background-image: url("../img/Icon-computer.svg#border");
  background-repeat: no-repeat;
}
.Icon-computer--disabled {
  background-image: url("../img/Icon-computer.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-consultant--default {
  background-image: url("../img/Icon-consultant.svg#default");
  background-repeat: no-repeat;
}
.Icon-consultant--primary {
  background-image: url("../img/Icon-consultant.svg#primary");
  background-repeat: no-repeat;
}
.Icon-consultant--secondary {
  background-image: url("../img/Icon-consultant.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-consultant--dark {
  background-image: url("../img/Icon-consultant.svg#dark");
  background-repeat: no-repeat;
}
.Icon-consultant--light {
  background-image: url("../img/Icon-consultant.svg#light");
  background-repeat: no-repeat;
}
.Icon-consultant--correct {
  background-image: url("../img/Icon-consultant.svg#correct");
  background-repeat: no-repeat;
}
.Icon-consultant--warning {
  background-image: url("../img/Icon-consultant.svg#warning");
  background-repeat: no-repeat;
}
.Icon-consultant--error {
  background-image: url("../img/Icon-consultant.svg#error");
  background-repeat: no-repeat;
}
.Icon-consultant--text {
  background-image: url("../img/Icon-consultant.svg#text");
  background-repeat: no-repeat;
}
.Icon-consultant--neutral {
  background-image: url("../img/Icon-consultant.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-consultant--highlight {
  background-image: url("../img/Icon-consultant.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-consultant--link {
  background-image: url("../img/Icon-consultant.svg#link");
  background-repeat: no-repeat;
}
.Icon-consultant--border {
  background-image: url("../img/Icon-consultant.svg#border");
  background-repeat: no-repeat;
}
.Icon-consultant--disabled {
  background-image: url("../img/Icon-consultant.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-contents--default {
  background-image: url("../img/Icon-contents.svg#default");
  background-repeat: no-repeat;
}
.Icon-contents--primary {
  background-image: url("../img/Icon-contents.svg#primary");
  background-repeat: no-repeat;
}
.Icon-contents--secondary {
  background-image: url("../img/Icon-contents.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-contents--dark {
  background-image: url("../img/Icon-contents.svg#dark");
  background-repeat: no-repeat;
}
.Icon-contents--light {
  background-image: url("../img/Icon-contents.svg#light");
  background-repeat: no-repeat;
}
.Icon-contents--correct {
  background-image: url("../img/Icon-contents.svg#correct");
  background-repeat: no-repeat;
}
.Icon-contents--warning {
  background-image: url("../img/Icon-contents.svg#warning");
  background-repeat: no-repeat;
}
.Icon-contents--error {
  background-image: url("../img/Icon-contents.svg#error");
  background-repeat: no-repeat;
}
.Icon-contents--text {
  background-image: url("../img/Icon-contents.svg#text");
  background-repeat: no-repeat;
}
.Icon-contents--neutral {
  background-image: url("../img/Icon-contents.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-contents--highlight {
  background-image: url("../img/Icon-contents.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-contents--link {
  background-image: url("../img/Icon-contents.svg#link");
  background-repeat: no-repeat;
}
.Icon-contents--border {
  background-image: url("../img/Icon-contents.svg#border");
  background-repeat: no-repeat;
}
.Icon-contents--disabled {
  background-image: url("../img/Icon-contents.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--default {
  background-image: url("../img/Icon-cosmeticSurgery.svg#default");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--primary {
  background-image: url("../img/Icon-cosmeticSurgery.svg#primary");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--secondary {
  background-image: url("../img/Icon-cosmeticSurgery.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--dark {
  background-image: url("../img/Icon-cosmeticSurgery.svg#dark");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--light {
  background-image: url("../img/Icon-cosmeticSurgery.svg#light");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--correct {
  background-image: url("../img/Icon-cosmeticSurgery.svg#correct");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--warning {
  background-image: url("../img/Icon-cosmeticSurgery.svg#warning");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--error {
  background-image: url("../img/Icon-cosmeticSurgery.svg#error");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--text {
  background-image: url("../img/Icon-cosmeticSurgery.svg#text");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--neutral {
  background-image: url("../img/Icon-cosmeticSurgery.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--highlight {
  background-image: url("../img/Icon-cosmeticSurgery.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--link {
  background-image: url("../img/Icon-cosmeticSurgery.svg#link");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--border {
  background-image: url("../img/Icon-cosmeticSurgery.svg#border");
  background-repeat: no-repeat;
}
.Icon-cosmeticSurgery--disabled {
  background-image: url("../img/Icon-cosmeticSurgery.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-cross--default {
  background-image: url("../img/Icon-cross.svg#default");
  background-repeat: no-repeat;
}
.Icon-cross--primary {
  background-image: url("../img/Icon-cross.svg#primary");
  background-repeat: no-repeat;
}
.Icon-cross--secondary {
  background-image: url("../img/Icon-cross.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-cross--dark {
  background-image: url("../img/Icon-cross.svg#dark");
  background-repeat: no-repeat;
}
.Icon-cross--light {
  background-image: url("../img/Icon-cross.svg#light");
  background-repeat: no-repeat;
}
.Icon-cross--correct {
  background-image: url("../img/Icon-cross.svg#correct");
  background-repeat: no-repeat;
}
.Icon-cross--warning {
  background-image: url("../img/Icon-cross.svg#warning");
  background-repeat: no-repeat;
}
.Icon-cross--error {
  background-image: url("../img/Icon-cross.svg#error");
  background-repeat: no-repeat;
}
.Icon-cross--text {
  background-image: url("../img/Icon-cross.svg#text");
  background-repeat: no-repeat;
}
.Icon-cross--neutral {
  background-image: url("../img/Icon-cross.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-cross--highlight {
  background-image: url("../img/Icon-cross.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-cross--link {
  background-image: url("../img/Icon-cross.svg#link");
  background-repeat: no-repeat;
}
.Icon-cross--border {
  background-image: url("../img/Icon-cross.svg#border");
  background-repeat: no-repeat;
}
.Icon-cross--disabled {
  background-image: url("../img/Icon-cross.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-crossCircle--default {
  background-image: url("../img/Icon-crossCircle.svg#default");
  background-repeat: no-repeat;
}
.Icon-crossCircle--primary {
  background-image: url("../img/Icon-crossCircle.svg#primary");
  background-repeat: no-repeat;
}
.Icon-crossCircle--secondary {
  background-image: url("../img/Icon-crossCircle.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-crossCircle--dark {
  background-image: url("../img/Icon-crossCircle.svg#dark");
  background-repeat: no-repeat;
}
.Icon-crossCircle--light {
  background-image: url("../img/Icon-crossCircle.svg#light");
  background-repeat: no-repeat;
}
.Icon-crossCircle--correct {
  background-image: url("../img/Icon-crossCircle.svg#correct");
  background-repeat: no-repeat;
}
.Icon-crossCircle--warning {
  background-image: url("../img/Icon-crossCircle.svg#warning");
  background-repeat: no-repeat;
}
.Icon-crossCircle--error {
  background-image: url("../img/Icon-crossCircle.svg#error");
  background-repeat: no-repeat;
}
.Icon-crossCircle--text {
  background-image: url("../img/Icon-crossCircle.svg#text");
  background-repeat: no-repeat;
}
.Icon-crossCircle--neutral {
  background-image: url("../img/Icon-crossCircle.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-crossCircle--highlight {
  background-image: url("../img/Icon-crossCircle.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-crossCircle--link {
  background-image: url("../img/Icon-crossCircle.svg#link");
  background-repeat: no-repeat;
}
.Icon-crossCircle--border {
  background-image: url("../img/Icon-crossCircle.svg#border");
  background-repeat: no-repeat;
}
.Icon-crossCircle--disabled {
  background-image: url("../img/Icon-crossCircle.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-ctp--default {
  background-image: url("../img/Icon-ctp.svg#default");
  background-repeat: no-repeat;
}
.Icon-ctp--primary {
  background-image: url("../img/Icon-ctp.svg#primary");
  background-repeat: no-repeat;
}
.Icon-ctp--secondary {
  background-image: url("../img/Icon-ctp.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-ctp--dark {
  background-image: url("../img/Icon-ctp.svg#dark");
  background-repeat: no-repeat;
}
.Icon-ctp--light {
  background-image: url("../img/Icon-ctp.svg#light");
  background-repeat: no-repeat;
}
.Icon-ctp--correct {
  background-image: url("../img/Icon-ctp.svg#correct");
  background-repeat: no-repeat;
}
.Icon-ctp--warning {
  background-image: url("../img/Icon-ctp.svg#warning");
  background-repeat: no-repeat;
}
.Icon-ctp--error {
  background-image: url("../img/Icon-ctp.svg#error");
  background-repeat: no-repeat;
}
.Icon-ctp--text {
  background-image: url("../img/Icon-ctp.svg#text");
  background-repeat: no-repeat;
}
.Icon-ctp--neutral {
  background-image: url("../img/Icon-ctp.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-ctp--highlight {
  background-image: url("../img/Icon-ctp.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-ctp--link {
  background-image: url("../img/Icon-ctp.svg#link");
  background-repeat: no-repeat;
}
.Icon-ctp--border {
  background-image: url("../img/Icon-ctp.svg#border");
  background-repeat: no-repeat;
}
.Icon-ctp--disabled {
  background-image: url("../img/Icon-ctp.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-cyclone--default {
  background-image: url("../img/Icon-cyclone.svg#default");
  background-repeat: no-repeat;
}
.Icon-cyclone--primary {
  background-image: url("../img/Icon-cyclone.svg#primary");
  background-repeat: no-repeat;
}
.Icon-cyclone--secondary {
  background-image: url("../img/Icon-cyclone.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-cyclone--dark {
  background-image: url("../img/Icon-cyclone.svg#dark");
  background-repeat: no-repeat;
}
.Icon-cyclone--light {
  background-image: url("../img/Icon-cyclone.svg#light");
  background-repeat: no-repeat;
}
.Icon-cyclone--correct {
  background-image: url("../img/Icon-cyclone.svg#correct");
  background-repeat: no-repeat;
}
.Icon-cyclone--warning {
  background-image: url("../img/Icon-cyclone.svg#warning");
  background-repeat: no-repeat;
}
.Icon-cyclone--error {
  background-image: url("../img/Icon-cyclone.svg#error");
  background-repeat: no-repeat;
}
.Icon-cyclone--text {
  background-image: url("../img/Icon-cyclone.svg#text");
  background-repeat: no-repeat;
}
.Icon-cyclone--neutral {
  background-image: url("../img/Icon-cyclone.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-cyclone--highlight {
  background-image: url("../img/Icon-cyclone.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-cyclone--link {
  background-image: url("../img/Icon-cyclone.svg#link");
  background-repeat: no-repeat;
}
.Icon-cyclone--border {
  background-image: url("../img/Icon-cyclone.svg#border");
  background-repeat: no-repeat;
}
.Icon-cyclone--disabled {
  background-image: url("../img/Icon-cyclone.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--default {
  background-image: url("../img/Icon-dentalSurgery.svg#default");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--primary {
  background-image: url("../img/Icon-dentalSurgery.svg#primary");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--secondary {
  background-image: url("../img/Icon-dentalSurgery.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--dark {
  background-image: url("../img/Icon-dentalSurgery.svg#dark");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--light {
  background-image: url("../img/Icon-dentalSurgery.svg#light");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--correct {
  background-image: url("../img/Icon-dentalSurgery.svg#correct");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--warning {
  background-image: url("../img/Icon-dentalSurgery.svg#warning");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--error {
  background-image: url("../img/Icon-dentalSurgery.svg#error");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--text {
  background-image: url("../img/Icon-dentalSurgery.svg#text");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--neutral {
  background-image: url("../img/Icon-dentalSurgery.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--highlight {
  background-image: url("../img/Icon-dentalSurgery.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--link {
  background-image: url("../img/Icon-dentalSurgery.svg#link");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--border {
  background-image: url("../img/Icon-dentalSurgery.svg#border");
  background-repeat: no-repeat;
}
.Icon-dentalSurgery--disabled {
  background-image: url("../img/Icon-dentalSurgery.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-detailingCar--default {
  background-image: url("../img/Icon-detailingCar.svg#default");
  background-repeat: no-repeat;
}
.Icon-detailingCar--primary {
  background-image: url("../img/Icon-detailingCar.svg#primary");
  background-repeat: no-repeat;
}
.Icon-detailingCar--secondary {
  background-image: url("../img/Icon-detailingCar.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-detailingCar--dark {
  background-image: url("../img/Icon-detailingCar.svg#dark");
  background-repeat: no-repeat;
}
.Icon-detailingCar--light {
  background-image: url("../img/Icon-detailingCar.svg#light");
  background-repeat: no-repeat;
}
.Icon-detailingCar--correct {
  background-image: url("../img/Icon-detailingCar.svg#correct");
  background-repeat: no-repeat;
}
.Icon-detailingCar--warning {
  background-image: url("../img/Icon-detailingCar.svg#warning");
  background-repeat: no-repeat;
}
.Icon-detailingCar--error {
  background-image: url("../img/Icon-detailingCar.svg#error");
  background-repeat: no-repeat;
}
.Icon-detailingCar--text {
  background-image: url("../img/Icon-detailingCar.svg#text");
  background-repeat: no-repeat;
}
.Icon-detailingCar--neutral {
  background-image: url("../img/Icon-detailingCar.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-detailingCar--highlight {
  background-image: url("../img/Icon-detailingCar.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-detailingCar--link {
  background-image: url("../img/Icon-detailingCar.svg#link");
  background-repeat: no-repeat;
}
.Icon-detailingCar--border {
  background-image: url("../img/Icon-detailingCar.svg#border");
  background-repeat: no-repeat;
}
.Icon-detailingCar--disabled {
  background-image: url("../img/Icon-detailingCar.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-devices--default {
  background-image: url("../img/Icon-devices.svg#default");
  background-repeat: no-repeat;
}
.Icon-devices--primary {
  background-image: url("../img/Icon-devices.svg#primary");
  background-repeat: no-repeat;
}
.Icon-devices--secondary {
  background-image: url("../img/Icon-devices.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-devices--dark {
  background-image: url("../img/Icon-devices.svg#dark");
  background-repeat: no-repeat;
}
.Icon-devices--light {
  background-image: url("../img/Icon-devices.svg#light");
  background-repeat: no-repeat;
}
.Icon-devices--correct {
  background-image: url("../img/Icon-devices.svg#correct");
  background-repeat: no-repeat;
}
.Icon-devices--warning {
  background-image: url("../img/Icon-devices.svg#warning");
  background-repeat: no-repeat;
}
.Icon-devices--error {
  background-image: url("../img/Icon-devices.svg#error");
  background-repeat: no-repeat;
}
.Icon-devices--text {
  background-image: url("../img/Icon-devices.svg#text");
  background-repeat: no-repeat;
}
.Icon-devices--neutral {
  background-image: url("../img/Icon-devices.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-devices--highlight {
  background-image: url("../img/Icon-devices.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-devices--link {
  background-image: url("../img/Icon-devices.svg#link");
  background-repeat: no-repeat;
}
.Icon-devices--border {
  background-image: url("../img/Icon-devices.svg#border");
  background-repeat: no-repeat;
}
.Icon-devices--disabled {
  background-image: url("../img/Icon-devices.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-dialysis--default {
  background-image: url("../img/Icon-dialysis.svg#default");
  background-repeat: no-repeat;
}
.Icon-dialysis--primary {
  background-image: url("../img/Icon-dialysis.svg#primary");
  background-repeat: no-repeat;
}
.Icon-dialysis--secondary {
  background-image: url("../img/Icon-dialysis.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-dialysis--dark {
  background-image: url("../img/Icon-dialysis.svg#dark");
  background-repeat: no-repeat;
}
.Icon-dialysis--light {
  background-image: url("../img/Icon-dialysis.svg#light");
  background-repeat: no-repeat;
}
.Icon-dialysis--correct {
  background-image: url("../img/Icon-dialysis.svg#correct");
  background-repeat: no-repeat;
}
.Icon-dialysis--warning {
  background-image: url("../img/Icon-dialysis.svg#warning");
  background-repeat: no-repeat;
}
.Icon-dialysis--error {
  background-image: url("../img/Icon-dialysis.svg#error");
  background-repeat: no-repeat;
}
.Icon-dialysis--text {
  background-image: url("../img/Icon-dialysis.svg#text");
  background-repeat: no-repeat;
}
.Icon-dialysis--neutral {
  background-image: url("../img/Icon-dialysis.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-dialysis--highlight {
  background-image: url("../img/Icon-dialysis.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-dialysis--link {
  background-image: url("../img/Icon-dialysis.svg#link");
  background-repeat: no-repeat;
}
.Icon-dialysis--border {
  background-image: url("../img/Icon-dialysis.svg#border");
  background-repeat: no-repeat;
}
.Icon-dialysis--disabled {
  background-image: url("../img/Icon-dialysis.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--default {
  background-image: url("../img/Icon-dietaryAdvice.svg#default");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--primary {
  background-image: url("../img/Icon-dietaryAdvice.svg#primary");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--secondary {
  background-image: url("../img/Icon-dietaryAdvice.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--dark {
  background-image: url("../img/Icon-dietaryAdvice.svg#dark");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--light {
  background-image: url("../img/Icon-dietaryAdvice.svg#light");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--correct {
  background-image: url("../img/Icon-dietaryAdvice.svg#correct");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--warning {
  background-image: url("../img/Icon-dietaryAdvice.svg#warning");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--error {
  background-image: url("../img/Icon-dietaryAdvice.svg#error");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--text {
  background-image: url("../img/Icon-dietaryAdvice.svg#text");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--neutral {
  background-image: url("../img/Icon-dietaryAdvice.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--highlight {
  background-image: url("../img/Icon-dietaryAdvice.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--link {
  background-image: url("../img/Icon-dietaryAdvice.svg#link");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--border {
  background-image: url("../img/Icon-dietaryAdvice.svg#border");
  background-repeat: no-repeat;
}
.Icon-dietaryAdvice--disabled {
  background-image: url("../img/Icon-dietaryAdvice.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-disability--default {
  background-image: url("../img/Icon-disability.svg#default");
  background-repeat: no-repeat;
}
.Icon-disability--primary {
  background-image: url("../img/Icon-disability.svg#primary");
  background-repeat: no-repeat;
}
.Icon-disability--secondary {
  background-image: url("../img/Icon-disability.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-disability--dark {
  background-image: url("../img/Icon-disability.svg#dark");
  background-repeat: no-repeat;
}
.Icon-disability--light {
  background-image: url("../img/Icon-disability.svg#light");
  background-repeat: no-repeat;
}
.Icon-disability--correct {
  background-image: url("../img/Icon-disability.svg#correct");
  background-repeat: no-repeat;
}
.Icon-disability--warning {
  background-image: url("../img/Icon-disability.svg#warning");
  background-repeat: no-repeat;
}
.Icon-disability--error {
  background-image: url("../img/Icon-disability.svg#error");
  background-repeat: no-repeat;
}
.Icon-disability--text {
  background-image: url("../img/Icon-disability.svg#text");
  background-repeat: no-repeat;
}
.Icon-disability--neutral {
  background-image: url("../img/Icon-disability.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-disability--highlight {
  background-image: url("../img/Icon-disability.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-disability--link {
  background-image: url("../img/Icon-disability.svg#link");
  background-repeat: no-repeat;
}
.Icon-disability--border {
  background-image: url("../img/Icon-disability.svg#border");
  background-repeat: no-repeat;
}
.Icon-disability--disabled {
  background-image: url("../img/Icon-disability.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-dishwasher--default {
  background-image: url("../img/Icon-dishwasher.svg#default");
  background-repeat: no-repeat;
}
.Icon-dishwasher--primary {
  background-image: url("../img/Icon-dishwasher.svg#primary");
  background-repeat: no-repeat;
}
.Icon-dishwasher--secondary {
  background-image: url("../img/Icon-dishwasher.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-dishwasher--dark {
  background-image: url("../img/Icon-dishwasher.svg#dark");
  background-repeat: no-repeat;
}
.Icon-dishwasher--light {
  background-image: url("../img/Icon-dishwasher.svg#light");
  background-repeat: no-repeat;
}
.Icon-dishwasher--correct {
  background-image: url("../img/Icon-dishwasher.svg#correct");
  background-repeat: no-repeat;
}
.Icon-dishwasher--warning {
  background-image: url("../img/Icon-dishwasher.svg#warning");
  background-repeat: no-repeat;
}
.Icon-dishwasher--error {
  background-image: url("../img/Icon-dishwasher.svg#error");
  background-repeat: no-repeat;
}
.Icon-dishwasher--text {
  background-image: url("../img/Icon-dishwasher.svg#text");
  background-repeat: no-repeat;
}
.Icon-dishwasher--neutral {
  background-image: url("../img/Icon-dishwasher.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-dishwasher--highlight {
  background-image: url("../img/Icon-dishwasher.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-dishwasher--link {
  background-image: url("../img/Icon-dishwasher.svg#link");
  background-repeat: no-repeat;
}
.Icon-dishwasher--border {
  background-image: url("../img/Icon-dishwasher.svg#border");
  background-repeat: no-repeat;
}
.Icon-dishwasher--disabled {
  background-image: url("../img/Icon-dishwasher.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--default {
  background-image: url("../img/Icon-docsAndPhotos.svg#default");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--primary {
  background-image: url("../img/Icon-docsAndPhotos.svg#primary");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--secondary {
  background-image: url("../img/Icon-docsAndPhotos.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--dark {
  background-image: url("../img/Icon-docsAndPhotos.svg#dark");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--light {
  background-image: url("../img/Icon-docsAndPhotos.svg#light");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--correct {
  background-image: url("../img/Icon-docsAndPhotos.svg#correct");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--warning {
  background-image: url("../img/Icon-docsAndPhotos.svg#warning");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--error {
  background-image: url("../img/Icon-docsAndPhotos.svg#error");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--text {
  background-image: url("../img/Icon-docsAndPhotos.svg#text");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--neutral {
  background-image: url("../img/Icon-docsAndPhotos.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--highlight {
  background-image: url("../img/Icon-docsAndPhotos.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--link {
  background-image: url("../img/Icon-docsAndPhotos.svg#link");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--border {
  background-image: url("../img/Icon-docsAndPhotos.svg#border");
  background-repeat: no-repeat;
}
.Icon-docsAndPhotos--disabled {
  background-image: url("../img/Icon-docsAndPhotos.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-dog--default {
  background-image: url("../img/Icon-dog.svg#default");
  background-repeat: no-repeat;
}
.Icon-dog--primary {
  background-image: url("../img/Icon-dog.svg#primary");
  background-repeat: no-repeat;
}
.Icon-dog--secondary {
  background-image: url("../img/Icon-dog.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-dog--dark {
  background-image: url("../img/Icon-dog.svg#dark");
  background-repeat: no-repeat;
}
.Icon-dog--light {
  background-image: url("../img/Icon-dog.svg#light");
  background-repeat: no-repeat;
}
.Icon-dog--correct {
  background-image: url("../img/Icon-dog.svg#correct");
  background-repeat: no-repeat;
}
.Icon-dog--warning {
  background-image: url("../img/Icon-dog.svg#warning");
  background-repeat: no-repeat;
}
.Icon-dog--error {
  background-image: url("../img/Icon-dog.svg#error");
  background-repeat: no-repeat;
}
.Icon-dog--text {
  background-image: url("../img/Icon-dog.svg#text");
  background-repeat: no-repeat;
}
.Icon-dog--neutral {
  background-image: url("../img/Icon-dog.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-dog--highlight {
  background-image: url("../img/Icon-dog.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-dog--link {
  background-image: url("../img/Icon-dog.svg#link");
  background-repeat: no-repeat;
}
.Icon-dog--border {
  background-image: url("../img/Icon-dog.svg#border");
  background-repeat: no-repeat;
}
.Icon-dog--disabled {
  background-image: url("../img/Icon-dog.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-download--default {
  background-image: url("../img/Icon-download.svg#default");
  background-repeat: no-repeat;
}
.Icon-download--primary {
  background-image: url("../img/Icon-download.svg#primary");
  background-repeat: no-repeat;
}
.Icon-download--secondary {
  background-image: url("../img/Icon-download.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-download--dark {
  background-image: url("../img/Icon-download.svg#dark");
  background-repeat: no-repeat;
}
.Icon-download--light {
  background-image: url("../img/Icon-download.svg#light");
  background-repeat: no-repeat;
}
.Icon-download--correct {
  background-image: url("../img/Icon-download.svg#correct");
  background-repeat: no-repeat;
}
.Icon-download--warning {
  background-image: url("../img/Icon-download.svg#warning");
  background-repeat: no-repeat;
}
.Icon-download--error {
  background-image: url("../img/Icon-download.svg#error");
  background-repeat: no-repeat;
}
.Icon-download--text {
  background-image: url("../img/Icon-download.svg#text");
  background-repeat: no-repeat;
}
.Icon-download--neutral {
  background-image: url("../img/Icon-download.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-download--highlight {
  background-image: url("../img/Icon-download.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-download--link {
  background-image: url("../img/Icon-download.svg#link");
  background-repeat: no-repeat;
}
.Icon-download--border {
  background-image: url("../img/Icon-download.svg#border");
  background-repeat: no-repeat;
}
.Icon-download--disabled {
  background-image: url("../img/Icon-download.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-driver--default {
  background-image: url("../img/Icon-driver.svg#default");
  background-repeat: no-repeat;
}
.Icon-driver--primary {
  background-image: url("../img/Icon-driver.svg#primary");
  background-repeat: no-repeat;
}
.Icon-driver--secondary {
  background-image: url("../img/Icon-driver.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-driver--dark {
  background-image: url("../img/Icon-driver.svg#dark");
  background-repeat: no-repeat;
}
.Icon-driver--light {
  background-image: url("../img/Icon-driver.svg#light");
  background-repeat: no-repeat;
}
.Icon-driver--correct {
  background-image: url("../img/Icon-driver.svg#correct");
  background-repeat: no-repeat;
}
.Icon-driver--warning {
  background-image: url("../img/Icon-driver.svg#warning");
  background-repeat: no-repeat;
}
.Icon-driver--error {
  background-image: url("../img/Icon-driver.svg#error");
  background-repeat: no-repeat;
}
.Icon-driver--text {
  background-image: url("../img/Icon-driver.svg#text");
  background-repeat: no-repeat;
}
.Icon-driver--neutral {
  background-image: url("../img/Icon-driver.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-driver--highlight {
  background-image: url("../img/Icon-driver.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-driver--link {
  background-image: url("../img/Icon-driver.svg#link");
  background-repeat: no-repeat;
}
.Icon-driver--border {
  background-image: url("../img/Icon-driver.svg#border");
  background-repeat: no-repeat;
}
.Icon-driver--disabled {
  background-image: url("../img/Icon-driver.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-earthquake--default {
  background-image: url("../img/Icon-earthquake.svg#default");
  background-repeat: no-repeat;
}
.Icon-earthquake--primary {
  background-image: url("../img/Icon-earthquake.svg#primary");
  background-repeat: no-repeat;
}
.Icon-earthquake--secondary {
  background-image: url("../img/Icon-earthquake.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-earthquake--dark {
  background-image: url("../img/Icon-earthquake.svg#dark");
  background-repeat: no-repeat;
}
.Icon-earthquake--light {
  background-image: url("../img/Icon-earthquake.svg#light");
  background-repeat: no-repeat;
}
.Icon-earthquake--correct {
  background-image: url("../img/Icon-earthquake.svg#correct");
  background-repeat: no-repeat;
}
.Icon-earthquake--warning {
  background-image: url("../img/Icon-earthquake.svg#warning");
  background-repeat: no-repeat;
}
.Icon-earthquake--error {
  background-image: url("../img/Icon-earthquake.svg#error");
  background-repeat: no-repeat;
}
.Icon-earthquake--text {
  background-image: url("../img/Icon-earthquake.svg#text");
  background-repeat: no-repeat;
}
.Icon-earthquake--neutral {
  background-image: url("../img/Icon-earthquake.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-earthquake--highlight {
  background-image: url("../img/Icon-earthquake.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-earthquake--link {
  background-image: url("../img/Icon-earthquake.svg#link");
  background-repeat: no-repeat;
}
.Icon-earthquake--border {
  background-image: url("../img/Icon-earthquake.svg#border");
  background-repeat: no-repeat;
}
.Icon-earthquake--disabled {
  background-image: url("../img/Icon-earthquake.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-edit--default {
  background-image: url("../img/Icon-edit.svg#default");
  background-repeat: no-repeat;
}
.Icon-edit--primary {
  background-image: url("../img/Icon-edit.svg#primary");
  background-repeat: no-repeat;
}
.Icon-edit--secondary {
  background-image: url("../img/Icon-edit.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-edit--dark {
  background-image: url("../img/Icon-edit.svg#dark");
  background-repeat: no-repeat;
}
.Icon-edit--light {
  background-image: url("../img/Icon-edit.svg#light");
  background-repeat: no-repeat;
}
.Icon-edit--correct {
  background-image: url("../img/Icon-edit.svg#correct");
  background-repeat: no-repeat;
}
.Icon-edit--warning {
  background-image: url("../img/Icon-edit.svg#warning");
  background-repeat: no-repeat;
}
.Icon-edit--error {
  background-image: url("../img/Icon-edit.svg#error");
  background-repeat: no-repeat;
}
.Icon-edit--text {
  background-image: url("../img/Icon-edit.svg#text");
  background-repeat: no-repeat;
}
.Icon-edit--neutral {
  background-image: url("../img/Icon-edit.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-edit--highlight {
  background-image: url("../img/Icon-edit.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-edit--link {
  background-image: url("../img/Icon-edit.svg#link");
  background-repeat: no-repeat;
}
.Icon-edit--border {
  background-image: url("../img/Icon-edit.svg#border");
  background-repeat: no-repeat;
}
.Icon-edit--disabled {
  background-image: url("../img/Icon-edit.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-eight--default {
  background-image: url("../img/Icon-eight.svg#default");
  background-repeat: no-repeat;
}
.Icon-eight--primary {
  background-image: url("../img/Icon-eight.svg#primary");
  background-repeat: no-repeat;
}
.Icon-eight--secondary {
  background-image: url("../img/Icon-eight.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-eight--dark {
  background-image: url("../img/Icon-eight.svg#dark");
  background-repeat: no-repeat;
}
.Icon-eight--light {
  background-image: url("../img/Icon-eight.svg#light");
  background-repeat: no-repeat;
}
.Icon-eight--correct {
  background-image: url("../img/Icon-eight.svg#correct");
  background-repeat: no-repeat;
}
.Icon-eight--warning {
  background-image: url("../img/Icon-eight.svg#warning");
  background-repeat: no-repeat;
}
.Icon-eight--error {
  background-image: url("../img/Icon-eight.svg#error");
  background-repeat: no-repeat;
}
.Icon-eight--text {
  background-image: url("../img/Icon-eight.svg#text");
  background-repeat: no-repeat;
}
.Icon-eight--neutral {
  background-image: url("../img/Icon-eight.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-eight--highlight {
  background-image: url("../img/Icon-eight.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-eight--link {
  background-image: url("../img/Icon-eight.svg#link");
  background-repeat: no-repeat;
}
.Icon-eight--border {
  background-image: url("../img/Icon-eight.svg#border");
  background-repeat: no-repeat;
}
.Icon-eight--disabled {
  background-image: url("../img/Icon-eight.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-elderly1--default {
  background-image: url("../img/Icon-elderly1.svg#default");
  background-repeat: no-repeat;
}
.Icon-elderly1--primary {
  background-image: url("../img/Icon-elderly1.svg#primary");
  background-repeat: no-repeat;
}
.Icon-elderly1--secondary {
  background-image: url("../img/Icon-elderly1.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-elderly1--dark {
  background-image: url("../img/Icon-elderly1.svg#dark");
  background-repeat: no-repeat;
}
.Icon-elderly1--light {
  background-image: url("../img/Icon-elderly1.svg#light");
  background-repeat: no-repeat;
}
.Icon-elderly1--correct {
  background-image: url("../img/Icon-elderly1.svg#correct");
  background-repeat: no-repeat;
}
.Icon-elderly1--warning {
  background-image: url("../img/Icon-elderly1.svg#warning");
  background-repeat: no-repeat;
}
.Icon-elderly1--error {
  background-image: url("../img/Icon-elderly1.svg#error");
  background-repeat: no-repeat;
}
.Icon-elderly1--text {
  background-image: url("../img/Icon-elderly1.svg#text");
  background-repeat: no-repeat;
}
.Icon-elderly1--neutral {
  background-image: url("../img/Icon-elderly1.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-elderly1--highlight {
  background-image: url("../img/Icon-elderly1.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-elderly1--link {
  background-image: url("../img/Icon-elderly1.svg#link");
  background-repeat: no-repeat;
}
.Icon-elderly1--border {
  background-image: url("../img/Icon-elderly1.svg#border");
  background-repeat: no-repeat;
}
.Icon-elderly1--disabled {
  background-image: url("../img/Icon-elderly1.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-elderly2--default {
  background-image: url("../img/Icon-elderly2.svg#default");
  background-repeat: no-repeat;
}
.Icon-elderly2--primary {
  background-image: url("../img/Icon-elderly2.svg#primary");
  background-repeat: no-repeat;
}
.Icon-elderly2--secondary {
  background-image: url("../img/Icon-elderly2.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-elderly2--dark {
  background-image: url("../img/Icon-elderly2.svg#dark");
  background-repeat: no-repeat;
}
.Icon-elderly2--light {
  background-image: url("../img/Icon-elderly2.svg#light");
  background-repeat: no-repeat;
}
.Icon-elderly2--correct {
  background-image: url("../img/Icon-elderly2.svg#correct");
  background-repeat: no-repeat;
}
.Icon-elderly2--warning {
  background-image: url("../img/Icon-elderly2.svg#warning");
  background-repeat: no-repeat;
}
.Icon-elderly2--error {
  background-image: url("../img/Icon-elderly2.svg#error");
  background-repeat: no-repeat;
}
.Icon-elderly2--text {
  background-image: url("../img/Icon-elderly2.svg#text");
  background-repeat: no-repeat;
}
.Icon-elderly2--neutral {
  background-image: url("../img/Icon-elderly2.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-elderly2--highlight {
  background-image: url("../img/Icon-elderly2.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-elderly2--link {
  background-image: url("../img/Icon-elderly2.svg#link");
  background-repeat: no-repeat;
}
.Icon-elderly2--border {
  background-image: url("../img/Icon-elderly2.svg#border");
  background-repeat: no-repeat;
}
.Icon-elderly2--disabled {
  background-image: url("../img/Icon-elderly2.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-email--default {
  background-image: url("../img/Icon-email.svg#default");
  background-repeat: no-repeat;
}
.Icon-email--primary {
  background-image: url("../img/Icon-email.svg#primary");
  background-repeat: no-repeat;
}
.Icon-email--secondary {
  background-image: url("../img/Icon-email.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-email--dark {
  background-image: url("../img/Icon-email.svg#dark");
  background-repeat: no-repeat;
}
.Icon-email--light {
  background-image: url("../img/Icon-email.svg#light");
  background-repeat: no-repeat;
}
.Icon-email--correct {
  background-image: url("../img/Icon-email.svg#correct");
  background-repeat: no-repeat;
}
.Icon-email--warning {
  background-image: url("../img/Icon-email.svg#warning");
  background-repeat: no-repeat;
}
.Icon-email--error {
  background-image: url("../img/Icon-email.svg#error");
  background-repeat: no-repeat;
}
.Icon-email--text {
  background-image: url("../img/Icon-email.svg#text");
  background-repeat: no-repeat;
}
.Icon-email--neutral {
  background-image: url("../img/Icon-email.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-email--highlight {
  background-image: url("../img/Icon-email.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-email--link {
  background-image: url("../img/Icon-email.svg#link");
  background-repeat: no-repeat;
}
.Icon-email--border {
  background-image: url("../img/Icon-email.svg#border");
  background-repeat: no-repeat;
}
.Icon-email--disabled {
  background-image: url("../img/Icon-email.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-entryway--default {
  background-image: url("../img/Icon-entryway.svg#default");
  background-repeat: no-repeat;
}
.Icon-entryway--primary {
  background-image: url("../img/Icon-entryway.svg#primary");
  background-repeat: no-repeat;
}
.Icon-entryway--secondary {
  background-image: url("../img/Icon-entryway.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-entryway--dark {
  background-image: url("../img/Icon-entryway.svg#dark");
  background-repeat: no-repeat;
}
.Icon-entryway--light {
  background-image: url("../img/Icon-entryway.svg#light");
  background-repeat: no-repeat;
}
.Icon-entryway--correct {
  background-image: url("../img/Icon-entryway.svg#correct");
  background-repeat: no-repeat;
}
.Icon-entryway--warning {
  background-image: url("../img/Icon-entryway.svg#warning");
  background-repeat: no-repeat;
}
.Icon-entryway--error {
  background-image: url("../img/Icon-entryway.svg#error");
  background-repeat: no-repeat;
}
.Icon-entryway--text {
  background-image: url("../img/Icon-entryway.svg#text");
  background-repeat: no-repeat;
}
.Icon-entryway--neutral {
  background-image: url("../img/Icon-entryway.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-entryway--highlight {
  background-image: url("../img/Icon-entryway.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-entryway--link {
  background-image: url("../img/Icon-entryway.svg#link");
  background-repeat: no-repeat;
}
.Icon-entryway--border {
  background-image: url("../img/Icon-entryway.svg#border");
  background-repeat: no-repeat;
}
.Icon-entryway--disabled {
  background-image: url("../img/Icon-entryway.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-event--default {
  background-image: url("../img/Icon-event.svg#default");
  background-repeat: no-repeat;
}
.Icon-event--primary {
  background-image: url("../img/Icon-event.svg#primary");
  background-repeat: no-repeat;
}
.Icon-event--secondary {
  background-image: url("../img/Icon-event.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-event--dark {
  background-image: url("../img/Icon-event.svg#dark");
  background-repeat: no-repeat;
}
.Icon-event--light {
  background-image: url("../img/Icon-event.svg#light");
  background-repeat: no-repeat;
}
.Icon-event--correct {
  background-image: url("../img/Icon-event.svg#correct");
  background-repeat: no-repeat;
}
.Icon-event--warning {
  background-image: url("../img/Icon-event.svg#warning");
  background-repeat: no-repeat;
}
.Icon-event--error {
  background-image: url("../img/Icon-event.svg#error");
  background-repeat: no-repeat;
}
.Icon-event--text {
  background-image: url("../img/Icon-event.svg#text");
  background-repeat: no-repeat;
}
.Icon-event--neutral {
  background-image: url("../img/Icon-event.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-event--highlight {
  background-image: url("../img/Icon-event.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-event--link {
  background-image: url("../img/Icon-event.svg#link");
  background-repeat: no-repeat;
}
.Icon-event--border {
  background-image: url("../img/Icon-event.svg#border");
  background-repeat: no-repeat;
}
.Icon-event--disabled {
  background-image: url("../img/Icon-event.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-exercise--default {
  background-image: url("../img/Icon-exercise.svg#default");
  background-repeat: no-repeat;
}
.Icon-exercise--primary {
  background-image: url("../img/Icon-exercise.svg#primary");
  background-repeat: no-repeat;
}
.Icon-exercise--secondary {
  background-image: url("../img/Icon-exercise.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-exercise--dark {
  background-image: url("../img/Icon-exercise.svg#dark");
  background-repeat: no-repeat;
}
.Icon-exercise--light {
  background-image: url("../img/Icon-exercise.svg#light");
  background-repeat: no-repeat;
}
.Icon-exercise--correct {
  background-image: url("../img/Icon-exercise.svg#correct");
  background-repeat: no-repeat;
}
.Icon-exercise--warning {
  background-image: url("../img/Icon-exercise.svg#warning");
  background-repeat: no-repeat;
}
.Icon-exercise--error {
  background-image: url("../img/Icon-exercise.svg#error");
  background-repeat: no-repeat;
}
.Icon-exercise--text {
  background-image: url("../img/Icon-exercise.svg#text");
  background-repeat: no-repeat;
}
.Icon-exercise--neutral {
  background-image: url("../img/Icon-exercise.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-exercise--highlight {
  background-image: url("../img/Icon-exercise.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-exercise--link {
  background-image: url("../img/Icon-exercise.svg#link");
  background-repeat: no-repeat;
}
.Icon-exercise--border {
  background-image: url("../img/Icon-exercise.svg#border");
  background-repeat: no-repeat;
}
.Icon-exercise--disabled {
  background-image: url("../img/Icon-exercise.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-exit--default {
  background-image: url("../img/Icon-exit.svg#default");
  background-repeat: no-repeat;
}
.Icon-exit--primary {
  background-image: url("../img/Icon-exit.svg#primary");
  background-repeat: no-repeat;
}
.Icon-exit--secondary {
  background-image: url("../img/Icon-exit.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-exit--dark {
  background-image: url("../img/Icon-exit.svg#dark");
  background-repeat: no-repeat;
}
.Icon-exit--light {
  background-image: url("../img/Icon-exit.svg#light");
  background-repeat: no-repeat;
}
.Icon-exit--correct {
  background-image: url("../img/Icon-exit.svg#correct");
  background-repeat: no-repeat;
}
.Icon-exit--warning {
  background-image: url("../img/Icon-exit.svg#warning");
  background-repeat: no-repeat;
}
.Icon-exit--error {
  background-image: url("../img/Icon-exit.svg#error");
  background-repeat: no-repeat;
}
.Icon-exit--text {
  background-image: url("../img/Icon-exit.svg#text");
  background-repeat: no-repeat;
}
.Icon-exit--neutral {
  background-image: url("../img/Icon-exit.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-exit--highlight {
  background-image: url("../img/Icon-exit.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-exit--link {
  background-image: url("../img/Icon-exit.svg#link");
  background-repeat: no-repeat;
}
.Icon-exit--border {
  background-image: url("../img/Icon-exit.svg#border");
  background-repeat: no-repeat;
}
.Icon-exit--disabled {
  background-image: url("../img/Icon-exit.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-explosion--default {
  background-image: url("../img/Icon-explosion.svg#default");
  background-repeat: no-repeat;
}
.Icon-explosion--primary {
  background-image: url("../img/Icon-explosion.svg#primary");
  background-repeat: no-repeat;
}
.Icon-explosion--secondary {
  background-image: url("../img/Icon-explosion.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-explosion--dark {
  background-image: url("../img/Icon-explosion.svg#dark");
  background-repeat: no-repeat;
}
.Icon-explosion--light {
  background-image: url("../img/Icon-explosion.svg#light");
  background-repeat: no-repeat;
}
.Icon-explosion--correct {
  background-image: url("../img/Icon-explosion.svg#correct");
  background-repeat: no-repeat;
}
.Icon-explosion--warning {
  background-image: url("../img/Icon-explosion.svg#warning");
  background-repeat: no-repeat;
}
.Icon-explosion--error {
  background-image: url("../img/Icon-explosion.svg#error");
  background-repeat: no-repeat;
}
.Icon-explosion--text {
  background-image: url("../img/Icon-explosion.svg#text");
  background-repeat: no-repeat;
}
.Icon-explosion--neutral {
  background-image: url("../img/Icon-explosion.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-explosion--highlight {
  background-image: url("../img/Icon-explosion.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-explosion--link {
  background-image: url("../img/Icon-explosion.svg#link");
  background-repeat: no-repeat;
}
.Icon-explosion--border {
  background-image: url("../img/Icon-explosion.svg#border");
  background-repeat: no-repeat;
}
.Icon-explosion--disabled {
  background-image: url("../img/Icon-explosion.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-externalLink--default {
  background-image: url("../img/Icon-externalLink.svg#default");
  background-repeat: no-repeat;
}
.Icon-externalLink--primary {
  background-image: url("../img/Icon-externalLink.svg#primary");
  background-repeat: no-repeat;
}
.Icon-externalLink--secondary {
  background-image: url("../img/Icon-externalLink.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-externalLink--dark {
  background-image: url("../img/Icon-externalLink.svg#dark");
  background-repeat: no-repeat;
}
.Icon-externalLink--light {
  background-image: url("../img/Icon-externalLink.svg#light");
  background-repeat: no-repeat;
}
.Icon-externalLink--correct {
  background-image: url("../img/Icon-externalLink.svg#correct");
  background-repeat: no-repeat;
}
.Icon-externalLink--warning {
  background-image: url("../img/Icon-externalLink.svg#warning");
  background-repeat: no-repeat;
}
.Icon-externalLink--error {
  background-image: url("../img/Icon-externalLink.svg#error");
  background-repeat: no-repeat;
}
.Icon-externalLink--text {
  background-image: url("../img/Icon-externalLink.svg#text");
  background-repeat: no-repeat;
}
.Icon-externalLink--neutral {
  background-image: url("../img/Icon-externalLink.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-externalLink--highlight {
  background-image: url("../img/Icon-externalLink.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-externalLink--link {
  background-image: url("../img/Icon-externalLink.svg#link");
  background-repeat: no-repeat;
}
.Icon-externalLink--border {
  background-image: url("../img/Icon-externalLink.svg#border");
  background-repeat: no-repeat;
}
.Icon-externalLink--disabled {
  background-image: url("../img/Icon-externalLink.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-externalStructure--default {
  background-image: url("../img/Icon-externalStructure.svg#default");
  background-repeat: no-repeat;
}
.Icon-externalStructure--primary {
  background-image: url("../img/Icon-externalStructure.svg#primary");
  background-repeat: no-repeat;
}
.Icon-externalStructure--secondary {
  background-image: url("../img/Icon-externalStructure.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-externalStructure--dark {
  background-image: url("../img/Icon-externalStructure.svg#dark");
  background-repeat: no-repeat;
}
.Icon-externalStructure--light {
  background-image: url("../img/Icon-externalStructure.svg#light");
  background-repeat: no-repeat;
}
.Icon-externalStructure--correct {
  background-image: url("../img/Icon-externalStructure.svg#correct");
  background-repeat: no-repeat;
}
.Icon-externalStructure--warning {
  background-image: url("../img/Icon-externalStructure.svg#warning");
  background-repeat: no-repeat;
}
.Icon-externalStructure--error {
  background-image: url("../img/Icon-externalStructure.svg#error");
  background-repeat: no-repeat;
}
.Icon-externalStructure--text {
  background-image: url("../img/Icon-externalStructure.svg#text");
  background-repeat: no-repeat;
}
.Icon-externalStructure--neutral {
  background-image: url("../img/Icon-externalStructure.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-externalStructure--highlight {
  background-image: url("../img/Icon-externalStructure.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-externalStructure--link {
  background-image: url("../img/Icon-externalStructure.svg#link");
  background-repeat: no-repeat;
}
.Icon-externalStructure--border {
  background-image: url("../img/Icon-externalStructure.svg#border");
  background-repeat: no-repeat;
}
.Icon-externalStructure--disabled {
  background-image: url("../img/Icon-externalStructure.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--default {
  background-image: url("../img/Icon-extrasEverydayActive.svg#default");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--primary {
  background-image: url("../img/Icon-extrasEverydayActive.svg#primary");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--secondary {
  background-image: url("../img/Icon-extrasEverydayActive.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--dark {
  background-image: url("../img/Icon-extrasEverydayActive.svg#dark");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--light {
  background-image: url("../img/Icon-extrasEverydayActive.svg#light");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--correct {
  background-image: url("../img/Icon-extrasEverydayActive.svg#correct");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--warning {
  background-image: url("../img/Icon-extrasEverydayActive.svg#warning");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--error {
  background-image: url("../img/Icon-extrasEverydayActive.svg#error");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--text {
  background-image: url("../img/Icon-extrasEverydayActive.svg#text");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--neutral {
  background-image: url("../img/Icon-extrasEverydayActive.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--highlight {
  background-image: url("../img/Icon-extrasEverydayActive.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--link {
  background-image: url("../img/Icon-extrasEverydayActive.svg#link");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--border {
  background-image: url("../img/Icon-extrasEverydayActive.svg#border");
  background-repeat: no-repeat;
}
.Icon-extrasEverydayActive--disabled {
  background-image: url("../img/Icon-extrasEverydayActive.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--default {
  background-image: url("../img/Icon-extrasPremiumActive.svg#default");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--primary {
  background-image: url("../img/Icon-extrasPremiumActive.svg#primary");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--secondary {
  background-image: url("../img/Icon-extrasPremiumActive.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--dark {
  background-image: url("../img/Icon-extrasPremiumActive.svg#dark");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--light {
  background-image: url("../img/Icon-extrasPremiumActive.svg#light");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--correct {
  background-image: url("../img/Icon-extrasPremiumActive.svg#correct");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--warning {
  background-image: url("../img/Icon-extrasPremiumActive.svg#warning");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--error {
  background-image: url("../img/Icon-extrasPremiumActive.svg#error");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--text {
  background-image: url("../img/Icon-extrasPremiumActive.svg#text");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--neutral {
  background-image: url("../img/Icon-extrasPremiumActive.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--highlight {
  background-image: url("../img/Icon-extrasPremiumActive.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--link {
  background-image: url("../img/Icon-extrasPremiumActive.svg#link");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--border {
  background-image: url("../img/Icon-extrasPremiumActive.svg#border");
  background-repeat: no-repeat;
}
.Icon-extrasPremiumActive--disabled {
  background-image: url("../img/Icon-extrasPremiumActive.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--default {
  background-image: url("../img/Icon-extrasStarter.svg#default");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--primary {
  background-image: url("../img/Icon-extrasStarter.svg#primary");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--secondary {
  background-image: url("../img/Icon-extrasStarter.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--dark {
  background-image: url("../img/Icon-extrasStarter.svg#dark");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--light {
  background-image: url("../img/Icon-extrasStarter.svg#light");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--correct {
  background-image: url("../img/Icon-extrasStarter.svg#correct");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--warning {
  background-image: url("../img/Icon-extrasStarter.svg#warning");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--error {
  background-image: url("../img/Icon-extrasStarter.svg#error");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--text {
  background-image: url("../img/Icon-extrasStarter.svg#text");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--neutral {
  background-image: url("../img/Icon-extrasStarter.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--highlight {
  background-image: url("../img/Icon-extrasStarter.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--link {
  background-image: url("../img/Icon-extrasStarter.svg#link");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--border {
  background-image: url("../img/Icon-extrasStarter.svg#border");
  background-repeat: no-repeat;
}
.Icon-extrasStarter--disabled {
  background-image: url("../img/Icon-extrasStarter.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--default {
  background-image: url("../img/Icon-extrasStarterBoost.svg#default");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--primary {
  background-image: url("../img/Icon-extrasStarterBoost.svg#primary");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--secondary {
  background-image: url("../img/Icon-extrasStarterBoost.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--dark {
  background-image: url("../img/Icon-extrasStarterBoost.svg#dark");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--light {
  background-image: url("../img/Icon-extrasStarterBoost.svg#light");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--correct {
  background-image: url("../img/Icon-extrasStarterBoost.svg#correct");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--warning {
  background-image: url("../img/Icon-extrasStarterBoost.svg#warning");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--error {
  background-image: url("../img/Icon-extrasStarterBoost.svg#error");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--text {
  background-image: url("../img/Icon-extrasStarterBoost.svg#text");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--neutral {
  background-image: url("../img/Icon-extrasStarterBoost.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--highlight {
  background-image: url("../img/Icon-extrasStarterBoost.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--link {
  background-image: url("../img/Icon-extrasStarterBoost.svg#link");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--border {
  background-image: url("../img/Icon-extrasStarterBoost.svg#border");
  background-repeat: no-repeat;
}
.Icon-extrasStarterBoost--disabled {
  background-image: url("../img/Icon-extrasStarterBoost.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-eye--default {
  background-image: url("../img/Icon-eye.svg#default");
  background-repeat: no-repeat;
}
.Icon-eye--primary {
  background-image: url("../img/Icon-eye.svg#primary");
  background-repeat: no-repeat;
}
.Icon-eye--secondary {
  background-image: url("../img/Icon-eye.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-eye--dark {
  background-image: url("../img/Icon-eye.svg#dark");
  background-repeat: no-repeat;
}
.Icon-eye--light {
  background-image: url("../img/Icon-eye.svg#light");
  background-repeat: no-repeat;
}
.Icon-eye--correct {
  background-image: url("../img/Icon-eye.svg#correct");
  background-repeat: no-repeat;
}
.Icon-eye--warning {
  background-image: url("../img/Icon-eye.svg#warning");
  background-repeat: no-repeat;
}
.Icon-eye--error {
  background-image: url("../img/Icon-eye.svg#error");
  background-repeat: no-repeat;
}
.Icon-eye--text {
  background-image: url("../img/Icon-eye.svg#text");
  background-repeat: no-repeat;
}
.Icon-eye--neutral {
  background-image: url("../img/Icon-eye.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-eye--highlight {
  background-image: url("../img/Icon-eye.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-eye--link {
  background-image: url("../img/Icon-eye.svg#link");
  background-repeat: no-repeat;
}
.Icon-eye--border {
  background-image: url("../img/Icon-eye.svg#border");
  background-repeat: no-repeat;
}
.Icon-eye--disabled {
  background-image: url("../img/Icon-eye.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-facebook--default {
  background-image: url("../img/Icon-facebook.svg#default");
  background-repeat: no-repeat;
}
.Icon-facebook--primary {
  background-image: url("../img/Icon-facebook.svg#primary");
  background-repeat: no-repeat;
}
.Icon-facebook--secondary {
  background-image: url("../img/Icon-facebook.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-facebook--dark {
  background-image: url("../img/Icon-facebook.svg#dark");
  background-repeat: no-repeat;
}
.Icon-facebook--light {
  background-image: url("../img/Icon-facebook.svg#light");
  background-repeat: no-repeat;
}
.Icon-facebook--correct {
  background-image: url("../img/Icon-facebook.svg#correct");
  background-repeat: no-repeat;
}
.Icon-facebook--warning {
  background-image: url("../img/Icon-facebook.svg#warning");
  background-repeat: no-repeat;
}
.Icon-facebook--error {
  background-image: url("../img/Icon-facebook.svg#error");
  background-repeat: no-repeat;
}
.Icon-facebook--text {
  background-image: url("../img/Icon-facebook.svg#text");
  background-repeat: no-repeat;
}
.Icon-facebook--neutral {
  background-image: url("../img/Icon-facebook.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-facebook--highlight {
  background-image: url("../img/Icon-facebook.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-facebook--link {
  background-image: url("../img/Icon-facebook.svg#link");
  background-repeat: no-repeat;
}
.Icon-facebook--border {
  background-image: url("../img/Icon-facebook.svg#border");
  background-repeat: no-repeat;
}
.Icon-facebook--disabled {
  background-image: url("../img/Icon-facebook.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--default {
  background-image: url("../img/Icon-facebookmessenger.svg#default");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--primary {
  background-image: url("../img/Icon-facebookmessenger.svg#primary");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--secondary {
  background-image: url("../img/Icon-facebookmessenger.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--dark {
  background-image: url("../img/Icon-facebookmessenger.svg#dark");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--light {
  background-image: url("../img/Icon-facebookmessenger.svg#light");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--correct {
  background-image: url("../img/Icon-facebookmessenger.svg#correct");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--warning {
  background-image: url("../img/Icon-facebookmessenger.svg#warning");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--error {
  background-image: url("../img/Icon-facebookmessenger.svg#error");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--text {
  background-image: url("../img/Icon-facebookmessenger.svg#text");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--neutral {
  background-image: url("../img/Icon-facebookmessenger.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--highlight {
  background-image: url("../img/Icon-facebookmessenger.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--link {
  background-image: url("../img/Icon-facebookmessenger.svg#link");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--border {
  background-image: url("../img/Icon-facebookmessenger.svg#border");
  background-repeat: no-repeat;
}
.Icon-facebookmessenger--disabled {
  background-image: url("../img/Icon-facebookmessenger.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-factory--default {
  background-image: url("../img/Icon-factory.svg#default");
  background-repeat: no-repeat;
}
.Icon-factory--primary {
  background-image: url("../img/Icon-factory.svg#primary");
  background-repeat: no-repeat;
}
.Icon-factory--secondary {
  background-image: url("../img/Icon-factory.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-factory--dark {
  background-image: url("../img/Icon-factory.svg#dark");
  background-repeat: no-repeat;
}
.Icon-factory--light {
  background-image: url("../img/Icon-factory.svg#light");
  background-repeat: no-repeat;
}
.Icon-factory--correct {
  background-image: url("../img/Icon-factory.svg#correct");
  background-repeat: no-repeat;
}
.Icon-factory--warning {
  background-image: url("../img/Icon-factory.svg#warning");
  background-repeat: no-repeat;
}
.Icon-factory--error {
  background-image: url("../img/Icon-factory.svg#error");
  background-repeat: no-repeat;
}
.Icon-factory--text {
  background-image: url("../img/Icon-factory.svg#text");
  background-repeat: no-repeat;
}
.Icon-factory--neutral {
  background-image: url("../img/Icon-factory.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-factory--highlight {
  background-image: url("../img/Icon-factory.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-factory--link {
  background-image: url("../img/Icon-factory.svg#link");
  background-repeat: no-repeat;
}
.Icon-factory--border {
  background-image: url("../img/Icon-factory.svg#border");
  background-repeat: no-repeat;
}
.Icon-factory--disabled {
  background-image: url("../img/Icon-factory.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-family--default {
  background-image: url("../img/Icon-family.svg#default");
  background-repeat: no-repeat;
}
.Icon-family--primary {
  background-image: url("../img/Icon-family.svg#primary");
  background-repeat: no-repeat;
}
.Icon-family--secondary {
  background-image: url("../img/Icon-family.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-family--dark {
  background-image: url("../img/Icon-family.svg#dark");
  background-repeat: no-repeat;
}
.Icon-family--light {
  background-image: url("../img/Icon-family.svg#light");
  background-repeat: no-repeat;
}
.Icon-family--correct {
  background-image: url("../img/Icon-family.svg#correct");
  background-repeat: no-repeat;
}
.Icon-family--warning {
  background-image: url("../img/Icon-family.svg#warning");
  background-repeat: no-repeat;
}
.Icon-family--error {
  background-image: url("../img/Icon-family.svg#error");
  background-repeat: no-repeat;
}
.Icon-family--text {
  background-image: url("../img/Icon-family.svg#text");
  background-repeat: no-repeat;
}
.Icon-family--neutral {
  background-image: url("../img/Icon-family.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-family--highlight {
  background-image: url("../img/Icon-family.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-family--link {
  background-image: url("../img/Icon-family.svg#link");
  background-repeat: no-repeat;
}
.Icon-family--border {
  background-image: url("../img/Icon-family.svg#border");
  background-repeat: no-repeat;
}
.Icon-family--disabled {
  background-image: url("../img/Icon-family.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-faq--default {
  background-image: url("../img/Icon-faq.svg#default");
  background-repeat: no-repeat;
}
.Icon-faq--primary {
  background-image: url("../img/Icon-faq.svg#primary");
  background-repeat: no-repeat;
}
.Icon-faq--secondary {
  background-image: url("../img/Icon-faq.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-faq--dark {
  background-image: url("../img/Icon-faq.svg#dark");
  background-repeat: no-repeat;
}
.Icon-faq--light {
  background-image: url("../img/Icon-faq.svg#light");
  background-repeat: no-repeat;
}
.Icon-faq--correct {
  background-image: url("../img/Icon-faq.svg#correct");
  background-repeat: no-repeat;
}
.Icon-faq--warning {
  background-image: url("../img/Icon-faq.svg#warning");
  background-repeat: no-repeat;
}
.Icon-faq--error {
  background-image: url("../img/Icon-faq.svg#error");
  background-repeat: no-repeat;
}
.Icon-faq--text {
  background-image: url("../img/Icon-faq.svg#text");
  background-repeat: no-repeat;
}
.Icon-faq--neutral {
  background-image: url("../img/Icon-faq.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-faq--highlight {
  background-image: url("../img/Icon-faq.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-faq--link {
  background-image: url("../img/Icon-faq.svg#link");
  background-repeat: no-repeat;
}
.Icon-faq--border {
  background-image: url("../img/Icon-faq.svg#border");
  background-repeat: no-repeat;
}
.Icon-faq--disabled {
  background-image: url("../img/Icon-faq.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-female--default {
  background-image: url("../img/Icon-female.svg#default");
  background-repeat: no-repeat;
}
.Icon-female--primary {
  background-image: url("../img/Icon-female.svg#primary");
  background-repeat: no-repeat;
}
.Icon-female--secondary {
  background-image: url("../img/Icon-female.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-female--dark {
  background-image: url("../img/Icon-female.svg#dark");
  background-repeat: no-repeat;
}
.Icon-female--light {
  background-image: url("../img/Icon-female.svg#light");
  background-repeat: no-repeat;
}
.Icon-female--correct {
  background-image: url("../img/Icon-female.svg#correct");
  background-repeat: no-repeat;
}
.Icon-female--warning {
  background-image: url("../img/Icon-female.svg#warning");
  background-repeat: no-repeat;
}
.Icon-female--error {
  background-image: url("../img/Icon-female.svg#error");
  background-repeat: no-repeat;
}
.Icon-female--text {
  background-image: url("../img/Icon-female.svg#text");
  background-repeat: no-repeat;
}
.Icon-female--neutral {
  background-image: url("../img/Icon-female.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-female--highlight {
  background-image: url("../img/Icon-female.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-female--link {
  background-image: url("../img/Icon-female.svg#link");
  background-repeat: no-repeat;
}
.Icon-female--border {
  background-image: url("../img/Icon-female.svg#border");
  background-repeat: no-repeat;
}
.Icon-female--disabled {
  background-image: url("../img/Icon-female.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-file--default {
  background-image: url("../img/Icon-file.svg#default");
  background-repeat: no-repeat;
}
.Icon-file--primary {
  background-image: url("../img/Icon-file.svg#primary");
  background-repeat: no-repeat;
}
.Icon-file--secondary {
  background-image: url("../img/Icon-file.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-file--dark {
  background-image: url("../img/Icon-file.svg#dark");
  background-repeat: no-repeat;
}
.Icon-file--light {
  background-image: url("../img/Icon-file.svg#light");
  background-repeat: no-repeat;
}
.Icon-file--correct {
  background-image: url("../img/Icon-file.svg#correct");
  background-repeat: no-repeat;
}
.Icon-file--warning {
  background-image: url("../img/Icon-file.svg#warning");
  background-repeat: no-repeat;
}
.Icon-file--error {
  background-image: url("../img/Icon-file.svg#error");
  background-repeat: no-repeat;
}
.Icon-file--text {
  background-image: url("../img/Icon-file.svg#text");
  background-repeat: no-repeat;
}
.Icon-file--neutral {
  background-image: url("../img/Icon-file.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-file--highlight {
  background-image: url("../img/Icon-file.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-file--link {
  background-image: url("../img/Icon-file.svg#link");
  background-repeat: no-repeat;
}
.Icon-file--border {
  background-image: url("../img/Icon-file.svg#border");
  background-repeat: no-repeat;
}
.Icon-file--disabled {
  background-image: url("../img/Icon-file.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--default {
  background-image: url("../img/Icon-fingerPrint.svg#default");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--primary {
  background-image: url("../img/Icon-fingerPrint.svg#primary");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--secondary {
  background-image: url("../img/Icon-fingerPrint.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--dark {
  background-image: url("../img/Icon-fingerPrint.svg#dark");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--light {
  background-image: url("../img/Icon-fingerPrint.svg#light");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--correct {
  background-image: url("../img/Icon-fingerPrint.svg#correct");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--warning {
  background-image: url("../img/Icon-fingerPrint.svg#warning");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--error {
  background-image: url("../img/Icon-fingerPrint.svg#error");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--text {
  background-image: url("../img/Icon-fingerPrint.svg#text");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--neutral {
  background-image: url("../img/Icon-fingerPrint.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--highlight {
  background-image: url("../img/Icon-fingerPrint.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--link {
  background-image: url("../img/Icon-fingerPrint.svg#link");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--border {
  background-image: url("../img/Icon-fingerPrint.svg#border");
  background-repeat: no-repeat;
}
.Icon-fingerPrint--disabled {
  background-image: url("../img/Icon-fingerPrint.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-fire--default {
  background-image: url("../img/Icon-fire.svg#default");
  background-repeat: no-repeat;
}
.Icon-fire--primary {
  background-image: url("../img/Icon-fire.svg#primary");
  background-repeat: no-repeat;
}
.Icon-fire--secondary {
  background-image: url("../img/Icon-fire.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-fire--dark {
  background-image: url("../img/Icon-fire.svg#dark");
  background-repeat: no-repeat;
}
.Icon-fire--light {
  background-image: url("../img/Icon-fire.svg#light");
  background-repeat: no-repeat;
}
.Icon-fire--correct {
  background-image: url("../img/Icon-fire.svg#correct");
  background-repeat: no-repeat;
}
.Icon-fire--warning {
  background-image: url("../img/Icon-fire.svg#warning");
  background-repeat: no-repeat;
}
.Icon-fire--error {
  background-image: url("../img/Icon-fire.svg#error");
  background-repeat: no-repeat;
}
.Icon-fire--text {
  background-image: url("../img/Icon-fire.svg#text");
  background-repeat: no-repeat;
}
.Icon-fire--neutral {
  background-image: url("../img/Icon-fire.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-fire--highlight {
  background-image: url("../img/Icon-fire.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-fire--link {
  background-image: url("../img/Icon-fire.svg#link");
  background-repeat: no-repeat;
}
.Icon-fire--border {
  background-image: url("../img/Icon-fire.svg#border");
  background-repeat: no-repeat;
}
.Icon-fire--disabled {
  background-image: url("../img/Icon-fire.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-five--default {
  background-image: url("../img/Icon-five.svg#default");
  background-repeat: no-repeat;
}
.Icon-five--primary {
  background-image: url("../img/Icon-five.svg#primary");
  background-repeat: no-repeat;
}
.Icon-five--secondary {
  background-image: url("../img/Icon-five.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-five--dark {
  background-image: url("../img/Icon-five.svg#dark");
  background-repeat: no-repeat;
}
.Icon-five--light {
  background-image: url("../img/Icon-five.svg#light");
  background-repeat: no-repeat;
}
.Icon-five--correct {
  background-image: url("../img/Icon-five.svg#correct");
  background-repeat: no-repeat;
}
.Icon-five--warning {
  background-image: url("../img/Icon-five.svg#warning");
  background-repeat: no-repeat;
}
.Icon-five--error {
  background-image: url("../img/Icon-five.svg#error");
  background-repeat: no-repeat;
}
.Icon-five--text {
  background-image: url("../img/Icon-five.svg#text");
  background-repeat: no-repeat;
}
.Icon-five--neutral {
  background-image: url("../img/Icon-five.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-five--highlight {
  background-image: url("../img/Icon-five.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-five--link {
  background-image: url("../img/Icon-five.svg#link");
  background-repeat: no-repeat;
}
.Icon-five--border {
  background-image: url("../img/Icon-five.svg#border");
  background-repeat: no-repeat;
}
.Icon-five--disabled {
  background-image: url("../img/Icon-five.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-flag--default {
  background-image: url("../img/Icon-flag.svg#default");
  background-repeat: no-repeat;
}
.Icon-flag--primary {
  background-image: url("../img/Icon-flag.svg#primary");
  background-repeat: no-repeat;
}
.Icon-flag--secondary {
  background-image: url("../img/Icon-flag.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-flag--dark {
  background-image: url("../img/Icon-flag.svg#dark");
  background-repeat: no-repeat;
}
.Icon-flag--light {
  background-image: url("../img/Icon-flag.svg#light");
  background-repeat: no-repeat;
}
.Icon-flag--correct {
  background-image: url("../img/Icon-flag.svg#correct");
  background-repeat: no-repeat;
}
.Icon-flag--warning {
  background-image: url("../img/Icon-flag.svg#warning");
  background-repeat: no-repeat;
}
.Icon-flag--error {
  background-image: url("../img/Icon-flag.svg#error");
  background-repeat: no-repeat;
}
.Icon-flag--text {
  background-image: url("../img/Icon-flag.svg#text");
  background-repeat: no-repeat;
}
.Icon-flag--neutral {
  background-image: url("../img/Icon-flag.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-flag--highlight {
  background-image: url("../img/Icon-flag.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-flag--link {
  background-image: url("../img/Icon-flag.svg#link");
  background-repeat: no-repeat;
}
.Icon-flag--border {
  background-image: url("../img/Icon-flag.svg#border");
  background-repeat: no-repeat;
}
.Icon-flag--disabled {
  background-image: url("../img/Icon-flag.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-flood--default {
  background-image: url("../img/Icon-flood.svg#default");
  background-repeat: no-repeat;
}
.Icon-flood--primary {
  background-image: url("../img/Icon-flood.svg#primary");
  background-repeat: no-repeat;
}
.Icon-flood--secondary {
  background-image: url("../img/Icon-flood.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-flood--dark {
  background-image: url("../img/Icon-flood.svg#dark");
  background-repeat: no-repeat;
}
.Icon-flood--light {
  background-image: url("../img/Icon-flood.svg#light");
  background-repeat: no-repeat;
}
.Icon-flood--correct {
  background-image: url("../img/Icon-flood.svg#correct");
  background-repeat: no-repeat;
}
.Icon-flood--warning {
  background-image: url("../img/Icon-flood.svg#warning");
  background-repeat: no-repeat;
}
.Icon-flood--error {
  background-image: url("../img/Icon-flood.svg#error");
  background-repeat: no-repeat;
}
.Icon-flood--text {
  background-image: url("../img/Icon-flood.svg#text");
  background-repeat: no-repeat;
}
.Icon-flood--neutral {
  background-image: url("../img/Icon-flood.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-flood--highlight {
  background-image: url("../img/Icon-flood.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-flood--link {
  background-image: url("../img/Icon-flood.svg#link");
  background-repeat: no-repeat;
}
.Icon-flood--border {
  background-image: url("../img/Icon-flood.svg#border");
  background-repeat: no-repeat;
}
.Icon-flood--disabled {
  background-image: url("../img/Icon-flood.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--default {
  background-image: url("../img/Icon-floodGeneric.svg#default");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--primary {
  background-image: url("../img/Icon-floodGeneric.svg#primary");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--secondary {
  background-image: url("../img/Icon-floodGeneric.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--dark {
  background-image: url("../img/Icon-floodGeneric.svg#dark");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--light {
  background-image: url("../img/Icon-floodGeneric.svg#light");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--correct {
  background-image: url("../img/Icon-floodGeneric.svg#correct");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--warning {
  background-image: url("../img/Icon-floodGeneric.svg#warning");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--error {
  background-image: url("../img/Icon-floodGeneric.svg#error");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--text {
  background-image: url("../img/Icon-floodGeneric.svg#text");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--neutral {
  background-image: url("../img/Icon-floodGeneric.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--highlight {
  background-image: url("../img/Icon-floodGeneric.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--link {
  background-image: url("../img/Icon-floodGeneric.svg#link");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--border {
  background-image: url("../img/Icon-floodGeneric.svg#border");
  background-repeat: no-repeat;
}
.Icon-floodGeneric--disabled {
  background-image: url("../img/Icon-floodGeneric.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-four--default {
  background-image: url("../img/Icon-four.svg#default");
  background-repeat: no-repeat;
}
.Icon-four--primary {
  background-image: url("../img/Icon-four.svg#primary");
  background-repeat: no-repeat;
}
.Icon-four--secondary {
  background-image: url("../img/Icon-four.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-four--dark {
  background-image: url("../img/Icon-four.svg#dark");
  background-repeat: no-repeat;
}
.Icon-four--light {
  background-image: url("../img/Icon-four.svg#light");
  background-repeat: no-repeat;
}
.Icon-four--correct {
  background-image: url("../img/Icon-four.svg#correct");
  background-repeat: no-repeat;
}
.Icon-four--warning {
  background-image: url("../img/Icon-four.svg#warning");
  background-repeat: no-repeat;
}
.Icon-four--error {
  background-image: url("../img/Icon-four.svg#error");
  background-repeat: no-repeat;
}
.Icon-four--text {
  background-image: url("../img/Icon-four.svg#text");
  background-repeat: no-repeat;
}
.Icon-four--neutral {
  background-image: url("../img/Icon-four.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-four--highlight {
  background-image: url("../img/Icon-four.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-four--link {
  background-image: url("../img/Icon-four.svg#link");
  background-repeat: no-repeat;
}
.Icon-four--border {
  background-image: url("../img/Icon-four.svg#border");
  background-repeat: no-repeat;
}
.Icon-four--disabled {
  background-image: url("../img/Icon-four.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-free--default {
  background-image: url("../img/Icon-free.svg#default");
  background-repeat: no-repeat;
}
.Icon-free--primary {
  background-image: url("../img/Icon-free.svg#primary");
  background-repeat: no-repeat;
}
.Icon-free--secondary {
  background-image: url("../img/Icon-free.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-free--dark {
  background-image: url("../img/Icon-free.svg#dark");
  background-repeat: no-repeat;
}
.Icon-free--light {
  background-image: url("../img/Icon-free.svg#light");
  background-repeat: no-repeat;
}
.Icon-free--correct {
  background-image: url("../img/Icon-free.svg#correct");
  background-repeat: no-repeat;
}
.Icon-free--warning {
  background-image: url("../img/Icon-free.svg#warning");
  background-repeat: no-repeat;
}
.Icon-free--error {
  background-image: url("../img/Icon-free.svg#error");
  background-repeat: no-repeat;
}
.Icon-free--text {
  background-image: url("../img/Icon-free.svg#text");
  background-repeat: no-repeat;
}
.Icon-free--neutral {
  background-image: url("../img/Icon-free.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-free--highlight {
  background-image: url("../img/Icon-free.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-free--link {
  background-image: url("../img/Icon-free.svg#link");
  background-repeat: no-repeat;
}
.Icon-free--border {
  background-image: url("../img/Icon-free.svg#border");
  background-repeat: no-repeat;
}
.Icon-free--disabled {
  background-image: url("../img/Icon-free.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-garage--default {
  background-image: url("../img/Icon-garage.svg#default");
  background-repeat: no-repeat;
}
.Icon-garage--primary {
  background-image: url("../img/Icon-garage.svg#primary");
  background-repeat: no-repeat;
}
.Icon-garage--secondary {
  background-image: url("../img/Icon-garage.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-garage--dark {
  background-image: url("../img/Icon-garage.svg#dark");
  background-repeat: no-repeat;
}
.Icon-garage--light {
  background-image: url("../img/Icon-garage.svg#light");
  background-repeat: no-repeat;
}
.Icon-garage--correct {
  background-image: url("../img/Icon-garage.svg#correct");
  background-repeat: no-repeat;
}
.Icon-garage--warning {
  background-image: url("../img/Icon-garage.svg#warning");
  background-repeat: no-repeat;
}
.Icon-garage--error {
  background-image: url("../img/Icon-garage.svg#error");
  background-repeat: no-repeat;
}
.Icon-garage--text {
  background-image: url("../img/Icon-garage.svg#text");
  background-repeat: no-repeat;
}
.Icon-garage--neutral {
  background-image: url("../img/Icon-garage.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-garage--highlight {
  background-image: url("../img/Icon-garage.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-garage--link {
  background-image: url("../img/Icon-garage.svg#link");
  background-repeat: no-repeat;
}
.Icon-garage--border {
  background-image: url("../img/Icon-garage.svg#border");
  background-repeat: no-repeat;
}
.Icon-garage--disabled {
  background-image: url("../img/Icon-garage.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-gardener--default {
  background-image: url("../img/Icon-gardener.svg#default");
  background-repeat: no-repeat;
}
.Icon-gardener--primary {
  background-image: url("../img/Icon-gardener.svg#primary");
  background-repeat: no-repeat;
}
.Icon-gardener--secondary {
  background-image: url("../img/Icon-gardener.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-gardener--dark {
  background-image: url("../img/Icon-gardener.svg#dark");
  background-repeat: no-repeat;
}
.Icon-gardener--light {
  background-image: url("../img/Icon-gardener.svg#light");
  background-repeat: no-repeat;
}
.Icon-gardener--correct {
  background-image: url("../img/Icon-gardener.svg#correct");
  background-repeat: no-repeat;
}
.Icon-gardener--warning {
  background-image: url("../img/Icon-gardener.svg#warning");
  background-repeat: no-repeat;
}
.Icon-gardener--error {
  background-image: url("../img/Icon-gardener.svg#error");
  background-repeat: no-repeat;
}
.Icon-gardener--text {
  background-image: url("../img/Icon-gardener.svg#text");
  background-repeat: no-repeat;
}
.Icon-gardener--neutral {
  background-image: url("../img/Icon-gardener.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-gardener--highlight {
  background-image: url("../img/Icon-gardener.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-gardener--link {
  background-image: url("../img/Icon-gardener.svg#link");
  background-repeat: no-repeat;
}
.Icon-gardener--border {
  background-image: url("../img/Icon-gardener.svg#border");
  background-repeat: no-repeat;
}
.Icon-gardener--disabled {
  background-image: url("../img/Icon-gardener.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--default {
  background-image: url("../img/Icon-gastroscopy.svg#default");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--primary {
  background-image: url("../img/Icon-gastroscopy.svg#primary");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--secondary {
  background-image: url("../img/Icon-gastroscopy.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--dark {
  background-image: url("../img/Icon-gastroscopy.svg#dark");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--light {
  background-image: url("../img/Icon-gastroscopy.svg#light");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--correct {
  background-image: url("../img/Icon-gastroscopy.svg#correct");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--warning {
  background-image: url("../img/Icon-gastroscopy.svg#warning");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--error {
  background-image: url("../img/Icon-gastroscopy.svg#error");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--text {
  background-image: url("../img/Icon-gastroscopy.svg#text");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--neutral {
  background-image: url("../img/Icon-gastroscopy.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--highlight {
  background-image: url("../img/Icon-gastroscopy.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--link {
  background-image: url("../img/Icon-gastroscopy.svg#link");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--border {
  background-image: url("../img/Icon-gastroscopy.svg#border");
  background-repeat: no-repeat;
}
.Icon-gastroscopy--disabled {
  background-image: url("../img/Icon-gastroscopy.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-gear--default {
  background-image: url("../img/Icon-gear.svg#default");
  background-repeat: no-repeat;
}
.Icon-gear--primary {
  background-image: url("../img/Icon-gear.svg#primary");
  background-repeat: no-repeat;
}
.Icon-gear--secondary {
  background-image: url("../img/Icon-gear.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-gear--dark {
  background-image: url("../img/Icon-gear.svg#dark");
  background-repeat: no-repeat;
}
.Icon-gear--light {
  background-image: url("../img/Icon-gear.svg#light");
  background-repeat: no-repeat;
}
.Icon-gear--correct {
  background-image: url("../img/Icon-gear.svg#correct");
  background-repeat: no-repeat;
}
.Icon-gear--warning {
  background-image: url("../img/Icon-gear.svg#warning");
  background-repeat: no-repeat;
}
.Icon-gear--error {
  background-image: url("../img/Icon-gear.svg#error");
  background-repeat: no-repeat;
}
.Icon-gear--text {
  background-image: url("../img/Icon-gear.svg#text");
  background-repeat: no-repeat;
}
.Icon-gear--neutral {
  background-image: url("../img/Icon-gear.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-gear--highlight {
  background-image: url("../img/Icon-gear.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-gear--link {
  background-image: url("../img/Icon-gear.svg#link");
  background-repeat: no-repeat;
}
.Icon-gear--border {
  background-image: url("../img/Icon-gear.svg#border");
  background-repeat: no-repeat;
}
.Icon-gear--disabled {
  background-image: url("../img/Icon-gear.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-glassDamage--default {
  background-image: url("../img/Icon-glassDamage.svg#default");
  background-repeat: no-repeat;
}
.Icon-glassDamage--primary {
  background-image: url("../img/Icon-glassDamage.svg#primary");
  background-repeat: no-repeat;
}
.Icon-glassDamage--secondary {
  background-image: url("../img/Icon-glassDamage.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-glassDamage--dark {
  background-image: url("../img/Icon-glassDamage.svg#dark");
  background-repeat: no-repeat;
}
.Icon-glassDamage--light {
  background-image: url("../img/Icon-glassDamage.svg#light");
  background-repeat: no-repeat;
}
.Icon-glassDamage--correct {
  background-image: url("../img/Icon-glassDamage.svg#correct");
  background-repeat: no-repeat;
}
.Icon-glassDamage--warning {
  background-image: url("../img/Icon-glassDamage.svg#warning");
  background-repeat: no-repeat;
}
.Icon-glassDamage--error {
  background-image: url("../img/Icon-glassDamage.svg#error");
  background-repeat: no-repeat;
}
.Icon-glassDamage--text {
  background-image: url("../img/Icon-glassDamage.svg#text");
  background-repeat: no-repeat;
}
.Icon-glassDamage--neutral {
  background-image: url("../img/Icon-glassDamage.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-glassDamage--highlight {
  background-image: url("../img/Icon-glassDamage.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-glassDamage--link {
  background-image: url("../img/Icon-glassDamage.svg#link");
  background-repeat: no-repeat;
}
.Icon-glassDamage--border {
  background-image: url("../img/Icon-glassDamage.svg#border");
  background-repeat: no-repeat;
}
.Icon-glassDamage--disabled {
  background-image: url("../img/Icon-glassDamage.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-golfCart--default {
  background-image: url("../img/Icon-golfCart.svg#default");
  background-repeat: no-repeat;
}
.Icon-golfCart--primary {
  background-image: url("../img/Icon-golfCart.svg#primary");
  background-repeat: no-repeat;
}
.Icon-golfCart--secondary {
  background-image: url("../img/Icon-golfCart.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-golfCart--dark {
  background-image: url("../img/Icon-golfCart.svg#dark");
  background-repeat: no-repeat;
}
.Icon-golfCart--light {
  background-image: url("../img/Icon-golfCart.svg#light");
  background-repeat: no-repeat;
}
.Icon-golfCart--correct {
  background-image: url("../img/Icon-golfCart.svg#correct");
  background-repeat: no-repeat;
}
.Icon-golfCart--warning {
  background-image: url("../img/Icon-golfCart.svg#warning");
  background-repeat: no-repeat;
}
.Icon-golfCart--error {
  background-image: url("../img/Icon-golfCart.svg#error");
  background-repeat: no-repeat;
}
.Icon-golfCart--text {
  background-image: url("../img/Icon-golfCart.svg#text");
  background-repeat: no-repeat;
}
.Icon-golfCart--neutral {
  background-image: url("../img/Icon-golfCart.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-golfCart--highlight {
  background-image: url("../img/Icon-golfCart.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-golfCart--link {
  background-image: url("../img/Icon-golfCart.svg#link");
  background-repeat: no-repeat;
}
.Icon-golfCart--border {
  background-image: url("../img/Icon-golfCart.svg#border");
  background-repeat: no-repeat;
}
.Icon-golfCart--disabled {
  background-image: url("../img/Icon-golfCart.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-googlePlus--default {
  background-image: url("../img/Icon-googlePlus.svg#default");
  background-repeat: no-repeat;
}
.Icon-googlePlus--primary {
  background-image: url("../img/Icon-googlePlus.svg#primary");
  background-repeat: no-repeat;
}
.Icon-googlePlus--secondary {
  background-image: url("../img/Icon-googlePlus.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-googlePlus--dark {
  background-image: url("../img/Icon-googlePlus.svg#dark");
  background-repeat: no-repeat;
}
.Icon-googlePlus--light {
  background-image: url("../img/Icon-googlePlus.svg#light");
  background-repeat: no-repeat;
}
.Icon-googlePlus--correct {
  background-image: url("../img/Icon-googlePlus.svg#correct");
  background-repeat: no-repeat;
}
.Icon-googlePlus--warning {
  background-image: url("../img/Icon-googlePlus.svg#warning");
  background-repeat: no-repeat;
}
.Icon-googlePlus--error {
  background-image: url("../img/Icon-googlePlus.svg#error");
  background-repeat: no-repeat;
}
.Icon-googlePlus--text {
  background-image: url("../img/Icon-googlePlus.svg#text");
  background-repeat: no-repeat;
}
.Icon-googlePlus--neutral {
  background-image: url("../img/Icon-googlePlus.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-googlePlus--highlight {
  background-image: url("../img/Icon-googlePlus.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-googlePlus--link {
  background-image: url("../img/Icon-googlePlus.svg#link");
  background-repeat: no-repeat;
}
.Icon-googlePlus--border {
  background-image: url("../img/Icon-googlePlus.svg#border");
  background-repeat: no-repeat;
}
.Icon-googlePlus--disabled {
  background-image: url("../img/Icon-googlePlus.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-grommets--default {
  background-image: url("../img/Icon-grommets.svg#default");
  background-repeat: no-repeat;
}
.Icon-grommets--primary {
  background-image: url("../img/Icon-grommets.svg#primary");
  background-repeat: no-repeat;
}
.Icon-grommets--secondary {
  background-image: url("../img/Icon-grommets.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-grommets--dark {
  background-image: url("../img/Icon-grommets.svg#dark");
  background-repeat: no-repeat;
}
.Icon-grommets--light {
  background-image: url("../img/Icon-grommets.svg#light");
  background-repeat: no-repeat;
}
.Icon-grommets--correct {
  background-image: url("../img/Icon-grommets.svg#correct");
  background-repeat: no-repeat;
}
.Icon-grommets--warning {
  background-image: url("../img/Icon-grommets.svg#warning");
  background-repeat: no-repeat;
}
.Icon-grommets--error {
  background-image: url("../img/Icon-grommets.svg#error");
  background-repeat: no-repeat;
}
.Icon-grommets--text {
  background-image: url("../img/Icon-grommets.svg#text");
  background-repeat: no-repeat;
}
.Icon-grommets--neutral {
  background-image: url("../img/Icon-grommets.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-grommets--highlight {
  background-image: url("../img/Icon-grommets.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-grommets--link {
  background-image: url("../img/Icon-grommets.svg#link");
  background-repeat: no-repeat;
}
.Icon-grommets--border {
  background-image: url("../img/Icon-grommets.svg#border");
  background-repeat: no-repeat;
}
.Icon-grommets--disabled {
  background-image: url("../img/Icon-grommets.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-gynaecological--default {
  background-image: url("../img/Icon-gynaecological.svg#default");
  background-repeat: no-repeat;
}
.Icon-gynaecological--primary {
  background-image: url("../img/Icon-gynaecological.svg#primary");
  background-repeat: no-repeat;
}
.Icon-gynaecological--secondary {
  background-image: url("../img/Icon-gynaecological.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-gynaecological--dark {
  background-image: url("../img/Icon-gynaecological.svg#dark");
  background-repeat: no-repeat;
}
.Icon-gynaecological--light {
  background-image: url("../img/Icon-gynaecological.svg#light");
  background-repeat: no-repeat;
}
.Icon-gynaecological--correct {
  background-image: url("../img/Icon-gynaecological.svg#correct");
  background-repeat: no-repeat;
}
.Icon-gynaecological--warning {
  background-image: url("../img/Icon-gynaecological.svg#warning");
  background-repeat: no-repeat;
}
.Icon-gynaecological--error {
  background-image: url("../img/Icon-gynaecological.svg#error");
  background-repeat: no-repeat;
}
.Icon-gynaecological--text {
  background-image: url("../img/Icon-gynaecological.svg#text");
  background-repeat: no-repeat;
}
.Icon-gynaecological--neutral {
  background-image: url("../img/Icon-gynaecological.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-gynaecological--highlight {
  background-image: url("../img/Icon-gynaecological.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-gynaecological--link {
  background-image: url("../img/Icon-gynaecological.svg#link");
  background-repeat: no-repeat;
}
.Icon-gynaecological--border {
  background-image: url("../img/Icon-gynaecological.svg#border");
  background-repeat: no-repeat;
}
.Icon-gynaecological--disabled {
  background-image: url("../img/Icon-gynaecological.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-hail--default {
  background-image: url("../img/Icon-hail.svg#default");
  background-repeat: no-repeat;
}
.Icon-hail--primary {
  background-image: url("../img/Icon-hail.svg#primary");
  background-repeat: no-repeat;
}
.Icon-hail--secondary {
  background-image: url("../img/Icon-hail.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-hail--dark {
  background-image: url("../img/Icon-hail.svg#dark");
  background-repeat: no-repeat;
}
.Icon-hail--light {
  background-image: url("../img/Icon-hail.svg#light");
  background-repeat: no-repeat;
}
.Icon-hail--correct {
  background-image: url("../img/Icon-hail.svg#correct");
  background-repeat: no-repeat;
}
.Icon-hail--warning {
  background-image: url("../img/Icon-hail.svg#warning");
  background-repeat: no-repeat;
}
.Icon-hail--error {
  background-image: url("../img/Icon-hail.svg#error");
  background-repeat: no-repeat;
}
.Icon-hail--text {
  background-image: url("../img/Icon-hail.svg#text");
  background-repeat: no-repeat;
}
.Icon-hail--neutral {
  background-image: url("../img/Icon-hail.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-hail--highlight {
  background-image: url("../img/Icon-hail.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-hail--link {
  background-image: url("../img/Icon-hail.svg#link");
  background-repeat: no-repeat;
}
.Icon-hail--border {
  background-image: url("../img/Icon-hail.svg#border");
  background-repeat: no-repeat;
}
.Icon-hail--disabled {
  background-image: url("../img/Icon-hail.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-handshake--default {
  background-image: url("../img/Icon-handshake.svg#default");
  background-repeat: no-repeat;
}
.Icon-handshake--primary {
  background-image: url("../img/Icon-handshake.svg#primary");
  background-repeat: no-repeat;
}
.Icon-handshake--secondary {
  background-image: url("../img/Icon-handshake.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-handshake--dark {
  background-image: url("../img/Icon-handshake.svg#dark");
  background-repeat: no-repeat;
}
.Icon-handshake--light {
  background-image: url("../img/Icon-handshake.svg#light");
  background-repeat: no-repeat;
}
.Icon-handshake--correct {
  background-image: url("../img/Icon-handshake.svg#correct");
  background-repeat: no-repeat;
}
.Icon-handshake--warning {
  background-image: url("../img/Icon-handshake.svg#warning");
  background-repeat: no-repeat;
}
.Icon-handshake--error {
  background-image: url("../img/Icon-handshake.svg#error");
  background-repeat: no-repeat;
}
.Icon-handshake--text {
  background-image: url("../img/Icon-handshake.svg#text");
  background-repeat: no-repeat;
}
.Icon-handshake--neutral {
  background-image: url("../img/Icon-handshake.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-handshake--highlight {
  background-image: url("../img/Icon-handshake.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-handshake--link {
  background-image: url("../img/Icon-handshake.svg#link");
  background-repeat: no-repeat;
}
.Icon-handshake--border {
  background-image: url("../img/Icon-handshake.svg#border");
  background-repeat: no-repeat;
}
.Icon-handshake--disabled {
  background-image: url("../img/Icon-handshake.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-health--default {
  background-image: url("../img/Icon-health.svg#default");
  background-repeat: no-repeat;
}
.Icon-health--primary {
  background-image: url("../img/Icon-health.svg#primary");
  background-repeat: no-repeat;
}
.Icon-health--secondary {
  background-image: url("../img/Icon-health.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-health--dark {
  background-image: url("../img/Icon-health.svg#dark");
  background-repeat: no-repeat;
}
.Icon-health--light {
  background-image: url("../img/Icon-health.svg#light");
  background-repeat: no-repeat;
}
.Icon-health--correct {
  background-image: url("../img/Icon-health.svg#correct");
  background-repeat: no-repeat;
}
.Icon-health--warning {
  background-image: url("../img/Icon-health.svg#warning");
  background-repeat: no-repeat;
}
.Icon-health--error {
  background-image: url("../img/Icon-health.svg#error");
  background-repeat: no-repeat;
}
.Icon-health--text {
  background-image: url("../img/Icon-health.svg#text");
  background-repeat: no-repeat;
}
.Icon-health--neutral {
  background-image: url("../img/Icon-health.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-health--highlight {
  background-image: url("../img/Icon-health.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-health--link {
  background-image: url("../img/Icon-health.svg#link");
  background-repeat: no-repeat;
}
.Icon-health--border {
  background-image: url("../img/Icon-health.svg#border");
  background-repeat: no-repeat;
}
.Icon-health--disabled {
  background-image: url("../img/Icon-health.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-healthExtras--default {
  background-image: url("../img/Icon-healthExtras.svg#default");
  background-repeat: no-repeat;
}
.Icon-healthExtras--primary {
  background-image: url("../img/Icon-healthExtras.svg#primary");
  background-repeat: no-repeat;
}
.Icon-healthExtras--secondary {
  background-image: url("../img/Icon-healthExtras.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-healthExtras--dark {
  background-image: url("../img/Icon-healthExtras.svg#dark");
  background-repeat: no-repeat;
}
.Icon-healthExtras--light {
  background-image: url("../img/Icon-healthExtras.svg#light");
  background-repeat: no-repeat;
}
.Icon-healthExtras--correct {
  background-image: url("../img/Icon-healthExtras.svg#correct");
  background-repeat: no-repeat;
}
.Icon-healthExtras--warning {
  background-image: url("../img/Icon-healthExtras.svg#warning");
  background-repeat: no-repeat;
}
.Icon-healthExtras--error {
  background-image: url("../img/Icon-healthExtras.svg#error");
  background-repeat: no-repeat;
}
.Icon-healthExtras--text {
  background-image: url("../img/Icon-healthExtras.svg#text");
  background-repeat: no-repeat;
}
.Icon-healthExtras--neutral {
  background-image: url("../img/Icon-healthExtras.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-healthExtras--highlight {
  background-image: url("../img/Icon-healthExtras.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-healthExtras--link {
  background-image: url("../img/Icon-healthExtras.svg#link");
  background-repeat: no-repeat;
}
.Icon-healthExtras--border {
  background-image: url("../img/Icon-healthExtras.svg#border");
  background-repeat: no-repeat;
}
.Icon-healthExtras--disabled {
  background-image: url("../img/Icon-healthExtras.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-healthHospital--default {
  background-image: url("../img/Icon-healthHospital.svg#default");
  background-repeat: no-repeat;
}
.Icon-healthHospital--primary {
  background-image: url("../img/Icon-healthHospital.svg#primary");
  background-repeat: no-repeat;
}
.Icon-healthHospital--secondary {
  background-image: url("../img/Icon-healthHospital.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-healthHospital--dark {
  background-image: url("../img/Icon-healthHospital.svg#dark");
  background-repeat: no-repeat;
}
.Icon-healthHospital--light {
  background-image: url("../img/Icon-healthHospital.svg#light");
  background-repeat: no-repeat;
}
.Icon-healthHospital--correct {
  background-image: url("../img/Icon-healthHospital.svg#correct");
  background-repeat: no-repeat;
}
.Icon-healthHospital--warning {
  background-image: url("../img/Icon-healthHospital.svg#warning");
  background-repeat: no-repeat;
}
.Icon-healthHospital--error {
  background-image: url("../img/Icon-healthHospital.svg#error");
  background-repeat: no-repeat;
}
.Icon-healthHospital--text {
  background-image: url("../img/Icon-healthHospital.svg#text");
  background-repeat: no-repeat;
}
.Icon-healthHospital--neutral {
  background-image: url("../img/Icon-healthHospital.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-healthHospital--highlight {
  background-image: url("../img/Icon-healthHospital.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-healthHospital--link {
  background-image: url("../img/Icon-healthHospital.svg#link");
  background-repeat: no-repeat;
}
.Icon-healthHospital--border {
  background-image: url("../img/Icon-healthHospital.svg#border");
  background-repeat: no-repeat;
}
.Icon-healthHospital--disabled {
  background-image: url("../img/Icon-healthHospital.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-hearingAid--default {
  background-image: url("../img/Icon-hearingAid.svg#default");
  background-repeat: no-repeat;
}
.Icon-hearingAid--primary {
  background-image: url("../img/Icon-hearingAid.svg#primary");
  background-repeat: no-repeat;
}
.Icon-hearingAid--secondary {
  background-image: url("../img/Icon-hearingAid.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-hearingAid--dark {
  background-image: url("../img/Icon-hearingAid.svg#dark");
  background-repeat: no-repeat;
}
.Icon-hearingAid--light {
  background-image: url("../img/Icon-hearingAid.svg#light");
  background-repeat: no-repeat;
}
.Icon-hearingAid--correct {
  background-image: url("../img/Icon-hearingAid.svg#correct");
  background-repeat: no-repeat;
}
.Icon-hearingAid--warning {
  background-image: url("../img/Icon-hearingAid.svg#warning");
  background-repeat: no-repeat;
}
.Icon-hearingAid--error {
  background-image: url("../img/Icon-hearingAid.svg#error");
  background-repeat: no-repeat;
}
.Icon-hearingAid--text {
  background-image: url("../img/Icon-hearingAid.svg#text");
  background-repeat: no-repeat;
}
.Icon-hearingAid--neutral {
  background-image: url("../img/Icon-hearingAid.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-hearingAid--highlight {
  background-image: url("../img/Icon-hearingAid.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-hearingAid--link {
  background-image: url("../img/Icon-hearingAid.svg#link");
  background-repeat: no-repeat;
}
.Icon-hearingAid--border {
  background-image: url("../img/Icon-hearingAid.svg#border");
  background-repeat: no-repeat;
}
.Icon-hearingAid--disabled {
  background-image: url("../img/Icon-hearingAid.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-heart--default {
  background-image: url("../img/Icon-heart.svg#default");
  background-repeat: no-repeat;
}
.Icon-heart--primary {
  background-image: url("../img/Icon-heart.svg#primary");
  background-repeat: no-repeat;
}
.Icon-heart--secondary {
  background-image: url("../img/Icon-heart.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-heart--dark {
  background-image: url("../img/Icon-heart.svg#dark");
  background-repeat: no-repeat;
}
.Icon-heart--light {
  background-image: url("../img/Icon-heart.svg#light");
  background-repeat: no-repeat;
}
.Icon-heart--correct {
  background-image: url("../img/Icon-heart.svg#correct");
  background-repeat: no-repeat;
}
.Icon-heart--warning {
  background-image: url("../img/Icon-heart.svg#warning");
  background-repeat: no-repeat;
}
.Icon-heart--error {
  background-image: url("../img/Icon-heart.svg#error");
  background-repeat: no-repeat;
}
.Icon-heart--text {
  background-image: url("../img/Icon-heart.svg#text");
  background-repeat: no-repeat;
}
.Icon-heart--neutral {
  background-image: url("../img/Icon-heart.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-heart--highlight {
  background-image: url("../img/Icon-heart.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-heart--link {
  background-image: url("../img/Icon-heart.svg#link");
  background-repeat: no-repeat;
}
.Icon-heart--border {
  background-image: url("../img/Icon-heart.svg#border");
  background-repeat: no-repeat;
}
.Icon-heart--disabled {
  background-image: url("../img/Icon-heart.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-hernia--default {
  background-image: url("../img/Icon-hernia.svg#default");
  background-repeat: no-repeat;
}
.Icon-hernia--primary {
  background-image: url("../img/Icon-hernia.svg#primary");
  background-repeat: no-repeat;
}
.Icon-hernia--secondary {
  background-image: url("../img/Icon-hernia.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-hernia--dark {
  background-image: url("../img/Icon-hernia.svg#dark");
  background-repeat: no-repeat;
}
.Icon-hernia--light {
  background-image: url("../img/Icon-hernia.svg#light");
  background-repeat: no-repeat;
}
.Icon-hernia--correct {
  background-image: url("../img/Icon-hernia.svg#correct");
  background-repeat: no-repeat;
}
.Icon-hernia--warning {
  background-image: url("../img/Icon-hernia.svg#warning");
  background-repeat: no-repeat;
}
.Icon-hernia--error {
  background-image: url("../img/Icon-hernia.svg#error");
  background-repeat: no-repeat;
}
.Icon-hernia--text {
  background-image: url("../img/Icon-hernia.svg#text");
  background-repeat: no-repeat;
}
.Icon-hernia--neutral {
  background-image: url("../img/Icon-hernia.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-hernia--highlight {
  background-image: url("../img/Icon-hernia.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-hernia--link {
  background-image: url("../img/Icon-hernia.svg#link");
  background-repeat: no-repeat;
}
.Icon-hernia--border {
  background-image: url("../img/Icon-hernia.svg#border");
  background-repeat: no-repeat;
}
.Icon-hernia--disabled {
  background-image: url("../img/Icon-hernia.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-highValue--default {
  background-image: url("../img/Icon-highValue.svg#default");
  background-repeat: no-repeat;
}
.Icon-highValue--primary {
  background-image: url("../img/Icon-highValue.svg#primary");
  background-repeat: no-repeat;
}
.Icon-highValue--secondary {
  background-image: url("../img/Icon-highValue.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-highValue--dark {
  background-image: url("../img/Icon-highValue.svg#dark");
  background-repeat: no-repeat;
}
.Icon-highValue--light {
  background-image: url("../img/Icon-highValue.svg#light");
  background-repeat: no-repeat;
}
.Icon-highValue--correct {
  background-image: url("../img/Icon-highValue.svg#correct");
  background-repeat: no-repeat;
}
.Icon-highValue--warning {
  background-image: url("../img/Icon-highValue.svg#warning");
  background-repeat: no-repeat;
}
.Icon-highValue--error {
  background-image: url("../img/Icon-highValue.svg#error");
  background-repeat: no-repeat;
}
.Icon-highValue--text {
  background-image: url("../img/Icon-highValue.svg#text");
  background-repeat: no-repeat;
}
.Icon-highValue--neutral {
  background-image: url("../img/Icon-highValue.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-highValue--highlight {
  background-image: url("../img/Icon-highValue.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-highValue--link {
  background-image: url("../img/Icon-highValue.svg#link");
  background-repeat: no-repeat;
}
.Icon-highValue--border {
  background-image: url("../img/Icon-highValue.svg#border");
  background-repeat: no-repeat;
}
.Icon-highValue--disabled {
  background-image: url("../img/Icon-highValue.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-holidayHome--default {
  background-image: url("../img/Icon-holidayHome.svg#default");
  background-repeat: no-repeat;
}
.Icon-holidayHome--primary {
  background-image: url("../img/Icon-holidayHome.svg#primary");
  background-repeat: no-repeat;
}
.Icon-holidayHome--secondary {
  background-image: url("../img/Icon-holidayHome.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-holidayHome--dark {
  background-image: url("../img/Icon-holidayHome.svg#dark");
  background-repeat: no-repeat;
}
.Icon-holidayHome--light {
  background-image: url("../img/Icon-holidayHome.svg#light");
  background-repeat: no-repeat;
}
.Icon-holidayHome--correct {
  background-image: url("../img/Icon-holidayHome.svg#correct");
  background-repeat: no-repeat;
}
.Icon-holidayHome--warning {
  background-image: url("../img/Icon-holidayHome.svg#warning");
  background-repeat: no-repeat;
}
.Icon-holidayHome--error {
  background-image: url("../img/Icon-holidayHome.svg#error");
  background-repeat: no-repeat;
}
.Icon-holidayHome--text {
  background-image: url("../img/Icon-holidayHome.svg#text");
  background-repeat: no-repeat;
}
.Icon-holidayHome--neutral {
  background-image: url("../img/Icon-holidayHome.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-holidayHome--highlight {
  background-image: url("../img/Icon-holidayHome.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-holidayHome--link {
  background-image: url("../img/Icon-holidayHome.svg#link");
  background-repeat: no-repeat;
}
.Icon-holidayHome--border {
  background-image: url("../img/Icon-holidayHome.svg#border");
  background-repeat: no-repeat;
}
.Icon-holidayHome--disabled {
  background-image: url("../img/Icon-holidayHome.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-home--default {
  background-image: url("../img/Icon-home.svg#default");
  background-repeat: no-repeat;
}
.Icon-home--primary {
  background-image: url("../img/Icon-home.svg#primary");
  background-repeat: no-repeat;
}
.Icon-home--secondary {
  background-image: url("../img/Icon-home.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-home--dark {
  background-image: url("../img/Icon-home.svg#dark");
  background-repeat: no-repeat;
}
.Icon-home--light {
  background-image: url("../img/Icon-home.svg#light");
  background-repeat: no-repeat;
}
.Icon-home--correct {
  background-image: url("../img/Icon-home.svg#correct");
  background-repeat: no-repeat;
}
.Icon-home--warning {
  background-image: url("../img/Icon-home.svg#warning");
  background-repeat: no-repeat;
}
.Icon-home--error {
  background-image: url("../img/Icon-home.svg#error");
  background-repeat: no-repeat;
}
.Icon-home--text {
  background-image: url("../img/Icon-home.svg#text");
  background-repeat: no-repeat;
}
.Icon-home--neutral {
  background-image: url("../img/Icon-home.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-home--highlight {
  background-image: url("../img/Icon-home.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-home--link {
  background-image: url("../img/Icon-home.svg#link");
  background-repeat: no-repeat;
}
.Icon-home--border {
  background-image: url("../img/Icon-home.svg#border");
  background-repeat: no-repeat;
}
.Icon-home--disabled {
  background-image: url("../img/Icon-home.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--default {
  background-image: url("../img/Icon-homeAlarm.svg#default");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--primary {
  background-image: url("../img/Icon-homeAlarm.svg#primary");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--secondary {
  background-image: url("../img/Icon-homeAlarm.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--dark {
  background-image: url("../img/Icon-homeAlarm.svg#dark");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--light {
  background-image: url("../img/Icon-homeAlarm.svg#light");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--correct {
  background-image: url("../img/Icon-homeAlarm.svg#correct");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--warning {
  background-image: url("../img/Icon-homeAlarm.svg#warning");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--error {
  background-image: url("../img/Icon-homeAlarm.svg#error");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--text {
  background-image: url("../img/Icon-homeAlarm.svg#text");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--neutral {
  background-image: url("../img/Icon-homeAlarm.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--highlight {
  background-image: url("../img/Icon-homeAlarm.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--link {
  background-image: url("../img/Icon-homeAlarm.svg#link");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--border {
  background-image: url("../img/Icon-homeAlarm.svg#border");
  background-repeat: no-repeat;
}
.Icon-homeAlarm--disabled {
  background-image: url("../img/Icon-homeAlarm.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-homeContents--default {
  background-image: url("../img/Icon-homeContents.svg#default");
  background-repeat: no-repeat;
}
.Icon-homeContents--primary {
  background-image: url("../img/Icon-homeContents.svg#primary");
  background-repeat: no-repeat;
}
.Icon-homeContents--secondary {
  background-image: url("../img/Icon-homeContents.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-homeContents--dark {
  background-image: url("../img/Icon-homeContents.svg#dark");
  background-repeat: no-repeat;
}
.Icon-homeContents--light {
  background-image: url("../img/Icon-homeContents.svg#light");
  background-repeat: no-repeat;
}
.Icon-homeContents--correct {
  background-image: url("../img/Icon-homeContents.svg#correct");
  background-repeat: no-repeat;
}
.Icon-homeContents--warning {
  background-image: url("../img/Icon-homeContents.svg#warning");
  background-repeat: no-repeat;
}
.Icon-homeContents--error {
  background-image: url("../img/Icon-homeContents.svg#error");
  background-repeat: no-repeat;
}
.Icon-homeContents--text {
  background-image: url("../img/Icon-homeContents.svg#text");
  background-repeat: no-repeat;
}
.Icon-homeContents--neutral {
  background-image: url("../img/Icon-homeContents.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-homeContents--highlight {
  background-image: url("../img/Icon-homeContents.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-homeContents--link {
  background-image: url("../img/Icon-homeContents.svg#link");
  background-repeat: no-repeat;
}
.Icon-homeContents--border {
  background-image: url("../img/Icon-homeContents.svg#border");
  background-repeat: no-repeat;
}
.Icon-homeContents--disabled {
  background-image: url("../img/Icon-homeContents.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-homeDamage--default {
  background-image: url("../img/Icon-homeDamage.svg#default");
  background-repeat: no-repeat;
}
.Icon-homeDamage--primary {
  background-image: url("../img/Icon-homeDamage.svg#primary");
  background-repeat: no-repeat;
}
.Icon-homeDamage--secondary {
  background-image: url("../img/Icon-homeDamage.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-homeDamage--dark {
  background-image: url("../img/Icon-homeDamage.svg#dark");
  background-repeat: no-repeat;
}
.Icon-homeDamage--light {
  background-image: url("../img/Icon-homeDamage.svg#light");
  background-repeat: no-repeat;
}
.Icon-homeDamage--correct {
  background-image: url("../img/Icon-homeDamage.svg#correct");
  background-repeat: no-repeat;
}
.Icon-homeDamage--warning {
  background-image: url("../img/Icon-homeDamage.svg#warning");
  background-repeat: no-repeat;
}
.Icon-homeDamage--error {
  background-image: url("../img/Icon-homeDamage.svg#error");
  background-repeat: no-repeat;
}
.Icon-homeDamage--text {
  background-image: url("../img/Icon-homeDamage.svg#text");
  background-repeat: no-repeat;
}
.Icon-homeDamage--neutral {
  background-image: url("../img/Icon-homeDamage.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-homeDamage--highlight {
  background-image: url("../img/Icon-homeDamage.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-homeDamage--link {
  background-image: url("../img/Icon-homeDamage.svg#link");
  background-repeat: no-repeat;
}
.Icon-homeDamage--border {
  background-image: url("../img/Icon-homeDamage.svg#border");
  background-repeat: no-repeat;
}
.Icon-homeDamage--disabled {
  background-image: url("../img/Icon-homeDamage.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-homeLarge--default {
  background-image: url("../img/Icon-homeLarge.svg#default");
  background-repeat: no-repeat;
}
.Icon-homeLarge--primary {
  background-image: url("../img/Icon-homeLarge.svg#primary");
  background-repeat: no-repeat;
}
.Icon-homeLarge--secondary {
  background-image: url("../img/Icon-homeLarge.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-homeLarge--dark {
  background-image: url("../img/Icon-homeLarge.svg#dark");
  background-repeat: no-repeat;
}
.Icon-homeLarge--light {
  background-image: url("../img/Icon-homeLarge.svg#light");
  background-repeat: no-repeat;
}
.Icon-homeLarge--correct {
  background-image: url("../img/Icon-homeLarge.svg#correct");
  background-repeat: no-repeat;
}
.Icon-homeLarge--warning {
  background-image: url("../img/Icon-homeLarge.svg#warning");
  background-repeat: no-repeat;
}
.Icon-homeLarge--error {
  background-image: url("../img/Icon-homeLarge.svg#error");
  background-repeat: no-repeat;
}
.Icon-homeLarge--text {
  background-image: url("../img/Icon-homeLarge.svg#text");
  background-repeat: no-repeat;
}
.Icon-homeLarge--neutral {
  background-image: url("../img/Icon-homeLarge.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-homeLarge--highlight {
  background-image: url("../img/Icon-homeLarge.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-homeLarge--link {
  background-image: url("../img/Icon-homeLarge.svg#link");
  background-repeat: no-repeat;
}
.Icon-homeLarge--border {
  background-image: url("../img/Icon-homeLarge.svg#border");
  background-repeat: no-repeat;
}
.Icon-homeLarge--disabled {
  background-image: url("../img/Icon-homeLarge.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-homeNursing--default {
  background-image: url("../img/Icon-homeNursing.svg#default");
  background-repeat: no-repeat;
}
.Icon-homeNursing--primary {
  background-image: url("../img/Icon-homeNursing.svg#primary");
  background-repeat: no-repeat;
}
.Icon-homeNursing--secondary {
  background-image: url("../img/Icon-homeNursing.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-homeNursing--dark {
  background-image: url("../img/Icon-homeNursing.svg#dark");
  background-repeat: no-repeat;
}
.Icon-homeNursing--light {
  background-image: url("../img/Icon-homeNursing.svg#light");
  background-repeat: no-repeat;
}
.Icon-homeNursing--correct {
  background-image: url("../img/Icon-homeNursing.svg#correct");
  background-repeat: no-repeat;
}
.Icon-homeNursing--warning {
  background-image: url("../img/Icon-homeNursing.svg#warning");
  background-repeat: no-repeat;
}
.Icon-homeNursing--error {
  background-image: url("../img/Icon-homeNursing.svg#error");
  background-repeat: no-repeat;
}
.Icon-homeNursing--text {
  background-image: url("../img/Icon-homeNursing.svg#text");
  background-repeat: no-repeat;
}
.Icon-homeNursing--neutral {
  background-image: url("../img/Icon-homeNursing.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-homeNursing--highlight {
  background-image: url("../img/Icon-homeNursing.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-homeNursing--link {
  background-image: url("../img/Icon-homeNursing.svg#link");
  background-repeat: no-repeat;
}
.Icon-homeNursing--border {
  background-image: url("../img/Icon-homeNursing.svg#border");
  background-repeat: no-repeat;
}
.Icon-homeNursing--disabled {
  background-image: url("../img/Icon-homeNursing.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--default {
  background-image: url("../img/Icon-hospitalEveryday.svg#default");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--primary {
  background-image: url("../img/Icon-hospitalEveryday.svg#primary");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--secondary {
  background-image: url("../img/Icon-hospitalEveryday.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--dark {
  background-image: url("../img/Icon-hospitalEveryday.svg#dark");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--light {
  background-image: url("../img/Icon-hospitalEveryday.svg#light");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--correct {
  background-image: url("../img/Icon-hospitalEveryday.svg#correct");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--warning {
  background-image: url("../img/Icon-hospitalEveryday.svg#warning");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--error {
  background-image: url("../img/Icon-hospitalEveryday.svg#error");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--text {
  background-image: url("../img/Icon-hospitalEveryday.svg#text");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--neutral {
  background-image: url("../img/Icon-hospitalEveryday.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--highlight {
  background-image: url("../img/Icon-hospitalEveryday.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--link {
  background-image: url("../img/Icon-hospitalEveryday.svg#link");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--border {
  background-image: url("../img/Icon-hospitalEveryday.svg#border");
  background-repeat: no-repeat;
}
.Icon-hospitalEveryday--disabled {
  background-image: url("../img/Icon-hospitalEveryday.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--default {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#default");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--primary {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#primary");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--secondary {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--dark {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#dark");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--light {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#light");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--correct {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#correct");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--warning {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#warning");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--error {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#error");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--text {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#text");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--neutral {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--highlight {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--link {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#link");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--border {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#border");
  background-repeat: no-repeat;
}
.Icon-hospitalEverydayBoost--disabled {
  background-image: url("../img/Icon-hospitalEverydayBoost.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--default {
  background-image: url("../img/Icon-hospitalPremium.svg#default");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--primary {
  background-image: url("../img/Icon-hospitalPremium.svg#primary");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--secondary {
  background-image: url("../img/Icon-hospitalPremium.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--dark {
  background-image: url("../img/Icon-hospitalPremium.svg#dark");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--light {
  background-image: url("../img/Icon-hospitalPremium.svg#light");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--correct {
  background-image: url("../img/Icon-hospitalPremium.svg#correct");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--warning {
  background-image: url("../img/Icon-hospitalPremium.svg#warning");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--error {
  background-image: url("../img/Icon-hospitalPremium.svg#error");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--text {
  background-image: url("../img/Icon-hospitalPremium.svg#text");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--neutral {
  background-image: url("../img/Icon-hospitalPremium.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--highlight {
  background-image: url("../img/Icon-hospitalPremium.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--link {
  background-image: url("../img/Icon-hospitalPremium.svg#link");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--border {
  background-image: url("../img/Icon-hospitalPremium.svg#border");
  background-repeat: no-repeat;
}
.Icon-hospitalPremium--disabled {
  background-image: url("../img/Icon-hospitalPremium.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--default {
  background-image: url("../img/Icon-hospitalStarter.svg#default");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--primary {
  background-image: url("../img/Icon-hospitalStarter.svg#primary");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--secondary {
  background-image: url("../img/Icon-hospitalStarter.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--dark {
  background-image: url("../img/Icon-hospitalStarter.svg#dark");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--light {
  background-image: url("../img/Icon-hospitalStarter.svg#light");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--correct {
  background-image: url("../img/Icon-hospitalStarter.svg#correct");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--warning {
  background-image: url("../img/Icon-hospitalStarter.svg#warning");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--error {
  background-image: url("../img/Icon-hospitalStarter.svg#error");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--text {
  background-image: url("../img/Icon-hospitalStarter.svg#text");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--neutral {
  background-image: url("../img/Icon-hospitalStarter.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--highlight {
  background-image: url("../img/Icon-hospitalStarter.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--link {
  background-image: url("../img/Icon-hospitalStarter.svg#link");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--border {
  background-image: url("../img/Icon-hospitalStarter.svg#border");
  background-repeat: no-repeat;
}
.Icon-hospitalStarter--disabled {
  background-image: url("../img/Icon-hospitalStarter.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-idea--default {
  background-image: url("../img/Icon-idea.svg#default");
  background-repeat: no-repeat;
}
.Icon-idea--primary {
  background-image: url("../img/Icon-idea.svg#primary");
  background-repeat: no-repeat;
}
.Icon-idea--secondary {
  background-image: url("../img/Icon-idea.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-idea--dark {
  background-image: url("../img/Icon-idea.svg#dark");
  background-repeat: no-repeat;
}
.Icon-idea--light {
  background-image: url("../img/Icon-idea.svg#light");
  background-repeat: no-repeat;
}
.Icon-idea--correct {
  background-image: url("../img/Icon-idea.svg#correct");
  background-repeat: no-repeat;
}
.Icon-idea--warning {
  background-image: url("../img/Icon-idea.svg#warning");
  background-repeat: no-repeat;
}
.Icon-idea--error {
  background-image: url("../img/Icon-idea.svg#error");
  background-repeat: no-repeat;
}
.Icon-idea--text {
  background-image: url("../img/Icon-idea.svg#text");
  background-repeat: no-repeat;
}
.Icon-idea--neutral {
  background-image: url("../img/Icon-idea.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-idea--highlight {
  background-image: url("../img/Icon-idea.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-idea--link {
  background-image: url("../img/Icon-idea.svg#link");
  background-repeat: no-repeat;
}
.Icon-idea--border {
  background-image: url("../img/Icon-idea.svg#border");
  background-repeat: no-repeat;
}
.Icon-idea--disabled {
  background-image: url("../img/Icon-idea.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--default {
  background-image: url("../img/Icon-incomeProtect.svg#default");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--primary {
  background-image: url("../img/Icon-incomeProtect.svg#primary");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--secondary {
  background-image: url("../img/Icon-incomeProtect.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--dark {
  background-image: url("../img/Icon-incomeProtect.svg#dark");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--light {
  background-image: url("../img/Icon-incomeProtect.svg#light");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--correct {
  background-image: url("../img/Icon-incomeProtect.svg#correct");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--warning {
  background-image: url("../img/Icon-incomeProtect.svg#warning");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--error {
  background-image: url("../img/Icon-incomeProtect.svg#error");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--text {
  background-image: url("../img/Icon-incomeProtect.svg#text");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--neutral {
  background-image: url("../img/Icon-incomeProtect.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--highlight {
  background-image: url("../img/Icon-incomeProtect.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--link {
  background-image: url("../img/Icon-incomeProtect.svg#link");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--border {
  background-image: url("../img/Icon-incomeProtect.svg#border");
  background-repeat: no-repeat;
}
.Icon-incomeProtect--disabled {
  background-image: url("../img/Icon-incomeProtect.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-increaseValue--default {
  background-image: url("../img/Icon-increaseValue.svg#default");
  background-repeat: no-repeat;
}
.Icon-increaseValue--primary {
  background-image: url("../img/Icon-increaseValue.svg#primary");
  background-repeat: no-repeat;
}
.Icon-increaseValue--secondary {
  background-image: url("../img/Icon-increaseValue.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-increaseValue--dark {
  background-image: url("../img/Icon-increaseValue.svg#dark");
  background-repeat: no-repeat;
}
.Icon-increaseValue--light {
  background-image: url("../img/Icon-increaseValue.svg#light");
  background-repeat: no-repeat;
}
.Icon-increaseValue--correct {
  background-image: url("../img/Icon-increaseValue.svg#correct");
  background-repeat: no-repeat;
}
.Icon-increaseValue--warning {
  background-image: url("../img/Icon-increaseValue.svg#warning");
  background-repeat: no-repeat;
}
.Icon-increaseValue--error {
  background-image: url("../img/Icon-increaseValue.svg#error");
  background-repeat: no-repeat;
}
.Icon-increaseValue--text {
  background-image: url("../img/Icon-increaseValue.svg#text");
  background-repeat: no-repeat;
}
.Icon-increaseValue--neutral {
  background-image: url("../img/Icon-increaseValue.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-increaseValue--highlight {
  background-image: url("../img/Icon-increaseValue.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-increaseValue--link {
  background-image: url("../img/Icon-increaseValue.svg#link");
  background-repeat: no-repeat;
}
.Icon-increaseValue--border {
  background-image: url("../img/Icon-increaseValue.svg#border");
  background-repeat: no-repeat;
}
.Icon-increaseValue--disabled {
  background-image: url("../img/Icon-increaseValue.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-indoorCat--default {
  background-image: url("../img/Icon-indoorCat.svg#default");
  background-repeat: no-repeat;
}
.Icon-indoorCat--primary {
  background-image: url("../img/Icon-indoorCat.svg#primary");
  background-repeat: no-repeat;
}
.Icon-indoorCat--secondary {
  background-image: url("../img/Icon-indoorCat.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-indoorCat--dark {
  background-image: url("../img/Icon-indoorCat.svg#dark");
  background-repeat: no-repeat;
}
.Icon-indoorCat--light {
  background-image: url("../img/Icon-indoorCat.svg#light");
  background-repeat: no-repeat;
}
.Icon-indoorCat--correct {
  background-image: url("../img/Icon-indoorCat.svg#correct");
  background-repeat: no-repeat;
}
.Icon-indoorCat--warning {
  background-image: url("../img/Icon-indoorCat.svg#warning");
  background-repeat: no-repeat;
}
.Icon-indoorCat--error {
  background-image: url("../img/Icon-indoorCat.svg#error");
  background-repeat: no-repeat;
}
.Icon-indoorCat--text {
  background-image: url("../img/Icon-indoorCat.svg#text");
  background-repeat: no-repeat;
}
.Icon-indoorCat--neutral {
  background-image: url("../img/Icon-indoorCat.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-indoorCat--highlight {
  background-image: url("../img/Icon-indoorCat.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-indoorCat--link {
  background-image: url("../img/Icon-indoorCat.svg#link");
  background-repeat: no-repeat;
}
.Icon-indoorCat--border {
  background-image: url("../img/Icon-indoorCat.svg#border");
  background-repeat: no-repeat;
}
.Icon-indoorCat--disabled {
  background-image: url("../img/Icon-indoorCat.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-infertility--default {
  background-image: url("../img/Icon-infertility.svg#default");
  background-repeat: no-repeat;
}
.Icon-infertility--primary {
  background-image: url("../img/Icon-infertility.svg#primary");
  background-repeat: no-repeat;
}
.Icon-infertility--secondary {
  background-image: url("../img/Icon-infertility.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-infertility--dark {
  background-image: url("../img/Icon-infertility.svg#dark");
  background-repeat: no-repeat;
}
.Icon-infertility--light {
  background-image: url("../img/Icon-infertility.svg#light");
  background-repeat: no-repeat;
}
.Icon-infertility--correct {
  background-image: url("../img/Icon-infertility.svg#correct");
  background-repeat: no-repeat;
}
.Icon-infertility--warning {
  background-image: url("../img/Icon-infertility.svg#warning");
  background-repeat: no-repeat;
}
.Icon-infertility--error {
  background-image: url("../img/Icon-infertility.svg#error");
  background-repeat: no-repeat;
}
.Icon-infertility--text {
  background-image: url("../img/Icon-infertility.svg#text");
  background-repeat: no-repeat;
}
.Icon-infertility--neutral {
  background-image: url("../img/Icon-infertility.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-infertility--highlight {
  background-image: url("../img/Icon-infertility.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-infertility--link {
  background-image: url("../img/Icon-infertility.svg#link");
  background-repeat: no-repeat;
}
.Icon-infertility--border {
  background-image: url("../img/Icon-infertility.svg#border");
  background-repeat: no-repeat;
}
.Icon-infertility--disabled {
  background-image: url("../img/Icon-infertility.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-info--default {
  background-image: url("../img/Icon-info.svg#default");
  background-repeat: no-repeat;
}
.Icon-info--primary {
  background-image: url("../img/Icon-info.svg#primary");
  background-repeat: no-repeat;
}
.Icon-info--secondary {
  background-image: url("../img/Icon-info.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-info--dark {
  background-image: url("../img/Icon-info.svg#dark");
  background-repeat: no-repeat;
}
.Icon-info--light {
  background-image: url("../img/Icon-info.svg#light");
  background-repeat: no-repeat;
}
.Icon-info--correct {
  background-image: url("../img/Icon-info.svg#correct");
  background-repeat: no-repeat;
}
.Icon-info--warning {
  background-image: url("../img/Icon-info.svg#warning");
  background-repeat: no-repeat;
}
.Icon-info--error {
  background-image: url("../img/Icon-info.svg#error");
  background-repeat: no-repeat;
}
.Icon-info--text {
  background-image: url("../img/Icon-info.svg#text");
  background-repeat: no-repeat;
}
.Icon-info--neutral {
  background-image: url("../img/Icon-info.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-info--highlight {
  background-image: url("../img/Icon-info.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-info--link {
  background-image: url("../img/Icon-info.svg#link");
  background-repeat: no-repeat;
}
.Icon-info--border {
  background-image: url("../img/Icon-info.svg#border");
  background-repeat: no-repeat;
}
.Icon-info--disabled {
  background-image: url("../img/Icon-info.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-injury--default {
  background-image: url("../img/Icon-injury.svg#default");
  background-repeat: no-repeat;
}
.Icon-injury--primary {
  background-image: url("../img/Icon-injury.svg#primary");
  background-repeat: no-repeat;
}
.Icon-injury--secondary {
  background-image: url("../img/Icon-injury.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-injury--dark {
  background-image: url("../img/Icon-injury.svg#dark");
  background-repeat: no-repeat;
}
.Icon-injury--light {
  background-image: url("../img/Icon-injury.svg#light");
  background-repeat: no-repeat;
}
.Icon-injury--correct {
  background-image: url("../img/Icon-injury.svg#correct");
  background-repeat: no-repeat;
}
.Icon-injury--warning {
  background-image: url("../img/Icon-injury.svg#warning");
  background-repeat: no-repeat;
}
.Icon-injury--error {
  background-image: url("../img/Icon-injury.svg#error");
  background-repeat: no-repeat;
}
.Icon-injury--text {
  background-image: url("../img/Icon-injury.svg#text");
  background-repeat: no-repeat;
}
.Icon-injury--neutral {
  background-image: url("../img/Icon-injury.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-injury--highlight {
  background-image: url("../img/Icon-injury.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-injury--link {
  background-image: url("../img/Icon-injury.svg#link");
  background-repeat: no-repeat;
}
.Icon-injury--border {
  background-image: url("../img/Icon-injury.svg#border");
  background-repeat: no-repeat;
}
.Icon-injury--disabled {
  background-image: url("../img/Icon-injury.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-inspectCar--default {
  background-image: url("../img/Icon-inspectCar.svg#default");
  background-repeat: no-repeat;
}
.Icon-inspectCar--primary {
  background-image: url("../img/Icon-inspectCar.svg#primary");
  background-repeat: no-repeat;
}
.Icon-inspectCar--secondary {
  background-image: url("../img/Icon-inspectCar.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-inspectCar--dark {
  background-image: url("../img/Icon-inspectCar.svg#dark");
  background-repeat: no-repeat;
}
.Icon-inspectCar--light {
  background-image: url("../img/Icon-inspectCar.svg#light");
  background-repeat: no-repeat;
}
.Icon-inspectCar--correct {
  background-image: url("../img/Icon-inspectCar.svg#correct");
  background-repeat: no-repeat;
}
.Icon-inspectCar--warning {
  background-image: url("../img/Icon-inspectCar.svg#warning");
  background-repeat: no-repeat;
}
.Icon-inspectCar--error {
  background-image: url("../img/Icon-inspectCar.svg#error");
  background-repeat: no-repeat;
}
.Icon-inspectCar--text {
  background-image: url("../img/Icon-inspectCar.svg#text");
  background-repeat: no-repeat;
}
.Icon-inspectCar--neutral {
  background-image: url("../img/Icon-inspectCar.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-inspectCar--highlight {
  background-image: url("../img/Icon-inspectCar.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-inspectCar--link {
  background-image: url("../img/Icon-inspectCar.svg#link");
  background-repeat: no-repeat;
}
.Icon-inspectCar--border {
  background-image: url("../img/Icon-inspectCar.svg#border");
  background-repeat: no-repeat;
}
.Icon-inspectCar--disabled {
  background-image: url("../img/Icon-inspectCar.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-instagram--default {
  background-image: url("../img/Icon-instagram.svg#default");
  background-repeat: no-repeat;
}
.Icon-instagram--primary {
  background-image: url("../img/Icon-instagram.svg#primary");
  background-repeat: no-repeat;
}
.Icon-instagram--secondary {
  background-image: url("../img/Icon-instagram.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-instagram--dark {
  background-image: url("../img/Icon-instagram.svg#dark");
  background-repeat: no-repeat;
}
.Icon-instagram--light {
  background-image: url("../img/Icon-instagram.svg#light");
  background-repeat: no-repeat;
}
.Icon-instagram--correct {
  background-image: url("../img/Icon-instagram.svg#correct");
  background-repeat: no-repeat;
}
.Icon-instagram--warning {
  background-image: url("../img/Icon-instagram.svg#warning");
  background-repeat: no-repeat;
}
.Icon-instagram--error {
  background-image: url("../img/Icon-instagram.svg#error");
  background-repeat: no-repeat;
}
.Icon-instagram--text {
  background-image: url("../img/Icon-instagram.svg#text");
  background-repeat: no-repeat;
}
.Icon-instagram--neutral {
  background-image: url("../img/Icon-instagram.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-instagram--highlight {
  background-image: url("../img/Icon-instagram.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-instagram--link {
  background-image: url("../img/Icon-instagram.svg#link");
  background-repeat: no-repeat;
}
.Icon-instagram--border {
  background-image: url("../img/Icon-instagram.svg#border");
  background-repeat: no-repeat;
}
.Icon-instagram--disabled {
  background-image: url("../img/Icon-instagram.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--default {
  background-image: url("../img/Icon-jointInvestigation.svg#default");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--primary {
  background-image: url("../img/Icon-jointInvestigation.svg#primary");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--secondary {
  background-image: url("../img/Icon-jointInvestigation.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--dark {
  background-image: url("../img/Icon-jointInvestigation.svg#dark");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--light {
  background-image: url("../img/Icon-jointInvestigation.svg#light");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--correct {
  background-image: url("../img/Icon-jointInvestigation.svg#correct");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--warning {
  background-image: url("../img/Icon-jointInvestigation.svg#warning");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--error {
  background-image: url("../img/Icon-jointInvestigation.svg#error");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--text {
  background-image: url("../img/Icon-jointInvestigation.svg#text");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--neutral {
  background-image: url("../img/Icon-jointInvestigation.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--highlight {
  background-image: url("../img/Icon-jointInvestigation.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--link {
  background-image: url("../img/Icon-jointInvestigation.svg#link");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--border {
  background-image: url("../img/Icon-jointInvestigation.svg#border");
  background-repeat: no-repeat;
}
.Icon-jointInvestigation--disabled {
  background-image: url("../img/Icon-jointInvestigation.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--default {
  background-image: url("../img/Icon-jointReconstruction.svg#default");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--primary {
  background-image: url("../img/Icon-jointReconstruction.svg#primary");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--secondary {
  background-image: url("../img/Icon-jointReconstruction.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--dark {
  background-image: url("../img/Icon-jointReconstruction.svg#dark");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--light {
  background-image: url("../img/Icon-jointReconstruction.svg#light");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--correct {
  background-image: url("../img/Icon-jointReconstruction.svg#correct");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--warning {
  background-image: url("../img/Icon-jointReconstruction.svg#warning");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--error {
  background-image: url("../img/Icon-jointReconstruction.svg#error");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--text {
  background-image: url("../img/Icon-jointReconstruction.svg#text");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--neutral {
  background-image: url("../img/Icon-jointReconstruction.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--highlight {
  background-image: url("../img/Icon-jointReconstruction.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--link {
  background-image: url("../img/Icon-jointReconstruction.svg#link");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--border {
  background-image: url("../img/Icon-jointReconstruction.svg#border");
  background-repeat: no-repeat;
}
.Icon-jointReconstruction--disabled {
  background-image: url("../img/Icon-jointReconstruction.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--default {
  background-image: url("../img/Icon-jointReplacement.svg#default");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--primary {
  background-image: url("../img/Icon-jointReplacement.svg#primary");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--secondary {
  background-image: url("../img/Icon-jointReplacement.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--dark {
  background-image: url("../img/Icon-jointReplacement.svg#dark");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--light {
  background-image: url("../img/Icon-jointReplacement.svg#light");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--correct {
  background-image: url("../img/Icon-jointReplacement.svg#correct");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--warning {
  background-image: url("../img/Icon-jointReplacement.svg#warning");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--error {
  background-image: url("../img/Icon-jointReplacement.svg#error");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--text {
  background-image: url("../img/Icon-jointReplacement.svg#text");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--neutral {
  background-image: url("../img/Icon-jointReplacement.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--highlight {
  background-image: url("../img/Icon-jointReplacement.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--link {
  background-image: url("../img/Icon-jointReplacement.svg#link");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--border {
  background-image: url("../img/Icon-jointReplacement.svg#border");
  background-repeat: no-repeat;
}
.Icon-jointReplacement--disabled {
  background-image: url("../img/Icon-jointReplacement.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-kangaroo--default {
  background-image: url("../img/Icon-kangaroo.svg#default");
  background-repeat: no-repeat;
}
.Icon-kangaroo--primary {
  background-image: url("../img/Icon-kangaroo.svg#primary");
  background-repeat: no-repeat;
}
.Icon-kangaroo--secondary {
  background-image: url("../img/Icon-kangaroo.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-kangaroo--dark {
  background-image: url("../img/Icon-kangaroo.svg#dark");
  background-repeat: no-repeat;
}
.Icon-kangaroo--light {
  background-image: url("../img/Icon-kangaroo.svg#light");
  background-repeat: no-repeat;
}
.Icon-kangaroo--correct {
  background-image: url("../img/Icon-kangaroo.svg#correct");
  background-repeat: no-repeat;
}
.Icon-kangaroo--warning {
  background-image: url("../img/Icon-kangaroo.svg#warning");
  background-repeat: no-repeat;
}
.Icon-kangaroo--error {
  background-image: url("../img/Icon-kangaroo.svg#error");
  background-repeat: no-repeat;
}
.Icon-kangaroo--text {
  background-image: url("../img/Icon-kangaroo.svg#text");
  background-repeat: no-repeat;
}
.Icon-kangaroo--neutral {
  background-image: url("../img/Icon-kangaroo.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-kangaroo--highlight {
  background-image: url("../img/Icon-kangaroo.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-kangaroo--link {
  background-image: url("../img/Icon-kangaroo.svg#link");
  background-repeat: no-repeat;
}
.Icon-kangaroo--border {
  background-image: url("../img/Icon-kangaroo.svg#border");
  background-repeat: no-repeat;
}
.Icon-kangaroo--disabled {
  background-image: url("../img/Icon-kangaroo.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-key--default {
  background-image: url("../img/Icon-key.svg#default");
  background-repeat: no-repeat;
}
.Icon-key--primary {
  background-image: url("../img/Icon-key.svg#primary");
  background-repeat: no-repeat;
}
.Icon-key--secondary {
  background-image: url("../img/Icon-key.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-key--dark {
  background-image: url("../img/Icon-key.svg#dark");
  background-repeat: no-repeat;
}
.Icon-key--light {
  background-image: url("../img/Icon-key.svg#light");
  background-repeat: no-repeat;
}
.Icon-key--correct {
  background-image: url("../img/Icon-key.svg#correct");
  background-repeat: no-repeat;
}
.Icon-key--warning {
  background-image: url("../img/Icon-key.svg#warning");
  background-repeat: no-repeat;
}
.Icon-key--error {
  background-image: url("../img/Icon-key.svg#error");
  background-repeat: no-repeat;
}
.Icon-key--text {
  background-image: url("../img/Icon-key.svg#text");
  background-repeat: no-repeat;
}
.Icon-key--neutral {
  background-image: url("../img/Icon-key.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-key--highlight {
  background-image: url("../img/Icon-key.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-key--link {
  background-image: url("../img/Icon-key.svg#link");
  background-repeat: no-repeat;
}
.Icon-key--border {
  background-image: url("../img/Icon-key.svg#border");
  background-repeat: no-repeat;
}
.Icon-key--disabled {
  background-image: url("../img/Icon-key.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-keys--default {
  background-image: url("../img/Icon-keys.svg#default");
  background-repeat: no-repeat;
}
.Icon-keys--primary {
  background-image: url("../img/Icon-keys.svg#primary");
  background-repeat: no-repeat;
}
.Icon-keys--secondary {
  background-image: url("../img/Icon-keys.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-keys--dark {
  background-image: url("../img/Icon-keys.svg#dark");
  background-repeat: no-repeat;
}
.Icon-keys--light {
  background-image: url("../img/Icon-keys.svg#light");
  background-repeat: no-repeat;
}
.Icon-keys--correct {
  background-image: url("../img/Icon-keys.svg#correct");
  background-repeat: no-repeat;
}
.Icon-keys--warning {
  background-image: url("../img/Icon-keys.svg#warning");
  background-repeat: no-repeat;
}
.Icon-keys--error {
  background-image: url("../img/Icon-keys.svg#error");
  background-repeat: no-repeat;
}
.Icon-keys--text {
  background-image: url("../img/Icon-keys.svg#text");
  background-repeat: no-repeat;
}
.Icon-keys--neutral {
  background-image: url("../img/Icon-keys.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-keys--highlight {
  background-image: url("../img/Icon-keys.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-keys--link {
  background-image: url("../img/Icon-keys.svg#link");
  background-repeat: no-repeat;
}
.Icon-keys--border {
  background-image: url("../img/Icon-keys.svg#border");
  background-repeat: no-repeat;
}
.Icon-keys--disabled {
  background-image: url("../img/Icon-keys.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-kitchen--default {
  background-image: url("../img/Icon-kitchen.svg#default");
  background-repeat: no-repeat;
}
.Icon-kitchen--primary {
  background-image: url("../img/Icon-kitchen.svg#primary");
  background-repeat: no-repeat;
}
.Icon-kitchen--secondary {
  background-image: url("../img/Icon-kitchen.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-kitchen--dark {
  background-image: url("../img/Icon-kitchen.svg#dark");
  background-repeat: no-repeat;
}
.Icon-kitchen--light {
  background-image: url("../img/Icon-kitchen.svg#light");
  background-repeat: no-repeat;
}
.Icon-kitchen--correct {
  background-image: url("../img/Icon-kitchen.svg#correct");
  background-repeat: no-repeat;
}
.Icon-kitchen--warning {
  background-image: url("../img/Icon-kitchen.svg#warning");
  background-repeat: no-repeat;
}
.Icon-kitchen--error {
  background-image: url("../img/Icon-kitchen.svg#error");
  background-repeat: no-repeat;
}
.Icon-kitchen--text {
  background-image: url("../img/Icon-kitchen.svg#text");
  background-repeat: no-repeat;
}
.Icon-kitchen--neutral {
  background-image: url("../img/Icon-kitchen.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-kitchen--highlight {
  background-image: url("../img/Icon-kitchen.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-kitchen--link {
  background-image: url("../img/Icon-kitchen.svg#link");
  background-repeat: no-repeat;
}
.Icon-kitchen--border {
  background-image: url("../img/Icon-kitchen.svg#border");
  background-repeat: no-repeat;
}
.Icon-kitchen--disabled {
  background-image: url("../img/Icon-kitchen.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-landlord--default {
  background-image: url("../img/Icon-landlord.svg#default");
  background-repeat: no-repeat;
}
.Icon-landlord--primary {
  background-image: url("../img/Icon-landlord.svg#primary");
  background-repeat: no-repeat;
}
.Icon-landlord--secondary {
  background-image: url("../img/Icon-landlord.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-landlord--dark {
  background-image: url("../img/Icon-landlord.svg#dark");
  background-repeat: no-repeat;
}
.Icon-landlord--light {
  background-image: url("../img/Icon-landlord.svg#light");
  background-repeat: no-repeat;
}
.Icon-landlord--correct {
  background-image: url("../img/Icon-landlord.svg#correct");
  background-repeat: no-repeat;
}
.Icon-landlord--warning {
  background-image: url("../img/Icon-landlord.svg#warning");
  background-repeat: no-repeat;
}
.Icon-landlord--error {
  background-image: url("../img/Icon-landlord.svg#error");
  background-repeat: no-repeat;
}
.Icon-landlord--text {
  background-image: url("../img/Icon-landlord.svg#text");
  background-repeat: no-repeat;
}
.Icon-landlord--neutral {
  background-image: url("../img/Icon-landlord.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-landlord--highlight {
  background-image: url("../img/Icon-landlord.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-landlord--link {
  background-image: url("../img/Icon-landlord.svg#link");
  background-repeat: no-repeat;
}
.Icon-landlord--border {
  background-image: url("../img/Icon-landlord.svg#border");
  background-repeat: no-repeat;
}
.Icon-landlord--disabled {
  background-image: url("../img/Icon-landlord.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--default {
  background-image: url("../img/Icon-landlordBuildingContents.svg#default");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--primary {
  background-image: url("../img/Icon-landlordBuildingContents.svg#primary");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--secondary {
  background-image: url("../img/Icon-landlordBuildingContents.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--dark {
  background-image: url("../img/Icon-landlordBuildingContents.svg#dark");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--light {
  background-image: url("../img/Icon-landlordBuildingContents.svg#light");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--correct {
  background-image: url("../img/Icon-landlordBuildingContents.svg#correct");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--warning {
  background-image: url("../img/Icon-landlordBuildingContents.svg#warning");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--error {
  background-image: url("../img/Icon-landlordBuildingContents.svg#error");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--text {
  background-image: url("../img/Icon-landlordBuildingContents.svg#text");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--neutral {
  background-image: url("../img/Icon-landlordBuildingContents.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--highlight {
  background-image: url("../img/Icon-landlordBuildingContents.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--link {
  background-image: url("../img/Icon-landlordBuildingContents.svg#link");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--border {
  background-image: url("../img/Icon-landlordBuildingContents.svg#border");
  background-repeat: no-repeat;
}
.Icon-landlordBuildingContents--disabled {
  background-image: url("../img/Icon-landlordBuildingContents.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-landlordContents--default {
  background-image: url("../img/Icon-landlordContents.svg#default");
  background-repeat: no-repeat;
}
.Icon-landlordContents--primary {
  background-image: url("../img/Icon-landlordContents.svg#primary");
  background-repeat: no-repeat;
}
.Icon-landlordContents--secondary {
  background-image: url("../img/Icon-landlordContents.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-landlordContents--dark {
  background-image: url("../img/Icon-landlordContents.svg#dark");
  background-repeat: no-repeat;
}
.Icon-landlordContents--light {
  background-image: url("../img/Icon-landlordContents.svg#light");
  background-repeat: no-repeat;
}
.Icon-landlordContents--correct {
  background-image: url("../img/Icon-landlordContents.svg#correct");
  background-repeat: no-repeat;
}
.Icon-landlordContents--warning {
  background-image: url("../img/Icon-landlordContents.svg#warning");
  background-repeat: no-repeat;
}
.Icon-landlordContents--error {
  background-image: url("../img/Icon-landlordContents.svg#error");
  background-repeat: no-repeat;
}
.Icon-landlordContents--text {
  background-image: url("../img/Icon-landlordContents.svg#text");
  background-repeat: no-repeat;
}
.Icon-landlordContents--neutral {
  background-image: url("../img/Icon-landlordContents.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-landlordContents--highlight {
  background-image: url("../img/Icon-landlordContents.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-landlordContents--link {
  background-image: url("../img/Icon-landlordContents.svg#link");
  background-repeat: no-repeat;
}
.Icon-landlordContents--border {
  background-image: url("../img/Icon-landlordContents.svg#border");
  background-repeat: no-repeat;
}
.Icon-landlordContents--disabled {
  background-image: url("../img/Icon-landlordContents.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-laundry--default {
  background-image: url("../img/Icon-laundry.svg#default");
  background-repeat: no-repeat;
}
.Icon-laundry--primary {
  background-image: url("../img/Icon-laundry.svg#primary");
  background-repeat: no-repeat;
}
.Icon-laundry--secondary {
  background-image: url("../img/Icon-laundry.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-laundry--dark {
  background-image: url("../img/Icon-laundry.svg#dark");
  background-repeat: no-repeat;
}
.Icon-laundry--light {
  background-image: url("../img/Icon-laundry.svg#light");
  background-repeat: no-repeat;
}
.Icon-laundry--correct {
  background-image: url("../img/Icon-laundry.svg#correct");
  background-repeat: no-repeat;
}
.Icon-laundry--warning {
  background-image: url("../img/Icon-laundry.svg#warning");
  background-repeat: no-repeat;
}
.Icon-laundry--error {
  background-image: url("../img/Icon-laundry.svg#error");
  background-repeat: no-repeat;
}
.Icon-laundry--text {
  background-image: url("../img/Icon-laundry.svg#text");
  background-repeat: no-repeat;
}
.Icon-laundry--neutral {
  background-image: url("../img/Icon-laundry.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-laundry--highlight {
  background-image: url("../img/Icon-laundry.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-laundry--link {
  background-image: url("../img/Icon-laundry.svg#link");
  background-repeat: no-repeat;
}
.Icon-laundry--border {
  background-image: url("../img/Icon-laundry.svg#border");
  background-repeat: no-repeat;
}
.Icon-laundry--disabled {
  background-image: url("../img/Icon-laundry.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-leaf--default {
  background-image: url("../img/Icon-leaf.svg#default");
  background-repeat: no-repeat;
}
.Icon-leaf--primary {
  background-image: url("../img/Icon-leaf.svg#primary");
  background-repeat: no-repeat;
}
.Icon-leaf--secondary {
  background-image: url("../img/Icon-leaf.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-leaf--dark {
  background-image: url("../img/Icon-leaf.svg#dark");
  background-repeat: no-repeat;
}
.Icon-leaf--light {
  background-image: url("../img/Icon-leaf.svg#light");
  background-repeat: no-repeat;
}
.Icon-leaf--correct {
  background-image: url("../img/Icon-leaf.svg#correct");
  background-repeat: no-repeat;
}
.Icon-leaf--warning {
  background-image: url("../img/Icon-leaf.svg#warning");
  background-repeat: no-repeat;
}
.Icon-leaf--error {
  background-image: url("../img/Icon-leaf.svg#error");
  background-repeat: no-repeat;
}
.Icon-leaf--text {
  background-image: url("../img/Icon-leaf.svg#text");
  background-repeat: no-repeat;
}
.Icon-leaf--neutral {
  background-image: url("../img/Icon-leaf.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-leaf--highlight {
  background-image: url("../img/Icon-leaf.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-leaf--link {
  background-image: url("../img/Icon-leaf.svg#link");
  background-repeat: no-repeat;
}
.Icon-leaf--border {
  background-image: url("../img/Icon-leaf.svg#border");
  background-repeat: no-repeat;
}
.Icon-leaf--disabled {
  background-image: url("../img/Icon-leaf.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-life--default {
  background-image: url("../img/Icon-life.svg#default");
  background-repeat: no-repeat;
}
.Icon-life--primary {
  background-image: url("../img/Icon-life.svg#primary");
  background-repeat: no-repeat;
}
.Icon-life--secondary {
  background-image: url("../img/Icon-life.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-life--dark {
  background-image: url("../img/Icon-life.svg#dark");
  background-repeat: no-repeat;
}
.Icon-life--light {
  background-image: url("../img/Icon-life.svg#light");
  background-repeat: no-repeat;
}
.Icon-life--correct {
  background-image: url("../img/Icon-life.svg#correct");
  background-repeat: no-repeat;
}
.Icon-life--warning {
  background-image: url("../img/Icon-life.svg#warning");
  background-repeat: no-repeat;
}
.Icon-life--error {
  background-image: url("../img/Icon-life.svg#error");
  background-repeat: no-repeat;
}
.Icon-life--text {
  background-image: url("../img/Icon-life.svg#text");
  background-repeat: no-repeat;
}
.Icon-life--neutral {
  background-image: url("../img/Icon-life.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-life--highlight {
  background-image: url("../img/Icon-life.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-life--link {
  background-image: url("../img/Icon-life.svg#link");
  background-repeat: no-repeat;
}
.Icon-life--border {
  background-image: url("../img/Icon-life.svg#border");
  background-repeat: no-repeat;
}
.Icon-life--disabled {
  background-image: url("../img/Icon-life.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-lightning--default {
  background-image: url("../img/Icon-lightning.svg#default");
  background-repeat: no-repeat;
}
.Icon-lightning--primary {
  background-image: url("../img/Icon-lightning.svg#primary");
  background-repeat: no-repeat;
}
.Icon-lightning--secondary {
  background-image: url("../img/Icon-lightning.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-lightning--dark {
  background-image: url("../img/Icon-lightning.svg#dark");
  background-repeat: no-repeat;
}
.Icon-lightning--light {
  background-image: url("../img/Icon-lightning.svg#light");
  background-repeat: no-repeat;
}
.Icon-lightning--correct {
  background-image: url("../img/Icon-lightning.svg#correct");
  background-repeat: no-repeat;
}
.Icon-lightning--warning {
  background-image: url("../img/Icon-lightning.svg#warning");
  background-repeat: no-repeat;
}
.Icon-lightning--error {
  background-image: url("../img/Icon-lightning.svg#error");
  background-repeat: no-repeat;
}
.Icon-lightning--text {
  background-image: url("../img/Icon-lightning.svg#text");
  background-repeat: no-repeat;
}
.Icon-lightning--neutral {
  background-image: url("../img/Icon-lightning.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-lightning--highlight {
  background-image: url("../img/Icon-lightning.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-lightning--link {
  background-image: url("../img/Icon-lightning.svg#link");
  background-repeat: no-repeat;
}
.Icon-lightning--border {
  background-image: url("../img/Icon-lightning.svg#border");
  background-repeat: no-repeat;
}
.Icon-lightning--disabled {
  background-image: url("../img/Icon-lightning.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--default {
  background-image: url("../img/Icon-liquidDamage.svg#default");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--primary {
  background-image: url("../img/Icon-liquidDamage.svg#primary");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--secondary {
  background-image: url("../img/Icon-liquidDamage.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--dark {
  background-image: url("../img/Icon-liquidDamage.svg#dark");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--light {
  background-image: url("../img/Icon-liquidDamage.svg#light");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--correct {
  background-image: url("../img/Icon-liquidDamage.svg#correct");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--warning {
  background-image: url("../img/Icon-liquidDamage.svg#warning");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--error {
  background-image: url("../img/Icon-liquidDamage.svg#error");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--text {
  background-image: url("../img/Icon-liquidDamage.svg#text");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--neutral {
  background-image: url("../img/Icon-liquidDamage.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--highlight {
  background-image: url("../img/Icon-liquidDamage.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--link {
  background-image: url("../img/Icon-liquidDamage.svg#link");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--border {
  background-image: url("../img/Icon-liquidDamage.svg#border");
  background-repeat: no-repeat;
}
.Icon-liquidDamage--disabled {
  background-image: url("../img/Icon-liquidDamage.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-livingArea--default {
  background-image: url("../img/Icon-livingArea.svg#default");
  background-repeat: no-repeat;
}
.Icon-livingArea--primary {
  background-image: url("../img/Icon-livingArea.svg#primary");
  background-repeat: no-repeat;
}
.Icon-livingArea--secondary {
  background-image: url("../img/Icon-livingArea.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-livingArea--dark {
  background-image: url("../img/Icon-livingArea.svg#dark");
  background-repeat: no-repeat;
}
.Icon-livingArea--light {
  background-image: url("../img/Icon-livingArea.svg#light");
  background-repeat: no-repeat;
}
.Icon-livingArea--correct {
  background-image: url("../img/Icon-livingArea.svg#correct");
  background-repeat: no-repeat;
}
.Icon-livingArea--warning {
  background-image: url("../img/Icon-livingArea.svg#warning");
  background-repeat: no-repeat;
}
.Icon-livingArea--error {
  background-image: url("../img/Icon-livingArea.svg#error");
  background-repeat: no-repeat;
}
.Icon-livingArea--text {
  background-image: url("../img/Icon-livingArea.svg#text");
  background-repeat: no-repeat;
}
.Icon-livingArea--neutral {
  background-image: url("../img/Icon-livingArea.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-livingArea--highlight {
  background-image: url("../img/Icon-livingArea.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-livingArea--link {
  background-image: url("../img/Icon-livingArea.svg#link");
  background-repeat: no-repeat;
}
.Icon-livingArea--border {
  background-image: url("../img/Icon-livingArea.svg#border");
  background-repeat: no-repeat;
}
.Icon-livingArea--disabled {
  background-image: url("../img/Icon-livingArea.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-location--default {
  background-image: url("../img/Icon-location.svg#default");
  background-repeat: no-repeat;
}
.Icon-location--primary {
  background-image: url("../img/Icon-location.svg#primary");
  background-repeat: no-repeat;
}
.Icon-location--secondary {
  background-image: url("../img/Icon-location.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-location--dark {
  background-image: url("../img/Icon-location.svg#dark");
  background-repeat: no-repeat;
}
.Icon-location--light {
  background-image: url("../img/Icon-location.svg#light");
  background-repeat: no-repeat;
}
.Icon-location--correct {
  background-image: url("../img/Icon-location.svg#correct");
  background-repeat: no-repeat;
}
.Icon-location--warning {
  background-image: url("../img/Icon-location.svg#warning");
  background-repeat: no-repeat;
}
.Icon-location--error {
  background-image: url("../img/Icon-location.svg#error");
  background-repeat: no-repeat;
}
.Icon-location--text {
  background-image: url("../img/Icon-location.svg#text");
  background-repeat: no-repeat;
}
.Icon-location--neutral {
  background-image: url("../img/Icon-location.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-location--highlight {
  background-image: url("../img/Icon-location.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-location--link {
  background-image: url("../img/Icon-location.svg#link");
  background-repeat: no-repeat;
}
.Icon-location--border {
  background-image: url("../img/Icon-location.svg#border");
  background-repeat: no-repeat;
}
.Icon-location--disabled {
  background-image: url("../img/Icon-location.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-lock--default {
  background-image: url("../img/Icon-lock.svg#default");
  background-repeat: no-repeat;
}
.Icon-lock--primary {
  background-image: url("../img/Icon-lock.svg#primary");
  background-repeat: no-repeat;
}
.Icon-lock--secondary {
  background-image: url("../img/Icon-lock.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-lock--dark {
  background-image: url("../img/Icon-lock.svg#dark");
  background-repeat: no-repeat;
}
.Icon-lock--light {
  background-image: url("../img/Icon-lock.svg#light");
  background-repeat: no-repeat;
}
.Icon-lock--correct {
  background-image: url("../img/Icon-lock.svg#correct");
  background-repeat: no-repeat;
}
.Icon-lock--warning {
  background-image: url("../img/Icon-lock.svg#warning");
  background-repeat: no-repeat;
}
.Icon-lock--error {
  background-image: url("../img/Icon-lock.svg#error");
  background-repeat: no-repeat;
}
.Icon-lock--text {
  background-image: url("../img/Icon-lock.svg#text");
  background-repeat: no-repeat;
}
.Icon-lock--neutral {
  background-image: url("../img/Icon-lock.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-lock--highlight {
  background-image: url("../img/Icon-lock.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-lock--link {
  background-image: url("../img/Icon-lock.svg#link");
  background-repeat: no-repeat;
}
.Icon-lock--border {
  background-image: url("../img/Icon-lock.svg#border");
  background-repeat: no-repeat;
}
.Icon-lock--disabled {
  background-image: url("../img/Icon-lock.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--default {
  background-image: url("../img/Icon-longArrowBottom.svg#default");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--primary {
  background-image: url("../img/Icon-longArrowBottom.svg#primary");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--secondary {
  background-image: url("../img/Icon-longArrowBottom.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--dark {
  background-image: url("../img/Icon-longArrowBottom.svg#dark");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--light {
  background-image: url("../img/Icon-longArrowBottom.svg#light");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--correct {
  background-image: url("../img/Icon-longArrowBottom.svg#correct");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--warning {
  background-image: url("../img/Icon-longArrowBottom.svg#warning");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--error {
  background-image: url("../img/Icon-longArrowBottom.svg#error");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--text {
  background-image: url("../img/Icon-longArrowBottom.svg#text");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--neutral {
  background-image: url("../img/Icon-longArrowBottom.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--highlight {
  background-image: url("../img/Icon-longArrowBottom.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--link {
  background-image: url("../img/Icon-longArrowBottom.svg#link");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--border {
  background-image: url("../img/Icon-longArrowBottom.svg#border");
  background-repeat: no-repeat;
}
.Icon-longArrowBottom--disabled {
  background-image: url("../img/Icon-longArrowBottom.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--default {
  background-image: url("../img/Icon-longArrowLeft.svg#default");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--primary {
  background-image: url("../img/Icon-longArrowLeft.svg#primary");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--secondary {
  background-image: url("../img/Icon-longArrowLeft.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--dark {
  background-image: url("../img/Icon-longArrowLeft.svg#dark");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--light {
  background-image: url("../img/Icon-longArrowLeft.svg#light");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--correct {
  background-image: url("../img/Icon-longArrowLeft.svg#correct");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--warning {
  background-image: url("../img/Icon-longArrowLeft.svg#warning");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--error {
  background-image: url("../img/Icon-longArrowLeft.svg#error");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--text {
  background-image: url("../img/Icon-longArrowLeft.svg#text");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--neutral {
  background-image: url("../img/Icon-longArrowLeft.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--highlight {
  background-image: url("../img/Icon-longArrowLeft.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--link {
  background-image: url("../img/Icon-longArrowLeft.svg#link");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--border {
  background-image: url("../img/Icon-longArrowLeft.svg#border");
  background-repeat: no-repeat;
}
.Icon-longArrowLeft--disabled {
  background-image: url("../img/Icon-longArrowLeft.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--default {
  background-image: url("../img/Icon-longArrowRight.svg#default");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--primary {
  background-image: url("../img/Icon-longArrowRight.svg#primary");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--secondary {
  background-image: url("../img/Icon-longArrowRight.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--dark {
  background-image: url("../img/Icon-longArrowRight.svg#dark");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--light {
  background-image: url("../img/Icon-longArrowRight.svg#light");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--correct {
  background-image: url("../img/Icon-longArrowRight.svg#correct");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--warning {
  background-image: url("../img/Icon-longArrowRight.svg#warning");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--error {
  background-image: url("../img/Icon-longArrowRight.svg#error");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--text {
  background-image: url("../img/Icon-longArrowRight.svg#text");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--neutral {
  background-image: url("../img/Icon-longArrowRight.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--highlight {
  background-image: url("../img/Icon-longArrowRight.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--link {
  background-image: url("../img/Icon-longArrowRight.svg#link");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--border {
  background-image: url("../img/Icon-longArrowRight.svg#border");
  background-repeat: no-repeat;
}
.Icon-longArrowRight--disabled {
  background-image: url("../img/Icon-longArrowRight.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--default {
  background-image: url("../img/Icon-longArrowTop.svg#default");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--primary {
  background-image: url("../img/Icon-longArrowTop.svg#primary");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--secondary {
  background-image: url("../img/Icon-longArrowTop.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--dark {
  background-image: url("../img/Icon-longArrowTop.svg#dark");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--light {
  background-image: url("../img/Icon-longArrowTop.svg#light");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--correct {
  background-image: url("../img/Icon-longArrowTop.svg#correct");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--warning {
  background-image: url("../img/Icon-longArrowTop.svg#warning");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--error {
  background-image: url("../img/Icon-longArrowTop.svg#error");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--text {
  background-image: url("../img/Icon-longArrowTop.svg#text");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--neutral {
  background-image: url("../img/Icon-longArrowTop.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--highlight {
  background-image: url("../img/Icon-longArrowTop.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--link {
  background-image: url("../img/Icon-longArrowTop.svg#link");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--border {
  background-image: url("../img/Icon-longArrowTop.svg#border");
  background-repeat: no-repeat;
}
.Icon-longArrowTop--disabled {
  background-image: url("../img/Icon-longArrowTop.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-luckyClub--default {
  background-image: url("../img/Icon-luckyClub.svg#default");
  background-repeat: no-repeat;
}
.Icon-luckyClub--primary {
  background-image: url("../img/Icon-luckyClub.svg#primary");
  background-repeat: no-repeat;
}
.Icon-luckyClub--secondary {
  background-image: url("../img/Icon-luckyClub.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-luckyClub--dark {
  background-image: url("../img/Icon-luckyClub.svg#dark");
  background-repeat: no-repeat;
}
.Icon-luckyClub--light {
  background-image: url("../img/Icon-luckyClub.svg#light");
  background-repeat: no-repeat;
}
.Icon-luckyClub--correct {
  background-image: url("../img/Icon-luckyClub.svg#correct");
  background-repeat: no-repeat;
}
.Icon-luckyClub--warning {
  background-image: url("../img/Icon-luckyClub.svg#warning");
  background-repeat: no-repeat;
}
.Icon-luckyClub--error {
  background-image: url("../img/Icon-luckyClub.svg#error");
  background-repeat: no-repeat;
}
.Icon-luckyClub--text {
  background-image: url("../img/Icon-luckyClub.svg#text");
  background-repeat: no-repeat;
}
.Icon-luckyClub--neutral {
  background-image: url("../img/Icon-luckyClub.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-luckyClub--highlight {
  background-image: url("../img/Icon-luckyClub.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-luckyClub--link {
  background-image: url("../img/Icon-luckyClub.svg#link");
  background-repeat: no-repeat;
}
.Icon-luckyClub--border {
  background-image: url("../img/Icon-luckyClub.svg#border");
  background-repeat: no-repeat;
}
.Icon-luckyClub--disabled {
  background-image: url("../img/Icon-luckyClub.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-mail--default {
  background-image: url("../img/Icon-mail.svg#default");
  background-repeat: no-repeat;
}
.Icon-mail--primary {
  background-image: url("../img/Icon-mail.svg#primary");
  background-repeat: no-repeat;
}
.Icon-mail--secondary {
  background-image: url("../img/Icon-mail.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-mail--dark {
  background-image: url("../img/Icon-mail.svg#dark");
  background-repeat: no-repeat;
}
.Icon-mail--light {
  background-image: url("../img/Icon-mail.svg#light");
  background-repeat: no-repeat;
}
.Icon-mail--correct {
  background-image: url("../img/Icon-mail.svg#correct");
  background-repeat: no-repeat;
}
.Icon-mail--warning {
  background-image: url("../img/Icon-mail.svg#warning");
  background-repeat: no-repeat;
}
.Icon-mail--error {
  background-image: url("../img/Icon-mail.svg#error");
  background-repeat: no-repeat;
}
.Icon-mail--text {
  background-image: url("../img/Icon-mail.svg#text");
  background-repeat: no-repeat;
}
.Icon-mail--neutral {
  background-image: url("../img/Icon-mail.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-mail--highlight {
  background-image: url("../img/Icon-mail.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-mail--link {
  background-image: url("../img/Icon-mail.svg#link");
  background-repeat: no-repeat;
}
.Icon-mail--border {
  background-image: url("../img/Icon-mail.svg#border");
  background-repeat: no-repeat;
}
.Icon-mail--disabled {
  background-image: url("../img/Icon-mail.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-male--default {
  background-image: url("../img/Icon-male.svg#default");
  background-repeat: no-repeat;
}
.Icon-male--primary {
  background-image: url("../img/Icon-male.svg#primary");
  background-repeat: no-repeat;
}
.Icon-male--secondary {
  background-image: url("../img/Icon-male.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-male--dark {
  background-image: url("../img/Icon-male.svg#dark");
  background-repeat: no-repeat;
}
.Icon-male--light {
  background-image: url("../img/Icon-male.svg#light");
  background-repeat: no-repeat;
}
.Icon-male--correct {
  background-image: url("../img/Icon-male.svg#correct");
  background-repeat: no-repeat;
}
.Icon-male--warning {
  background-image: url("../img/Icon-male.svg#warning");
  background-repeat: no-repeat;
}
.Icon-male--error {
  background-image: url("../img/Icon-male.svg#error");
  background-repeat: no-repeat;
}
.Icon-male--text {
  background-image: url("../img/Icon-male.svg#text");
  background-repeat: no-repeat;
}
.Icon-male--neutral {
  background-image: url("../img/Icon-male.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-male--highlight {
  background-image: url("../img/Icon-male.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-male--link {
  background-image: url("../img/Icon-male.svg#link");
  background-repeat: no-repeat;
}
.Icon-male--border {
  background-image: url("../img/Icon-male.svg#border");
  background-repeat: no-repeat;
}
.Icon-male--disabled {
  background-image: url("../img/Icon-male.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--default {
  background-image: url("../img/Icon-maliciousDamage.svg#default");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--primary {
  background-image: url("../img/Icon-maliciousDamage.svg#primary");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--secondary {
  background-image: url("../img/Icon-maliciousDamage.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--dark {
  background-image: url("../img/Icon-maliciousDamage.svg#dark");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--light {
  background-image: url("../img/Icon-maliciousDamage.svg#light");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--correct {
  background-image: url("../img/Icon-maliciousDamage.svg#correct");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--warning {
  background-image: url("../img/Icon-maliciousDamage.svg#warning");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--error {
  background-image: url("../img/Icon-maliciousDamage.svg#error");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--text {
  background-image: url("../img/Icon-maliciousDamage.svg#text");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--neutral {
  background-image: url("../img/Icon-maliciousDamage.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--highlight {
  background-image: url("../img/Icon-maliciousDamage.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--link {
  background-image: url("../img/Icon-maliciousDamage.svg#link");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--border {
  background-image: url("../img/Icon-maliciousDamage.svg#border");
  background-repeat: no-repeat;
}
.Icon-maliciousDamage--disabled {
  background-image: url("../img/Icon-maliciousDamage.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-medical1--default {
  background-image: url("../img/Icon-medical1.svg#default");
  background-repeat: no-repeat;
}
.Icon-medical1--primary {
  background-image: url("../img/Icon-medical1.svg#primary");
  background-repeat: no-repeat;
}
.Icon-medical1--secondary {
  background-image: url("../img/Icon-medical1.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-medical1--dark {
  background-image: url("../img/Icon-medical1.svg#dark");
  background-repeat: no-repeat;
}
.Icon-medical1--light {
  background-image: url("../img/Icon-medical1.svg#light");
  background-repeat: no-repeat;
}
.Icon-medical1--correct {
  background-image: url("../img/Icon-medical1.svg#correct");
  background-repeat: no-repeat;
}
.Icon-medical1--warning {
  background-image: url("../img/Icon-medical1.svg#warning");
  background-repeat: no-repeat;
}
.Icon-medical1--error {
  background-image: url("../img/Icon-medical1.svg#error");
  background-repeat: no-repeat;
}
.Icon-medical1--text {
  background-image: url("../img/Icon-medical1.svg#text");
  background-repeat: no-repeat;
}
.Icon-medical1--neutral {
  background-image: url("../img/Icon-medical1.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-medical1--highlight {
  background-image: url("../img/Icon-medical1.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-medical1--link {
  background-image: url("../img/Icon-medical1.svg#link");
  background-repeat: no-repeat;
}
.Icon-medical1--border {
  background-image: url("../img/Icon-medical1.svg#border");
  background-repeat: no-repeat;
}
.Icon-medical1--disabled {
  background-image: url("../img/Icon-medical1.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-medical2--default {
  background-image: url("../img/Icon-medical2.svg#default");
  background-repeat: no-repeat;
}
.Icon-medical2--primary {
  background-image: url("../img/Icon-medical2.svg#primary");
  background-repeat: no-repeat;
}
.Icon-medical2--secondary {
  background-image: url("../img/Icon-medical2.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-medical2--dark {
  background-image: url("../img/Icon-medical2.svg#dark");
  background-repeat: no-repeat;
}
.Icon-medical2--light {
  background-image: url("../img/Icon-medical2.svg#light");
  background-repeat: no-repeat;
}
.Icon-medical2--correct {
  background-image: url("../img/Icon-medical2.svg#correct");
  background-repeat: no-repeat;
}
.Icon-medical2--warning {
  background-image: url("../img/Icon-medical2.svg#warning");
  background-repeat: no-repeat;
}
.Icon-medical2--error {
  background-image: url("../img/Icon-medical2.svg#error");
  background-repeat: no-repeat;
}
.Icon-medical2--text {
  background-image: url("../img/Icon-medical2.svg#text");
  background-repeat: no-repeat;
}
.Icon-medical2--neutral {
  background-image: url("../img/Icon-medical2.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-medical2--highlight {
  background-image: url("../img/Icon-medical2.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-medical2--link {
  background-image: url("../img/Icon-medical2.svg#link");
  background-repeat: no-repeat;
}
.Icon-medical2--border {
  background-image: url("../img/Icon-medical2.svg#border");
  background-repeat: no-repeat;
}
.Icon-medical2--disabled {
  background-image: url("../img/Icon-medical2.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-medicareCard--default {
  background-image: url("../img/Icon-medicareCard.svg#default");
  background-repeat: no-repeat;
}
.Icon-medicareCard--primary {
  background-image: url("../img/Icon-medicareCard.svg#primary");
  background-repeat: no-repeat;
}
.Icon-medicareCard--secondary {
  background-image: url("../img/Icon-medicareCard.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-medicareCard--dark {
  background-image: url("../img/Icon-medicareCard.svg#dark");
  background-repeat: no-repeat;
}
.Icon-medicareCard--light {
  background-image: url("../img/Icon-medicareCard.svg#light");
  background-repeat: no-repeat;
}
.Icon-medicareCard--correct {
  background-image: url("../img/Icon-medicareCard.svg#correct");
  background-repeat: no-repeat;
}
.Icon-medicareCard--warning {
  background-image: url("../img/Icon-medicareCard.svg#warning");
  background-repeat: no-repeat;
}
.Icon-medicareCard--error {
  background-image: url("../img/Icon-medicareCard.svg#error");
  background-repeat: no-repeat;
}
.Icon-medicareCard--text {
  background-image: url("../img/Icon-medicareCard.svg#text");
  background-repeat: no-repeat;
}
.Icon-medicareCard--neutral {
  background-image: url("../img/Icon-medicareCard.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-medicareCard--highlight {
  background-image: url("../img/Icon-medicareCard.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-medicareCard--link {
  background-image: url("../img/Icon-medicareCard.svg#link");
  background-repeat: no-repeat;
}
.Icon-medicareCard--border {
  background-image: url("../img/Icon-medicareCard.svg#border");
  background-repeat: no-repeat;
}
.Icon-medicareCard--disabled {
  background-image: url("../img/Icon-medicareCard.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-menu--default {
  background-image: url("../img/Icon-menu.svg#default");
  background-repeat: no-repeat;
}
.Icon-menu--primary {
  background-image: url("../img/Icon-menu.svg#primary");
  background-repeat: no-repeat;
}
.Icon-menu--secondary {
  background-image: url("../img/Icon-menu.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-menu--dark {
  background-image: url("../img/Icon-menu.svg#dark");
  background-repeat: no-repeat;
}
.Icon-menu--light {
  background-image: url("../img/Icon-menu.svg#light");
  background-repeat: no-repeat;
}
.Icon-menu--correct {
  background-image: url("../img/Icon-menu.svg#correct");
  background-repeat: no-repeat;
}
.Icon-menu--warning {
  background-image: url("../img/Icon-menu.svg#warning");
  background-repeat: no-repeat;
}
.Icon-menu--error {
  background-image: url("../img/Icon-menu.svg#error");
  background-repeat: no-repeat;
}
.Icon-menu--text {
  background-image: url("../img/Icon-menu.svg#text");
  background-repeat: no-repeat;
}
.Icon-menu--neutral {
  background-image: url("../img/Icon-menu.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-menu--highlight {
  background-image: url("../img/Icon-menu.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-menu--link {
  background-image: url("../img/Icon-menu.svg#link");
  background-repeat: no-repeat;
}
.Icon-menu--border {
  background-image: url("../img/Icon-menu.svg#border");
  background-repeat: no-repeat;
}
.Icon-menu--disabled {
  background-image: url("../img/Icon-menu.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-menuAccount--default {
  background-image: url("../img/Icon-menuAccount.svg#default");
  background-repeat: no-repeat;
}
.Icon-menuAccount--primary {
  background-image: url("../img/Icon-menuAccount.svg#primary");
  background-repeat: no-repeat;
}
.Icon-menuAccount--secondary {
  background-image: url("../img/Icon-menuAccount.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-menuAccount--dark {
  background-image: url("../img/Icon-menuAccount.svg#dark");
  background-repeat: no-repeat;
}
.Icon-menuAccount--light {
  background-image: url("../img/Icon-menuAccount.svg#light");
  background-repeat: no-repeat;
}
.Icon-menuAccount--correct {
  background-image: url("../img/Icon-menuAccount.svg#correct");
  background-repeat: no-repeat;
}
.Icon-menuAccount--warning {
  background-image: url("../img/Icon-menuAccount.svg#warning");
  background-repeat: no-repeat;
}
.Icon-menuAccount--error {
  background-image: url("../img/Icon-menuAccount.svg#error");
  background-repeat: no-repeat;
}
.Icon-menuAccount--text {
  background-image: url("../img/Icon-menuAccount.svg#text");
  background-repeat: no-repeat;
}
.Icon-menuAccount--neutral {
  background-image: url("../img/Icon-menuAccount.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-menuAccount--highlight {
  background-image: url("../img/Icon-menuAccount.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-menuAccount--link {
  background-image: url("../img/Icon-menuAccount.svg#link");
  background-repeat: no-repeat;
}
.Icon-menuAccount--border {
  background-image: url("../img/Icon-menuAccount.svg#border");
  background-repeat: no-repeat;
}
.Icon-menuAccount--disabled {
  background-image: url("../img/Icon-menuAccount.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--default {
  background-image: url("../img/Icon-menuAlternate.svg#default");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--primary {
  background-image: url("../img/Icon-menuAlternate.svg#primary");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--secondary {
  background-image: url("../img/Icon-menuAlternate.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--dark {
  background-image: url("../img/Icon-menuAlternate.svg#dark");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--light {
  background-image: url("../img/Icon-menuAlternate.svg#light");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--correct {
  background-image: url("../img/Icon-menuAlternate.svg#correct");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--warning {
  background-image: url("../img/Icon-menuAlternate.svg#warning");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--error {
  background-image: url("../img/Icon-menuAlternate.svg#error");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--text {
  background-image: url("../img/Icon-menuAlternate.svg#text");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--neutral {
  background-image: url("../img/Icon-menuAlternate.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--highlight {
  background-image: url("../img/Icon-menuAlternate.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--link {
  background-image: url("../img/Icon-menuAlternate.svg#link");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--border {
  background-image: url("../img/Icon-menuAlternate.svg#border");
  background-repeat: no-repeat;
}
.Icon-menuAlternate--disabled {
  background-image: url("../img/Icon-menuAlternate.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-menuReduced--default {
  background-image: url("../img/Icon-menuReduced.svg#default");
  background-repeat: no-repeat;
}
.Icon-menuReduced--primary {
  background-image: url("../img/Icon-menuReduced.svg#primary");
  background-repeat: no-repeat;
}
.Icon-menuReduced--secondary {
  background-image: url("../img/Icon-menuReduced.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-menuReduced--dark {
  background-image: url("../img/Icon-menuReduced.svg#dark");
  background-repeat: no-repeat;
}
.Icon-menuReduced--light {
  background-image: url("../img/Icon-menuReduced.svg#light");
  background-repeat: no-repeat;
}
.Icon-menuReduced--correct {
  background-image: url("../img/Icon-menuReduced.svg#correct");
  background-repeat: no-repeat;
}
.Icon-menuReduced--warning {
  background-image: url("../img/Icon-menuReduced.svg#warning");
  background-repeat: no-repeat;
}
.Icon-menuReduced--error {
  background-image: url("../img/Icon-menuReduced.svg#error");
  background-repeat: no-repeat;
}
.Icon-menuReduced--text {
  background-image: url("../img/Icon-menuReduced.svg#text");
  background-repeat: no-repeat;
}
.Icon-menuReduced--neutral {
  background-image: url("../img/Icon-menuReduced.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-menuReduced--highlight {
  background-image: url("../img/Icon-menuReduced.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-menuReduced--link {
  background-image: url("../img/Icon-menuReduced.svg#link");
  background-repeat: no-repeat;
}
.Icon-menuReduced--border {
  background-image: url("../img/Icon-menuReduced.svg#border");
  background-repeat: no-repeat;
}
.Icon-menuReduced--disabled {
  background-image: url("../img/Icon-menuReduced.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-menuSupport--default {
  background-image: url("../img/Icon-menuSupport.svg#default");
  background-repeat: no-repeat;
}
.Icon-menuSupport--primary {
  background-image: url("../img/Icon-menuSupport.svg#primary");
  background-repeat: no-repeat;
}
.Icon-menuSupport--secondary {
  background-image: url("../img/Icon-menuSupport.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-menuSupport--dark {
  background-image: url("../img/Icon-menuSupport.svg#dark");
  background-repeat: no-repeat;
}
.Icon-menuSupport--light {
  background-image: url("../img/Icon-menuSupport.svg#light");
  background-repeat: no-repeat;
}
.Icon-menuSupport--correct {
  background-image: url("../img/Icon-menuSupport.svg#correct");
  background-repeat: no-repeat;
}
.Icon-menuSupport--warning {
  background-image: url("../img/Icon-menuSupport.svg#warning");
  background-repeat: no-repeat;
}
.Icon-menuSupport--error {
  background-image: url("../img/Icon-menuSupport.svg#error");
  background-repeat: no-repeat;
}
.Icon-menuSupport--text {
  background-image: url("../img/Icon-menuSupport.svg#text");
  background-repeat: no-repeat;
}
.Icon-menuSupport--neutral {
  background-image: url("../img/Icon-menuSupport.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-menuSupport--highlight {
  background-image: url("../img/Icon-menuSupport.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-menuSupport--link {
  background-image: url("../img/Icon-menuSupport.svg#link");
  background-repeat: no-repeat;
}
.Icon-menuSupport--border {
  background-image: url("../img/Icon-menuSupport.svg#border");
  background-repeat: no-repeat;
}
.Icon-menuSupport--disabled {
  background-image: url("../img/Icon-menuSupport.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-microphone--default {
  background-image: url("../img/Icon-microphone.svg#default");
  background-repeat: no-repeat;
}
.Icon-microphone--primary {
  background-image: url("../img/Icon-microphone.svg#primary");
  background-repeat: no-repeat;
}
.Icon-microphone--secondary {
  background-image: url("../img/Icon-microphone.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-microphone--dark {
  background-image: url("../img/Icon-microphone.svg#dark");
  background-repeat: no-repeat;
}
.Icon-microphone--light {
  background-image: url("../img/Icon-microphone.svg#light");
  background-repeat: no-repeat;
}
.Icon-microphone--correct {
  background-image: url("../img/Icon-microphone.svg#correct");
  background-repeat: no-repeat;
}
.Icon-microphone--warning {
  background-image: url("../img/Icon-microphone.svg#warning");
  background-repeat: no-repeat;
}
.Icon-microphone--error {
  background-image: url("../img/Icon-microphone.svg#error");
  background-repeat: no-repeat;
}
.Icon-microphone--text {
  background-image: url("../img/Icon-microphone.svg#text");
  background-repeat: no-repeat;
}
.Icon-microphone--neutral {
  background-image: url("../img/Icon-microphone.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-microphone--highlight {
  background-image: url("../img/Icon-microphone.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-microphone--link {
  background-image: url("../img/Icon-microphone.svg#link");
  background-repeat: no-repeat;
}
.Icon-microphone--border {
  background-image: url("../img/Icon-microphone.svg#border");
  background-repeat: no-repeat;
}
.Icon-microphone--disabled {
  background-image: url("../img/Icon-microphone.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-minus--default {
  background-image: url("../img/Icon-minus.svg#default");
  background-repeat: no-repeat;
}
.Icon-minus--primary {
  background-image: url("../img/Icon-minus.svg#primary");
  background-repeat: no-repeat;
}
.Icon-minus--secondary {
  background-image: url("../img/Icon-minus.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-minus--dark {
  background-image: url("../img/Icon-minus.svg#dark");
  background-repeat: no-repeat;
}
.Icon-minus--light {
  background-image: url("../img/Icon-minus.svg#light");
  background-repeat: no-repeat;
}
.Icon-minus--correct {
  background-image: url("../img/Icon-minus.svg#correct");
  background-repeat: no-repeat;
}
.Icon-minus--warning {
  background-image: url("../img/Icon-minus.svg#warning");
  background-repeat: no-repeat;
}
.Icon-minus--error {
  background-image: url("../img/Icon-minus.svg#error");
  background-repeat: no-repeat;
}
.Icon-minus--text {
  background-image: url("../img/Icon-minus.svg#text");
  background-repeat: no-repeat;
}
.Icon-minus--neutral {
  background-image: url("../img/Icon-minus.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-minus--highlight {
  background-image: url("../img/Icon-minus.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-minus--link {
  background-image: url("../img/Icon-minus.svg#link");
  background-repeat: no-repeat;
}
.Icon-minus--border {
  background-image: url("../img/Icon-minus.svg#border");
  background-repeat: no-repeat;
}
.Icon-minus--disabled {
  background-image: url("../img/Icon-minus.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-mobile--default {
  background-image: url("../img/Icon-mobile.svg#default");
  background-repeat: no-repeat;
}
.Icon-mobile--primary {
  background-image: url("../img/Icon-mobile.svg#primary");
  background-repeat: no-repeat;
}
.Icon-mobile--secondary {
  background-image: url("../img/Icon-mobile.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-mobile--dark {
  background-image: url("../img/Icon-mobile.svg#dark");
  background-repeat: no-repeat;
}
.Icon-mobile--light {
  background-image: url("../img/Icon-mobile.svg#light");
  background-repeat: no-repeat;
}
.Icon-mobile--correct {
  background-image: url("../img/Icon-mobile.svg#correct");
  background-repeat: no-repeat;
}
.Icon-mobile--warning {
  background-image: url("../img/Icon-mobile.svg#warning");
  background-repeat: no-repeat;
}
.Icon-mobile--error {
  background-image: url("../img/Icon-mobile.svg#error");
  background-repeat: no-repeat;
}
.Icon-mobile--text {
  background-image: url("../img/Icon-mobile.svg#text");
  background-repeat: no-repeat;
}
.Icon-mobile--neutral {
  background-image: url("../img/Icon-mobile.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-mobile--highlight {
  background-image: url("../img/Icon-mobile.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-mobile--link {
  background-image: url("../img/Icon-mobile.svg#link");
  background-repeat: no-repeat;
}
.Icon-mobile--border {
  background-image: url("../img/Icon-mobile.svg#border");
  background-repeat: no-repeat;
}
.Icon-mobile--disabled {
  background-image: url("../img/Icon-mobile.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-money--default {
  background-image: url("../img/Icon-money.svg#default");
  background-repeat: no-repeat;
}
.Icon-money--primary {
  background-image: url("../img/Icon-money.svg#primary");
  background-repeat: no-repeat;
}
.Icon-money--secondary {
  background-image: url("../img/Icon-money.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-money--dark {
  background-image: url("../img/Icon-money.svg#dark");
  background-repeat: no-repeat;
}
.Icon-money--light {
  background-image: url("../img/Icon-money.svg#light");
  background-repeat: no-repeat;
}
.Icon-money--correct {
  background-image: url("../img/Icon-money.svg#correct");
  background-repeat: no-repeat;
}
.Icon-money--warning {
  background-image: url("../img/Icon-money.svg#warning");
  background-repeat: no-repeat;
}
.Icon-money--error {
  background-image: url("../img/Icon-money.svg#error");
  background-repeat: no-repeat;
}
.Icon-money--text {
  background-image: url("../img/Icon-money.svg#text");
  background-repeat: no-repeat;
}
.Icon-money--neutral {
  background-image: url("../img/Icon-money.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-money--highlight {
  background-image: url("../img/Icon-money.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-money--link {
  background-image: url("../img/Icon-money.svg#link");
  background-repeat: no-repeat;
}
.Icon-money--border {
  background-image: url("../img/Icon-money.svg#border");
  background-repeat: no-repeat;
}
.Icon-money--disabled {
  background-image: url("../img/Icon-money.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-motor--default {
  background-image: url("../img/Icon-motor.svg#default");
  background-repeat: no-repeat;
}
.Icon-motor--primary {
  background-image: url("../img/Icon-motor.svg#primary");
  background-repeat: no-repeat;
}
.Icon-motor--secondary {
  background-image: url("../img/Icon-motor.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-motor--dark {
  background-image: url("../img/Icon-motor.svg#dark");
  background-repeat: no-repeat;
}
.Icon-motor--light {
  background-image: url("../img/Icon-motor.svg#light");
  background-repeat: no-repeat;
}
.Icon-motor--correct {
  background-image: url("../img/Icon-motor.svg#correct");
  background-repeat: no-repeat;
}
.Icon-motor--warning {
  background-image: url("../img/Icon-motor.svg#warning");
  background-repeat: no-repeat;
}
.Icon-motor--error {
  background-image: url("../img/Icon-motor.svg#error");
  background-repeat: no-repeat;
}
.Icon-motor--text {
  background-image: url("../img/Icon-motor.svg#text");
  background-repeat: no-repeat;
}
.Icon-motor--neutral {
  background-image: url("../img/Icon-motor.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-motor--highlight {
  background-image: url("../img/Icon-motor.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-motor--link {
  background-image: url("../img/Icon-motor.svg#link");
  background-repeat: no-repeat;
}
.Icon-motor--border {
  background-image: url("../img/Icon-motor.svg#border");
  background-repeat: no-repeat;
}
.Icon-motor--disabled {
  background-image: url("../img/Icon-motor.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--default {
  background-image: url("../img/Icon-motorBurnout.svg#default");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--primary {
  background-image: url("../img/Icon-motorBurnout.svg#primary");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--secondary {
  background-image: url("../img/Icon-motorBurnout.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--dark {
  background-image: url("../img/Icon-motorBurnout.svg#dark");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--light {
  background-image: url("../img/Icon-motorBurnout.svg#light");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--correct {
  background-image: url("../img/Icon-motorBurnout.svg#correct");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--warning {
  background-image: url("../img/Icon-motorBurnout.svg#warning");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--error {
  background-image: url("../img/Icon-motorBurnout.svg#error");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--text {
  background-image: url("../img/Icon-motorBurnout.svg#text");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--neutral {
  background-image: url("../img/Icon-motorBurnout.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--highlight {
  background-image: url("../img/Icon-motorBurnout.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--link {
  background-image: url("../img/Icon-motorBurnout.svg#link");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--border {
  background-image: url("../img/Icon-motorBurnout.svg#border");
  background-repeat: no-repeat;
}
.Icon-motorBurnout--disabled {
  background-image: url("../img/Icon-motorBurnout.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-motorFire--default {
  background-image: url("../img/Icon-motorFire.svg#default");
  background-repeat: no-repeat;
}
.Icon-motorFire--primary {
  background-image: url("../img/Icon-motorFire.svg#primary");
  background-repeat: no-repeat;
}
.Icon-motorFire--secondary {
  background-image: url("../img/Icon-motorFire.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-motorFire--dark {
  background-image: url("../img/Icon-motorFire.svg#dark");
  background-repeat: no-repeat;
}
.Icon-motorFire--light {
  background-image: url("../img/Icon-motorFire.svg#light");
  background-repeat: no-repeat;
}
.Icon-motorFire--correct {
  background-image: url("../img/Icon-motorFire.svg#correct");
  background-repeat: no-repeat;
}
.Icon-motorFire--warning {
  background-image: url("../img/Icon-motorFire.svg#warning");
  background-repeat: no-repeat;
}
.Icon-motorFire--error {
  background-image: url("../img/Icon-motorFire.svg#error");
  background-repeat: no-repeat;
}
.Icon-motorFire--text {
  background-image: url("../img/Icon-motorFire.svg#text");
  background-repeat: no-repeat;
}
.Icon-motorFire--neutral {
  background-image: url("../img/Icon-motorFire.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-motorFire--highlight {
  background-image: url("../img/Icon-motorFire.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-motorFire--link {
  background-image: url("../img/Icon-motorFire.svg#link");
  background-repeat: no-repeat;
}
.Icon-motorFire--border {
  background-image: url("../img/Icon-motorFire.svg#border");
  background-repeat: no-repeat;
}
.Icon-motorFire--disabled {
  background-image: url("../img/Icon-motorFire.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-motorHome--default {
  background-image: url("../img/Icon-motorHome.svg#default");
  background-repeat: no-repeat;
}
.Icon-motorHome--primary {
  background-image: url("../img/Icon-motorHome.svg#primary");
  background-repeat: no-repeat;
}
.Icon-motorHome--secondary {
  background-image: url("../img/Icon-motorHome.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-motorHome--dark {
  background-image: url("../img/Icon-motorHome.svg#dark");
  background-repeat: no-repeat;
}
.Icon-motorHome--light {
  background-image: url("../img/Icon-motorHome.svg#light");
  background-repeat: no-repeat;
}
.Icon-motorHome--correct {
  background-image: url("../img/Icon-motorHome.svg#correct");
  background-repeat: no-repeat;
}
.Icon-motorHome--warning {
  background-image: url("../img/Icon-motorHome.svg#warning");
  background-repeat: no-repeat;
}
.Icon-motorHome--error {
  background-image: url("../img/Icon-motorHome.svg#error");
  background-repeat: no-repeat;
}
.Icon-motorHome--text {
  background-image: url("../img/Icon-motorHome.svg#text");
  background-repeat: no-repeat;
}
.Icon-motorHome--neutral {
  background-image: url("../img/Icon-motorHome.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-motorHome--highlight {
  background-image: url("../img/Icon-motorHome.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-motorHome--link {
  background-image: url("../img/Icon-motorHome.svg#link");
  background-repeat: no-repeat;
}
.Icon-motorHome--border {
  background-image: url("../img/Icon-motorHome.svg#border");
  background-repeat: no-repeat;
}
.Icon-motorHome--disabled {
  background-image: url("../img/Icon-motorHome.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-motorcycle--default {
  background-image: url("../img/Icon-motorcycle.svg#default");
  background-repeat: no-repeat;
}
.Icon-motorcycle--primary {
  background-image: url("../img/Icon-motorcycle.svg#primary");
  background-repeat: no-repeat;
}
.Icon-motorcycle--secondary {
  background-image: url("../img/Icon-motorcycle.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-motorcycle--dark {
  background-image: url("../img/Icon-motorcycle.svg#dark");
  background-repeat: no-repeat;
}
.Icon-motorcycle--light {
  background-image: url("../img/Icon-motorcycle.svg#light");
  background-repeat: no-repeat;
}
.Icon-motorcycle--correct {
  background-image: url("../img/Icon-motorcycle.svg#correct");
  background-repeat: no-repeat;
}
.Icon-motorcycle--warning {
  background-image: url("../img/Icon-motorcycle.svg#warning");
  background-repeat: no-repeat;
}
.Icon-motorcycle--error {
  background-image: url("../img/Icon-motorcycle.svg#error");
  background-repeat: no-repeat;
}
.Icon-motorcycle--text {
  background-image: url("../img/Icon-motorcycle.svg#text");
  background-repeat: no-repeat;
}
.Icon-motorcycle--neutral {
  background-image: url("../img/Icon-motorcycle.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-motorcycle--highlight {
  background-image: url("../img/Icon-motorcycle.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-motorcycle--link {
  background-image: url("../img/Icon-motorcycle.svg#link");
  background-repeat: no-repeat;
}
.Icon-motorcycle--border {
  background-image: url("../img/Icon-motorcycle.svg#border");
  background-repeat: no-repeat;
}
.Icon-motorcycle--disabled {
  background-image: url("../img/Icon-motorcycle.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--default {
  background-image: url("../img/Icon-motorcycleAccident.svg#default");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--primary {
  background-image: url("../img/Icon-motorcycleAccident.svg#primary");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--secondary {
  background-image: url("../img/Icon-motorcycleAccident.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--dark {
  background-image: url("../img/Icon-motorcycleAccident.svg#dark");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--light {
  background-image: url("../img/Icon-motorcycleAccident.svg#light");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--correct {
  background-image: url("../img/Icon-motorcycleAccident.svg#correct");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--warning {
  background-image: url("../img/Icon-motorcycleAccident.svg#warning");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--error {
  background-image: url("../img/Icon-motorcycleAccident.svg#error");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--text {
  background-image: url("../img/Icon-motorcycleAccident.svg#text");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--neutral {
  background-image: url("../img/Icon-motorcycleAccident.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--highlight {
  background-image: url("../img/Icon-motorcycleAccident.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--link {
  background-image: url("../img/Icon-motorcycleAccident.svg#link");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--border {
  background-image: url("../img/Icon-motorcycleAccident.svg#border");
  background-repeat: no-repeat;
}
.Icon-motorcycleAccident--disabled {
  background-image: url("../img/Icon-motorcycleAccident.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--default {
  background-image: url("../img/Icon-motorcycleFire.svg#default");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--primary {
  background-image: url("../img/Icon-motorcycleFire.svg#primary");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--secondary {
  background-image: url("../img/Icon-motorcycleFire.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--dark {
  background-image: url("../img/Icon-motorcycleFire.svg#dark");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--light {
  background-image: url("../img/Icon-motorcycleFire.svg#light");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--correct {
  background-image: url("../img/Icon-motorcycleFire.svg#correct");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--warning {
  background-image: url("../img/Icon-motorcycleFire.svg#warning");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--error {
  background-image: url("../img/Icon-motorcycleFire.svg#error");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--text {
  background-image: url("../img/Icon-motorcycleFire.svg#text");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--neutral {
  background-image: url("../img/Icon-motorcycleFire.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--highlight {
  background-image: url("../img/Icon-motorcycleFire.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--link {
  background-image: url("../img/Icon-motorcycleFire.svg#link");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--border {
  background-image: url("../img/Icon-motorcycleFire.svg#border");
  background-repeat: no-repeat;
}
.Icon-motorcycleFire--disabled {
  background-image: url("../img/Icon-motorcycleFire.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--default {
  background-image: url("../img/Icon-motorcycleRepair.svg#default");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--primary {
  background-image: url("../img/Icon-motorcycleRepair.svg#primary");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--secondary {
  background-image: url("../img/Icon-motorcycleRepair.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--dark {
  background-image: url("../img/Icon-motorcycleRepair.svg#dark");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--light {
  background-image: url("../img/Icon-motorcycleRepair.svg#light");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--correct {
  background-image: url("../img/Icon-motorcycleRepair.svg#correct");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--warning {
  background-image: url("../img/Icon-motorcycleRepair.svg#warning");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--error {
  background-image: url("../img/Icon-motorcycleRepair.svg#error");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--text {
  background-image: url("../img/Icon-motorcycleRepair.svg#text");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--neutral {
  background-image: url("../img/Icon-motorcycleRepair.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--highlight {
  background-image: url("../img/Icon-motorcycleRepair.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--link {
  background-image: url("../img/Icon-motorcycleRepair.svg#link");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--border {
  background-image: url("../img/Icon-motorcycleRepair.svg#border");
  background-repeat: no-repeat;
}
.Icon-motorcycleRepair--disabled {
  background-image: url("../img/Icon-motorcycleRepair.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--default {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#default");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--primary {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#primary");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--secondary {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--dark {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#dark");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--light {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#light");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--correct {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#correct");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--warning {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#warning");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--error {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#error");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--text {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#text");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--neutral {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--highlight {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--link {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#link");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--border {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#border");
  background-repeat: no-repeat;
}
.Icon-motorcycleThirdParty--disabled {
  background-image: url("../img/Icon-motorcycleThirdParty.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-music--default {
  background-image: url("../img/Icon-music.svg#default");
  background-repeat: no-repeat;
}
.Icon-music--primary {
  background-image: url("../img/Icon-music.svg#primary");
  background-repeat: no-repeat;
}
.Icon-music--secondary {
  background-image: url("../img/Icon-music.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-music--dark {
  background-image: url("../img/Icon-music.svg#dark");
  background-repeat: no-repeat;
}
.Icon-music--light {
  background-image: url("../img/Icon-music.svg#light");
  background-repeat: no-repeat;
}
.Icon-music--correct {
  background-image: url("../img/Icon-music.svg#correct");
  background-repeat: no-repeat;
}
.Icon-music--warning {
  background-image: url("../img/Icon-music.svg#warning");
  background-repeat: no-repeat;
}
.Icon-music--error {
  background-image: url("../img/Icon-music.svg#error");
  background-repeat: no-repeat;
}
.Icon-music--text {
  background-image: url("../img/Icon-music.svg#text");
  background-repeat: no-repeat;
}
.Icon-music--neutral {
  background-image: url("../img/Icon-music.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-music--highlight {
  background-image: url("../img/Icon-music.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-music--link {
  background-image: url("../img/Icon-music.svg#link");
  background-repeat: no-repeat;
}
.Icon-music--border {
  background-image: url("../img/Icon-music.svg#border");
  background-repeat: no-repeat;
}
.Icon-music--disabled {
  background-image: url("../img/Icon-music.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-myths--default {
  background-image: url("../img/Icon-myths.svg#default");
  background-repeat: no-repeat;
}
.Icon-myths--primary {
  background-image: url("../img/Icon-myths.svg#primary");
  background-repeat: no-repeat;
}
.Icon-myths--secondary {
  background-image: url("../img/Icon-myths.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-myths--dark {
  background-image: url("../img/Icon-myths.svg#dark");
  background-repeat: no-repeat;
}
.Icon-myths--light {
  background-image: url("../img/Icon-myths.svg#light");
  background-repeat: no-repeat;
}
.Icon-myths--correct {
  background-image: url("../img/Icon-myths.svg#correct");
  background-repeat: no-repeat;
}
.Icon-myths--warning {
  background-image: url("../img/Icon-myths.svg#warning");
  background-repeat: no-repeat;
}
.Icon-myths--error {
  background-image: url("../img/Icon-myths.svg#error");
  background-repeat: no-repeat;
}
.Icon-myths--text {
  background-image: url("../img/Icon-myths.svg#text");
  background-repeat: no-repeat;
}
.Icon-myths--neutral {
  background-image: url("../img/Icon-myths.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-myths--highlight {
  background-image: url("../img/Icon-myths.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-myths--link {
  background-image: url("../img/Icon-myths.svg#link");
  background-repeat: no-repeat;
}
.Icon-myths--border {
  background-image: url("../img/Icon-myths.svg#border");
  background-repeat: no-repeat;
}
.Icon-myths--disabled {
  background-image: url("../img/Icon-myths.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-nine--default {
  background-image: url("../img/Icon-nine.svg#default");
  background-repeat: no-repeat;
}
.Icon-nine--primary {
  background-image: url("../img/Icon-nine.svg#primary");
  background-repeat: no-repeat;
}
.Icon-nine--secondary {
  background-image: url("../img/Icon-nine.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-nine--dark {
  background-image: url("../img/Icon-nine.svg#dark");
  background-repeat: no-repeat;
}
.Icon-nine--light {
  background-image: url("../img/Icon-nine.svg#light");
  background-repeat: no-repeat;
}
.Icon-nine--correct {
  background-image: url("../img/Icon-nine.svg#correct");
  background-repeat: no-repeat;
}
.Icon-nine--warning {
  background-image: url("../img/Icon-nine.svg#warning");
  background-repeat: no-repeat;
}
.Icon-nine--error {
  background-image: url("../img/Icon-nine.svg#error");
  background-repeat: no-repeat;
}
.Icon-nine--text {
  background-image: url("../img/Icon-nine.svg#text");
  background-repeat: no-repeat;
}
.Icon-nine--neutral {
  background-image: url("../img/Icon-nine.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-nine--highlight {
  background-image: url("../img/Icon-nine.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-nine--link {
  background-image: url("../img/Icon-nine.svg#link");
  background-repeat: no-repeat;
}
.Icon-nine--border {
  background-image: url("../img/Icon-nine.svg#border");
  background-repeat: no-repeat;
}
.Icon-nine--disabled {
  background-image: url("../img/Icon-nine.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-none--default {
  background-image: url("../img/Icon-none.svg#default");
  background-repeat: no-repeat;
}
.Icon-none--primary {
  background-image: url("../img/Icon-none.svg#primary");
  background-repeat: no-repeat;
}
.Icon-none--secondary {
  background-image: url("../img/Icon-none.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-none--dark {
  background-image: url("../img/Icon-none.svg#dark");
  background-repeat: no-repeat;
}
.Icon-none--light {
  background-image: url("../img/Icon-none.svg#light");
  background-repeat: no-repeat;
}
.Icon-none--correct {
  background-image: url("../img/Icon-none.svg#correct");
  background-repeat: no-repeat;
}
.Icon-none--warning {
  background-image: url("../img/Icon-none.svg#warning");
  background-repeat: no-repeat;
}
.Icon-none--error {
  background-image: url("../img/Icon-none.svg#error");
  background-repeat: no-repeat;
}
.Icon-none--text {
  background-image: url("../img/Icon-none.svg#text");
  background-repeat: no-repeat;
}
.Icon-none--neutral {
  background-image: url("../img/Icon-none.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-none--highlight {
  background-image: url("../img/Icon-none.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-none--link {
  background-image: url("../img/Icon-none.svg#link");
  background-repeat: no-repeat;
}
.Icon-none--border {
  background-image: url("../img/Icon-none.svg#border");
  background-repeat: no-repeat;
}
.Icon-none--disabled {
  background-image: url("../img/Icon-none.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--default {
  background-image: url("../img/Icon-obesitySurgery.svg#default");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--primary {
  background-image: url("../img/Icon-obesitySurgery.svg#primary");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--secondary {
  background-image: url("../img/Icon-obesitySurgery.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--dark {
  background-image: url("../img/Icon-obesitySurgery.svg#dark");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--light {
  background-image: url("../img/Icon-obesitySurgery.svg#light");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--correct {
  background-image: url("../img/Icon-obesitySurgery.svg#correct");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--warning {
  background-image: url("../img/Icon-obesitySurgery.svg#warning");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--error {
  background-image: url("../img/Icon-obesitySurgery.svg#error");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--text {
  background-image: url("../img/Icon-obesitySurgery.svg#text");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--neutral {
  background-image: url("../img/Icon-obesitySurgery.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--highlight {
  background-image: url("../img/Icon-obesitySurgery.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--link {
  background-image: url("../img/Icon-obesitySurgery.svg#link");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--border {
  background-image: url("../img/Icon-obesitySurgery.svg#border");
  background-repeat: no-repeat;
}
.Icon-obesitySurgery--disabled {
  background-image: url("../img/Icon-obesitySurgery.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-one--default {
  background-image: url("../img/Icon-one.svg#default");
  background-repeat: no-repeat;
}
.Icon-one--primary {
  background-image: url("../img/Icon-one.svg#primary");
  background-repeat: no-repeat;
}
.Icon-one--secondary {
  background-image: url("../img/Icon-one.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-one--dark {
  background-image: url("../img/Icon-one.svg#dark");
  background-repeat: no-repeat;
}
.Icon-one--light {
  background-image: url("../img/Icon-one.svg#light");
  background-repeat: no-repeat;
}
.Icon-one--correct {
  background-image: url("../img/Icon-one.svg#correct");
  background-repeat: no-repeat;
}
.Icon-one--warning {
  background-image: url("../img/Icon-one.svg#warning");
  background-repeat: no-repeat;
}
.Icon-one--error {
  background-image: url("../img/Icon-one.svg#error");
  background-repeat: no-repeat;
}
.Icon-one--text {
  background-image: url("../img/Icon-one.svg#text");
  background-repeat: no-repeat;
}
.Icon-one--neutral {
  background-image: url("../img/Icon-one.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-one--highlight {
  background-image: url("../img/Icon-one.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-one--link {
  background-image: url("../img/Icon-one.svg#link");
  background-repeat: no-repeat;
}
.Icon-one--border {
  background-image: url("../img/Icon-one.svg#border");
  background-repeat: no-repeat;
}
.Icon-one--disabled {
  background-image: url("../img/Icon-one.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-paintCar--default {
  background-image: url("../img/Icon-paintCar.svg#default");
  background-repeat: no-repeat;
}
.Icon-paintCar--primary {
  background-image: url("../img/Icon-paintCar.svg#primary");
  background-repeat: no-repeat;
}
.Icon-paintCar--secondary {
  background-image: url("../img/Icon-paintCar.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-paintCar--dark {
  background-image: url("../img/Icon-paintCar.svg#dark");
  background-repeat: no-repeat;
}
.Icon-paintCar--light {
  background-image: url("../img/Icon-paintCar.svg#light");
  background-repeat: no-repeat;
}
.Icon-paintCar--correct {
  background-image: url("../img/Icon-paintCar.svg#correct");
  background-repeat: no-repeat;
}
.Icon-paintCar--warning {
  background-image: url("../img/Icon-paintCar.svg#warning");
  background-repeat: no-repeat;
}
.Icon-paintCar--error {
  background-image: url("../img/Icon-paintCar.svg#error");
  background-repeat: no-repeat;
}
.Icon-paintCar--text {
  background-image: url("../img/Icon-paintCar.svg#text");
  background-repeat: no-repeat;
}
.Icon-paintCar--neutral {
  background-image: url("../img/Icon-paintCar.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-paintCar--highlight {
  background-image: url("../img/Icon-paintCar.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-paintCar--link {
  background-image: url("../img/Icon-paintCar.svg#link");
  background-repeat: no-repeat;
}
.Icon-paintCar--border {
  background-image: url("../img/Icon-paintCar.svg#border");
  background-repeat: no-repeat;
}
.Icon-paintCar--disabled {
  background-image: url("../img/Icon-paintCar.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-painter--default {
  background-image: url("../img/Icon-painter.svg#default");
  background-repeat: no-repeat;
}
.Icon-painter--primary {
  background-image: url("../img/Icon-painter.svg#primary");
  background-repeat: no-repeat;
}
.Icon-painter--secondary {
  background-image: url("../img/Icon-painter.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-painter--dark {
  background-image: url("../img/Icon-painter.svg#dark");
  background-repeat: no-repeat;
}
.Icon-painter--light {
  background-image: url("../img/Icon-painter.svg#light");
  background-repeat: no-repeat;
}
.Icon-painter--correct {
  background-image: url("../img/Icon-painter.svg#correct");
  background-repeat: no-repeat;
}
.Icon-painter--warning {
  background-image: url("../img/Icon-painter.svg#warning");
  background-repeat: no-repeat;
}
.Icon-painter--error {
  background-image: url("../img/Icon-painter.svg#error");
  background-repeat: no-repeat;
}
.Icon-painter--text {
  background-image: url("../img/Icon-painter.svg#text");
  background-repeat: no-repeat;
}
.Icon-painter--neutral {
  background-image: url("../img/Icon-painter.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-painter--highlight {
  background-image: url("../img/Icon-painter.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-painter--link {
  background-image: url("../img/Icon-painter.svg#link");
  background-repeat: no-repeat;
}
.Icon-painter--border {
  background-image: url("../img/Icon-painter.svg#border");
  background-repeat: no-repeat;
}
.Icon-painter--disabled {
  background-image: url("../img/Icon-painter.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-palletTruck--default {
  background-image: url("../img/Icon-palletTruck.svg#default");
  background-repeat: no-repeat;
}
.Icon-palletTruck--primary {
  background-image: url("../img/Icon-palletTruck.svg#primary");
  background-repeat: no-repeat;
}
.Icon-palletTruck--secondary {
  background-image: url("../img/Icon-palletTruck.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-palletTruck--dark {
  background-image: url("../img/Icon-palletTruck.svg#dark");
  background-repeat: no-repeat;
}
.Icon-palletTruck--light {
  background-image: url("../img/Icon-palletTruck.svg#light");
  background-repeat: no-repeat;
}
.Icon-palletTruck--correct {
  background-image: url("../img/Icon-palletTruck.svg#correct");
  background-repeat: no-repeat;
}
.Icon-palletTruck--warning {
  background-image: url("../img/Icon-palletTruck.svg#warning");
  background-repeat: no-repeat;
}
.Icon-palletTruck--error {
  background-image: url("../img/Icon-palletTruck.svg#error");
  background-repeat: no-repeat;
}
.Icon-palletTruck--text {
  background-image: url("../img/Icon-palletTruck.svg#text");
  background-repeat: no-repeat;
}
.Icon-palletTruck--neutral {
  background-image: url("../img/Icon-palletTruck.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-palletTruck--highlight {
  background-image: url("../img/Icon-palletTruck.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-palletTruck--link {
  background-image: url("../img/Icon-palletTruck.svg#link");
  background-repeat: no-repeat;
}
.Icon-palletTruck--border {
  background-image: url("../img/Icon-palletTruck.svg#border");
  background-repeat: no-repeat;
}
.Icon-palletTruck--disabled {
  background-image: url("../img/Icon-palletTruck.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--default {
  background-image: url("../img/Icon-palliativeCare.svg#default");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--primary {
  background-image: url("../img/Icon-palliativeCare.svg#primary");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--secondary {
  background-image: url("../img/Icon-palliativeCare.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--dark {
  background-image: url("../img/Icon-palliativeCare.svg#dark");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--light {
  background-image: url("../img/Icon-palliativeCare.svg#light");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--correct {
  background-image: url("../img/Icon-palliativeCare.svg#correct");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--warning {
  background-image: url("../img/Icon-palliativeCare.svg#warning");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--error {
  background-image: url("../img/Icon-palliativeCare.svg#error");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--text {
  background-image: url("../img/Icon-palliativeCare.svg#text");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--neutral {
  background-image: url("../img/Icon-palliativeCare.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--highlight {
  background-image: url("../img/Icon-palliativeCare.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--link {
  background-image: url("../img/Icon-palliativeCare.svg#link");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--border {
  background-image: url("../img/Icon-palliativeCare.svg#border");
  background-repeat: no-repeat;
}
.Icon-palliativeCare--disabled {
  background-image: url("../img/Icon-palliativeCare.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-park--default {
  background-image: url("../img/Icon-park.svg#default");
  background-repeat: no-repeat;
}
.Icon-park--primary {
  background-image: url("../img/Icon-park.svg#primary");
  background-repeat: no-repeat;
}
.Icon-park--secondary {
  background-image: url("../img/Icon-park.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-park--dark {
  background-image: url("../img/Icon-park.svg#dark");
  background-repeat: no-repeat;
}
.Icon-park--light {
  background-image: url("../img/Icon-park.svg#light");
  background-repeat: no-repeat;
}
.Icon-park--correct {
  background-image: url("../img/Icon-park.svg#correct");
  background-repeat: no-repeat;
}
.Icon-park--warning {
  background-image: url("../img/Icon-park.svg#warning");
  background-repeat: no-repeat;
}
.Icon-park--error {
  background-image: url("../img/Icon-park.svg#error");
  background-repeat: no-repeat;
}
.Icon-park--text {
  background-image: url("../img/Icon-park.svg#text");
  background-repeat: no-repeat;
}
.Icon-park--neutral {
  background-image: url("../img/Icon-park.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-park--highlight {
  background-image: url("../img/Icon-park.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-park--link {
  background-image: url("../img/Icon-park.svg#link");
  background-repeat: no-repeat;
}
.Icon-park--border {
  background-image: url("../img/Icon-park.svg#border");
  background-repeat: no-repeat;
}
.Icon-park--disabled {
  background-image: url("../img/Icon-park.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-pay--default {
  background-image: url("../img/Icon-pay.svg#default");
  background-repeat: no-repeat;
}
.Icon-pay--primary {
  background-image: url("../img/Icon-pay.svg#primary");
  background-repeat: no-repeat;
}
.Icon-pay--secondary {
  background-image: url("../img/Icon-pay.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-pay--dark {
  background-image: url("../img/Icon-pay.svg#dark");
  background-repeat: no-repeat;
}
.Icon-pay--light {
  background-image: url("../img/Icon-pay.svg#light");
  background-repeat: no-repeat;
}
.Icon-pay--correct {
  background-image: url("../img/Icon-pay.svg#correct");
  background-repeat: no-repeat;
}
.Icon-pay--warning {
  background-image: url("../img/Icon-pay.svg#warning");
  background-repeat: no-repeat;
}
.Icon-pay--error {
  background-image: url("../img/Icon-pay.svg#error");
  background-repeat: no-repeat;
}
.Icon-pay--text {
  background-image: url("../img/Icon-pay.svg#text");
  background-repeat: no-repeat;
}
.Icon-pay--neutral {
  background-image: url("../img/Icon-pay.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-pay--highlight {
  background-image: url("../img/Icon-pay.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-pay--link {
  background-image: url("../img/Icon-pay.svg#link");
  background-repeat: no-repeat;
}
.Icon-pay--border {
  background-image: url("../img/Icon-pay.svg#border");
  background-repeat: no-repeat;
}
.Icon-pay--disabled {
  background-image: url("../img/Icon-pay.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-pdf--default {
  background-image: url("../img/Icon-pdf.svg#default");
  background-repeat: no-repeat;
}
.Icon-pdf--primary {
  background-image: url("../img/Icon-pdf.svg#primary");
  background-repeat: no-repeat;
}
.Icon-pdf--secondary {
  background-image: url("../img/Icon-pdf.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-pdf--dark {
  background-image: url("../img/Icon-pdf.svg#dark");
  background-repeat: no-repeat;
}
.Icon-pdf--light {
  background-image: url("../img/Icon-pdf.svg#light");
  background-repeat: no-repeat;
}
.Icon-pdf--correct {
  background-image: url("../img/Icon-pdf.svg#correct");
  background-repeat: no-repeat;
}
.Icon-pdf--warning {
  background-image: url("../img/Icon-pdf.svg#warning");
  background-repeat: no-repeat;
}
.Icon-pdf--error {
  background-image: url("../img/Icon-pdf.svg#error");
  background-repeat: no-repeat;
}
.Icon-pdf--text {
  background-image: url("../img/Icon-pdf.svg#text");
  background-repeat: no-repeat;
}
.Icon-pdf--neutral {
  background-image: url("../img/Icon-pdf.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-pdf--highlight {
  background-image: url("../img/Icon-pdf.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-pdf--link {
  background-image: url("../img/Icon-pdf.svg#link");
  background-repeat: no-repeat;
}
.Icon-pdf--border {
  background-image: url("../img/Icon-pdf.svg#border");
  background-repeat: no-repeat;
}
.Icon-pdf--disabled {
  background-image: url("../img/Icon-pdf.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-people--default {
  background-image: url("../img/Icon-people.svg#default");
  background-repeat: no-repeat;
}
.Icon-people--primary {
  background-image: url("../img/Icon-people.svg#primary");
  background-repeat: no-repeat;
}
.Icon-people--secondary {
  background-image: url("../img/Icon-people.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-people--dark {
  background-image: url("../img/Icon-people.svg#dark");
  background-repeat: no-repeat;
}
.Icon-people--light {
  background-image: url("../img/Icon-people.svg#light");
  background-repeat: no-repeat;
}
.Icon-people--correct {
  background-image: url("../img/Icon-people.svg#correct");
  background-repeat: no-repeat;
}
.Icon-people--warning {
  background-image: url("../img/Icon-people.svg#warning");
  background-repeat: no-repeat;
}
.Icon-people--error {
  background-image: url("../img/Icon-people.svg#error");
  background-repeat: no-repeat;
}
.Icon-people--text {
  background-image: url("../img/Icon-people.svg#text");
  background-repeat: no-repeat;
}
.Icon-people--neutral {
  background-image: url("../img/Icon-people.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-people--highlight {
  background-image: url("../img/Icon-people.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-people--link {
  background-image: url("../img/Icon-people.svg#link");
  background-repeat: no-repeat;
}
.Icon-people--border {
  background-image: url("../img/Icon-people.svg#border");
  background-repeat: no-repeat;
}
.Icon-people--disabled {
  background-image: url("../img/Icon-people.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-person--default {
  background-image: url("../img/Icon-person.svg#default");
  background-repeat: no-repeat;
}
.Icon-person--primary {
  background-image: url("../img/Icon-person.svg#primary");
  background-repeat: no-repeat;
}
.Icon-person--secondary {
  background-image: url("../img/Icon-person.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-person--dark {
  background-image: url("../img/Icon-person.svg#dark");
  background-repeat: no-repeat;
}
.Icon-person--light {
  background-image: url("../img/Icon-person.svg#light");
  background-repeat: no-repeat;
}
.Icon-person--correct {
  background-image: url("../img/Icon-person.svg#correct");
  background-repeat: no-repeat;
}
.Icon-person--warning {
  background-image: url("../img/Icon-person.svg#warning");
  background-repeat: no-repeat;
}
.Icon-person--error {
  background-image: url("../img/Icon-person.svg#error");
  background-repeat: no-repeat;
}
.Icon-person--text {
  background-image: url("../img/Icon-person.svg#text");
  background-repeat: no-repeat;
}
.Icon-person--neutral {
  background-image: url("../img/Icon-person.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-person--highlight {
  background-image: url("../img/Icon-person.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-person--link {
  background-image: url("../img/Icon-person.svg#link");
  background-repeat: no-repeat;
}
.Icon-person--border {
  background-image: url("../img/Icon-person.svg#border");
  background-repeat: no-repeat;
}
.Icon-person--disabled {
  background-image: url("../img/Icon-person.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-pet--default {
  background-image: url("../img/Icon-pet.svg#default");
  background-repeat: no-repeat;
}
.Icon-pet--primary {
  background-image: url("../img/Icon-pet.svg#primary");
  background-repeat: no-repeat;
}
.Icon-pet--secondary {
  background-image: url("../img/Icon-pet.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-pet--dark {
  background-image: url("../img/Icon-pet.svg#dark");
  background-repeat: no-repeat;
}
.Icon-pet--light {
  background-image: url("../img/Icon-pet.svg#light");
  background-repeat: no-repeat;
}
.Icon-pet--correct {
  background-image: url("../img/Icon-pet.svg#correct");
  background-repeat: no-repeat;
}
.Icon-pet--warning {
  background-image: url("../img/Icon-pet.svg#warning");
  background-repeat: no-repeat;
}
.Icon-pet--error {
  background-image: url("../img/Icon-pet.svg#error");
  background-repeat: no-repeat;
}
.Icon-pet--text {
  background-image: url("../img/Icon-pet.svg#text");
  background-repeat: no-repeat;
}
.Icon-pet--neutral {
  background-image: url("../img/Icon-pet.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-pet--highlight {
  background-image: url("../img/Icon-pet.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-pet--link {
  background-image: url("../img/Icon-pet.svg#link");
  background-repeat: no-repeat;
}
.Icon-pet--border {
  background-image: url("../img/Icon-pet.svg#border");
  background-repeat: no-repeat;
}
.Icon-pet--disabled {
  background-image: url("../img/Icon-pet.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-petrol--default {
  background-image: url("../img/Icon-petrol.svg#default");
  background-repeat: no-repeat;
}
.Icon-petrol--primary {
  background-image: url("../img/Icon-petrol.svg#primary");
  background-repeat: no-repeat;
}
.Icon-petrol--secondary {
  background-image: url("../img/Icon-petrol.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-petrol--dark {
  background-image: url("../img/Icon-petrol.svg#dark");
  background-repeat: no-repeat;
}
.Icon-petrol--light {
  background-image: url("../img/Icon-petrol.svg#light");
  background-repeat: no-repeat;
}
.Icon-petrol--correct {
  background-image: url("../img/Icon-petrol.svg#correct");
  background-repeat: no-repeat;
}
.Icon-petrol--warning {
  background-image: url("../img/Icon-petrol.svg#warning");
  background-repeat: no-repeat;
}
.Icon-petrol--error {
  background-image: url("../img/Icon-petrol.svg#error");
  background-repeat: no-repeat;
}
.Icon-petrol--text {
  background-image: url("../img/Icon-petrol.svg#text");
  background-repeat: no-repeat;
}
.Icon-petrol--neutral {
  background-image: url("../img/Icon-petrol.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-petrol--highlight {
  background-image: url("../img/Icon-petrol.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-petrol--link {
  background-image: url("../img/Icon-petrol.svg#link");
  background-repeat: no-repeat;
}
.Icon-petrol--border {
  background-image: url("../img/Icon-petrol.svg#border");
  background-repeat: no-repeat;
}
.Icon-petrol--disabled {
  background-image: url("../img/Icon-petrol.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-phone--default {
  background-image: url("../img/Icon-phone.svg#default");
  background-repeat: no-repeat;
}
.Icon-phone--primary {
  background-image: url("../img/Icon-phone.svg#primary");
  background-repeat: no-repeat;
}
.Icon-phone--secondary {
  background-image: url("../img/Icon-phone.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-phone--dark {
  background-image: url("../img/Icon-phone.svg#dark");
  background-repeat: no-repeat;
}
.Icon-phone--light {
  background-image: url("../img/Icon-phone.svg#light");
  background-repeat: no-repeat;
}
.Icon-phone--correct {
  background-image: url("../img/Icon-phone.svg#correct");
  background-repeat: no-repeat;
}
.Icon-phone--warning {
  background-image: url("../img/Icon-phone.svg#warning");
  background-repeat: no-repeat;
}
.Icon-phone--error {
  background-image: url("../img/Icon-phone.svg#error");
  background-repeat: no-repeat;
}
.Icon-phone--text {
  background-image: url("../img/Icon-phone.svg#text");
  background-repeat: no-repeat;
}
.Icon-phone--neutral {
  background-image: url("../img/Icon-phone.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-phone--highlight {
  background-image: url("../img/Icon-phone.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-phone--link {
  background-image: url("../img/Icon-phone.svg#link");
  background-repeat: no-repeat;
}
.Icon-phone--border {
  background-image: url("../img/Icon-phone.svg#border");
  background-repeat: no-repeat;
}
.Icon-phone--disabled {
  background-image: url("../img/Icon-phone.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-photo--default {
  background-image: url("../img/Icon-photo.svg#default");
  background-repeat: no-repeat;
}
.Icon-photo--primary {
  background-image: url("../img/Icon-photo.svg#primary");
  background-repeat: no-repeat;
}
.Icon-photo--secondary {
  background-image: url("../img/Icon-photo.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-photo--dark {
  background-image: url("../img/Icon-photo.svg#dark");
  background-repeat: no-repeat;
}
.Icon-photo--light {
  background-image: url("../img/Icon-photo.svg#light");
  background-repeat: no-repeat;
}
.Icon-photo--correct {
  background-image: url("../img/Icon-photo.svg#correct");
  background-repeat: no-repeat;
}
.Icon-photo--warning {
  background-image: url("../img/Icon-photo.svg#warning");
  background-repeat: no-repeat;
}
.Icon-photo--error {
  background-image: url("../img/Icon-photo.svg#error");
  background-repeat: no-repeat;
}
.Icon-photo--text {
  background-image: url("../img/Icon-photo.svg#text");
  background-repeat: no-repeat;
}
.Icon-photo--neutral {
  background-image: url("../img/Icon-photo.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-photo--highlight {
  background-image: url("../img/Icon-photo.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-photo--link {
  background-image: url("../img/Icon-photo.svg#link");
  background-repeat: no-repeat;
}
.Icon-photo--border {
  background-image: url("../img/Icon-photo.svg#border");
  background-repeat: no-repeat;
}
.Icon-photo--disabled {
  background-image: url("../img/Icon-photo.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-picture--default {
  background-image: url("../img/Icon-picture.svg#default");
  background-repeat: no-repeat;
}
.Icon-picture--primary {
  background-image: url("../img/Icon-picture.svg#primary");
  background-repeat: no-repeat;
}
.Icon-picture--secondary {
  background-image: url("../img/Icon-picture.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-picture--dark {
  background-image: url("../img/Icon-picture.svg#dark");
  background-repeat: no-repeat;
}
.Icon-picture--light {
  background-image: url("../img/Icon-picture.svg#light");
  background-repeat: no-repeat;
}
.Icon-picture--correct {
  background-image: url("../img/Icon-picture.svg#correct");
  background-repeat: no-repeat;
}
.Icon-picture--warning {
  background-image: url("../img/Icon-picture.svg#warning");
  background-repeat: no-repeat;
}
.Icon-picture--error {
  background-image: url("../img/Icon-picture.svg#error");
  background-repeat: no-repeat;
}
.Icon-picture--text {
  background-image: url("../img/Icon-picture.svg#text");
  background-repeat: no-repeat;
}
.Icon-picture--neutral {
  background-image: url("../img/Icon-picture.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-picture--highlight {
  background-image: url("../img/Icon-picture.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-picture--link {
  background-image: url("../img/Icon-picture.svg#link");
  background-repeat: no-repeat;
}
.Icon-picture--border {
  background-image: url("../img/Icon-picture.svg#border");
  background-repeat: no-repeat;
}
.Icon-picture--disabled {
  background-image: url("../img/Icon-picture.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-pinNumber--default {
  background-image: url("../img/Icon-pinNumber.svg#default");
  background-repeat: no-repeat;
}
.Icon-pinNumber--primary {
  background-image: url("../img/Icon-pinNumber.svg#primary");
  background-repeat: no-repeat;
}
.Icon-pinNumber--secondary {
  background-image: url("../img/Icon-pinNumber.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-pinNumber--dark {
  background-image: url("../img/Icon-pinNumber.svg#dark");
  background-repeat: no-repeat;
}
.Icon-pinNumber--light {
  background-image: url("../img/Icon-pinNumber.svg#light");
  background-repeat: no-repeat;
}
.Icon-pinNumber--correct {
  background-image: url("../img/Icon-pinNumber.svg#correct");
  background-repeat: no-repeat;
}
.Icon-pinNumber--warning {
  background-image: url("../img/Icon-pinNumber.svg#warning");
  background-repeat: no-repeat;
}
.Icon-pinNumber--error {
  background-image: url("../img/Icon-pinNumber.svg#error");
  background-repeat: no-repeat;
}
.Icon-pinNumber--text {
  background-image: url("../img/Icon-pinNumber.svg#text");
  background-repeat: no-repeat;
}
.Icon-pinNumber--neutral {
  background-image: url("../img/Icon-pinNumber.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-pinNumber--highlight {
  background-image: url("../img/Icon-pinNumber.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-pinNumber--link {
  background-image: url("../img/Icon-pinNumber.svg#link");
  background-repeat: no-repeat;
}
.Icon-pinNumber--border {
  background-image: url("../img/Icon-pinNumber.svg#border");
  background-repeat: no-repeat;
}
.Icon-pinNumber--disabled {
  background-image: url("../img/Icon-pinNumber.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-plate--default {
  background-image: url("../img/Icon-plate.svg#default");
  background-repeat: no-repeat;
}
.Icon-plate--primary {
  background-image: url("../img/Icon-plate.svg#primary");
  background-repeat: no-repeat;
}
.Icon-plate--secondary {
  background-image: url("../img/Icon-plate.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-plate--dark {
  background-image: url("../img/Icon-plate.svg#dark");
  background-repeat: no-repeat;
}
.Icon-plate--light {
  background-image: url("../img/Icon-plate.svg#light");
  background-repeat: no-repeat;
}
.Icon-plate--correct {
  background-image: url("../img/Icon-plate.svg#correct");
  background-repeat: no-repeat;
}
.Icon-plate--warning {
  background-image: url("../img/Icon-plate.svg#warning");
  background-repeat: no-repeat;
}
.Icon-plate--error {
  background-image: url("../img/Icon-plate.svg#error");
  background-repeat: no-repeat;
}
.Icon-plate--text {
  background-image: url("../img/Icon-plate.svg#text");
  background-repeat: no-repeat;
}
.Icon-plate--neutral {
  background-image: url("../img/Icon-plate.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-plate--highlight {
  background-image: url("../img/Icon-plate.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-plate--link {
  background-image: url("../img/Icon-plate.svg#link");
  background-repeat: no-repeat;
}
.Icon-plate--border {
  background-image: url("../img/Icon-plate.svg#border");
  background-repeat: no-repeat;
}
.Icon-plate--disabled {
  background-image: url("../img/Icon-plate.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-play--default {
  background-image: url("../img/Icon-play.svg#default");
  background-repeat: no-repeat;
}
.Icon-play--primary {
  background-image: url("../img/Icon-play.svg#primary");
  background-repeat: no-repeat;
}
.Icon-play--secondary {
  background-image: url("../img/Icon-play.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-play--dark {
  background-image: url("../img/Icon-play.svg#dark");
  background-repeat: no-repeat;
}
.Icon-play--light {
  background-image: url("../img/Icon-play.svg#light");
  background-repeat: no-repeat;
}
.Icon-play--correct {
  background-image: url("../img/Icon-play.svg#correct");
  background-repeat: no-repeat;
}
.Icon-play--warning {
  background-image: url("../img/Icon-play.svg#warning");
  background-repeat: no-repeat;
}
.Icon-play--error {
  background-image: url("../img/Icon-play.svg#error");
  background-repeat: no-repeat;
}
.Icon-play--text {
  background-image: url("../img/Icon-play.svg#text");
  background-repeat: no-repeat;
}
.Icon-play--neutral {
  background-image: url("../img/Icon-play.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-play--highlight {
  background-image: url("../img/Icon-play.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-play--link {
  background-image: url("../img/Icon-play.svg#link");
  background-repeat: no-repeat;
}
.Icon-play--border {
  background-image: url("../img/Icon-play.svg#border");
  background-repeat: no-repeat;
}
.Icon-play--disabled {
  background-image: url("../img/Icon-play.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-plus--default {
  background-image: url("../img/Icon-plus.svg#default");
  background-repeat: no-repeat;
}
.Icon-plus--primary {
  background-image: url("../img/Icon-plus.svg#primary");
  background-repeat: no-repeat;
}
.Icon-plus--secondary {
  background-image: url("../img/Icon-plus.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-plus--dark {
  background-image: url("../img/Icon-plus.svg#dark");
  background-repeat: no-repeat;
}
.Icon-plus--light {
  background-image: url("../img/Icon-plus.svg#light");
  background-repeat: no-repeat;
}
.Icon-plus--correct {
  background-image: url("../img/Icon-plus.svg#correct");
  background-repeat: no-repeat;
}
.Icon-plus--warning {
  background-image: url("../img/Icon-plus.svg#warning");
  background-repeat: no-repeat;
}
.Icon-plus--error {
  background-image: url("../img/Icon-plus.svg#error");
  background-repeat: no-repeat;
}
.Icon-plus--text {
  background-image: url("../img/Icon-plus.svg#text");
  background-repeat: no-repeat;
}
.Icon-plus--neutral {
  background-image: url("../img/Icon-plus.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-plus--highlight {
  background-image: url("../img/Icon-plus.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-plus--link {
  background-image: url("../img/Icon-plus.svg#link");
  background-repeat: no-repeat;
}
.Icon-plus--border {
  background-image: url("../img/Icon-plus.svg#border");
  background-repeat: no-repeat;
}
.Icon-plus--disabled {
  background-image: url("../img/Icon-plus.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-policy--default {
  background-image: url("../img/Icon-policy.svg#default");
  background-repeat: no-repeat;
}
.Icon-policy--primary {
  background-image: url("../img/Icon-policy.svg#primary");
  background-repeat: no-repeat;
}
.Icon-policy--secondary {
  background-image: url("../img/Icon-policy.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-policy--dark {
  background-image: url("../img/Icon-policy.svg#dark");
  background-repeat: no-repeat;
}
.Icon-policy--light {
  background-image: url("../img/Icon-policy.svg#light");
  background-repeat: no-repeat;
}
.Icon-policy--correct {
  background-image: url("../img/Icon-policy.svg#correct");
  background-repeat: no-repeat;
}
.Icon-policy--warning {
  background-image: url("../img/Icon-policy.svg#warning");
  background-repeat: no-repeat;
}
.Icon-policy--error {
  background-image: url("../img/Icon-policy.svg#error");
  background-repeat: no-repeat;
}
.Icon-policy--text {
  background-image: url("../img/Icon-policy.svg#text");
  background-repeat: no-repeat;
}
.Icon-policy--neutral {
  background-image: url("../img/Icon-policy.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-policy--highlight {
  background-image: url("../img/Icon-policy.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-policy--link {
  background-image: url("../img/Icon-policy.svg#link");
  background-repeat: no-repeat;
}
.Icon-policy--border {
  background-image: url("../img/Icon-policy.svg#border");
  background-repeat: no-repeat;
}
.Icon-policy--disabled {
  background-image: url("../img/Icon-policy.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-pool--default {
  background-image: url("../img/Icon-pool.svg#default");
  background-repeat: no-repeat;
}
.Icon-pool--primary {
  background-image: url("../img/Icon-pool.svg#primary");
  background-repeat: no-repeat;
}
.Icon-pool--secondary {
  background-image: url("../img/Icon-pool.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-pool--dark {
  background-image: url("../img/Icon-pool.svg#dark");
  background-repeat: no-repeat;
}
.Icon-pool--light {
  background-image: url("../img/Icon-pool.svg#light");
  background-repeat: no-repeat;
}
.Icon-pool--correct {
  background-image: url("../img/Icon-pool.svg#correct");
  background-repeat: no-repeat;
}
.Icon-pool--warning {
  background-image: url("../img/Icon-pool.svg#warning");
  background-repeat: no-repeat;
}
.Icon-pool--error {
  background-image: url("../img/Icon-pool.svg#error");
  background-repeat: no-repeat;
}
.Icon-pool--text {
  background-image: url("../img/Icon-pool.svg#text");
  background-repeat: no-repeat;
}
.Icon-pool--neutral {
  background-image: url("../img/Icon-pool.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-pool--highlight {
  background-image: url("../img/Icon-pool.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-pool--link {
  background-image: url("../img/Icon-pool.svg#link");
  background-repeat: no-repeat;
}
.Icon-pool--border {
  background-image: url("../img/Icon-pool.svg#border");
  background-repeat: no-repeat;
}
.Icon-pool--disabled {
  background-image: url("../img/Icon-pool.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-portable--default {
  background-image: url("../img/Icon-portable.svg#default");
  background-repeat: no-repeat;
}
.Icon-portable--primary {
  background-image: url("../img/Icon-portable.svg#primary");
  background-repeat: no-repeat;
}
.Icon-portable--secondary {
  background-image: url("../img/Icon-portable.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-portable--dark {
  background-image: url("../img/Icon-portable.svg#dark");
  background-repeat: no-repeat;
}
.Icon-portable--light {
  background-image: url("../img/Icon-portable.svg#light");
  background-repeat: no-repeat;
}
.Icon-portable--correct {
  background-image: url("../img/Icon-portable.svg#correct");
  background-repeat: no-repeat;
}
.Icon-portable--warning {
  background-image: url("../img/Icon-portable.svg#warning");
  background-repeat: no-repeat;
}
.Icon-portable--error {
  background-image: url("../img/Icon-portable.svg#error");
  background-repeat: no-repeat;
}
.Icon-portable--text {
  background-image: url("../img/Icon-portable.svg#text");
  background-repeat: no-repeat;
}
.Icon-portable--neutral {
  background-image: url("../img/Icon-portable.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-portable--highlight {
  background-image: url("../img/Icon-portable.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-portable--link {
  background-image: url("../img/Icon-portable.svg#link");
  background-repeat: no-repeat;
}
.Icon-portable--border {
  background-image: url("../img/Icon-portable.svg#border");
  background-repeat: no-repeat;
}
.Icon-portable--disabled {
  background-image: url("../img/Icon-portable.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-power--default {
  background-image: url("../img/Icon-power.svg#default");
  background-repeat: no-repeat;
}
.Icon-power--primary {
  background-image: url("../img/Icon-power.svg#primary");
  background-repeat: no-repeat;
}
.Icon-power--secondary {
  background-image: url("../img/Icon-power.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-power--dark {
  background-image: url("../img/Icon-power.svg#dark");
  background-repeat: no-repeat;
}
.Icon-power--light {
  background-image: url("../img/Icon-power.svg#light");
  background-repeat: no-repeat;
}
.Icon-power--correct {
  background-image: url("../img/Icon-power.svg#correct");
  background-repeat: no-repeat;
}
.Icon-power--warning {
  background-image: url("../img/Icon-power.svg#warning");
  background-repeat: no-repeat;
}
.Icon-power--error {
  background-image: url("../img/Icon-power.svg#error");
  background-repeat: no-repeat;
}
.Icon-power--text {
  background-image: url("../img/Icon-power.svg#text");
  background-repeat: no-repeat;
}
.Icon-power--neutral {
  background-image: url("../img/Icon-power.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-power--highlight {
  background-image: url("../img/Icon-power.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-power--link {
  background-image: url("../img/Icon-power.svg#link");
  background-repeat: no-repeat;
}
.Icon-power--border {
  background-image: url("../img/Icon-power.svg#border");
  background-repeat: no-repeat;
}
.Icon-power--disabled {
  background-image: url("../img/Icon-power.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-pregnancy--default {
  background-image: url("../img/Icon-pregnancy.svg#default");
  background-repeat: no-repeat;
}
.Icon-pregnancy--primary {
  background-image: url("../img/Icon-pregnancy.svg#primary");
  background-repeat: no-repeat;
}
.Icon-pregnancy--secondary {
  background-image: url("../img/Icon-pregnancy.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-pregnancy--dark {
  background-image: url("../img/Icon-pregnancy.svg#dark");
  background-repeat: no-repeat;
}
.Icon-pregnancy--light {
  background-image: url("../img/Icon-pregnancy.svg#light");
  background-repeat: no-repeat;
}
.Icon-pregnancy--correct {
  background-image: url("../img/Icon-pregnancy.svg#correct");
  background-repeat: no-repeat;
}
.Icon-pregnancy--warning {
  background-image: url("../img/Icon-pregnancy.svg#warning");
  background-repeat: no-repeat;
}
.Icon-pregnancy--error {
  background-image: url("../img/Icon-pregnancy.svg#error");
  background-repeat: no-repeat;
}
.Icon-pregnancy--text {
  background-image: url("../img/Icon-pregnancy.svg#text");
  background-repeat: no-repeat;
}
.Icon-pregnancy--neutral {
  background-image: url("../img/Icon-pregnancy.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-pregnancy--highlight {
  background-image: url("../img/Icon-pregnancy.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-pregnancy--link {
  background-image: url("../img/Icon-pregnancy.svg#link");
  background-repeat: no-repeat;
}
.Icon-pregnancy--border {
  background-image: url("../img/Icon-pregnancy.svg#border");
  background-repeat: no-repeat;
}
.Icon-pregnancy--disabled {
  background-image: url("../img/Icon-pregnancy.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-prescriptions--default {
  background-image: url("../img/Icon-prescriptions.svg#default");
  background-repeat: no-repeat;
}
.Icon-prescriptions--primary {
  background-image: url("../img/Icon-prescriptions.svg#primary");
  background-repeat: no-repeat;
}
.Icon-prescriptions--secondary {
  background-image: url("../img/Icon-prescriptions.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-prescriptions--dark {
  background-image: url("../img/Icon-prescriptions.svg#dark");
  background-repeat: no-repeat;
}
.Icon-prescriptions--light {
  background-image: url("../img/Icon-prescriptions.svg#light");
  background-repeat: no-repeat;
}
.Icon-prescriptions--correct {
  background-image: url("../img/Icon-prescriptions.svg#correct");
  background-repeat: no-repeat;
}
.Icon-prescriptions--warning {
  background-image: url("../img/Icon-prescriptions.svg#warning");
  background-repeat: no-repeat;
}
.Icon-prescriptions--error {
  background-image: url("../img/Icon-prescriptions.svg#error");
  background-repeat: no-repeat;
}
.Icon-prescriptions--text {
  background-image: url("../img/Icon-prescriptions.svg#text");
  background-repeat: no-repeat;
}
.Icon-prescriptions--neutral {
  background-image: url("../img/Icon-prescriptions.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-prescriptions--highlight {
  background-image: url("../img/Icon-prescriptions.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-prescriptions--link {
  background-image: url("../img/Icon-prescriptions.svg#link");
  background-repeat: no-repeat;
}
.Icon-prescriptions--border {
  background-image: url("../img/Icon-prescriptions.svg#border");
  background-repeat: no-repeat;
}
.Icon-prescriptions--disabled {
  background-image: url("../img/Icon-prescriptions.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--default {
  background-image: url("../img/Icon-preventativeTests.svg#default");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--primary {
  background-image: url("../img/Icon-preventativeTests.svg#primary");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--secondary {
  background-image: url("../img/Icon-preventativeTests.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--dark {
  background-image: url("../img/Icon-preventativeTests.svg#dark");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--light {
  background-image: url("../img/Icon-preventativeTests.svg#light");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--correct {
  background-image: url("../img/Icon-preventativeTests.svg#correct");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--warning {
  background-image: url("../img/Icon-preventativeTests.svg#warning");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--error {
  background-image: url("../img/Icon-preventativeTests.svg#error");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--text {
  background-image: url("../img/Icon-preventativeTests.svg#text");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--neutral {
  background-image: url("../img/Icon-preventativeTests.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--highlight {
  background-image: url("../img/Icon-preventativeTests.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--link {
  background-image: url("../img/Icon-preventativeTests.svg#link");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--border {
  background-image: url("../img/Icon-preventativeTests.svg#border");
  background-repeat: no-repeat;
}
.Icon-preventativeTests--disabled {
  background-image: url("../img/Icon-preventativeTests.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-print--default {
  background-image: url("../img/Icon-print.svg#default");
  background-repeat: no-repeat;
}
.Icon-print--primary {
  background-image: url("../img/Icon-print.svg#primary");
  background-repeat: no-repeat;
}
.Icon-print--secondary {
  background-image: url("../img/Icon-print.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-print--dark {
  background-image: url("../img/Icon-print.svg#dark");
  background-repeat: no-repeat;
}
.Icon-print--light {
  background-image: url("../img/Icon-print.svg#light");
  background-repeat: no-repeat;
}
.Icon-print--correct {
  background-image: url("../img/Icon-print.svg#correct");
  background-repeat: no-repeat;
}
.Icon-print--warning {
  background-image: url("../img/Icon-print.svg#warning");
  background-repeat: no-repeat;
}
.Icon-print--error {
  background-image: url("../img/Icon-print.svg#error");
  background-repeat: no-repeat;
}
.Icon-print--text {
  background-image: url("../img/Icon-print.svg#text");
  background-repeat: no-repeat;
}
.Icon-print--neutral {
  background-image: url("../img/Icon-print.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-print--highlight {
  background-image: url("../img/Icon-print.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-print--link {
  background-image: url("../img/Icon-print.svg#link");
  background-repeat: no-repeat;
}
.Icon-print--border {
  background-image: url("../img/Icon-print.svg#border");
  background-repeat: no-repeat;
}
.Icon-print--disabled {
  background-image: url("../img/Icon-print.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-professional--default {
  background-image: url("../img/Icon-professional.svg#default");
  background-repeat: no-repeat;
}
.Icon-professional--primary {
  background-image: url("../img/Icon-professional.svg#primary");
  background-repeat: no-repeat;
}
.Icon-professional--secondary {
  background-image: url("../img/Icon-professional.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-professional--dark {
  background-image: url("../img/Icon-professional.svg#dark");
  background-repeat: no-repeat;
}
.Icon-professional--light {
  background-image: url("../img/Icon-professional.svg#light");
  background-repeat: no-repeat;
}
.Icon-professional--correct {
  background-image: url("../img/Icon-professional.svg#correct");
  background-repeat: no-repeat;
}
.Icon-professional--warning {
  background-image: url("../img/Icon-professional.svg#warning");
  background-repeat: no-repeat;
}
.Icon-professional--error {
  background-image: url("../img/Icon-professional.svg#error");
  background-repeat: no-repeat;
}
.Icon-professional--text {
  background-image: url("../img/Icon-professional.svg#text");
  background-repeat: no-repeat;
}
.Icon-professional--neutral {
  background-image: url("../img/Icon-professional.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-professional--highlight {
  background-image: url("../img/Icon-professional.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-professional--link {
  background-image: url("../img/Icon-professional.svg#link");
  background-repeat: no-repeat;
}
.Icon-professional--border {
  background-image: url("../img/Icon-professional.svg#border");
  background-repeat: no-repeat;
}
.Icon-professional--disabled {
  background-image: url("../img/Icon-professional.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-psychiatric--default {
  background-image: url("../img/Icon-psychiatric.svg#default");
  background-repeat: no-repeat;
}
.Icon-psychiatric--primary {
  background-image: url("../img/Icon-psychiatric.svg#primary");
  background-repeat: no-repeat;
}
.Icon-psychiatric--secondary {
  background-image: url("../img/Icon-psychiatric.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-psychiatric--dark {
  background-image: url("../img/Icon-psychiatric.svg#dark");
  background-repeat: no-repeat;
}
.Icon-psychiatric--light {
  background-image: url("../img/Icon-psychiatric.svg#light");
  background-repeat: no-repeat;
}
.Icon-psychiatric--correct {
  background-image: url("../img/Icon-psychiatric.svg#correct");
  background-repeat: no-repeat;
}
.Icon-psychiatric--warning {
  background-image: url("../img/Icon-psychiatric.svg#warning");
  background-repeat: no-repeat;
}
.Icon-psychiatric--error {
  background-image: url("../img/Icon-psychiatric.svg#error");
  background-repeat: no-repeat;
}
.Icon-psychiatric--text {
  background-image: url("../img/Icon-psychiatric.svg#text");
  background-repeat: no-repeat;
}
.Icon-psychiatric--neutral {
  background-image: url("../img/Icon-psychiatric.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-psychiatric--highlight {
  background-image: url("../img/Icon-psychiatric.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-psychiatric--link {
  background-image: url("../img/Icon-psychiatric.svg#link");
  background-repeat: no-repeat;
}
.Icon-psychiatric--border {
  background-image: url("../img/Icon-psychiatric.svg#border");
  background-repeat: no-repeat;
}
.Icon-psychiatric--disabled {
  background-image: url("../img/Icon-psychiatric.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-puppy--default {
  background-image: url("../img/Icon-puppy.svg#default");
  background-repeat: no-repeat;
}
.Icon-puppy--primary {
  background-image: url("../img/Icon-puppy.svg#primary");
  background-repeat: no-repeat;
}
.Icon-puppy--secondary {
  background-image: url("../img/Icon-puppy.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-puppy--dark {
  background-image: url("../img/Icon-puppy.svg#dark");
  background-repeat: no-repeat;
}
.Icon-puppy--light {
  background-image: url("../img/Icon-puppy.svg#light");
  background-repeat: no-repeat;
}
.Icon-puppy--correct {
  background-image: url("../img/Icon-puppy.svg#correct");
  background-repeat: no-repeat;
}
.Icon-puppy--warning {
  background-image: url("../img/Icon-puppy.svg#warning");
  background-repeat: no-repeat;
}
.Icon-puppy--error {
  background-image: url("../img/Icon-puppy.svg#error");
  background-repeat: no-repeat;
}
.Icon-puppy--text {
  background-image: url("../img/Icon-puppy.svg#text");
  background-repeat: no-repeat;
}
.Icon-puppy--neutral {
  background-image: url("../img/Icon-puppy.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-puppy--highlight {
  background-image: url("../img/Icon-puppy.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-puppy--link {
  background-image: url("../img/Icon-puppy.svg#link");
  background-repeat: no-repeat;
}
.Icon-puppy--border {
  background-image: url("../img/Icon-puppy.svg#border");
  background-repeat: no-repeat;
}
.Icon-puppy--disabled {
  background-image: url("../img/Icon-puppy.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-question--default {
  background-image: url("../img/Icon-question.svg#default");
  background-repeat: no-repeat;
}
.Icon-question--primary {
  background-image: url("../img/Icon-question.svg#primary");
  background-repeat: no-repeat;
}
.Icon-question--secondary {
  background-image: url("../img/Icon-question.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-question--dark {
  background-image: url("../img/Icon-question.svg#dark");
  background-repeat: no-repeat;
}
.Icon-question--light {
  background-image: url("../img/Icon-question.svg#light");
  background-repeat: no-repeat;
}
.Icon-question--correct {
  background-image: url("../img/Icon-question.svg#correct");
  background-repeat: no-repeat;
}
.Icon-question--warning {
  background-image: url("../img/Icon-question.svg#warning");
  background-repeat: no-repeat;
}
.Icon-question--error {
  background-image: url("../img/Icon-question.svg#error");
  background-repeat: no-repeat;
}
.Icon-question--text {
  background-image: url("../img/Icon-question.svg#text");
  background-repeat: no-repeat;
}
.Icon-question--neutral {
  background-image: url("../img/Icon-question.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-question--highlight {
  background-image: url("../img/Icon-question.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-question--link {
  background-image: url("../img/Icon-question.svg#link");
  background-repeat: no-repeat;
}
.Icon-question--border {
  background-image: url("../img/Icon-question.svg#border");
  background-repeat: no-repeat;
}
.Icon-question--disabled {
  background-image: url("../img/Icon-question.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-quote--default {
  background-image: url("../img/Icon-quote.svg#default");
  background-repeat: no-repeat;
}
.Icon-quote--primary {
  background-image: url("../img/Icon-quote.svg#primary");
  background-repeat: no-repeat;
}
.Icon-quote--secondary {
  background-image: url("../img/Icon-quote.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-quote--dark {
  background-image: url("../img/Icon-quote.svg#dark");
  background-repeat: no-repeat;
}
.Icon-quote--light {
  background-image: url("../img/Icon-quote.svg#light");
  background-repeat: no-repeat;
}
.Icon-quote--correct {
  background-image: url("../img/Icon-quote.svg#correct");
  background-repeat: no-repeat;
}
.Icon-quote--warning {
  background-image: url("../img/Icon-quote.svg#warning");
  background-repeat: no-repeat;
}
.Icon-quote--error {
  background-image: url("../img/Icon-quote.svg#error");
  background-repeat: no-repeat;
}
.Icon-quote--text {
  background-image: url("../img/Icon-quote.svg#text");
  background-repeat: no-repeat;
}
.Icon-quote--neutral {
  background-image: url("../img/Icon-quote.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-quote--highlight {
  background-image: url("../img/Icon-quote.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-quote--link {
  background-image: url("../img/Icon-quote.svg#link");
  background-repeat: no-repeat;
}
.Icon-quote--border {
  background-image: url("../img/Icon-quote.svg#border");
  background-repeat: no-repeat;
}
.Icon-quote--disabled {
  background-image: url("../img/Icon-quote.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-rain--default {
  background-image: url("../img/Icon-rain.svg#default");
  background-repeat: no-repeat;
}
.Icon-rain--primary {
  background-image: url("../img/Icon-rain.svg#primary");
  background-repeat: no-repeat;
}
.Icon-rain--secondary {
  background-image: url("../img/Icon-rain.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-rain--dark {
  background-image: url("../img/Icon-rain.svg#dark");
  background-repeat: no-repeat;
}
.Icon-rain--light {
  background-image: url("../img/Icon-rain.svg#light");
  background-repeat: no-repeat;
}
.Icon-rain--correct {
  background-image: url("../img/Icon-rain.svg#correct");
  background-repeat: no-repeat;
}
.Icon-rain--warning {
  background-image: url("../img/Icon-rain.svg#warning");
  background-repeat: no-repeat;
}
.Icon-rain--error {
  background-image: url("../img/Icon-rain.svg#error");
  background-repeat: no-repeat;
}
.Icon-rain--text {
  background-image: url("../img/Icon-rain.svg#text");
  background-repeat: no-repeat;
}
.Icon-rain--neutral {
  background-image: url("../img/Icon-rain.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-rain--highlight {
  background-image: url("../img/Icon-rain.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-rain--link {
  background-image: url("../img/Icon-rain.svg#link");
  background-repeat: no-repeat;
}
.Icon-rain--border {
  background-image: url("../img/Icon-rain.svg#border");
  background-repeat: no-repeat;
}
.Icon-rain--disabled {
  background-image: url("../img/Icon-rain.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--default {
  background-image: url("../img/Icon-rehabilitation.svg#default");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--primary {
  background-image: url("../img/Icon-rehabilitation.svg#primary");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--secondary {
  background-image: url("../img/Icon-rehabilitation.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--dark {
  background-image: url("../img/Icon-rehabilitation.svg#dark");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--light {
  background-image: url("../img/Icon-rehabilitation.svg#light");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--correct {
  background-image: url("../img/Icon-rehabilitation.svg#correct");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--warning {
  background-image: url("../img/Icon-rehabilitation.svg#warning");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--error {
  background-image: url("../img/Icon-rehabilitation.svg#error");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--text {
  background-image: url("../img/Icon-rehabilitation.svg#text");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--neutral {
  background-image: url("../img/Icon-rehabilitation.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--highlight {
  background-image: url("../img/Icon-rehabilitation.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--link {
  background-image: url("../img/Icon-rehabilitation.svg#link");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--border {
  background-image: url("../img/Icon-rehabilitation.svg#border");
  background-repeat: no-repeat;
}
.Icon-rehabilitation--disabled {
  background-image: url("../img/Icon-rehabilitation.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--default {
  background-image: url("../img/Icon-relatedProducts.svg#default");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--primary {
  background-image: url("../img/Icon-relatedProducts.svg#primary");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--secondary {
  background-image: url("../img/Icon-relatedProducts.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--dark {
  background-image: url("../img/Icon-relatedProducts.svg#dark");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--light {
  background-image: url("../img/Icon-relatedProducts.svg#light");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--correct {
  background-image: url("../img/Icon-relatedProducts.svg#correct");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--warning {
  background-image: url("../img/Icon-relatedProducts.svg#warning");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--error {
  background-image: url("../img/Icon-relatedProducts.svg#error");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--text {
  background-image: url("../img/Icon-relatedProducts.svg#text");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--neutral {
  background-image: url("../img/Icon-relatedProducts.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--highlight {
  background-image: url("../img/Icon-relatedProducts.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--link {
  background-image: url("../img/Icon-relatedProducts.svg#link");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--border {
  background-image: url("../img/Icon-relatedProducts.svg#border");
  background-repeat: no-repeat;
}
.Icon-relatedProducts--disabled {
  background-image: url("../img/Icon-relatedProducts.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-repair--default {
  background-image: url("../img/Icon-repair.svg#default");
  background-repeat: no-repeat;
}
.Icon-repair--primary {
  background-image: url("../img/Icon-repair.svg#primary");
  background-repeat: no-repeat;
}
.Icon-repair--secondary {
  background-image: url("../img/Icon-repair.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-repair--dark {
  background-image: url("../img/Icon-repair.svg#dark");
  background-repeat: no-repeat;
}
.Icon-repair--light {
  background-image: url("../img/Icon-repair.svg#light");
  background-repeat: no-repeat;
}
.Icon-repair--correct {
  background-image: url("../img/Icon-repair.svg#correct");
  background-repeat: no-repeat;
}
.Icon-repair--warning {
  background-image: url("../img/Icon-repair.svg#warning");
  background-repeat: no-repeat;
}
.Icon-repair--error {
  background-image: url("../img/Icon-repair.svg#error");
  background-repeat: no-repeat;
}
.Icon-repair--text {
  background-image: url("../img/Icon-repair.svg#text");
  background-repeat: no-repeat;
}
.Icon-repair--neutral {
  background-image: url("../img/Icon-repair.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-repair--highlight {
  background-image: url("../img/Icon-repair.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-repair--link {
  background-image: url("../img/Icon-repair.svg#link");
  background-repeat: no-repeat;
}
.Icon-repair--border {
  background-image: url("../img/Icon-repair.svg#border");
  background-repeat: no-repeat;
}
.Icon-repair--disabled {
  background-image: url("../img/Icon-repair.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-repairing--default {
  background-image: url("../img/Icon-repairing.svg#default");
  background-repeat: no-repeat;
}
.Icon-repairing--primary {
  background-image: url("../img/Icon-repairing.svg#primary");
  background-repeat: no-repeat;
}
.Icon-repairing--secondary {
  background-image: url("../img/Icon-repairing.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-repairing--dark {
  background-image: url("../img/Icon-repairing.svg#dark");
  background-repeat: no-repeat;
}
.Icon-repairing--light {
  background-image: url("../img/Icon-repairing.svg#light");
  background-repeat: no-repeat;
}
.Icon-repairing--correct {
  background-image: url("../img/Icon-repairing.svg#correct");
  background-repeat: no-repeat;
}
.Icon-repairing--warning {
  background-image: url("../img/Icon-repairing.svg#warning");
  background-repeat: no-repeat;
}
.Icon-repairing--error {
  background-image: url("../img/Icon-repairing.svg#error");
  background-repeat: no-repeat;
}
.Icon-repairing--text {
  background-image: url("../img/Icon-repairing.svg#text");
  background-repeat: no-repeat;
}
.Icon-repairing--neutral {
  background-image: url("../img/Icon-repairing.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-repairing--highlight {
  background-image: url("../img/Icon-repairing.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-repairing--link {
  background-image: url("../img/Icon-repairing.svg#link");
  background-repeat: no-repeat;
}
.Icon-repairing--border {
  background-image: url("../img/Icon-repairing.svg#border");
  background-repeat: no-repeat;
}
.Icon-repairing--disabled {
  background-image: url("../img/Icon-repairing.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--default {
  background-image: url("../img/Icon-retirementVillage.svg#default");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--primary {
  background-image: url("../img/Icon-retirementVillage.svg#primary");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--secondary {
  background-image: url("../img/Icon-retirementVillage.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--dark {
  background-image: url("../img/Icon-retirementVillage.svg#dark");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--light {
  background-image: url("../img/Icon-retirementVillage.svg#light");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--correct {
  background-image: url("../img/Icon-retirementVillage.svg#correct");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--warning {
  background-image: url("../img/Icon-retirementVillage.svg#warning");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--error {
  background-image: url("../img/Icon-retirementVillage.svg#error");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--text {
  background-image: url("../img/Icon-retirementVillage.svg#text");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--neutral {
  background-image: url("../img/Icon-retirementVillage.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--highlight {
  background-image: url("../img/Icon-retirementVillage.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--link {
  background-image: url("../img/Icon-retirementVillage.svg#link");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--border {
  background-image: url("../img/Icon-retirementVillage.svg#border");
  background-repeat: no-repeat;
}
.Icon-retirementVillage--disabled {
  background-image: url("../img/Icon-retirementVillage.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-reward--default {
  background-image: url("../img/Icon-reward.svg#default");
  background-repeat: no-repeat;
}
.Icon-reward--primary {
  background-image: url("../img/Icon-reward.svg#primary");
  background-repeat: no-repeat;
}
.Icon-reward--secondary {
  background-image: url("../img/Icon-reward.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-reward--dark {
  background-image: url("../img/Icon-reward.svg#dark");
  background-repeat: no-repeat;
}
.Icon-reward--light {
  background-image: url("../img/Icon-reward.svg#light");
  background-repeat: no-repeat;
}
.Icon-reward--correct {
  background-image: url("../img/Icon-reward.svg#correct");
  background-repeat: no-repeat;
}
.Icon-reward--warning {
  background-image: url("../img/Icon-reward.svg#warning");
  background-repeat: no-repeat;
}
.Icon-reward--error {
  background-image: url("../img/Icon-reward.svg#error");
  background-repeat: no-repeat;
}
.Icon-reward--text {
  background-image: url("../img/Icon-reward.svg#text");
  background-repeat: no-repeat;
}
.Icon-reward--neutral {
  background-image: url("../img/Icon-reward.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-reward--highlight {
  background-image: url("../img/Icon-reward.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-reward--link {
  background-image: url("../img/Icon-reward.svg#link");
  background-repeat: no-repeat;
}
.Icon-reward--border {
  background-image: url("../img/Icon-reward.svg#border");
  background-repeat: no-repeat;
}
.Icon-reward--disabled {
  background-image: url("../img/Icon-reward.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-riotProtest--default {
  background-image: url("../img/Icon-riotProtest.svg#default");
  background-repeat: no-repeat;
}
.Icon-riotProtest--primary {
  background-image: url("../img/Icon-riotProtest.svg#primary");
  background-repeat: no-repeat;
}
.Icon-riotProtest--secondary {
  background-image: url("../img/Icon-riotProtest.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-riotProtest--dark {
  background-image: url("../img/Icon-riotProtest.svg#dark");
  background-repeat: no-repeat;
}
.Icon-riotProtest--light {
  background-image: url("../img/Icon-riotProtest.svg#light");
  background-repeat: no-repeat;
}
.Icon-riotProtest--correct {
  background-image: url("../img/Icon-riotProtest.svg#correct");
  background-repeat: no-repeat;
}
.Icon-riotProtest--warning {
  background-image: url("../img/Icon-riotProtest.svg#warning");
  background-repeat: no-repeat;
}
.Icon-riotProtest--error {
  background-image: url("../img/Icon-riotProtest.svg#error");
  background-repeat: no-repeat;
}
.Icon-riotProtest--text {
  background-image: url("../img/Icon-riotProtest.svg#text");
  background-repeat: no-repeat;
}
.Icon-riotProtest--neutral {
  background-image: url("../img/Icon-riotProtest.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-riotProtest--highlight {
  background-image: url("../img/Icon-riotProtest.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-riotProtest--link {
  background-image: url("../img/Icon-riotProtest.svg#link");
  background-repeat: no-repeat;
}
.Icon-riotProtest--border {
  background-image: url("../img/Icon-riotProtest.svg#border");
  background-repeat: no-repeat;
}
.Icon-riotProtest--disabled {
  background-image: url("../img/Icon-riotProtest.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--default {
  background-image: url("../img/Icon-roadsideAssist.svg#default");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--primary {
  background-image: url("../img/Icon-roadsideAssist.svg#primary");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--secondary {
  background-image: url("../img/Icon-roadsideAssist.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--dark {
  background-image: url("../img/Icon-roadsideAssist.svg#dark");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--light {
  background-image: url("../img/Icon-roadsideAssist.svg#light");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--correct {
  background-image: url("../img/Icon-roadsideAssist.svg#correct");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--warning {
  background-image: url("../img/Icon-roadsideAssist.svg#warning");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--error {
  background-image: url("../img/Icon-roadsideAssist.svg#error");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--text {
  background-image: url("../img/Icon-roadsideAssist.svg#text");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--neutral {
  background-image: url("../img/Icon-roadsideAssist.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--highlight {
  background-image: url("../img/Icon-roadsideAssist.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--link {
  background-image: url("../img/Icon-roadsideAssist.svg#link");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--border {
  background-image: url("../img/Icon-roadsideAssist.svg#border");
  background-repeat: no-repeat;
}
.Icon-roadsideAssist--disabled {
  background-image: url("../img/Icon-roadsideAssist.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-roof--default {
  background-image: url("../img/Icon-roof.svg#default");
  background-repeat: no-repeat;
}
.Icon-roof--primary {
  background-image: url("../img/Icon-roof.svg#primary");
  background-repeat: no-repeat;
}
.Icon-roof--secondary {
  background-image: url("../img/Icon-roof.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-roof--dark {
  background-image: url("../img/Icon-roof.svg#dark");
  background-repeat: no-repeat;
}
.Icon-roof--light {
  background-image: url("../img/Icon-roof.svg#light");
  background-repeat: no-repeat;
}
.Icon-roof--correct {
  background-image: url("../img/Icon-roof.svg#correct");
  background-repeat: no-repeat;
}
.Icon-roof--warning {
  background-image: url("../img/Icon-roof.svg#warning");
  background-repeat: no-repeat;
}
.Icon-roof--error {
  background-image: url("../img/Icon-roof.svg#error");
  background-repeat: no-repeat;
}
.Icon-roof--text {
  background-image: url("../img/Icon-roof.svg#text");
  background-repeat: no-repeat;
}
.Icon-roof--neutral {
  background-image: url("../img/Icon-roof.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-roof--highlight {
  background-image: url("../img/Icon-roof.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-roof--link {
  background-image: url("../img/Icon-roof.svg#link");
  background-repeat: no-repeat;
}
.Icon-roof--border {
  background-image: url("../img/Icon-roof.svg#border");
  background-repeat: no-repeat;
}
.Icon-roof--disabled {
  background-image: url("../img/Icon-roof.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-rugs--default {
  background-image: url("../img/Icon-rugs.svg#default");
  background-repeat: no-repeat;
}
.Icon-rugs--primary {
  background-image: url("../img/Icon-rugs.svg#primary");
  background-repeat: no-repeat;
}
.Icon-rugs--secondary {
  background-image: url("../img/Icon-rugs.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-rugs--dark {
  background-image: url("../img/Icon-rugs.svg#dark");
  background-repeat: no-repeat;
}
.Icon-rugs--light {
  background-image: url("../img/Icon-rugs.svg#light");
  background-repeat: no-repeat;
}
.Icon-rugs--correct {
  background-image: url("../img/Icon-rugs.svg#correct");
  background-repeat: no-repeat;
}
.Icon-rugs--warning {
  background-image: url("../img/Icon-rugs.svg#warning");
  background-repeat: no-repeat;
}
.Icon-rugs--error {
  background-image: url("../img/Icon-rugs.svg#error");
  background-repeat: no-repeat;
}
.Icon-rugs--text {
  background-image: url("../img/Icon-rugs.svg#text");
  background-repeat: no-repeat;
}
.Icon-rugs--neutral {
  background-image: url("../img/Icon-rugs.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-rugs--highlight {
  background-image: url("../img/Icon-rugs.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-rugs--link {
  background-image: url("../img/Icon-rugs.svg#link");
  background-repeat: no-repeat;
}
.Icon-rugs--border {
  background-image: url("../img/Icon-rugs.svg#border");
  background-repeat: no-repeat;
}
.Icon-rugs--disabled {
  background-image: url("../img/Icon-rugs.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-save--default {
  background-image: url("../img/Icon-save.svg#default");
  background-repeat: no-repeat;
}
.Icon-save--primary {
  background-image: url("../img/Icon-save.svg#primary");
  background-repeat: no-repeat;
}
.Icon-save--secondary {
  background-image: url("../img/Icon-save.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-save--dark {
  background-image: url("../img/Icon-save.svg#dark");
  background-repeat: no-repeat;
}
.Icon-save--light {
  background-image: url("../img/Icon-save.svg#light");
  background-repeat: no-repeat;
}
.Icon-save--correct {
  background-image: url("../img/Icon-save.svg#correct");
  background-repeat: no-repeat;
}
.Icon-save--warning {
  background-image: url("../img/Icon-save.svg#warning");
  background-repeat: no-repeat;
}
.Icon-save--error {
  background-image: url("../img/Icon-save.svg#error");
  background-repeat: no-repeat;
}
.Icon-save--text {
  background-image: url("../img/Icon-save.svg#text");
  background-repeat: no-repeat;
}
.Icon-save--neutral {
  background-image: url("../img/Icon-save.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-save--highlight {
  background-image: url("../img/Icon-save.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-save--link {
  background-image: url("../img/Icon-save.svg#link");
  background-repeat: no-repeat;
}
.Icon-save--border {
  background-image: url("../img/Icon-save.svg#border");
  background-repeat: no-repeat;
}
.Icon-save--disabled {
  background-image: url("../img/Icon-save.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-saved--default {
  background-image: url("../img/Icon-saved.svg#default");
  background-repeat: no-repeat;
}
.Icon-saved--primary {
  background-image: url("../img/Icon-saved.svg#primary");
  background-repeat: no-repeat;
}
.Icon-saved--secondary {
  background-image: url("../img/Icon-saved.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-saved--dark {
  background-image: url("../img/Icon-saved.svg#dark");
  background-repeat: no-repeat;
}
.Icon-saved--light {
  background-image: url("../img/Icon-saved.svg#light");
  background-repeat: no-repeat;
}
.Icon-saved--correct {
  background-image: url("../img/Icon-saved.svg#correct");
  background-repeat: no-repeat;
}
.Icon-saved--warning {
  background-image: url("../img/Icon-saved.svg#warning");
  background-repeat: no-repeat;
}
.Icon-saved--error {
  background-image: url("../img/Icon-saved.svg#error");
  background-repeat: no-repeat;
}
.Icon-saved--text {
  background-image: url("../img/Icon-saved.svg#text");
  background-repeat: no-repeat;
}
.Icon-saved--neutral {
  background-image: url("../img/Icon-saved.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-saved--highlight {
  background-image: url("../img/Icon-saved.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-saved--link {
  background-image: url("../img/Icon-saved.svg#link");
  background-repeat: no-repeat;
}
.Icon-saved--border {
  background-image: url("../img/Icon-saved.svg#border");
  background-repeat: no-repeat;
}
.Icon-saved--disabled {
  background-image: url("../img/Icon-saved.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-search--default {
  background-image: url("../img/Icon-search.svg#default");
  background-repeat: no-repeat;
}
.Icon-search--primary {
  background-image: url("../img/Icon-search.svg#primary");
  background-repeat: no-repeat;
}
.Icon-search--secondary {
  background-image: url("../img/Icon-search.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-search--dark {
  background-image: url("../img/Icon-search.svg#dark");
  background-repeat: no-repeat;
}
.Icon-search--light {
  background-image: url("../img/Icon-search.svg#light");
  background-repeat: no-repeat;
}
.Icon-search--correct {
  background-image: url("../img/Icon-search.svg#correct");
  background-repeat: no-repeat;
}
.Icon-search--warning {
  background-image: url("../img/Icon-search.svg#warning");
  background-repeat: no-repeat;
}
.Icon-search--error {
  background-image: url("../img/Icon-search.svg#error");
  background-repeat: no-repeat;
}
.Icon-search--text {
  background-image: url("../img/Icon-search.svg#text");
  background-repeat: no-repeat;
}
.Icon-search--neutral {
  background-image: url("../img/Icon-search.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-search--highlight {
  background-image: url("../img/Icon-search.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-search--link {
  background-image: url("../img/Icon-search.svg#link");
  background-repeat: no-repeat;
}
.Icon-search--border {
  background-image: url("../img/Icon-search.svg#border");
  background-repeat: no-repeat;
}
.Icon-search--disabled {
  background-image: url("../img/Icon-search.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-send--default {
  background-image: url("../img/Icon-send.svg#default");
  background-repeat: no-repeat;
}
.Icon-send--primary {
  background-image: url("../img/Icon-send.svg#primary");
  background-repeat: no-repeat;
}
.Icon-send--secondary {
  background-image: url("../img/Icon-send.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-send--dark {
  background-image: url("../img/Icon-send.svg#dark");
  background-repeat: no-repeat;
}
.Icon-send--light {
  background-image: url("../img/Icon-send.svg#light");
  background-repeat: no-repeat;
}
.Icon-send--correct {
  background-image: url("../img/Icon-send.svg#correct");
  background-repeat: no-repeat;
}
.Icon-send--warning {
  background-image: url("../img/Icon-send.svg#warning");
  background-repeat: no-repeat;
}
.Icon-send--error {
  background-image: url("../img/Icon-send.svg#error");
  background-repeat: no-repeat;
}
.Icon-send--text {
  background-image: url("../img/Icon-send.svg#text");
  background-repeat: no-repeat;
}
.Icon-send--neutral {
  background-image: url("../img/Icon-send.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-send--highlight {
  background-image: url("../img/Icon-send.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-send--link {
  background-image: url("../img/Icon-send.svg#link");
  background-repeat: no-repeat;
}
.Icon-send--border {
  background-image: url("../img/Icon-send.svg#border");
  background-repeat: no-repeat;
}
.Icon-send--disabled {
  background-image: url("../img/Icon-send.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-seven--default {
  background-image: url("../img/Icon-seven.svg#default");
  background-repeat: no-repeat;
}
.Icon-seven--primary {
  background-image: url("../img/Icon-seven.svg#primary");
  background-repeat: no-repeat;
}
.Icon-seven--secondary {
  background-image: url("../img/Icon-seven.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-seven--dark {
  background-image: url("../img/Icon-seven.svg#dark");
  background-repeat: no-repeat;
}
.Icon-seven--light {
  background-image: url("../img/Icon-seven.svg#light");
  background-repeat: no-repeat;
}
.Icon-seven--correct {
  background-image: url("../img/Icon-seven.svg#correct");
  background-repeat: no-repeat;
}
.Icon-seven--warning {
  background-image: url("../img/Icon-seven.svg#warning");
  background-repeat: no-repeat;
}
.Icon-seven--error {
  background-image: url("../img/Icon-seven.svg#error");
  background-repeat: no-repeat;
}
.Icon-seven--text {
  background-image: url("../img/Icon-seven.svg#text");
  background-repeat: no-repeat;
}
.Icon-seven--neutral {
  background-image: url("../img/Icon-seven.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-seven--highlight {
  background-image: url("../img/Icon-seven.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-seven--link {
  background-image: url("../img/Icon-seven.svg#link");
  background-repeat: no-repeat;
}
.Icon-seven--border {
  background-image: url("../img/Icon-seven.svg#border");
  background-repeat: no-repeat;
}
.Icon-seven--disabled {
  background-image: url("../img/Icon-seven.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--default {
  background-image: url("../img/Icon-shoppingBag.svg#default");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--primary {
  background-image: url("../img/Icon-shoppingBag.svg#primary");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--secondary {
  background-image: url("../img/Icon-shoppingBag.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--dark {
  background-image: url("../img/Icon-shoppingBag.svg#dark");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--light {
  background-image: url("../img/Icon-shoppingBag.svg#light");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--correct {
  background-image: url("../img/Icon-shoppingBag.svg#correct");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--warning {
  background-image: url("../img/Icon-shoppingBag.svg#warning");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--error {
  background-image: url("../img/Icon-shoppingBag.svg#error");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--text {
  background-image: url("../img/Icon-shoppingBag.svg#text");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--neutral {
  background-image: url("../img/Icon-shoppingBag.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--highlight {
  background-image: url("../img/Icon-shoppingBag.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--link {
  background-image: url("../img/Icon-shoppingBag.svg#link");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--border {
  background-image: url("../img/Icon-shoppingBag.svg#border");
  background-repeat: no-repeat;
}
.Icon-shoppingBag--disabled {
  background-image: url("../img/Icon-shoppingBag.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-six--default {
  background-image: url("../img/Icon-six.svg#default");
  background-repeat: no-repeat;
}
.Icon-six--primary {
  background-image: url("../img/Icon-six.svg#primary");
  background-repeat: no-repeat;
}
.Icon-six--secondary {
  background-image: url("../img/Icon-six.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-six--dark {
  background-image: url("../img/Icon-six.svg#dark");
  background-repeat: no-repeat;
}
.Icon-six--light {
  background-image: url("../img/Icon-six.svg#light");
  background-repeat: no-repeat;
}
.Icon-six--correct {
  background-image: url("../img/Icon-six.svg#correct");
  background-repeat: no-repeat;
}
.Icon-six--warning {
  background-image: url("../img/Icon-six.svg#warning");
  background-repeat: no-repeat;
}
.Icon-six--error {
  background-image: url("../img/Icon-six.svg#error");
  background-repeat: no-repeat;
}
.Icon-six--text {
  background-image: url("../img/Icon-six.svg#text");
  background-repeat: no-repeat;
}
.Icon-six--neutral {
  background-image: url("../img/Icon-six.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-six--highlight {
  background-image: url("../img/Icon-six.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-six--link {
  background-image: url("../img/Icon-six.svg#link");
  background-repeat: no-repeat;
}
.Icon-six--border {
  background-image: url("../img/Icon-six.svg#border");
  background-repeat: no-repeat;
}
.Icon-six--disabled {
  background-image: url("../img/Icon-six.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--default {
  background-image: url("../img/Icon-skilledDrivers.svg#default");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--primary {
  background-image: url("../img/Icon-skilledDrivers.svg#primary");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--secondary {
  background-image: url("../img/Icon-skilledDrivers.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--dark {
  background-image: url("../img/Icon-skilledDrivers.svg#dark");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--light {
  background-image: url("../img/Icon-skilledDrivers.svg#light");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--correct {
  background-image: url("../img/Icon-skilledDrivers.svg#correct");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--warning {
  background-image: url("../img/Icon-skilledDrivers.svg#warning");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--error {
  background-image: url("../img/Icon-skilledDrivers.svg#error");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--text {
  background-image: url("../img/Icon-skilledDrivers.svg#text");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--neutral {
  background-image: url("../img/Icon-skilledDrivers.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--highlight {
  background-image: url("../img/Icon-skilledDrivers.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--link {
  background-image: url("../img/Icon-skilledDrivers.svg#link");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--border {
  background-image: url("../img/Icon-skilledDrivers.svg#border");
  background-repeat: no-repeat;
}
.Icon-skilledDrivers--disabled {
  background-image: url("../img/Icon-skilledDrivers.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--default {
  background-image: url("../img/Icon-slopeLarge.svg#default");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--primary {
  background-image: url("../img/Icon-slopeLarge.svg#primary");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--secondary {
  background-image: url("../img/Icon-slopeLarge.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--dark {
  background-image: url("../img/Icon-slopeLarge.svg#dark");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--light {
  background-image: url("../img/Icon-slopeLarge.svg#light");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--correct {
  background-image: url("../img/Icon-slopeLarge.svg#correct");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--warning {
  background-image: url("../img/Icon-slopeLarge.svg#warning");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--error {
  background-image: url("../img/Icon-slopeLarge.svg#error");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--text {
  background-image: url("../img/Icon-slopeLarge.svg#text");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--neutral {
  background-image: url("../img/Icon-slopeLarge.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--highlight {
  background-image: url("../img/Icon-slopeLarge.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--link {
  background-image: url("../img/Icon-slopeLarge.svg#link");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--border {
  background-image: url("../img/Icon-slopeLarge.svg#border");
  background-repeat: no-repeat;
}
.Icon-slopeLarge--disabled {
  background-image: url("../img/Icon-slopeLarge.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-slopeMed--default {
  background-image: url("../img/Icon-slopeMed.svg#default");
  background-repeat: no-repeat;
}
.Icon-slopeMed--primary {
  background-image: url("../img/Icon-slopeMed.svg#primary");
  background-repeat: no-repeat;
}
.Icon-slopeMed--secondary {
  background-image: url("../img/Icon-slopeMed.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-slopeMed--dark {
  background-image: url("../img/Icon-slopeMed.svg#dark");
  background-repeat: no-repeat;
}
.Icon-slopeMed--light {
  background-image: url("../img/Icon-slopeMed.svg#light");
  background-repeat: no-repeat;
}
.Icon-slopeMed--correct {
  background-image: url("../img/Icon-slopeMed.svg#correct");
  background-repeat: no-repeat;
}
.Icon-slopeMed--warning {
  background-image: url("../img/Icon-slopeMed.svg#warning");
  background-repeat: no-repeat;
}
.Icon-slopeMed--error {
  background-image: url("../img/Icon-slopeMed.svg#error");
  background-repeat: no-repeat;
}
.Icon-slopeMed--text {
  background-image: url("../img/Icon-slopeMed.svg#text");
  background-repeat: no-repeat;
}
.Icon-slopeMed--neutral {
  background-image: url("../img/Icon-slopeMed.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-slopeMed--highlight {
  background-image: url("../img/Icon-slopeMed.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-slopeMed--link {
  background-image: url("../img/Icon-slopeMed.svg#link");
  background-repeat: no-repeat;
}
.Icon-slopeMed--border {
  background-image: url("../img/Icon-slopeMed.svg#border");
  background-repeat: no-repeat;
}
.Icon-slopeMed--disabled {
  background-image: url("../img/Icon-slopeMed.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-slopeNone--default {
  background-image: url("../img/Icon-slopeNone.svg#default");
  background-repeat: no-repeat;
}
.Icon-slopeNone--primary {
  background-image: url("../img/Icon-slopeNone.svg#primary");
  background-repeat: no-repeat;
}
.Icon-slopeNone--secondary {
  background-image: url("../img/Icon-slopeNone.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-slopeNone--dark {
  background-image: url("../img/Icon-slopeNone.svg#dark");
  background-repeat: no-repeat;
}
.Icon-slopeNone--light {
  background-image: url("../img/Icon-slopeNone.svg#light");
  background-repeat: no-repeat;
}
.Icon-slopeNone--correct {
  background-image: url("../img/Icon-slopeNone.svg#correct");
  background-repeat: no-repeat;
}
.Icon-slopeNone--warning {
  background-image: url("../img/Icon-slopeNone.svg#warning");
  background-repeat: no-repeat;
}
.Icon-slopeNone--error {
  background-image: url("../img/Icon-slopeNone.svg#error");
  background-repeat: no-repeat;
}
.Icon-slopeNone--text {
  background-image: url("../img/Icon-slopeNone.svg#text");
  background-repeat: no-repeat;
}
.Icon-slopeNone--neutral {
  background-image: url("../img/Icon-slopeNone.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-slopeNone--highlight {
  background-image: url("../img/Icon-slopeNone.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-slopeNone--link {
  background-image: url("../img/Icon-slopeNone.svg#link");
  background-repeat: no-repeat;
}
.Icon-slopeNone--border {
  background-image: url("../img/Icon-slopeNone.svg#border");
  background-repeat: no-repeat;
}
.Icon-slopeNone--disabled {
  background-image: url("../img/Icon-slopeNone.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--default {
  background-image: url("../img/Icon-slopeSmall.svg#default");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--primary {
  background-image: url("../img/Icon-slopeSmall.svg#primary");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--secondary {
  background-image: url("../img/Icon-slopeSmall.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--dark {
  background-image: url("../img/Icon-slopeSmall.svg#dark");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--light {
  background-image: url("../img/Icon-slopeSmall.svg#light");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--correct {
  background-image: url("../img/Icon-slopeSmall.svg#correct");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--warning {
  background-image: url("../img/Icon-slopeSmall.svg#warning");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--error {
  background-image: url("../img/Icon-slopeSmall.svg#error");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--text {
  background-image: url("../img/Icon-slopeSmall.svg#text");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--neutral {
  background-image: url("../img/Icon-slopeSmall.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--highlight {
  background-image: url("../img/Icon-slopeSmall.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--link {
  background-image: url("../img/Icon-slopeSmall.svg#link");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--border {
  background-image: url("../img/Icon-slopeSmall.svg#border");
  background-repeat: no-repeat;
}
.Icon-slopeSmall--disabled {
  background-image: url("../img/Icon-slopeSmall.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--default {
  background-image: url("../img/Icon-smokeAlarm.svg#default");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--primary {
  background-image: url("../img/Icon-smokeAlarm.svg#primary");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--secondary {
  background-image: url("../img/Icon-smokeAlarm.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--dark {
  background-image: url("../img/Icon-smokeAlarm.svg#dark");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--light {
  background-image: url("../img/Icon-smokeAlarm.svg#light");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--correct {
  background-image: url("../img/Icon-smokeAlarm.svg#correct");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--warning {
  background-image: url("../img/Icon-smokeAlarm.svg#warning");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--error {
  background-image: url("../img/Icon-smokeAlarm.svg#error");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--text {
  background-image: url("../img/Icon-smokeAlarm.svg#text");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--neutral {
  background-image: url("../img/Icon-smokeAlarm.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--highlight {
  background-image: url("../img/Icon-smokeAlarm.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--link {
  background-image: url("../img/Icon-smokeAlarm.svg#link");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--border {
  background-image: url("../img/Icon-smokeAlarm.svg#border");
  background-repeat: no-repeat;
}
.Icon-smokeAlarm--disabled {
  background-image: url("../img/Icon-smokeAlarm.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-snow--default {
  background-image: url("../img/Icon-snow.svg#default");
  background-repeat: no-repeat;
}
.Icon-snow--primary {
  background-image: url("../img/Icon-snow.svg#primary");
  background-repeat: no-repeat;
}
.Icon-snow--secondary {
  background-image: url("../img/Icon-snow.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-snow--dark {
  background-image: url("../img/Icon-snow.svg#dark");
  background-repeat: no-repeat;
}
.Icon-snow--light {
  background-image: url("../img/Icon-snow.svg#light");
  background-repeat: no-repeat;
}
.Icon-snow--correct {
  background-image: url("../img/Icon-snow.svg#correct");
  background-repeat: no-repeat;
}
.Icon-snow--warning {
  background-image: url("../img/Icon-snow.svg#warning");
  background-repeat: no-repeat;
}
.Icon-snow--error {
  background-image: url("../img/Icon-snow.svg#error");
  background-repeat: no-repeat;
}
.Icon-snow--text {
  background-image: url("../img/Icon-snow.svg#text");
  background-repeat: no-repeat;
}
.Icon-snow--neutral {
  background-image: url("../img/Icon-snow.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-snow--highlight {
  background-image: url("../img/Icon-snow.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-snow--link {
  background-image: url("../img/Icon-snow.svg#link");
  background-repeat: no-repeat;
}
.Icon-snow--border {
  background-image: url("../img/Icon-snow.svg#border");
  background-repeat: no-repeat;
}
.Icon-snow--disabled {
  background-image: url("../img/Icon-snow.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-software--default {
  background-image: url("../img/Icon-software.svg#default");
  background-repeat: no-repeat;
}
.Icon-software--primary {
  background-image: url("../img/Icon-software.svg#primary");
  background-repeat: no-repeat;
}
.Icon-software--secondary {
  background-image: url("../img/Icon-software.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-software--dark {
  background-image: url("../img/Icon-software.svg#dark");
  background-repeat: no-repeat;
}
.Icon-software--light {
  background-image: url("../img/Icon-software.svg#light");
  background-repeat: no-repeat;
}
.Icon-software--correct {
  background-image: url("../img/Icon-software.svg#correct");
  background-repeat: no-repeat;
}
.Icon-software--warning {
  background-image: url("../img/Icon-software.svg#warning");
  background-repeat: no-repeat;
}
.Icon-software--error {
  background-image: url("../img/Icon-software.svg#error");
  background-repeat: no-repeat;
}
.Icon-software--text {
  background-image: url("../img/Icon-software.svg#text");
  background-repeat: no-repeat;
}
.Icon-software--neutral {
  background-image: url("../img/Icon-software.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-software--highlight {
  background-image: url("../img/Icon-software.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-software--link {
  background-image: url("../img/Icon-software.svg#link");
  background-repeat: no-repeat;
}
.Icon-software--border {
  background-image: url("../img/Icon-software.svg#border");
  background-repeat: no-repeat;
}
.Icon-software--disabled {
  background-image: url("../img/Icon-software.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-solar--default {
  background-image: url("../img/Icon-solar.svg#default");
  background-repeat: no-repeat;
}
.Icon-solar--primary {
  background-image: url("../img/Icon-solar.svg#primary");
  background-repeat: no-repeat;
}
.Icon-solar--secondary {
  background-image: url("../img/Icon-solar.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-solar--dark {
  background-image: url("../img/Icon-solar.svg#dark");
  background-repeat: no-repeat;
}
.Icon-solar--light {
  background-image: url("../img/Icon-solar.svg#light");
  background-repeat: no-repeat;
}
.Icon-solar--correct {
  background-image: url("../img/Icon-solar.svg#correct");
  background-repeat: no-repeat;
}
.Icon-solar--warning {
  background-image: url("../img/Icon-solar.svg#warning");
  background-repeat: no-repeat;
}
.Icon-solar--error {
  background-image: url("../img/Icon-solar.svg#error");
  background-repeat: no-repeat;
}
.Icon-solar--text {
  background-image: url("../img/Icon-solar.svg#text");
  background-repeat: no-repeat;
}
.Icon-solar--neutral {
  background-image: url("../img/Icon-solar.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-solar--highlight {
  background-image: url("../img/Icon-solar.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-solar--link {
  background-image: url("../img/Icon-solar.svg#link");
  background-repeat: no-repeat;
}
.Icon-solar--border {
  background-image: url("../img/Icon-solar.svg#border");
  background-repeat: no-repeat;
}
.Icon-solar--disabled {
  background-image: url("../img/Icon-solar.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-speech--default {
  background-image: url("../img/Icon-speech.svg#default");
  background-repeat: no-repeat;
}
.Icon-speech--primary {
  background-image: url("../img/Icon-speech.svg#primary");
  background-repeat: no-repeat;
}
.Icon-speech--secondary {
  background-image: url("../img/Icon-speech.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-speech--dark {
  background-image: url("../img/Icon-speech.svg#dark");
  background-repeat: no-repeat;
}
.Icon-speech--light {
  background-image: url("../img/Icon-speech.svg#light");
  background-repeat: no-repeat;
}
.Icon-speech--correct {
  background-image: url("../img/Icon-speech.svg#correct");
  background-repeat: no-repeat;
}
.Icon-speech--warning {
  background-image: url("../img/Icon-speech.svg#warning");
  background-repeat: no-repeat;
}
.Icon-speech--error {
  background-image: url("../img/Icon-speech.svg#error");
  background-repeat: no-repeat;
}
.Icon-speech--text {
  background-image: url("../img/Icon-speech.svg#text");
  background-repeat: no-repeat;
}
.Icon-speech--neutral {
  background-image: url("../img/Icon-speech.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-speech--highlight {
  background-image: url("../img/Icon-speech.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-speech--link {
  background-image: url("../img/Icon-speech.svg#link");
  background-repeat: no-repeat;
}
.Icon-speech--border {
  background-image: url("../img/Icon-speech.svg#border");
  background-repeat: no-repeat;
}
.Icon-speech--disabled {
  background-image: url("../img/Icon-speech.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-speechPathology--default {
  background-image: url("../img/Icon-speechPathology.svg#default");
  background-repeat: no-repeat;
}
.Icon-speechPathology--primary {
  background-image: url("../img/Icon-speechPathology.svg#primary");
  background-repeat: no-repeat;
}
.Icon-speechPathology--secondary {
  background-image: url("../img/Icon-speechPathology.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-speechPathology--dark {
  background-image: url("../img/Icon-speechPathology.svg#dark");
  background-repeat: no-repeat;
}
.Icon-speechPathology--light {
  background-image: url("../img/Icon-speechPathology.svg#light");
  background-repeat: no-repeat;
}
.Icon-speechPathology--correct {
  background-image: url("../img/Icon-speechPathology.svg#correct");
  background-repeat: no-repeat;
}
.Icon-speechPathology--warning {
  background-image: url("../img/Icon-speechPathology.svg#warning");
  background-repeat: no-repeat;
}
.Icon-speechPathology--error {
  background-image: url("../img/Icon-speechPathology.svg#error");
  background-repeat: no-repeat;
}
.Icon-speechPathology--text {
  background-image: url("../img/Icon-speechPathology.svg#text");
  background-repeat: no-repeat;
}
.Icon-speechPathology--neutral {
  background-image: url("../img/Icon-speechPathology.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-speechPathology--highlight {
  background-image: url("../img/Icon-speechPathology.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-speechPathology--link {
  background-image: url("../img/Icon-speechPathology.svg#link");
  background-repeat: no-repeat;
}
.Icon-speechPathology--border {
  background-image: url("../img/Icon-speechPathology.svg#border");
  background-repeat: no-repeat;
}
.Icon-speechPathology--disabled {
  background-image: url("../img/Icon-speechPathology.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-spine--default {
  background-image: url("../img/Icon-spine.svg#default");
  background-repeat: no-repeat;
}
.Icon-spine--primary {
  background-image: url("../img/Icon-spine.svg#primary");
  background-repeat: no-repeat;
}
.Icon-spine--secondary {
  background-image: url("../img/Icon-spine.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-spine--dark {
  background-image: url("../img/Icon-spine.svg#dark");
  background-repeat: no-repeat;
}
.Icon-spine--light {
  background-image: url("../img/Icon-spine.svg#light");
  background-repeat: no-repeat;
}
.Icon-spine--correct {
  background-image: url("../img/Icon-spine.svg#correct");
  background-repeat: no-repeat;
}
.Icon-spine--warning {
  background-image: url("../img/Icon-spine.svg#warning");
  background-repeat: no-repeat;
}
.Icon-spine--error {
  background-image: url("../img/Icon-spine.svg#error");
  background-repeat: no-repeat;
}
.Icon-spine--text {
  background-image: url("../img/Icon-spine.svg#text");
  background-repeat: no-repeat;
}
.Icon-spine--neutral {
  background-image: url("../img/Icon-spine.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-spine--highlight {
  background-image: url("../img/Icon-spine.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-spine--link {
  background-image: url("../img/Icon-spine.svg#link");
  background-repeat: no-repeat;
}
.Icon-spine--border {
  background-image: url("../img/Icon-spine.svg#border");
  background-repeat: no-repeat;
}
.Icon-spine--disabled {
  background-image: url("../img/Icon-spine.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-star--default {
  background-image: url("../img/Icon-star.svg#default");
  background-repeat: no-repeat;
}
.Icon-star--primary {
  background-image: url("../img/Icon-star.svg#primary");
  background-repeat: no-repeat;
}
.Icon-star--secondary {
  background-image: url("../img/Icon-star.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-star--dark {
  background-image: url("../img/Icon-star.svg#dark");
  background-repeat: no-repeat;
}
.Icon-star--light {
  background-image: url("../img/Icon-star.svg#light");
  background-repeat: no-repeat;
}
.Icon-star--correct {
  background-image: url("../img/Icon-star.svg#correct");
  background-repeat: no-repeat;
}
.Icon-star--warning {
  background-image: url("../img/Icon-star.svg#warning");
  background-repeat: no-repeat;
}
.Icon-star--error {
  background-image: url("../img/Icon-star.svg#error");
  background-repeat: no-repeat;
}
.Icon-star--text {
  background-image: url("../img/Icon-star.svg#text");
  background-repeat: no-repeat;
}
.Icon-star--neutral {
  background-image: url("../img/Icon-star.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-star--highlight {
  background-image: url("../img/Icon-star.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-star--link {
  background-image: url("../img/Icon-star.svg#link");
  background-repeat: no-repeat;
}
.Icon-star--border {
  background-image: url("../img/Icon-star.svg#border");
  background-repeat: no-repeat;
}
.Icon-star--disabled {
  background-image: url("../img/Icon-star.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-storm--default {
  background-image: url("../img/Icon-storm.svg#default");
  background-repeat: no-repeat;
}
.Icon-storm--primary {
  background-image: url("../img/Icon-storm.svg#primary");
  background-repeat: no-repeat;
}
.Icon-storm--secondary {
  background-image: url("../img/Icon-storm.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-storm--dark {
  background-image: url("../img/Icon-storm.svg#dark");
  background-repeat: no-repeat;
}
.Icon-storm--light {
  background-image: url("../img/Icon-storm.svg#light");
  background-repeat: no-repeat;
}
.Icon-storm--correct {
  background-image: url("../img/Icon-storm.svg#correct");
  background-repeat: no-repeat;
}
.Icon-storm--warning {
  background-image: url("../img/Icon-storm.svg#warning");
  background-repeat: no-repeat;
}
.Icon-storm--error {
  background-image: url("../img/Icon-storm.svg#error");
  background-repeat: no-repeat;
}
.Icon-storm--text {
  background-image: url("../img/Icon-storm.svg#text");
  background-repeat: no-repeat;
}
.Icon-storm--neutral {
  background-image: url("../img/Icon-storm.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-storm--highlight {
  background-image: url("../img/Icon-storm.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-storm--link {
  background-image: url("../img/Icon-storm.svg#link");
  background-repeat: no-repeat;
}
.Icon-storm--border {
  background-image: url("../img/Icon-storm.svg#border");
  background-repeat: no-repeat;
}
.Icon-storm--disabled {
  background-image: url("../img/Icon-storm.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--default {
  background-image: url("../img/Icon-stormDebrisImpact.svg#default");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--primary {
  background-image: url("../img/Icon-stormDebrisImpact.svg#primary");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--secondary {
  background-image: url("../img/Icon-stormDebrisImpact.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--dark {
  background-image: url("../img/Icon-stormDebrisImpact.svg#dark");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--light {
  background-image: url("../img/Icon-stormDebrisImpact.svg#light");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--correct {
  background-image: url("../img/Icon-stormDebrisImpact.svg#correct");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--warning {
  background-image: url("../img/Icon-stormDebrisImpact.svg#warning");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--error {
  background-image: url("../img/Icon-stormDebrisImpact.svg#error");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--text {
  background-image: url("../img/Icon-stormDebrisImpact.svg#text");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--neutral {
  background-image: url("../img/Icon-stormDebrisImpact.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--highlight {
  background-image: url("../img/Icon-stormDebrisImpact.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--link {
  background-image: url("../img/Icon-stormDebrisImpact.svg#link");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--border {
  background-image: url("../img/Icon-stormDebrisImpact.svg#border");
  background-repeat: no-repeat;
}
.Icon-stormDebrisImpact--disabled {
  background-image: url("../img/Icon-stormDebrisImpact.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-strata--default {
  background-image: url("../img/Icon-strata.svg#default");
  background-repeat: no-repeat;
}
.Icon-strata--primary {
  background-image: url("../img/Icon-strata.svg#primary");
  background-repeat: no-repeat;
}
.Icon-strata--secondary {
  background-image: url("../img/Icon-strata.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-strata--dark {
  background-image: url("../img/Icon-strata.svg#dark");
  background-repeat: no-repeat;
}
.Icon-strata--light {
  background-image: url("../img/Icon-strata.svg#light");
  background-repeat: no-repeat;
}
.Icon-strata--correct {
  background-image: url("../img/Icon-strata.svg#correct");
  background-repeat: no-repeat;
}
.Icon-strata--warning {
  background-image: url("../img/Icon-strata.svg#warning");
  background-repeat: no-repeat;
}
.Icon-strata--error {
  background-image: url("../img/Icon-strata.svg#error");
  background-repeat: no-repeat;
}
.Icon-strata--text {
  background-image: url("../img/Icon-strata.svg#text");
  background-repeat: no-repeat;
}
.Icon-strata--neutral {
  background-image: url("../img/Icon-strata.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-strata--highlight {
  background-image: url("../img/Icon-strata.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-strata--link {
  background-image: url("../img/Icon-strata.svg#link");
  background-repeat: no-repeat;
}
.Icon-strata--border {
  background-image: url("../img/Icon-strata.svg#border");
  background-repeat: no-repeat;
}
.Icon-strata--disabled {
  background-image: url("../img/Icon-strata.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-stroke--default {
  background-image: url("../img/Icon-stroke.svg#default");
  background-repeat: no-repeat;
}
.Icon-stroke--primary {
  background-image: url("../img/Icon-stroke.svg#primary");
  background-repeat: no-repeat;
}
.Icon-stroke--secondary {
  background-image: url("../img/Icon-stroke.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-stroke--dark {
  background-image: url("../img/Icon-stroke.svg#dark");
  background-repeat: no-repeat;
}
.Icon-stroke--light {
  background-image: url("../img/Icon-stroke.svg#light");
  background-repeat: no-repeat;
}
.Icon-stroke--correct {
  background-image: url("../img/Icon-stroke.svg#correct");
  background-repeat: no-repeat;
}
.Icon-stroke--warning {
  background-image: url("../img/Icon-stroke.svg#warning");
  background-repeat: no-repeat;
}
.Icon-stroke--error {
  background-image: url("../img/Icon-stroke.svg#error");
  background-repeat: no-repeat;
}
.Icon-stroke--text {
  background-image: url("../img/Icon-stroke.svg#text");
  background-repeat: no-repeat;
}
.Icon-stroke--neutral {
  background-image: url("../img/Icon-stroke.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-stroke--highlight {
  background-image: url("../img/Icon-stroke.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-stroke--link {
  background-image: url("../img/Icon-stroke.svg#link");
  background-repeat: no-repeat;
}
.Icon-stroke--border {
  background-image: url("../img/Icon-stroke.svg#border");
  background-repeat: no-repeat;
}
.Icon-stroke--disabled {
  background-image: url("../img/Icon-stroke.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-styleGuy--default {
  background-image: url("../img/Icon-styleGuy.svg#default");
  background-repeat: no-repeat;
}
.Icon-styleGuy--primary {
  background-image: url("../img/Icon-styleGuy.svg#primary");
  background-repeat: no-repeat;
}
.Icon-styleGuy--secondary {
  background-image: url("../img/Icon-styleGuy.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-styleGuy--dark {
  background-image: url("../img/Icon-styleGuy.svg#dark");
  background-repeat: no-repeat;
}
.Icon-styleGuy--light {
  background-image: url("../img/Icon-styleGuy.svg#light");
  background-repeat: no-repeat;
}
.Icon-styleGuy--correct {
  background-image: url("../img/Icon-styleGuy.svg#correct");
  background-repeat: no-repeat;
}
.Icon-styleGuy--warning {
  background-image: url("../img/Icon-styleGuy.svg#warning");
  background-repeat: no-repeat;
}
.Icon-styleGuy--error {
  background-image: url("../img/Icon-styleGuy.svg#error");
  background-repeat: no-repeat;
}
.Icon-styleGuy--text {
  background-image: url("../img/Icon-styleGuy.svg#text");
  background-repeat: no-repeat;
}
.Icon-styleGuy--neutral {
  background-image: url("../img/Icon-styleGuy.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-styleGuy--highlight {
  background-image: url("../img/Icon-styleGuy.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-styleGuy--link {
  background-image: url("../img/Icon-styleGuy.svg#link");
  background-repeat: no-repeat;
}
.Icon-styleGuy--border {
  background-image: url("../img/Icon-styleGuy.svg#border");
  background-repeat: no-repeat;
}
.Icon-styleGuy--disabled {
  background-image: url("../img/Icon-styleGuy.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-tablet--default {
  background-image: url("../img/Icon-tablet.svg#default");
  background-repeat: no-repeat;
}
.Icon-tablet--primary {
  background-image: url("../img/Icon-tablet.svg#primary");
  background-repeat: no-repeat;
}
.Icon-tablet--secondary {
  background-image: url("../img/Icon-tablet.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-tablet--dark {
  background-image: url("../img/Icon-tablet.svg#dark");
  background-repeat: no-repeat;
}
.Icon-tablet--light {
  background-image: url("../img/Icon-tablet.svg#light");
  background-repeat: no-repeat;
}
.Icon-tablet--correct {
  background-image: url("../img/Icon-tablet.svg#correct");
  background-repeat: no-repeat;
}
.Icon-tablet--warning {
  background-image: url("../img/Icon-tablet.svg#warning");
  background-repeat: no-repeat;
}
.Icon-tablet--error {
  background-image: url("../img/Icon-tablet.svg#error");
  background-repeat: no-repeat;
}
.Icon-tablet--text {
  background-image: url("../img/Icon-tablet.svg#text");
  background-repeat: no-repeat;
}
.Icon-tablet--neutral {
  background-image: url("../img/Icon-tablet.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-tablet--highlight {
  background-image: url("../img/Icon-tablet.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-tablet--link {
  background-image: url("../img/Icon-tablet.svg#link");
  background-repeat: no-repeat;
}
.Icon-tablet--border {
  background-image: url("../img/Icon-tablet.svg#border");
  background-repeat: no-repeat;
}
.Icon-tablet--disabled {
  background-image: url("../img/Icon-tablet.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-taxi--default {
  background-image: url("../img/Icon-taxi.svg#default");
  background-repeat: no-repeat;
}
.Icon-taxi--primary {
  background-image: url("../img/Icon-taxi.svg#primary");
  background-repeat: no-repeat;
}
.Icon-taxi--secondary {
  background-image: url("../img/Icon-taxi.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-taxi--dark {
  background-image: url("../img/Icon-taxi.svg#dark");
  background-repeat: no-repeat;
}
.Icon-taxi--light {
  background-image: url("../img/Icon-taxi.svg#light");
  background-repeat: no-repeat;
}
.Icon-taxi--correct {
  background-image: url("../img/Icon-taxi.svg#correct");
  background-repeat: no-repeat;
}
.Icon-taxi--warning {
  background-image: url("../img/Icon-taxi.svg#warning");
  background-repeat: no-repeat;
}
.Icon-taxi--error {
  background-image: url("../img/Icon-taxi.svg#error");
  background-repeat: no-repeat;
}
.Icon-taxi--text {
  background-image: url("../img/Icon-taxi.svg#text");
  background-repeat: no-repeat;
}
.Icon-taxi--neutral {
  background-image: url("../img/Icon-taxi.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-taxi--highlight {
  background-image: url("../img/Icon-taxi.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-taxi--link {
  background-image: url("../img/Icon-taxi.svg#link");
  background-repeat: no-repeat;
}
.Icon-taxi--border {
  background-image: url("../img/Icon-taxi.svg#border");
  background-repeat: no-repeat;
}
.Icon-taxi--disabled {
  background-image: url("../img/Icon-taxi.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-teenager--default {
  background-image: url("../img/Icon-teenager.svg#default");
  background-repeat: no-repeat;
}
.Icon-teenager--primary {
  background-image: url("../img/Icon-teenager.svg#primary");
  background-repeat: no-repeat;
}
.Icon-teenager--secondary {
  background-image: url("../img/Icon-teenager.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-teenager--dark {
  background-image: url("../img/Icon-teenager.svg#dark");
  background-repeat: no-repeat;
}
.Icon-teenager--light {
  background-image: url("../img/Icon-teenager.svg#light");
  background-repeat: no-repeat;
}
.Icon-teenager--correct {
  background-image: url("../img/Icon-teenager.svg#correct");
  background-repeat: no-repeat;
}
.Icon-teenager--warning {
  background-image: url("../img/Icon-teenager.svg#warning");
  background-repeat: no-repeat;
}
.Icon-teenager--error {
  background-image: url("../img/Icon-teenager.svg#error");
  background-repeat: no-repeat;
}
.Icon-teenager--text {
  background-image: url("../img/Icon-teenager.svg#text");
  background-repeat: no-repeat;
}
.Icon-teenager--neutral {
  background-image: url("../img/Icon-teenager.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-teenager--highlight {
  background-image: url("../img/Icon-teenager.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-teenager--link {
  background-image: url("../img/Icon-teenager.svg#link");
  background-repeat: no-repeat;
}
.Icon-teenager--border {
  background-image: url("../img/Icon-teenager.svg#border");
  background-repeat: no-repeat;
}
.Icon-teenager--disabled {
  background-image: url("../img/Icon-teenager.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-terrace--default {
  background-image: url("../img/Icon-terrace.svg#default");
  background-repeat: no-repeat;
}
.Icon-terrace--primary {
  background-image: url("../img/Icon-terrace.svg#primary");
  background-repeat: no-repeat;
}
.Icon-terrace--secondary {
  background-image: url("../img/Icon-terrace.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-terrace--dark {
  background-image: url("../img/Icon-terrace.svg#dark");
  background-repeat: no-repeat;
}
.Icon-terrace--light {
  background-image: url("../img/Icon-terrace.svg#light");
  background-repeat: no-repeat;
}
.Icon-terrace--correct {
  background-image: url("../img/Icon-terrace.svg#correct");
  background-repeat: no-repeat;
}
.Icon-terrace--warning {
  background-image: url("../img/Icon-terrace.svg#warning");
  background-repeat: no-repeat;
}
.Icon-terrace--error {
  background-image: url("../img/Icon-terrace.svg#error");
  background-repeat: no-repeat;
}
.Icon-terrace--text {
  background-image: url("../img/Icon-terrace.svg#text");
  background-repeat: no-repeat;
}
.Icon-terrace--neutral {
  background-image: url("../img/Icon-terrace.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-terrace--highlight {
  background-image: url("../img/Icon-terrace.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-terrace--link {
  background-image: url("../img/Icon-terrace.svg#link");
  background-repeat: no-repeat;
}
.Icon-terrace--border {
  background-image: url("../img/Icon-terrace.svg#border");
  background-repeat: no-repeat;
}
.Icon-terrace--disabled {
  background-image: url("../img/Icon-terrace.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-theft--default {
  background-image: url("../img/Icon-theft.svg#default");
  background-repeat: no-repeat;
}
.Icon-theft--primary {
  background-image: url("../img/Icon-theft.svg#primary");
  background-repeat: no-repeat;
}
.Icon-theft--secondary {
  background-image: url("../img/Icon-theft.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-theft--dark {
  background-image: url("../img/Icon-theft.svg#dark");
  background-repeat: no-repeat;
}
.Icon-theft--light {
  background-image: url("../img/Icon-theft.svg#light");
  background-repeat: no-repeat;
}
.Icon-theft--correct {
  background-image: url("../img/Icon-theft.svg#correct");
  background-repeat: no-repeat;
}
.Icon-theft--warning {
  background-image: url("../img/Icon-theft.svg#warning");
  background-repeat: no-repeat;
}
.Icon-theft--error {
  background-image: url("../img/Icon-theft.svg#error");
  background-repeat: no-repeat;
}
.Icon-theft--text {
  background-image: url("../img/Icon-theft.svg#text");
  background-repeat: no-repeat;
}
.Icon-theft--neutral {
  background-image: url("../img/Icon-theft.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-theft--highlight {
  background-image: url("../img/Icon-theft.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-theft--link {
  background-image: url("../img/Icon-theft.svg#link");
  background-repeat: no-repeat;
}
.Icon-theft--border {
  background-image: url("../img/Icon-theft.svg#border");
  background-repeat: no-repeat;
}
.Icon-theft--disabled {
  background-image: url("../img/Icon-theft.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-three--default {
  background-image: url("../img/Icon-three.svg#default");
  background-repeat: no-repeat;
}
.Icon-three--primary {
  background-image: url("../img/Icon-three.svg#primary");
  background-repeat: no-repeat;
}
.Icon-three--secondary {
  background-image: url("../img/Icon-three.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-three--dark {
  background-image: url("../img/Icon-three.svg#dark");
  background-repeat: no-repeat;
}
.Icon-three--light {
  background-image: url("../img/Icon-three.svg#light");
  background-repeat: no-repeat;
}
.Icon-three--correct {
  background-image: url("../img/Icon-three.svg#correct");
  background-repeat: no-repeat;
}
.Icon-three--warning {
  background-image: url("../img/Icon-three.svg#warning");
  background-repeat: no-repeat;
}
.Icon-three--error {
  background-image: url("../img/Icon-three.svg#error");
  background-repeat: no-repeat;
}
.Icon-three--text {
  background-image: url("../img/Icon-three.svg#text");
  background-repeat: no-repeat;
}
.Icon-three--neutral {
  background-image: url("../img/Icon-three.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-three--highlight {
  background-image: url("../img/Icon-three.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-three--link {
  background-image: url("../img/Icon-three.svg#link");
  background-repeat: no-repeat;
}
.Icon-three--border {
  background-image: url("../img/Icon-three.svg#border");
  background-repeat: no-repeat;
}
.Icon-three--disabled {
  background-image: url("../img/Icon-three.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-tick--default {
  background-image: url("../img/Icon-tick.svg#default");
  background-repeat: no-repeat;
}
.Icon-tick--primary {
  background-image: url("../img/Icon-tick.svg#primary");
  background-repeat: no-repeat;
}
.Icon-tick--secondary {
  background-image: url("../img/Icon-tick.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-tick--dark {
  background-image: url("../img/Icon-tick.svg#dark");
  background-repeat: no-repeat;
}
.Icon-tick--light {
  background-image: url("../img/Icon-tick.svg#light");
  background-repeat: no-repeat;
}
.Icon-tick--correct {
  background-image: url("../img/Icon-tick.svg#correct");
  background-repeat: no-repeat;
}
.Icon-tick--warning {
  background-image: url("../img/Icon-tick.svg#warning");
  background-repeat: no-repeat;
}
.Icon-tick--error {
  background-image: url("../img/Icon-tick.svg#error");
  background-repeat: no-repeat;
}
.Icon-tick--text {
  background-image: url("../img/Icon-tick.svg#text");
  background-repeat: no-repeat;
}
.Icon-tick--neutral {
  background-image: url("../img/Icon-tick.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-tick--highlight {
  background-image: url("../img/Icon-tick.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-tick--link {
  background-image: url("../img/Icon-tick.svg#link");
  background-repeat: no-repeat;
}
.Icon-tick--border {
  background-image: url("../img/Icon-tick.svg#border");
  background-repeat: no-repeat;
}
.Icon-tick--disabled {
  background-image: url("../img/Icon-tick.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-tickCircle--default {
  background-image: url("../img/Icon-tickCircle.svg#default");
  background-repeat: no-repeat;
}
.Icon-tickCircle--primary {
  background-image: url("../img/Icon-tickCircle.svg#primary");
  background-repeat: no-repeat;
}
.Icon-tickCircle--secondary {
  background-image: url("../img/Icon-tickCircle.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-tickCircle--dark {
  background-image: url("../img/Icon-tickCircle.svg#dark");
  background-repeat: no-repeat;
}
.Icon-tickCircle--light {
  background-image: url("../img/Icon-tickCircle.svg#light");
  background-repeat: no-repeat;
}
.Icon-tickCircle--correct {
  background-image: url("../img/Icon-tickCircle.svg#correct");
  background-repeat: no-repeat;
}
.Icon-tickCircle--warning {
  background-image: url("../img/Icon-tickCircle.svg#warning");
  background-repeat: no-repeat;
}
.Icon-tickCircle--error {
  background-image: url("../img/Icon-tickCircle.svg#error");
  background-repeat: no-repeat;
}
.Icon-tickCircle--text {
  background-image: url("../img/Icon-tickCircle.svg#text");
  background-repeat: no-repeat;
}
.Icon-tickCircle--neutral {
  background-image: url("../img/Icon-tickCircle.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-tickCircle--highlight {
  background-image: url("../img/Icon-tickCircle.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-tickCircle--link {
  background-image: url("../img/Icon-tickCircle.svg#link");
  background-repeat: no-repeat;
}
.Icon-tickCircle--border {
  background-image: url("../img/Icon-tickCircle.svg#border");
  background-repeat: no-repeat;
}
.Icon-tickCircle--disabled {
  background-image: url("../img/Icon-tickCircle.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-time--default {
  background-image: url("../img/Icon-time.svg#default");
  background-repeat: no-repeat;
}
.Icon-time--primary {
  background-image: url("../img/Icon-time.svg#primary");
  background-repeat: no-repeat;
}
.Icon-time--secondary {
  background-image: url("../img/Icon-time.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-time--dark {
  background-image: url("../img/Icon-time.svg#dark");
  background-repeat: no-repeat;
}
.Icon-time--light {
  background-image: url("../img/Icon-time.svg#light");
  background-repeat: no-repeat;
}
.Icon-time--correct {
  background-image: url("../img/Icon-time.svg#correct");
  background-repeat: no-repeat;
}
.Icon-time--warning {
  background-image: url("../img/Icon-time.svg#warning");
  background-repeat: no-repeat;
}
.Icon-time--error {
  background-image: url("../img/Icon-time.svg#error");
  background-repeat: no-repeat;
}
.Icon-time--text {
  background-image: url("../img/Icon-time.svg#text");
  background-repeat: no-repeat;
}
.Icon-time--neutral {
  background-image: url("../img/Icon-time.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-time--highlight {
  background-image: url("../img/Icon-time.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-time--link {
  background-image: url("../img/Icon-time.svg#link");
  background-repeat: no-repeat;
}
.Icon-time--border {
  background-image: url("../img/Icon-time.svg#border");
  background-repeat: no-repeat;
}
.Icon-time--disabled {
  background-image: url("../img/Icon-time.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-tonsils--default {
  background-image: url("../img/Icon-tonsils.svg#default");
  background-repeat: no-repeat;
}
.Icon-tonsils--primary {
  background-image: url("../img/Icon-tonsils.svg#primary");
  background-repeat: no-repeat;
}
.Icon-tonsils--secondary {
  background-image: url("../img/Icon-tonsils.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-tonsils--dark {
  background-image: url("../img/Icon-tonsils.svg#dark");
  background-repeat: no-repeat;
}
.Icon-tonsils--light {
  background-image: url("../img/Icon-tonsils.svg#light");
  background-repeat: no-repeat;
}
.Icon-tonsils--correct {
  background-image: url("../img/Icon-tonsils.svg#correct");
  background-repeat: no-repeat;
}
.Icon-tonsils--warning {
  background-image: url("../img/Icon-tonsils.svg#warning");
  background-repeat: no-repeat;
}
.Icon-tonsils--error {
  background-image: url("../img/Icon-tonsils.svg#error");
  background-repeat: no-repeat;
}
.Icon-tonsils--text {
  background-image: url("../img/Icon-tonsils.svg#text");
  background-repeat: no-repeat;
}
.Icon-tonsils--neutral {
  background-image: url("../img/Icon-tonsils.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-tonsils--highlight {
  background-image: url("../img/Icon-tonsils.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-tonsils--link {
  background-image: url("../img/Icon-tonsils.svg#link");
  background-repeat: no-repeat;
}
.Icon-tonsils--border {
  background-image: url("../img/Icon-tonsils.svg#border");
  background-repeat: no-repeat;
}
.Icon-tonsils--disabled {
  background-image: url("../img/Icon-tonsils.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-tornado--default {
  background-image: url("../img/Icon-tornado.svg#default");
  background-repeat: no-repeat;
}
.Icon-tornado--primary {
  background-image: url("../img/Icon-tornado.svg#primary");
  background-repeat: no-repeat;
}
.Icon-tornado--secondary {
  background-image: url("../img/Icon-tornado.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-tornado--dark {
  background-image: url("../img/Icon-tornado.svg#dark");
  background-repeat: no-repeat;
}
.Icon-tornado--light {
  background-image: url("../img/Icon-tornado.svg#light");
  background-repeat: no-repeat;
}
.Icon-tornado--correct {
  background-image: url("../img/Icon-tornado.svg#correct");
  background-repeat: no-repeat;
}
.Icon-tornado--warning {
  background-image: url("../img/Icon-tornado.svg#warning");
  background-repeat: no-repeat;
}
.Icon-tornado--error {
  background-image: url("../img/Icon-tornado.svg#error");
  background-repeat: no-repeat;
}
.Icon-tornado--text {
  background-image: url("../img/Icon-tornado.svg#text");
  background-repeat: no-repeat;
}
.Icon-tornado--neutral {
  background-image: url("../img/Icon-tornado.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-tornado--highlight {
  background-image: url("../img/Icon-tornado.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-tornado--link {
  background-image: url("../img/Icon-tornado.svg#link");
  background-repeat: no-repeat;
}
.Icon-tornado--border {
  background-image: url("../img/Icon-tornado.svg#border");
  background-repeat: no-repeat;
}
.Icon-tornado--disabled {
  background-image: url("../img/Icon-tornado.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-tow--default {
  background-image: url("../img/Icon-tow.svg#default");
  background-repeat: no-repeat;
}
.Icon-tow--primary {
  background-image: url("../img/Icon-tow.svg#primary");
  background-repeat: no-repeat;
}
.Icon-tow--secondary {
  background-image: url("../img/Icon-tow.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-tow--dark {
  background-image: url("../img/Icon-tow.svg#dark");
  background-repeat: no-repeat;
}
.Icon-tow--light {
  background-image: url("../img/Icon-tow.svg#light");
  background-repeat: no-repeat;
}
.Icon-tow--correct {
  background-image: url("../img/Icon-tow.svg#correct");
  background-repeat: no-repeat;
}
.Icon-tow--warning {
  background-image: url("../img/Icon-tow.svg#warning");
  background-repeat: no-repeat;
}
.Icon-tow--error {
  background-image: url("../img/Icon-tow.svg#error");
  background-repeat: no-repeat;
}
.Icon-tow--text {
  background-image: url("../img/Icon-tow.svg#text");
  background-repeat: no-repeat;
}
.Icon-tow--neutral {
  background-image: url("../img/Icon-tow.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-tow--highlight {
  background-image: url("../img/Icon-tow.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-tow--link {
  background-image: url("../img/Icon-tow.svg#link");
  background-repeat: no-repeat;
}
.Icon-tow--border {
  background-image: url("../img/Icon-tow.svg#border");
  background-repeat: no-repeat;
}
.Icon-tow--disabled {
  background-image: url("../img/Icon-tow.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-townhouse--default {
  background-image: url("../img/Icon-townhouse.svg#default");
  background-repeat: no-repeat;
}
.Icon-townhouse--primary {
  background-image: url("../img/Icon-townhouse.svg#primary");
  background-repeat: no-repeat;
}
.Icon-townhouse--secondary {
  background-image: url("../img/Icon-townhouse.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-townhouse--dark {
  background-image: url("../img/Icon-townhouse.svg#dark");
  background-repeat: no-repeat;
}
.Icon-townhouse--light {
  background-image: url("../img/Icon-townhouse.svg#light");
  background-repeat: no-repeat;
}
.Icon-townhouse--correct {
  background-image: url("../img/Icon-townhouse.svg#correct");
  background-repeat: no-repeat;
}
.Icon-townhouse--warning {
  background-image: url("../img/Icon-townhouse.svg#warning");
  background-repeat: no-repeat;
}
.Icon-townhouse--error {
  background-image: url("../img/Icon-townhouse.svg#error");
  background-repeat: no-repeat;
}
.Icon-townhouse--text {
  background-image: url("../img/Icon-townhouse.svg#text");
  background-repeat: no-repeat;
}
.Icon-townhouse--neutral {
  background-image: url("../img/Icon-townhouse.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-townhouse--highlight {
  background-image: url("../img/Icon-townhouse.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-townhouse--link {
  background-image: url("../img/Icon-townhouse.svg#link");
  background-repeat: no-repeat;
}
.Icon-townhouse--border {
  background-image: url("../img/Icon-townhouse.svg#border");
  background-repeat: no-repeat;
}
.Icon-townhouse--disabled {
  background-image: url("../img/Icon-townhouse.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-track--default {
  background-image: url("../img/Icon-track.svg#default");
  background-repeat: no-repeat;
}
.Icon-track--primary {
  background-image: url("../img/Icon-track.svg#primary");
  background-repeat: no-repeat;
}
.Icon-track--secondary {
  background-image: url("../img/Icon-track.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-track--dark {
  background-image: url("../img/Icon-track.svg#dark");
  background-repeat: no-repeat;
}
.Icon-track--light {
  background-image: url("../img/Icon-track.svg#light");
  background-repeat: no-repeat;
}
.Icon-track--correct {
  background-image: url("../img/Icon-track.svg#correct");
  background-repeat: no-repeat;
}
.Icon-track--warning {
  background-image: url("../img/Icon-track.svg#warning");
  background-repeat: no-repeat;
}
.Icon-track--error {
  background-image: url("../img/Icon-track.svg#error");
  background-repeat: no-repeat;
}
.Icon-track--text {
  background-image: url("../img/Icon-track.svg#text");
  background-repeat: no-repeat;
}
.Icon-track--neutral {
  background-image: url("../img/Icon-track.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-track--highlight {
  background-image: url("../img/Icon-track.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-track--link {
  background-image: url("../img/Icon-track.svg#link");
  background-repeat: no-repeat;
}
.Icon-track--border {
  background-image: url("../img/Icon-track.svg#border");
  background-repeat: no-repeat;
}
.Icon-track--disabled {
  background-image: url("../img/Icon-track.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-trash--default {
  background-image: url("../img/Icon-trash.svg#default");
  background-repeat: no-repeat;
}
.Icon-trash--primary {
  background-image: url("../img/Icon-trash.svg#primary");
  background-repeat: no-repeat;
}
.Icon-trash--secondary {
  background-image: url("../img/Icon-trash.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-trash--dark {
  background-image: url("../img/Icon-trash.svg#dark");
  background-repeat: no-repeat;
}
.Icon-trash--light {
  background-image: url("../img/Icon-trash.svg#light");
  background-repeat: no-repeat;
}
.Icon-trash--correct {
  background-image: url("../img/Icon-trash.svg#correct");
  background-repeat: no-repeat;
}
.Icon-trash--warning {
  background-image: url("../img/Icon-trash.svg#warning");
  background-repeat: no-repeat;
}
.Icon-trash--error {
  background-image: url("../img/Icon-trash.svg#error");
  background-repeat: no-repeat;
}
.Icon-trash--text {
  background-image: url("../img/Icon-trash.svg#text");
  background-repeat: no-repeat;
}
.Icon-trash--neutral {
  background-image: url("../img/Icon-trash.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-trash--highlight {
  background-image: url("../img/Icon-trash.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-trash--link {
  background-image: url("../img/Icon-trash.svg#link");
  background-repeat: no-repeat;
}
.Icon-trash--border {
  background-image: url("../img/Icon-trash.svg#border");
  background-repeat: no-repeat;
}
.Icon-trash--disabled {
  background-image: url("../img/Icon-trash.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-travel--default {
  background-image: url("../img/Icon-travel.svg#default");
  background-repeat: no-repeat;
}
.Icon-travel--primary {
  background-image: url("../img/Icon-travel.svg#primary");
  background-repeat: no-repeat;
}
.Icon-travel--secondary {
  background-image: url("../img/Icon-travel.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-travel--dark {
  background-image: url("../img/Icon-travel.svg#dark");
  background-repeat: no-repeat;
}
.Icon-travel--light {
  background-image: url("../img/Icon-travel.svg#light");
  background-repeat: no-repeat;
}
.Icon-travel--correct {
  background-image: url("../img/Icon-travel.svg#correct");
  background-repeat: no-repeat;
}
.Icon-travel--warning {
  background-image: url("../img/Icon-travel.svg#warning");
  background-repeat: no-repeat;
}
.Icon-travel--error {
  background-image: url("../img/Icon-travel.svg#error");
  background-repeat: no-repeat;
}
.Icon-travel--text {
  background-image: url("../img/Icon-travel.svg#text");
  background-repeat: no-repeat;
}
.Icon-travel--neutral {
  background-image: url("../img/Icon-travel.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-travel--highlight {
  background-image: url("../img/Icon-travel.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-travel--link {
  background-image: url("../img/Icon-travel.svg#link");
  background-repeat: no-repeat;
}
.Icon-travel--border {
  background-image: url("../img/Icon-travel.svg#border");
  background-repeat: no-repeat;
}
.Icon-travel--disabled {
  background-image: url("../img/Icon-travel.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-tree--default {
  background-image: url("../img/Icon-tree.svg#default");
  background-repeat: no-repeat;
}
.Icon-tree--primary {
  background-image: url("../img/Icon-tree.svg#primary");
  background-repeat: no-repeat;
}
.Icon-tree--secondary {
  background-image: url("../img/Icon-tree.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-tree--dark {
  background-image: url("../img/Icon-tree.svg#dark");
  background-repeat: no-repeat;
}
.Icon-tree--light {
  background-image: url("../img/Icon-tree.svg#light");
  background-repeat: no-repeat;
}
.Icon-tree--correct {
  background-image: url("../img/Icon-tree.svg#correct");
  background-repeat: no-repeat;
}
.Icon-tree--warning {
  background-image: url("../img/Icon-tree.svg#warning");
  background-repeat: no-repeat;
}
.Icon-tree--error {
  background-image: url("../img/Icon-tree.svg#error");
  background-repeat: no-repeat;
}
.Icon-tree--text {
  background-image: url("../img/Icon-tree.svg#text");
  background-repeat: no-repeat;
}
.Icon-tree--neutral {
  background-image: url("../img/Icon-tree.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-tree--highlight {
  background-image: url("../img/Icon-tree.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-tree--link {
  background-image: url("../img/Icon-tree.svg#link");
  background-repeat: no-repeat;
}
.Icon-tree--border {
  background-image: url("../img/Icon-tree.svg#border");
  background-repeat: no-repeat;
}
.Icon-tree--disabled {
  background-image: url("../img/Icon-tree.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-trophy--default {
  background-image: url("../img/Icon-trophy.svg#default");
  background-repeat: no-repeat;
}
.Icon-trophy--primary {
  background-image: url("../img/Icon-trophy.svg#primary");
  background-repeat: no-repeat;
}
.Icon-trophy--secondary {
  background-image: url("../img/Icon-trophy.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-trophy--dark {
  background-image: url("../img/Icon-trophy.svg#dark");
  background-repeat: no-repeat;
}
.Icon-trophy--light {
  background-image: url("../img/Icon-trophy.svg#light");
  background-repeat: no-repeat;
}
.Icon-trophy--correct {
  background-image: url("../img/Icon-trophy.svg#correct");
  background-repeat: no-repeat;
}
.Icon-trophy--warning {
  background-image: url("../img/Icon-trophy.svg#warning");
  background-repeat: no-repeat;
}
.Icon-trophy--error {
  background-image: url("../img/Icon-trophy.svg#error");
  background-repeat: no-repeat;
}
.Icon-trophy--text {
  background-image: url("../img/Icon-trophy.svg#text");
  background-repeat: no-repeat;
}
.Icon-trophy--neutral {
  background-image: url("../img/Icon-trophy.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-trophy--highlight {
  background-image: url("../img/Icon-trophy.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-trophy--link {
  background-image: url("../img/Icon-trophy.svg#link");
  background-repeat: no-repeat;
}
.Icon-trophy--border {
  background-image: url("../img/Icon-trophy.svg#border");
  background-repeat: no-repeat;
}
.Icon-trophy--disabled {
  background-image: url("../img/Icon-trophy.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-tsunami--default {
  background-image: url("../img/Icon-tsunami.svg#default");
  background-repeat: no-repeat;
}
.Icon-tsunami--primary {
  background-image: url("../img/Icon-tsunami.svg#primary");
  background-repeat: no-repeat;
}
.Icon-tsunami--secondary {
  background-image: url("../img/Icon-tsunami.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-tsunami--dark {
  background-image: url("../img/Icon-tsunami.svg#dark");
  background-repeat: no-repeat;
}
.Icon-tsunami--light {
  background-image: url("../img/Icon-tsunami.svg#light");
  background-repeat: no-repeat;
}
.Icon-tsunami--correct {
  background-image: url("../img/Icon-tsunami.svg#correct");
  background-repeat: no-repeat;
}
.Icon-tsunami--warning {
  background-image: url("../img/Icon-tsunami.svg#warning");
  background-repeat: no-repeat;
}
.Icon-tsunami--error {
  background-image: url("../img/Icon-tsunami.svg#error");
  background-repeat: no-repeat;
}
.Icon-tsunami--text {
  background-image: url("../img/Icon-tsunami.svg#text");
  background-repeat: no-repeat;
}
.Icon-tsunami--neutral {
  background-image: url("../img/Icon-tsunami.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-tsunami--highlight {
  background-image: url("../img/Icon-tsunami.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-tsunami--link {
  background-image: url("../img/Icon-tsunami.svg#link");
  background-repeat: no-repeat;
}
.Icon-tsunami--border {
  background-image: url("../img/Icon-tsunami.svg#border");
  background-repeat: no-repeat;
}
.Icon-tsunami--disabled {
  background-image: url("../img/Icon-tsunami.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-twitter--default {
  background-image: url("../img/Icon-twitter.svg#default");
  background-repeat: no-repeat;
}
.Icon-twitter--primary {
  background-image: url("../img/Icon-twitter.svg#primary");
  background-repeat: no-repeat;
}
.Icon-twitter--secondary {
  background-image: url("../img/Icon-twitter.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-twitter--dark {
  background-image: url("../img/Icon-twitter.svg#dark");
  background-repeat: no-repeat;
}
.Icon-twitter--light {
  background-image: url("../img/Icon-twitter.svg#light");
  background-repeat: no-repeat;
}
.Icon-twitter--correct {
  background-image: url("../img/Icon-twitter.svg#correct");
  background-repeat: no-repeat;
}
.Icon-twitter--warning {
  background-image: url("../img/Icon-twitter.svg#warning");
  background-repeat: no-repeat;
}
.Icon-twitter--error {
  background-image: url("../img/Icon-twitter.svg#error");
  background-repeat: no-repeat;
}
.Icon-twitter--text {
  background-image: url("../img/Icon-twitter.svg#text");
  background-repeat: no-repeat;
}
.Icon-twitter--neutral {
  background-image: url("../img/Icon-twitter.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-twitter--highlight {
  background-image: url("../img/Icon-twitter.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-twitter--link {
  background-image: url("../img/Icon-twitter.svg#link");
  background-repeat: no-repeat;
}
.Icon-twitter--border {
  background-image: url("../img/Icon-twitter.svg#border");
  background-repeat: no-repeat;
}
.Icon-twitter--disabled {
  background-image: url("../img/Icon-twitter.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-two--default {
  background-image: url("../img/Icon-two.svg#default");
  background-repeat: no-repeat;
}
.Icon-two--primary {
  background-image: url("../img/Icon-two.svg#primary");
  background-repeat: no-repeat;
}
.Icon-two--secondary {
  background-image: url("../img/Icon-two.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-two--dark {
  background-image: url("../img/Icon-two.svg#dark");
  background-repeat: no-repeat;
}
.Icon-two--light {
  background-image: url("../img/Icon-two.svg#light");
  background-repeat: no-repeat;
}
.Icon-two--correct {
  background-image: url("../img/Icon-two.svg#correct");
  background-repeat: no-repeat;
}
.Icon-two--warning {
  background-image: url("../img/Icon-two.svg#warning");
  background-repeat: no-repeat;
}
.Icon-two--error {
  background-image: url("../img/Icon-two.svg#error");
  background-repeat: no-repeat;
}
.Icon-two--text {
  background-image: url("../img/Icon-two.svg#text");
  background-repeat: no-repeat;
}
.Icon-two--neutral {
  background-image: url("../img/Icon-two.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-two--highlight {
  background-image: url("../img/Icon-two.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-two--link {
  background-image: url("../img/Icon-two.svg#link");
  background-repeat: no-repeat;
}
.Icon-two--border {
  background-image: url("../img/Icon-two.svg#border");
  background-repeat: no-repeat;
}
.Icon-two--disabled {
  background-image: url("../img/Icon-two.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-unlock--default {
  background-image: url("../img/Icon-unlock.svg#default");
  background-repeat: no-repeat;
}
.Icon-unlock--primary {
  background-image: url("../img/Icon-unlock.svg#primary");
  background-repeat: no-repeat;
}
.Icon-unlock--secondary {
  background-image: url("../img/Icon-unlock.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-unlock--dark {
  background-image: url("../img/Icon-unlock.svg#dark");
  background-repeat: no-repeat;
}
.Icon-unlock--light {
  background-image: url("../img/Icon-unlock.svg#light");
  background-repeat: no-repeat;
}
.Icon-unlock--correct {
  background-image: url("../img/Icon-unlock.svg#correct");
  background-repeat: no-repeat;
}
.Icon-unlock--warning {
  background-image: url("../img/Icon-unlock.svg#warning");
  background-repeat: no-repeat;
}
.Icon-unlock--error {
  background-image: url("../img/Icon-unlock.svg#error");
  background-repeat: no-repeat;
}
.Icon-unlock--text {
  background-image: url("../img/Icon-unlock.svg#text");
  background-repeat: no-repeat;
}
.Icon-unlock--neutral {
  background-image: url("../img/Icon-unlock.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-unlock--highlight {
  background-image: url("../img/Icon-unlock.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-unlock--link {
  background-image: url("../img/Icon-unlock.svg#link");
  background-repeat: no-repeat;
}
.Icon-unlock--border {
  background-image: url("../img/Icon-unlock.svg#border");
  background-repeat: no-repeat;
}
.Icon-unlock--disabled {
  background-image: url("../img/Icon-unlock.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-upload--default {
  background-image: url("../img/Icon-upload.svg#default");
  background-repeat: no-repeat;
}
.Icon-upload--primary {
  background-image: url("../img/Icon-upload.svg#primary");
  background-repeat: no-repeat;
}
.Icon-upload--secondary {
  background-image: url("../img/Icon-upload.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-upload--dark {
  background-image: url("../img/Icon-upload.svg#dark");
  background-repeat: no-repeat;
}
.Icon-upload--light {
  background-image: url("../img/Icon-upload.svg#light");
  background-repeat: no-repeat;
}
.Icon-upload--correct {
  background-image: url("../img/Icon-upload.svg#correct");
  background-repeat: no-repeat;
}
.Icon-upload--warning {
  background-image: url("../img/Icon-upload.svg#warning");
  background-repeat: no-repeat;
}
.Icon-upload--error {
  background-image: url("../img/Icon-upload.svg#error");
  background-repeat: no-repeat;
}
.Icon-upload--text {
  background-image: url("../img/Icon-upload.svg#text");
  background-repeat: no-repeat;
}
.Icon-upload--neutral {
  background-image: url("../img/Icon-upload.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-upload--highlight {
  background-image: url("../img/Icon-upload.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-upload--link {
  background-image: url("../img/Icon-upload.svg#link");
  background-repeat: no-repeat;
}
.Icon-upload--border {
  background-image: url("../img/Icon-upload.svg#border");
  background-repeat: no-repeat;
}
.Icon-upload--disabled {
  background-image: url("../img/Icon-upload.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-volcano--default {
  background-image: url("../img/Icon-volcano.svg#default");
  background-repeat: no-repeat;
}
.Icon-volcano--primary {
  background-image: url("../img/Icon-volcano.svg#primary");
  background-repeat: no-repeat;
}
.Icon-volcano--secondary {
  background-image: url("../img/Icon-volcano.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-volcano--dark {
  background-image: url("../img/Icon-volcano.svg#dark");
  background-repeat: no-repeat;
}
.Icon-volcano--light {
  background-image: url("../img/Icon-volcano.svg#light");
  background-repeat: no-repeat;
}
.Icon-volcano--correct {
  background-image: url("../img/Icon-volcano.svg#correct");
  background-repeat: no-repeat;
}
.Icon-volcano--warning {
  background-image: url("../img/Icon-volcano.svg#warning");
  background-repeat: no-repeat;
}
.Icon-volcano--error {
  background-image: url("../img/Icon-volcano.svg#error");
  background-repeat: no-repeat;
}
.Icon-volcano--text {
  background-image: url("../img/Icon-volcano.svg#text");
  background-repeat: no-repeat;
}
.Icon-volcano--neutral {
  background-image: url("../img/Icon-volcano.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-volcano--highlight {
  background-image: url("../img/Icon-volcano.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-volcano--link {
  background-image: url("../img/Icon-volcano.svg#link");
  background-repeat: no-repeat;
}
.Icon-volcano--border {
  background-image: url("../img/Icon-volcano.svg#border");
  background-repeat: no-repeat;
}
.Icon-volcano--disabled {
  background-image: url("../img/Icon-volcano.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-vs--default {
  background-image: url("../img/Icon-vs.svg#default");
  background-repeat: no-repeat;
}
.Icon-vs--primary {
  background-image: url("../img/Icon-vs.svg#primary");
  background-repeat: no-repeat;
}
.Icon-vs--secondary {
  background-image: url("../img/Icon-vs.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-vs--dark {
  background-image: url("../img/Icon-vs.svg#dark");
  background-repeat: no-repeat;
}
.Icon-vs--light {
  background-image: url("../img/Icon-vs.svg#light");
  background-repeat: no-repeat;
}
.Icon-vs--correct {
  background-image: url("../img/Icon-vs.svg#correct");
  background-repeat: no-repeat;
}
.Icon-vs--warning {
  background-image: url("../img/Icon-vs.svg#warning");
  background-repeat: no-repeat;
}
.Icon-vs--error {
  background-image: url("../img/Icon-vs.svg#error");
  background-repeat: no-repeat;
}
.Icon-vs--text {
  background-image: url("../img/Icon-vs.svg#text");
  background-repeat: no-repeat;
}
.Icon-vs--neutral {
  background-image: url("../img/Icon-vs.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-vs--highlight {
  background-image: url("../img/Icon-vs.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-vs--link {
  background-image: url("../img/Icon-vs.svg#link");
  background-repeat: no-repeat;
}
.Icon-vs--border {
  background-image: url("../img/Icon-vs.svg#border");
  background-repeat: no-repeat;
}
.Icon-vs--disabled {
  background-image: url("../img/Icon-vs.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-waitingList--default {
  background-image: url("../img/Icon-waitingList.svg#default");
  background-repeat: no-repeat;
}
.Icon-waitingList--primary {
  background-image: url("../img/Icon-waitingList.svg#primary");
  background-repeat: no-repeat;
}
.Icon-waitingList--secondary {
  background-image: url("../img/Icon-waitingList.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-waitingList--dark {
  background-image: url("../img/Icon-waitingList.svg#dark");
  background-repeat: no-repeat;
}
.Icon-waitingList--light {
  background-image: url("../img/Icon-waitingList.svg#light");
  background-repeat: no-repeat;
}
.Icon-waitingList--correct {
  background-image: url("../img/Icon-waitingList.svg#correct");
  background-repeat: no-repeat;
}
.Icon-waitingList--warning {
  background-image: url("../img/Icon-waitingList.svg#warning");
  background-repeat: no-repeat;
}
.Icon-waitingList--error {
  background-image: url("../img/Icon-waitingList.svg#error");
  background-repeat: no-repeat;
}
.Icon-waitingList--text {
  background-image: url("../img/Icon-waitingList.svg#text");
  background-repeat: no-repeat;
}
.Icon-waitingList--neutral {
  background-image: url("../img/Icon-waitingList.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-waitingList--highlight {
  background-image: url("../img/Icon-waitingList.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-waitingList--link {
  background-image: url("../img/Icon-waitingList.svg#link");
  background-repeat: no-repeat;
}
.Icon-waitingList--border {
  background-image: url("../img/Icon-waitingList.svg#border");
  background-repeat: no-repeat;
}
.Icon-waitingList--disabled {
  background-image: url("../img/Icon-waitingList.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-waterPump--default {
  background-image: url("../img/Icon-waterPump.svg#default");
  background-repeat: no-repeat;
}
.Icon-waterPump--primary {
  background-image: url("../img/Icon-waterPump.svg#primary");
  background-repeat: no-repeat;
}
.Icon-waterPump--secondary {
  background-image: url("../img/Icon-waterPump.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-waterPump--dark {
  background-image: url("../img/Icon-waterPump.svg#dark");
  background-repeat: no-repeat;
}
.Icon-waterPump--light {
  background-image: url("../img/Icon-waterPump.svg#light");
  background-repeat: no-repeat;
}
.Icon-waterPump--correct {
  background-image: url("../img/Icon-waterPump.svg#correct");
  background-repeat: no-repeat;
}
.Icon-waterPump--warning {
  background-image: url("../img/Icon-waterPump.svg#warning");
  background-repeat: no-repeat;
}
.Icon-waterPump--error {
  background-image: url("../img/Icon-waterPump.svg#error");
  background-repeat: no-repeat;
}
.Icon-waterPump--text {
  background-image: url("../img/Icon-waterPump.svg#text");
  background-repeat: no-repeat;
}
.Icon-waterPump--neutral {
  background-image: url("../img/Icon-waterPump.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-waterPump--highlight {
  background-image: url("../img/Icon-waterPump.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-waterPump--link {
  background-image: url("../img/Icon-waterPump.svg#link");
  background-repeat: no-repeat;
}
.Icon-waterPump--border {
  background-image: url("../img/Icon-waterPump.svg#border");
  background-repeat: no-repeat;
}
.Icon-waterPump--disabled {
  background-image: url("../img/Icon-waterPump.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-whatsapp--default {
  background-image: url("../img/Icon-whatsapp.svg#default");
  background-repeat: no-repeat;
}
.Icon-whatsapp--primary {
  background-image: url("../img/Icon-whatsapp.svg#primary");
  background-repeat: no-repeat;
}
.Icon-whatsapp--secondary {
  background-image: url("../img/Icon-whatsapp.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-whatsapp--dark {
  background-image: url("../img/Icon-whatsapp.svg#dark");
  background-repeat: no-repeat;
}
.Icon-whatsapp--light {
  background-image: url("../img/Icon-whatsapp.svg#light");
  background-repeat: no-repeat;
}
.Icon-whatsapp--correct {
  background-image: url("../img/Icon-whatsapp.svg#correct");
  background-repeat: no-repeat;
}
.Icon-whatsapp--warning {
  background-image: url("../img/Icon-whatsapp.svg#warning");
  background-repeat: no-repeat;
}
.Icon-whatsapp--error {
  background-image: url("../img/Icon-whatsapp.svg#error");
  background-repeat: no-repeat;
}
.Icon-whatsapp--text {
  background-image: url("../img/Icon-whatsapp.svg#text");
  background-repeat: no-repeat;
}
.Icon-whatsapp--neutral {
  background-image: url("../img/Icon-whatsapp.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-whatsapp--highlight {
  background-image: url("../img/Icon-whatsapp.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-whatsapp--link {
  background-image: url("../img/Icon-whatsapp.svg#link");
  background-repeat: no-repeat;
}
.Icon-whatsapp--border {
  background-image: url("../img/Icon-whatsapp.svg#border");
  background-repeat: no-repeat;
}
.Icon-whatsapp--disabled {
  background-image: url("../img/Icon-whatsapp.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-youngAdult--default {
  background-image: url("../img/Icon-youngAdult.svg#default");
  background-repeat: no-repeat;
}
.Icon-youngAdult--primary {
  background-image: url("../img/Icon-youngAdult.svg#primary");
  background-repeat: no-repeat;
}
.Icon-youngAdult--secondary {
  background-image: url("../img/Icon-youngAdult.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-youngAdult--dark {
  background-image: url("../img/Icon-youngAdult.svg#dark");
  background-repeat: no-repeat;
}
.Icon-youngAdult--light {
  background-image: url("../img/Icon-youngAdult.svg#light");
  background-repeat: no-repeat;
}
.Icon-youngAdult--correct {
  background-image: url("../img/Icon-youngAdult.svg#correct");
  background-repeat: no-repeat;
}
.Icon-youngAdult--warning {
  background-image: url("../img/Icon-youngAdult.svg#warning");
  background-repeat: no-repeat;
}
.Icon-youngAdult--error {
  background-image: url("../img/Icon-youngAdult.svg#error");
  background-repeat: no-repeat;
}
.Icon-youngAdult--text {
  background-image: url("../img/Icon-youngAdult.svg#text");
  background-repeat: no-repeat;
}
.Icon-youngAdult--neutral {
  background-image: url("../img/Icon-youngAdult.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-youngAdult--highlight {
  background-image: url("../img/Icon-youngAdult.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-youngAdult--link {
  background-image: url("../img/Icon-youngAdult.svg#link");
  background-repeat: no-repeat;
}
.Icon-youngAdult--border {
  background-image: url("../img/Icon-youngAdult.svg#border");
  background-repeat: no-repeat;
}
.Icon-youngAdult--disabled {
  background-image: url("../img/Icon-youngAdult.svg#disabled");
  background-repeat: no-repeat;
}
.Icon-youtube--default {
  background-image: url("../img/Icon-youtube.svg#default");
  background-repeat: no-repeat;
}
.Icon-youtube--primary {
  background-image: url("../img/Icon-youtube.svg#primary");
  background-repeat: no-repeat;
}
.Icon-youtube--secondary {
  background-image: url("../img/Icon-youtube.svg#secondary");
  background-repeat: no-repeat;
}
.Icon-youtube--dark {
  background-image: url("../img/Icon-youtube.svg#dark");
  background-repeat: no-repeat;
}
.Icon-youtube--light {
  background-image: url("../img/Icon-youtube.svg#light");
  background-repeat: no-repeat;
}
.Icon-youtube--correct {
  background-image: url("../img/Icon-youtube.svg#correct");
  background-repeat: no-repeat;
}
.Icon-youtube--warning {
  background-image: url("../img/Icon-youtube.svg#warning");
  background-repeat: no-repeat;
}
.Icon-youtube--error {
  background-image: url("../img/Icon-youtube.svg#error");
  background-repeat: no-repeat;
}
.Icon-youtube--text {
  background-image: url("../img/Icon-youtube.svg#text");
  background-repeat: no-repeat;
}
.Icon-youtube--neutral {
  background-image: url("../img/Icon-youtube.svg#neutral");
  background-repeat: no-repeat;
}
.Icon-youtube--highlight {
  background-image: url("../img/Icon-youtube.svg#highlight");
  background-repeat: no-repeat;
}
.Icon-youtube--link {
  background-image: url("../img/Icon-youtube.svg#link");
  background-repeat: no-repeat;
}
.Icon-youtube--border {
  background-image: url("../img/Icon-youtube.svg#border");
  background-repeat: no-repeat;
}
.Icon-youtube--disabled {
  background-image: url("../img/Icon-youtube.svg#disabled");
  background-repeat: no-repeat;
}
/* ==========================================================================
   Inputs
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Basic input styling
   ========================================================================== */
.sg-Input {
  display: block;
  width: 100%;
  min-width: 4em;
  padding: 10px;
  margin: 0 0 5px 0;
  color: #2a2a2a;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #D3CECE;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  line-height: 1.3;
}
.sg-Input::-webkit-input-placeholder {
  color: #909090;
}
.sg-Input::-moz-placeholder {
  color: #909090;
}
.sg-Input::placeholder {
  color: #909090;
}
.sg-Input:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(65, 145, 216, 0.5);
     -moz-box-shadow: 0 0 6px 0 rgba(65, 145, 216, 0.5);
          box-shadow: 0 0 6px 0 rgba(65, 145, 216, 0.5);
}
.sg-Input:focus {
  border-width: 1px;
  border-color: #4191d8;
  -webkit-box-shadow: inset 0 0 0 1px #4191d8;
     -moz-box-shadow: inset 0 0 0 1px #4191d8;
          box-shadow: inset 0 0 0 1px #4191d8;
  outline: none;
}
.sg-Input-creditCard {
  font-size: 1.12em;
  font-size: 1rem;
  position: relative;
  min-width: 4em;
}
.sg-Input-creditCard:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 0;
  -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
       background-size: 32px 32px;
  width: 32px;
  height: 32px;
  height: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  pointer-events: none;
}
.sg-Input-creditCard:after.Icon--circle {
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
}
.sg-Input-creditCard--visa.sg-Input-creditCard:after {
  background-image: url("../img/logos/visa_badge.svg");
}
.sg-Input-creditCard--mastercard.sg-Input-creditCard:after {
  background-image: url("../img/logos/mastercard_badge.svg");
}
.sg-Input-creditCard--amex.sg-Input-creditCard:after {
  background-image: url("../img/logos/americanexpress.svg");
}
.sg-Input-creditCard input {
  padding-right: 45px;
  background-image: none !important;
}
select.sg-Input {
  padding-right: 31px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/Icon-arrowBottom.svg#default");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: block;
  background-position: -webkit-calc(100% - 10px);
  background-position: -moz-calc(100% - 10px);
  background-position: calc(100% - 10px);
  width: 100%;
  height: auto;
}
select.sg-Input.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
select.sg-Input::-ms-expand {
  display: none;
}
.sg-Input[disabled],
.sg-Input[readonly] {
  background-color: #fafafa;
  cursor: no-drop;
}
.sg-Input[disabled] {
  color: #777777;
  border-color: #dfdbdb;
  border-style: dashed;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.sg-Input[disabled]::-webkit-input-placeholder {
  color: #b8b8b8;
}
.sg-Input[disabled]::-moz-placeholder {
  color: #b8b8b8;
}
.sg-Input[disabled]::placeholder {
  color: #b8b8b8;
}
.sg-Input[readonly] {
  border-color: transparent;
}
.sg-Input[readonly]:hover,
.sg-Input[readonly]:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
.sg-Input-number {
  text-align: right;
  -moz-appearance: textfield;
}
.sg-Input-number::-webkit-inner-spin-button {
  display: none;
}
.sg-Input-number + .input-buttons .step-controls {
  display: none;
}
.sg-Input-number--slider {
  background: #6DA300;
  color: #ffffff;
  border-width: 1px;
  border-color: #6DA300;
  text-align: center;
  padding: 10px 27px 10px 10px;
  margin: 0;
  min-width: 3em;
  background-image: url("../img/Icon-edit.svg#light");
  background-repeat: no-repeat;
  -moz-background-size: 18px !important;
    -o-background-size: 18px !important;
       background-size: 18px !important;
  background-position: right 9px center !important;
}
.sg-Input-number--slider:hover {
  background: #f0f6e6;
  color: #6DA300;
  background-image: url("../img/Icon-edit.svg#correct");
  background-repeat: no-repeat;
}
.sg-Input-number--slider:focus {
  background: #ffffff;
  color: #6DA300;
  border-color: #6DA300;
  background-image: url("../img/Icon-edit.svg#correct");
  background-repeat: no-repeat;
}
.sg-Input-number--slider.is-invalid:not(:hover):not(:focus) {
  background-image: url("../img/Icon-edit.svg#error");
  background-repeat: no-repeat;
}
.sg-Input-numberSlider {
  margin-top: -webkit-calc(1em*1.3 + 10px*2 + 8px + 8px);
  margin-top: -moz-calc(1em*1.3 + 10px*2 + 8px + 8px);
  margin-top: calc(1em*1.3 + 10px*2 + 8px + 8px);
  margin-bottom: -webkit-calc(1em*1.3 + 10px*2);
  margin-bottom: -moz-calc(1em*1.3 + 10px*2);
  margin-bottom: calc(1em*1.3 + 10px*2);
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  margin-left: auto;
  margin-right: auto;
}
.sg-Input-numberSlider-controls {
  position: relative;
  height: 36px;
}
.sg-Input-numberSlider-controls:before,
.sg-Input-numberSlider-controls:after {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sg-Input-numberSlider-controls:after {
  right: 1px;
  background-color: #a39898;
}
.sg-Input-numberSlider-controls:before {
  left: 1px;
  background-color: #f0f6e6;
  z-index: 1;
}
.sg-Input-numberSlider-track {
  position: absolute;
  min-width: 100%;
  width: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
  background-color: #D3CECE;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.sg-Input-numberSlider-track:before {
  content: "";
  height: 10px;
  width: inherit;
  background: #6DA300;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  -webkit-border-bottom-left-radius: 8px;
     -moz-border-radius-bottomleft: 8px;
          border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
     -moz-border-radius-topleft: 8px;
          border-top-left-radius: 8px;
  z-index: -1;
}
.sg-Input-numberSlider-input {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 44px;
}
.sg-Input-slider--ondrag .sg-Input-numberSlider-input {
  pointer-events: none;
}
.sg-Input-numberSlider--minmax {
  position: absolute;
  top: 100%;
  text-align: center;
  left: 18px;
  margin-top: 10px;
}
.sg-Input-numberSlider--minmax ~ .sg-Input-numberSlider--minmax {
  left: auto;
  right: 18px;
}
.sg-Input-numberSlider-button {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 36px;
  height: 36px;
  background-color: #f0f6e6;
  cursor: pointer;
  border: 3px solid #6DA300;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.sg-Input-numberSlider-button:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #6DA300;
}
.sg-Input-numberSlider-button:focus {
  outline: 0;
}
.sg-Input-numberSlider-button:hover,
.sg-Input-slider--ondrag .sg-Input-numberSlider-button {
  background-color: #ffffff;
  border-color: #6DA300;
}
.sg-Input--prominent {
  font-size: 1.26em;
  font-size: 1.134rem;
  font-weight: bold;
  color: #6DA300;
}
.sg-Input--prominent::-webkit-input-placeholder {
  color: #b6d180;
}
.sg-Input--prominent::-moz-placeholder {
  color: #b6d180;
}
.sg-Input--prominent::placeholder {
  color: #b6d180;
}
/* Input groups
   ========================================================================== */
.sg-Input-group {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 0 10px 10px 0;
  border: solid 1px #D3CECE;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.sg-Input-group .sg-Input:hover:not([disabled]):not([readonly]) {
  -webkit-box-shadow: inset 0 0 0 1px #4191d8 !important;
     -moz-box-shadow: inset 0 0 0 1px #4191d8 !important;
          box-shadow: inset 0 0 0 1px #4191d8 !important;
}
.sg-Input-group .sg-Input:focus:not([disabled]):not([readonly]),
.sg-Input-group .sg-Input:active:not([disabled]):not([readonly]) {
  -webkit-box-shadow: inset 0 0 0 1px #4191d8 !important;
     -moz-box-shadow: inset 0 0 0 1px #4191d8 !important;
          box-shadow: inset 0 0 0 1px #4191d8 !important;
}
.sg-Input-group .sg-Input-groupText,
.sg-Input-group .sg-Input-groupBtn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  border-right: solid 1px #D3CECE;
}
.sg-Input-group .sg-Input-groupText {
  padding: 0 10px;
  background: #fafafa;
}
.sg-Input-group .sg-Input-groupBtn {
  margin: 0;
  padding: 8px;
  display: table-cell;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.sg-Input-group .sg-Input-groupBtn:focus {
  outline-offset: -2px;
}
.sg-Input-group .sg-Input {
  display: inline;
  min-height: 41px;
  margin: 0;
  vertical-align: middle;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-right: solid 1px #D3CECE;
}
.sg-Input-group .sg-Input:focus {
  -webkit-box-shadow: inset 0 0 0 2px #4191d8;
     -moz-box-shadow: inset 0 0 0 2px #4191d8;
          box-shadow: inset 0 0 0 2px #4191d8;
}
.sg-Input-group > * {
  display: table-cell;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.sg-Input-group > *:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.sg-Input-group > *:last-child {
  border-right: none !important;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}
.sg-Input-group .number-input-buttons {
  display: none;
}
/* Password Inputs
   ========================================================================== */
.sg-Input-group.sg-Input-passwordGroup .sg-Input-groupBtn.sg-Input-passwordMaskLabel {
  background-color: #ffffff;
  color: #6DA300;
}
.sg-Input-group.sg-Input-passwordGroup .sg-Input-groupBtn.sg-Input-passwordMaskLabel:hover {
  background-color: #e9f1d9;
  color: #6DA300;
}
.sg-Input-group.sg-Input-passwordGroup .sg-Input-password {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.sg-Input-group.sg-Input-passwordGroup .sg-Input-passwordMaskLabel {
  cursor: pointer;
  min-width: -webkit-calc(10px*2 + 24px + 2.8em);
  min-width: -moz-calc(10px*2 + 24px + 2.8em);
  min-width: calc(10px*2 + 24px + 2.8em);
}
.sg-Input-group.sg-Input-passwordGroup .sg-Input-passwordMaskLabel:before {
  content: "";
  background-image: url("../img/Icon-eye.svg#primary");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.sg-Input-group.sg-Input-passwordGroup .sg-Input-passwordMaskLabel:before.Icon--circle {
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
}
.sg-Input-group.sg-Input-passwordGroup .sg-Input-passwordMaskCheck {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
html.lt-ie8 .sg-Input-group.sg-Input-passwordGroup .sg-Input-passwordMaskCheck {
  position: fixed;
}
html.lt-ie8 .sg-Input-group.sg-Input-passwordGroup .sg-Input-passwordMaskCheck {
  position: fixed;
}
.sg-Input-group.sg-Input-passwordGroup .sg-Input-passwordMaskCheck:checked ~ .sg-Input-passwordMaskShow {
  display: none;
}
.sg-Input-group.sg-Input-passwordGroup .sg-Input-passwordMaskCheck:not(:checked) ~ .sg-Input-passwordMaskHide {
  display: none;
}
/* Input with Spinner
   ========================================================================== */
.sg-Input-spinner {
  position: relative;
  vertical-align: middle;
  margin-bottom: 5px;
}
.sg-Input-spinner .sg-Input {
  padding-right: 39px;
  margin-bottom: 0;
}
.sg-Input-spinner .sg-Spinner {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  display: block;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
     -moz-transition: opacity 0.2s;
       -o-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
.is-active.sg-Input-spinner .sg-Spinner {
  opacity: 1;
}
/* File Upload Input
   ========================================================================== */
.sg-Input-upload {
  cursor: pointer;
  padding: 0;
  -webkit-padding-end: 5px;
     -moz-padding-end: 5px;
          padding-inline-end: 5px;
}
.sg-Input-upload::file-selector-button {
  margin: 0;
  -webkit-margin-end: 10px;
     -moz-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-border-radius: 4px 0px 0px 4px;
     -moz-border-radius: 4px 0px 0px 4px;
          border-radius: 4px 0px 0px 4px;
  font-family: "Futura", sans-serif;
}
/* Credit Card Input
   ========================================================================== */
.sg-Input-group--cc {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sg-Input-group--cc .sg-Input {
  border: 0;
}
.sg-Input-group--cc .sg-Input-creditCard-detailsWrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 12em;
}
@media all and (max-width: 500px) {
  .sg-Input-group--cc {
    display: inline-grid;
    background-color: #ffffff;
  }
  .sg-Input-group--cc .sg-Input-creditCard-detailsWrapper {
    max-width: auto;
  }
}
/* ==========================================================================
   AAMINEW - Inputs
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Styling overrides
   ========================================================================== */
.sg-Input {
  line-height: 1.42857143;
}
.sg-Input:hover {
  border-color: #8ab0d3;
  -webkit-box-shadow: 0 1px 0 1px rgba(219, 234, 240, 0.75);
     -moz-box-shadow: 0 1px 0 1px rgba(219, 234, 240, 0.75);
          box-shadow: 0 1px 0 1px rgba(219, 234, 240, 0.75);
}
.sg-Input:hover:focus {
  border-color: #4191d8;
  -webkit-box-shadow: inset 0 0 0 1px #4191d8;
     -moz-box-shadow: inset 0 0 0 1px #4191d8;
          box-shadow: inset 0 0 0 1px #4191d8;
}
select.sg-Input:not([disabled]) {
  background-color: #f7f6f6;
  -webkit-box-shadow: inset 0 -1px 0 1px #D3CECE;
     -moz-box-shadow: inset 0 -1px 0 1px #D3CECE;
          box-shadow: inset 0 -1px 0 1px #D3CECE;
}
select.sg-Input:not([disabled]):hover {
  -webkit-box-shadow: inset 0 -1px 0 1px #8ab0d3;
     -moz-box-shadow: inset 0 -1px 0 1px #8ab0d3;
          box-shadow: inset 0 -1px 0 1px #8ab0d3;
}
.sg-Input[disabled]:hover,
.sg-Input[readonly]:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Input[disabled]:hover:focus,
.sg-Input[readonly]:hover:focus {
  border-color: transparent;
}
.sg-Input-numberSlider-input .sg-Input-number--slider {
  font-weight: bold;
}
.sg-Input-numberSlider-input .sg-Input-number--slider,
.sg-Input-numberSlider-input .sg-Input-number--slider:hover:focus {
  -webkit-box-shadow: inset 0 0 0 1px #6DA300;
     -moz-box-shadow: inset 0 0 0 1px #6DA300;
          box-shadow: inset 0 0 0 1px #6DA300;
}
.sg-Input-numberSlider-input .sg-Input-number--slider.is-valid:not(:focus):not(:hover) {
  background-color: #6DA300;
}
.sg-Input-numberSlider-input .sg-Input-number--slider.is-invalid:not(:hover):not(:focus) {
  color: #535353;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Input-numberSlider-input .sg-Input-number--slider:focus,
.sg-Input-numberSlider-input .sg-Input-number--slider:focus:hover {
  border-color: #6DA300;
  -webkit-box-shadow: inset 0 0 0 1px #6DA300;
     -moz-box-shadow: inset 0 0 0 1px #6DA300;
          box-shadow: inset 0 0 0 1px #6DA300;
}
.sg-Input-numberSlider-input .sg-Input-number--slider:hover {
  border-color: #6DA300;
}
.sg-Input-numberSlider-button:hover,
.sg-Input-slider--ondrag .sg-Input-numberSlider-button {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
}
/* ==========================================================================
   List styles
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Mixins
   ========================================================================== */
/* Ordered, Unordered and Unstyled lists
   ========================================================================== */
.sg-List-unordered,
.sg-List-ordered,
.sg-List-unstyled {
  margin: 0 0 10px 1.5em;
  padding: 0;
}
.sg-List-unordered > li,
.sg-List-ordered > li,
.sg-List-unstyled > li {
  padding-left: 0;
  margin: 0.35em 0;
}
.sg-List-unordered > li > .sg-List-unordered,
.sg-List-ordered > li > .sg-List-unordered,
.sg-List-unstyled > li > .sg-List-unordered,
.sg-List-unordered > li > .sg-List-ordered,
.sg-List-ordered > li > .sg-List-ordered,
.sg-List-unstyled > li > .sg-List-ordered {
  margin-top: 0.35em;
  margin-bottom: 0.35em;
}
.sg-List-unordered > li > a,
.sg-List-ordered > li > a,
.sg-List-unstyled > li > a,
.sg-List-unordered > li > .sg-Type--link,
.sg-List-ordered > li > .sg-Type--link,
.sg-List-unstyled > li > .sg-Type--link,
.sg-List-unordered > li > a,
.sg-List-ordered > li > a,
.sg-List-unstyled > li > a,
.sg-List-unordered > li > .sg-Type--helpLink,
.sg-List-ordered > li > .sg-Type--helpLink,
.sg-List-unstyled > li > .sg-Type--helpLink,
.sg-List-unordered > li > .sg-Type--helpLinkLight,
.sg-List-ordered > li > .sg-Type--helpLinkLight,
.sg-List-unstyled > li > .sg-Type--helpLinkLight {
  text-decoration: none;
}
.sg-List-unordered > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-ordered > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unstyled > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unordered > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-ordered > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unstyled > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unordered > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-ordered > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unstyled > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unordered > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-ordered > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unstyled > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unordered > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-ordered > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unstyled > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover {
  text-decoration: underline;
}
.sg-List-unordered > li > *,
.sg-List-ordered > li > *,
.sg-List-unstyled > li > * {
  text-indent: 0px;
}
.sg-List-unordered > li {
  position: relative;
  list-style-type: none;
  text-indent: -0.75em;
}
.sg-List-unordered > li:before {
  content: "\2022";
  position: relative;
  top: 0.15em;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.25em;
  font-size: 100%;
  line-height: 0.5em;
  color: #2a2a2a;
}
.sg-List-ordered > li {
  list-style-type: decimal;
  text-indent: 0px;
}
.sg-List-ordered > li:before {
  content: none;
}
.sg-List-unstyled {
  margin-left: 1em;
}
.sg-List-unstyled > li {
  list-style-type: none;
  text-indent: 0px;
}
.sg-List-unstyled > li:before {
  content: none;
}
/* Horizontal lists
   ========================================================================== */
.sg-List-horizontal,
.sg-List-unstyledHorizontal,
.sg-List-breadcrumb {
  margin: 0 0 10px 0;
  padding: 0;
}
.sg-List-horizontal > li,
.sg-List-unstyledHorizontal > li,
.sg-List-breadcrumb > li {
  display: inline-block;
  margin: 0.2em 0.35em;
  padding: 0;
  vertical-align: top;
  list-style-type: none;
  text-indent: 0px;
}
.sg-List-horizontal > li:before,
.sg-List-unstyledHorizontal > li:before,
.sg-List-breadcrumb > li:before {
  content: none;
}
.sg-List-horizontal > li:first-child,
.sg-List-unstyledHorizontal > li:first-child,
.sg-List-breadcrumb > li:first-child {
  margin-left: 0;
}
.sg-List-horizontal > li > a,
.sg-List-unstyledHorizontal > li > a,
.sg-List-breadcrumb > li > a,
.sg-List-horizontal > li > .sg-Type--link,
.sg-List-unstyledHorizontal > li > .sg-Type--link,
.sg-List-breadcrumb > li > .sg-Type--link,
.sg-List-horizontal > li > a,
.sg-List-unstyledHorizontal > li > a,
.sg-List-breadcrumb > li > a,
.sg-List-horizontal > li > .sg-Type--helpLink,
.sg-List-unstyledHorizontal > li > .sg-Type--helpLink,
.sg-List-breadcrumb > li > .sg-Type--helpLink,
.sg-List-horizontal > li > .sg-Type--helpLinkLight,
.sg-List-unstyledHorizontal > li > .sg-Type--helpLinkLight,
.sg-List-breadcrumb > li > .sg-Type--helpLinkLight {
  text-decoration: none;
}
.sg-List-horizontal > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unstyledHorizontal > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-breadcrumb > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-horizontal > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unstyledHorizontal > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-breadcrumb > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-horizontal > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unstyledHorizontal > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-breadcrumb > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-horizontal > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unstyledHorizontal > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-breadcrumb > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-horizontal > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-unstyledHorizontal > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-breadcrumb > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover {
  text-decoration: underline;
}
.sg-List-horizontal > li {
  margin-left: 0;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  padding-left: 0.55em;
  border-left: solid 1px #cccccc;
  line-height: 1;
}
.sg-List-horizontal > li:first-child {
  padding-left: 0;
}
.sg-List-horizontal > li:last-child {
  margin-right: 0;
}
.sg-List-horizontal > li:first-child {
  padding-left: 0;
  border-left: none;
}
.sg-List-breadcrumb li {
  margin: 0;
}
.sg-List-breadcrumb li:after {
  margin: 0 0 0 0.3em;
  /* Seperator with Icon */
  background-image: url("../img/Icon-arrowRight.svg#text");
  background-repeat: no-repeat;
  width: 1.2em;
  min-height: 1em;
  content: '\00a0';
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
  /* Seperator with character */
}
.sg-List-breadcrumb li:last-child:after {
  content: none;
  margin-right: 0;
}
/* Icon lists
   ========================================================================== */
.sg-List-iconMini {
  padding-left: 0;
  margin: 0 0 10px 0;
}
.sg-List-iconMini > li {
  padding: 0 0.3em 0 0.9em;
  min-height: 0.6em;
  margin: 0.35em;
  list-style-type: none;
  background-position: 0 0.3em;
  -moz-background-size: 0.6em;
    -o-background-size: 0.6em;
       background-size: 0.6em;
}
.sg-List-iconMini > li:before {
  content: none;
}
.sg-List-iconMini > li > a,
.sg-List-iconMini > li > .sg-Type--link,
.sg-List-iconMini > li > a,
.sg-List-iconMini > li > .sg-Type--helpLink,
.sg-List-iconMini > li > .sg-Type--helpLinkLight {
  text-decoration: none;
}
.sg-List-iconMini > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconMini > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconMini > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconMini > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconMini > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover {
  text-decoration: underline;
}
.sg-List-iconXsmall {
  padding-left: 0;
  margin: 0 0 10px 0;
}
.sg-List-iconXsmall > li {
  padding: 0 0.3em 0 1.45em;
  min-height: 1.17em;
  margin: 0.35em;
  list-style-type: none;
  background-position: 0 0.1em;
  -moz-background-size: 1.17em;
    -o-background-size: 1.17em;
       background-size: 1.17em;
}
.sg-List-iconXsmall > li:before {
  content: none;
}
.sg-List-iconXsmall > li > a,
.sg-List-iconXsmall > li > .sg-Type--link,
.sg-List-iconXsmall > li > a,
.sg-List-iconXsmall > li > .sg-Type--helpLink,
.sg-List-iconXsmall > li > .sg-Type--helpLinkLight {
  text-decoration: none;
}
.sg-List-iconXsmall > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconXsmall > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconXsmall > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconXsmall > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconXsmall > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover {
  text-decoration: underline;
}
.sg-List-iconSmall {
  padding-left: 0;
  margin: 0 0 10px 0;
}
.sg-List-iconSmall > li {
  padding: 0.2em 0.3em 0 2em;
  min-height: 1.71em;
  margin: 0.35em;
  list-style-type: none;
  background-position: 0 0;
  -moz-background-size: 1.71em;
    -o-background-size: 1.71em;
       background-size: 1.71em;
}
.sg-List-iconSmall > li:before {
  content: none;
}
.sg-List-iconSmall > li > a,
.sg-List-iconSmall > li > .sg-Type--link,
.sg-List-iconSmall > li > a,
.sg-List-iconSmall > li > .sg-Type--helpLink,
.sg-List-iconSmall > li > .sg-Type--helpLinkLight {
  text-decoration: none;
}
.sg-List-iconSmall > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconSmall > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconSmall > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconSmall > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconSmall > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover {
  text-decoration: underline;
}
.sg-List-iconMedium {
  padding-left: 0;
  margin: 0 0 10px 0;
}
.sg-List-iconMedium > li {
  padding: 0.5em 0.3em 0 2.65em;
  min-height: 2.25em;
  margin: 0.35em;
  list-style-type: none;
  background-position: 0 0;
  -moz-background-size: 2.25em;
    -o-background-size: 2.25em;
       background-size: 2.25em;
}
.sg-List-iconMedium > li:before {
  content: none;
}
.sg-List-iconMedium > li > a,
.sg-List-iconMedium > li > .sg-Type--link,
.sg-List-iconMedium > li > a,
.sg-List-iconMedium > li > .sg-Type--helpLink,
.sg-List-iconMedium > li > .sg-Type--helpLinkLight {
  text-decoration: none;
}
.sg-List-iconMedium > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconMedium > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconMedium > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconMedium > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconMedium > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover {
  text-decoration: underline;
}
.sg-List-iconLarge {
  padding-left: 0;
  margin: 0 0 10px 0;
}
.sg-List-iconLarge > li {
  padding: 0.8em 0.3em 0 3.1em;
  min-height: 2.79em;
  margin: 0.35em;
  list-style-type: none;
  background-position: 0 0;
  -moz-background-size: 2.79em;
    -o-background-size: 2.79em;
       background-size: 2.79em;
}
.sg-List-iconLarge > li:before {
  content: none;
}
.sg-List-iconLarge > li > a,
.sg-List-iconLarge > li > .sg-Type--link,
.sg-List-iconLarge > li > a,
.sg-List-iconLarge > li > .sg-Type--helpLink,
.sg-List-iconLarge > li > .sg-Type--helpLinkLight {
  text-decoration: none;
}
.sg-List-iconLarge > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconLarge > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconLarge > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconLarge > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconLarge > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover {
  text-decoration: underline;
}
.sg-List-iconXlarge {
  padding-left: 0;
  margin: 0 0 10px 0;
}
.sg-List-iconXlarge > li {
  padding: 1em 0 0 3.7em;
  min-height: 3.33em;
  margin: 0.35em;
  list-style-type: none;
  background-position: 0 0;
  -moz-background-size: 3.33em;
    -o-background-size: 3.33em;
       background-size: 3.33em;
}
.sg-List-iconXlarge > li:before {
  content: none;
}
.sg-List-iconXlarge > li > a,
.sg-List-iconXlarge > li > .sg-Type--link,
.sg-List-iconXlarge > li > a,
.sg-List-iconXlarge > li > .sg-Type--helpLink,
.sg-List-iconXlarge > li > .sg-Type--helpLinkLight {
  text-decoration: none;
}
.sg-List-iconXlarge > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconXlarge > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconXlarge > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconXlarge > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-iconXlarge > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover {
  text-decoration: underline;
}
/* Tick and Cross lists
   ========================================================================== */
.sg-List-tick,
.sg-List-cross {
  padding-left: 0;
  margin: 0 0 10px 0;
}
.sg-List-tick > li,
.sg-List-cross > li {
  padding: 0 0 0 1.5em;
  min-height: 1.17em;
  margin: 0.35em;
  list-style-type: none;
  background-position: 0 0.1em;
  -moz-background-size: 1.17em;
    -o-background-size: 1.17em;
       background-size: 1.17em;
}
.sg-List-tick > li:before,
.sg-List-cross > li:before {
  content: none;
}
.sg-List-tick > li > a,
.sg-List-cross > li > a,
.sg-List-tick > li > .sg-Type--link,
.sg-List-cross > li > .sg-Type--link,
.sg-List-tick > li > a,
.sg-List-cross > li > a,
.sg-List-tick > li > .sg-Type--helpLink,
.sg-List-cross > li > .sg-Type--helpLink,
.sg-List-tick > li > .sg-Type--helpLinkLight,
.sg-List-cross > li > .sg-Type--helpLinkLight {
  text-decoration: none;
}
.sg-List-tick > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-cross > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-tick > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-cross > li > .sg-Type--link:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-tick > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-cross > li > a:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-tick > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-cross > li > .sg-Type--helpLink:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-tick > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover,
.sg-List-cross > li > .sg-Type--helpLinkLight:not(.sg-Type--definition):not(.sg-Type--definitionLight):not(sg-Type--tipLink):not(sg-Type--tipLinkLight):hover {
  text-decoration: underline;
}
.sg-List-tick > li,
.sg-List-cross > li {
  text-indent: -1.3em;
}
.sg-List-tick > li:before,
.sg-List-cross > li:before {
  margin-right: 0.3em;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: bold;
}
.sg-List-tick > li > *,
.sg-List-cross > li > * {
  text-indent: 0px;
}
.sg-List-tick > li:before,
.sg-List-cross .sg-List-itemTick:before {
  content: "\2713";
  color: #6DA300;
}
.sg-List-cross > li:before,
.sg-List-tick .sg-List-itemCross:before {
  content: "\2717";
  color: #850000;
}
/* ==========================================================================
   AAMINEW Lists
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Custom variables */
/* Styling overrides
   ==========================================================================
   - most of these overrides are needed because of AAMI NEW's larger font size
*/
.sg-List-unordered > li:before {
  background-image: url("../img/Icon-bullet.svg#dark");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 0.48611111em 0.48611111em;
    -o-background-size: 0.48611111em 0.48611111em;
       background-size: 0.48611111em 0.48611111em;
  width: 0.48611111em;
  height: 0.48611111em;
  content: "";
  top: -0.16em;
}
.sg-List-unordered > li:before.Icon--circle {
  -moz-background-size: 0.36458333em 0.36458333em;
    -o-background-size: 0.36458333em 0.36458333em;
       background-size: 0.36458333em 0.36458333em;
}
.sg-List-unordered > li > .sg-List-unordered,
.sg-List-ordered > li > .sg-List-unordered,
.sg-List-unstyled > li > .sg-List-unordered,
.sg-List-unordered > li > .sg-List-ordered,
.sg-List-ordered > li > .sg-List-ordered,
.sg-List-unstyled > li > .sg-List-ordered {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.sg-List-unstyledHorizontal > li {
  line-height: 1.4;
  margin-left: 0.45em;
  margin-right: 0.45em;
}
.sg-List-horizontal > li {
  line-height: 1.2;
  margin-right: 0.5em;
  padding-left: 0.7em;
}
.sg-List-breadcrumb > li {
  padding: 0;
  font-size: 90%;
  vertical-align: bottom;
  color: #444444;
}
.sg-List-tick > li:before,
.sg-List-cross > li:before,
.sg-List-tick .sg-List-itemCross:before,
.sg-List-cross .sg-List-itemTick:before {
  color: transparent;
}
.sg-List-tick > li,
.sg-List-cross > .sg-List-itemTick {
  background-image: url("../img/Icon-tick.svg#correct");
  background-repeat: no-repeat;
}
.sg-List-cross > li,
.sg-List-tick > .sg-List-itemCross {
  background-image: url("../img/Icon-cross.svg#error");
  background-repeat: no-repeat;
}
.sg-Nav-link,
.sg-Nav-mobile-btn,
.sg-Nav-mobile-back-link,
.sg-Nav-link--back,
.sg-Nav-link:hover,
.sg-Nav-mobile-btn:hover,
.sg-Nav-mobile-back-link:hover,
.sg-Nav-link--back:hover,
.sg-Nav-link:focus,
.sg-Nav-mobile-btn:focus,
.sg-Nav-mobile-back-link:focus,
.sg-Nav-link--back:focus,
.sg-Nav-link:focus:not(:active),
.sg-Nav-mobile-btn:focus:not(:active),
.sg-Nav-mobile-back-link:focus:not(:active),
.sg-Nav-link--back:focus:not(:active) {
  border-bottom: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Nav:not(.sg-Nav--buttonBar) {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}
.sg-Nav:not(.sg-Nav--buttonBar) .sg-Nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sg-Nav:not(.sg-Nav--buttonBar) > .sg-Nav-item:first-child > .sg-Nav-link {
  border-top-width: 0px;
}
.sg-Nav-link:focus:not(:active),
.sg-Nav-mobile-btn:focus:not(:active),
.sg-Nav-mobile-header-link:focus:not(:active),
.sg-Nav-mobile-header-close:focus:not(:active) {
  outline: 2px solid #4191d8;
  outline-offset: -2px;
}
.sg-Nav-link:focus:not(:active):not(:focus-visible),
.sg-Nav-mobile-btn:focus:not(:active):not(:focus-visible),
.sg-Nav-mobile-header-link:focus:not(:active):not(:focus-visible),
.sg-Nav-mobile-header-close:focus:not(:active):not(:focus-visible) {
  outline: 0;
}
.sg-Nav--hasOverlay {
  position: relative;
}
.sg-Nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sg-Nav-bar {
  background: #ffffff;
}
.sg-Nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sg-Nav-dropdown > .sg-Nav-item {
  position: relative;
}
.sg-Nav-dropdown > .sg-Nav-item > [aria-haspopup="true"] ~ .sg-Nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
     -moz-transform-origin: top;
      -ms-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  -webkit-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
     -moz-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -moz-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
       -o-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -o-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  padding: 20px 20px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100%;
  z-index: 50;
  min-width: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 280px;
  border: 1px solid 0px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}
.sg-Nav-dropdown > .sg-Nav-item > [aria-haspopup="true"].js-focus ~ .sg-Nav {
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
}
.sg-Nav-dropdownBtn {
  background: transparent !important;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > [aria-haspopup="true"].js-focus:after {
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "";
  margin-left: 10px;
  background-image: url("../img/Icon-arrowBottom.svg#light");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > [aria-haspopup="true"].js-focus:after.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"]:after {
  content: "";
  margin-left: 10px;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
  background-image: url("../img/Icon-arrowBottom.svg#dark");
  background-repeat: no-repeat;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].js-focus {
  -webkit-border-bottom-left-radius: 0px;
     -moz-border-radius-bottomleft: 0px;
          border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
     -moz-border-radius-bottomright: 0px;
          border-bottom-right-radius: 0px;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn {
  margin-top: 0 !important;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn.js-focus:after {
  background-image: url("../img/Icon-arrowBottom.svg#dark");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn.js-focus:after.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn:not(.sg-Btn--primary):not(.sg-Btn--secondary):not(
                        .sg-Btn--tertiary
                    ):not(.sg-Btn--light).js-focus:after {
  background-image: url("../img/Icon-arrowBottom.svg#dark");
  background-repeat: no-repeat;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn--primary:after {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  background-repeat: no-repeat;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn--primary.js-focus:after {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  background-repeat: no-repeat;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn--secondary:after {
  background-image: url("../img/Icon-arrowBottom.svg#primary");
  background-repeat: no-repeat;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn--secondary.js-focus:after {
  background-image: url("../img/Icon-arrowBottom.svg#primary");
  background-repeat: no-repeat;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn--tertiary:after {
  background-image: url("../img/Icon-arrowBottom.svg#primary");
  background-repeat: no-repeat;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn--tertiary.js-focus:after {
  background-image: url("../img/Icon-arrowBottom.svg#primary");
  background-repeat: no-repeat;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn--light:after {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  background-repeat: no-repeat;
}
.sg-Nav-dropdownBtn > .sg-Nav-item > .sg-Nav-link-btn[aria-haspopup="true"].sg-Btn--light.js-focus:after {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  background-repeat: no-repeat;
}
.sg-Nav-sliding {
  overflow: hidden;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sg-Nav-sliding .sg-Nav-item {
  position: static;
}
.sg-Nav-sliding .sg-Nav-item > [aria-haspopup="true"] ~ .sg-Nav {
  top: 0;
  width: 100%;
  position: absolute;
  left: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
     -moz-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -moz-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
       -o-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -o-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  z-index: 1;
  min-height: 100%;
}
.sg-Nav-sliding .sg-Nav-item > [aria-haspopup="true"].js-focus ~ .sg-Nav {
  visibility: visible;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
.sg-Nav-sliding.sg-Nav-sliding--2cols,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  /* Run mixins for auto
   ========================================================================== */
  /* Collapse */
  /* Run mixins for Xsmall
   ========================================================================== */
  /* Run mixins for small
   ========================================================================== */
  /* Run mixins for medium
   ========================================================================== */
  /* Run mixins for large
   ========================================================================== */
  /* Run mixins for xlarge
   ========================================================================== */
  /* Run mixins for xxlarge
   ========================================================================== */
}
.sg-Nav-sliding.sg-Nav-sliding--2cols > .sg-Nav-item:nth-child(1) > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav > .sg-Nav-item:nth-child(1) > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link {
  border-color: transparent;
}
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav-item--header,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav .sg-Nav-item--header {
  border-bottom: 1px solid #e5e5e5;
}
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse .sg-Nav,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse .sg-Nav {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: start !important;
     -moz-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse .sg-Nav-item.sg-Nav-item--back,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse .sg-Nav-item.sg-Nav-item--back,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse .sg-Nav .sg-Nav-item.sg-Nav-item--back,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse .sg-Nav .sg-Nav-item.sg-Nav-item--back {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse .sg-Nav-item.sg-Nav-item--header,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse .sg-Nav-item.sg-Nav-item--header,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse .sg-Nav .sg-Nav-item.sg-Nav-item--header,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse .sg-Nav .sg-Nav-item.sg-Nav-item--header {
  border-bottom: none;
}
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapse .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapse .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link {
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 300px) {
  .sg-Nav-sliding.sg-Nav-sliding--2cols,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav {
    /* Collapse */
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall .sg-Nav,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall .sg-Nav {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall .sg-Nav .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall .sg-Nav .sg-Nav-item.sg-Nav-item--back {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall .sg-Nav .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall .sg-Nav .sg-Nav-item.sg-Nav-item--header {
    border-bottom: none;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXsmall .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXsmall .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link {
    border-top: 1px solid #e5e5e5;
  }
}
@media only screen and (max-width: 350px) {
  .sg-Nav-sliding.sg-Nav-sliding--2cols,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav {
    /* Collapse */
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall .sg-Nav,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall .sg-Nav {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall .sg-Nav .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall .sg-Nav .sg-Nav-item.sg-Nav-item--back {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall .sg-Nav .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall .sg-Nav .sg-Nav-item.sg-Nav-item--header {
    border-bottom: none;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseSmall .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseSmall .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link {
    border-top: 1px solid #e5e5e5;
  }
}
@media only screen and (max-width: 500px) {
  .sg-Nav-sliding.sg-Nav-sliding--2cols,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav {
    /* Collapse */
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium .sg-Nav,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium .sg-Nav {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium .sg-Nav .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium .sg-Nav .sg-Nav-item.sg-Nav-item--back {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium .sg-Nav .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium .sg-Nav .sg-Nav-item.sg-Nav-item--header {
    border-bottom: none;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseMedium .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseMedium .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link {
    border-top: 1px solid #e5e5e5;
  }
}
@media only screen and (max-width: 700px) {
  .sg-Nav-sliding.sg-Nav-sliding--2cols,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav {
    /* Collapse */
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge .sg-Nav,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge .sg-Nav {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge .sg-Nav .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge .sg-Nav .sg-Nav-item.sg-Nav-item--back {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge .sg-Nav .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge .sg-Nav .sg-Nav-item.sg-Nav-item--header {
    border-bottom: none;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseLarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseLarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link {
    border-top: 1px solid #e5e5e5;
  }
}
@media only screen and (max-width: 950px) {
  .sg-Nav-sliding.sg-Nav-sliding--2cols,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav {
    /* Collapse */
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge .sg-Nav,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge .sg-Nav {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge .sg-Nav .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge .sg-Nav .sg-Nav-item.sg-Nav-item--back {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge .sg-Nav .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge .sg-Nav .sg-Nav-item.sg-Nav-item--header {
    border-bottom: none;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXlarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXlarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link {
    border-top: 1px solid #e5e5e5;
  }
}
@media only screen and (max-width: 1200px) {
  .sg-Nav-sliding.sg-Nav-sliding--2cols,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav {
    /* Collapse */
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge .sg-Nav,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge .sg-Nav {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge .sg-Nav .sg-Nav-item.sg-Nav-item--back,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge .sg-Nav .sg-Nav-item.sg-Nav-item--back {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge .sg-Nav .sg-Nav-item.sg-Nav-item--header,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge .sg-Nav .sg-Nav-item.sg-Nav-item--header {
    border-bottom: none;
  }
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge .sg-Nav > .sg-Nav-item:nth-child(2) > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge .sg-Nav > .sg-Nav-item--back + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols.sg-Nav-collapseXXlarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link,
  .sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav.sg-Nav-collapseXXlarge .sg-Nav > .sg-Nav-item--header + .sg-Nav-item + .sg-Nav-item > .sg-Nav-link {
    border-top: 1px solid #e5e5e5;
  }
}
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav-item.sg-Nav-item--back,
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav-item.sg-Nav-item--header {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
     -moz-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.sg-Nav-sliding.sg-Nav-sliding--2cols .sg-Nav-item:not(.sg-Nav-item--back):not(.sg-Nav-item--header) {
  -webkit-flex-basis: -webkit-calc(50% - 20px/2);
      -ms-flex-preferred-size: calc(50% - 20px/2);
          flex-basis: -moz-calc(50% - 20px/2);
          flex-basis: calc(50% - 20px/2);
}
.sg-Nav-list--alignLeft {
  left: 0;
}
.sg-Nav-list--alignRight {
  right: 0;
}
.sg-Nav-link {
  padding: 20px 10px;
  background-color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
     -moz-transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
       -o-transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  position: relative;
  font-weight: normal;
  font-size: 1em;
  border-top: 1px solid #e5e5e5;
}
.sg-Nav-link,
.sg-Nav-link:visited {
  color: #535353;
}
.sg-Nav-link[aria-haspopup="true"],
.sg-Nav-link.sg-Nav-link--hasPopup {
  padding-right: 30px;
}
.sg-Nav-link[aria-haspopup="true"]:after,
.sg-Nav-link.sg-Nav-link--hasPopup:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/Icon-arrowRight.svg#text");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
     -moz-transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
       -o-transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.sg-Nav-link[aria-haspopup="true"]:after.Icon--circle,
.sg-Nav-link.sg-Nav-link--hasPopup:after.Icon--circle {
  -moz-background-size: 13.5px 13.5px;
    -o-background-size: 13.5px 13.5px;
       background-size: 13.5px 13.5px;
}
.sg-Nav-link.sg-Nav-link--current,
.sg-Nav-link.sg-Nav-link--current:hover {
  background-color: #ffffff;
  color: #535353;
}
.sg-Nav-link.sg-Nav-link--prominent {
  font-weight: bold;
}
.sg-Nav-link.sg-Nav-link--prominent,
.sg-Nav-link.sg-Nav-link--prominent:visited {
  background-color: #ffffff;
  color: #535353;
}
.sg-Nav-link.sg-Nav-link--prominent:hover {
  background-color: #f7f7f7;
  color: #535353;
}
.sg-Nav-linkd:not(.sg-Btn),
.sg-Nav-linkd:not(.sg-Btn):visited {
  color: #535353;
}
.sg-Nav-bar-link.sg-Nav-link--current,
.sg-Nav-bar-link.sg-Nav-link--current:hover,
.sg-Nav-bar-link.sg-Nav-link--current:visited {
  background-color: #ffffff;
  color: #cc0000;
}
.sg-Nav-item--back {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.sg-Nav-item--back .sg-Nav-link--back {
  background-color: #ededed;
  color: #2a2a2a;
  border-top: 0;
}
.sg-Nav-item--back .sg-Nav-link--back:before {
  content: "";
  background-image: url("../img/Icon-arrowLeft.svg#dark");
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
}
.sg-Nav-item--back .sg-Nav-link--back:before.Icon--circle {
  -moz-background-size: 13.5px 13.5px;
    -o-background-size: 13.5px 13.5px;
       background-size: 13.5px 13.5px;
}
.sg-Nav-subText {
  color: #878787;
}
.sg-Nav-header-text,
.sg-Nav-mega-header,
.sg-Nav-link--prominent {
  padding: 20px 10px;
  font-size: 1em;
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Nav-header-text,
.sg-Nav-mega-header,
.sg-Nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Nav-header-text .sg-Nav-icon,
.sg-Nav-mega-header .sg-Nav-icon,
.sg-Nav-link .sg-Nav-icon {
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sg-Nav-header-text .sg-Nav-subText,
.sg-Nav-mega-header .sg-Nav-subText,
.sg-Nav-link .sg-Nav-subText {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sg-Nav-mega {
  background: #ffffff;
}
.sg-Nav-mega--multilevel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sg-Nav-list {
  background-color: #ffffff;
  padding: 20px 20px;
}
.sg-Nav-list.sg-Nav-flyout {
  padding: 0;
  place-content: baseline;
}
.sg-Nav-list .sg-Nav-list:not(.sg-Nav-flyout) {
  padding: 0;
}
.sg-Nav-list .sg-Nav-list:not(.sg-Nav-flyout) .sg-Nav-item .sg-Nav-link {
  border-top-width: 1px;
}
.sg-Nav-list .sg-Nav-list:not(.sg-Nav-flyout) > .sg-Nav-item > .sg-Nav-link {
  padding-left: 20px;
}
.sg-Nav-list .sg-Nav-list:not(.sg-Nav-flyout) > .sg-Nav-item .sg-Nav-list:not(.sg-Nav-flyout) > .sg-Nav-item > .sg-Nav-link {
  padding-left: 30px;
}
.sg-Nav-list [aria-haspopup="true"] ~ .sg-Nav-list {
  padding-left: 0;
}
.sg-Nav-overlay {
  z-index: 70;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a2a2a;
  opacity: 0;
  display: none;
}
.sg-Nav-item.sg-Nav-item-header > .sg-Nav-link {
  font-size: 1em;
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: bold;
}
.sg-Nav--buttonBar {
  padding: 0;
  margin: 0 0 10px 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: none;
}
.sg-Nav--buttonBar > .sg-Nav-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0.57rem 1.5rem;
  font-size: 110%;
  font-weight: bold;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly):after {
  content: "";
  position: static;
  right: auto;
  top: 0;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  margin-left: 10px;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="false"].sg-Btn--default:after {
  background-image: url("../img/Icon-arrowBottom.svg#dark");
  background-repeat: no-repeat;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="false"].sg-Btn--primary:after {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  background-repeat: no-repeat;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="false"].sg-Btn--secondary:after {
  background-image: url("../img/Icon-arrowBottom.svg#primary");
  background-repeat: no-repeat;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="false"].sg-Btn--tertiary:after {
  background-image: url("../img/Icon-arrowBottom.svg#primary");
  background-repeat: no-repeat;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="false"].sg-Btn--light:after {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  background-repeat: no-repeat;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="false"].sg-Menu-btn--iconOnly:after {
  display: none;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="true"].sg-Menu-btn--iconOnly:after {
  display: none;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="true"].sg-Btn--default:after {
  background-image: url("../img/Icon-arrowBottom.svg#dark");
  background-repeat: no-repeat;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="true"].sg-Btn--primary:after {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  background-repeat: no-repeat;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="true"].sg-Btn--secondary:after {
  background-image: url("../img/Icon-arrowBottom.svg#primary");
  background-repeat: no-repeat;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="true"].sg-Btn--tertiary:after {
  background-image: url("../img/Icon-arrowBottom.svg#primary");
  background-repeat: no-repeat;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-Btn:not(.sg-Menu-btn--iconOnly)[aria-expanded="true"].sg-Btn--light:after {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  background-repeat: no-repeat;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-list {
  min-width: 12em;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.sg-Nav--buttonBar > .sg-Nav-item > .sg-Nav-list .sg-Nav-item--header:not(:first-of-type) {
  border-top: 3px solid #e5e5e5;
}
@media all and (min-width: 951px) {
  .sg-Nav-wrapper--defaultStyle {
    background-color: #ffffff;
    border-top: 3px solid #cc0000;
    border-bottom: 0px solid #D3CECE;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .sg-Nav-wrapper--defaultStyle > .sg-Nav {
    max-width: 950px;
    margin: 0 auto;
  }
  .sg-Nav--hasOverlay {
    position: relative;
  }
  .sg-Nav--hasOverlay.js-hasOpenChildren {
    z-index: 80;
  }
  .sg-Nav--hasOverlay.js-hasOpenChildren ~ .sg-Nav-overlay--showOnDesktop {
    opacity: 0.7;
    display: block;
  }
  .sg-Nav-link:hover {
    text-decoration: none;
    background-color: #f7f7f7;
    color: #464646;
  }
  .sg-Nav-link:hover[aria-haspopup="true"]:after,
  .sg-Nav-link:hover.sg-Nav-link--hasPopup:after {
    background-image: url("../img/Icon-arrowRight.svg#text");
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 18px 18px;
      -o-background-size: 18px 18px;
         background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
  .sg-Nav-link:hover[aria-haspopup="true"]:after.Icon--circle,
  .sg-Nav-link:hover.sg-Nav-link--hasPopup:after.Icon--circle {
    -moz-background-size: 13.5px 13.5px;
      -o-background-size: 13.5px 13.5px;
         background-size: 13.5px 13.5px;
  }
  .sg-Nav-link.is-active,
  .sg-Nav > .sg-Nav-item > [aria-haspopup="true"].js-focus:not(.sg-Nav-link-btn) {
    background-color: #f7f7f7;
    color: #464646;
  }
  .sg-Nav-bar-link {
    text-decoration: none;
    padding: 10px 10px;
    border-top-width: 0px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #ffffff;
    font-weight: bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sg-Nav-bar-link,
  .sg-Nav-bar-link:visited {
    color: #cc0000;
  }
  .sg-Nav-bar-link.sg-Nav-link--prominent {
    font-weight: bold;
  }
  .sg-Nav-bar-link.sg-Nav-link--prominent,
  .sg-Nav-bar-link.sg-Nav-link--prominent:visited {
    background-color: #f7f6f6;
    color: #535353;
  }
  .sg-Nav-bar-link.sg-Nav-link--prominent:hover {
    background-color: #cc0000;
    color: #ffffff;
  }
  .sg-Nav-bar-link.sg-Nav-link--prominent[aria-haspopup="true"]:hover {
    background-color: #cc0000;
  }
  .sg-Nav-bar-link.sg-Nav-link--prominent[aria-haspopup="true"]:hover:after {
    background-image: url("../img/Icon-arrowBottom.svg#light");
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 16px 16px;
      -o-background-size: 16px 16px;
         background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
  .sg-Nav-bar-link.sg-Nav-link--prominent[aria-haspopup="true"]:hover:after.Icon--circle {
    -moz-background-size: 12px 12px;
      -o-background-size: 12px 12px;
         background-size: 12px 12px;
  }
  .sg-Nav-bar-link.sg-Nav-link--prominent[aria-haspopup="true"][aria-expanded="true"]:hover {
    color: #ffffff;
  }
  .sg-Nav-bar-link[aria-haspopup="true"],
  .sg-Nav-bar-link.sg-Nav-link--hasPopup {
    padding-right: 10px;
  }
  .sg-Nav-bar-link[aria-haspopup="true"]:after,
  .sg-Nav-bar-link.sg-Nav-link--hasPopup:after {
    position: static;
    right: auto;
    top: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin-left: 10px;
    background-image: url("../img/Icon-arrowBottom.svg#secondary");
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 16px 16px;
      -o-background-size: 16px 16px;
         background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
  .sg-Nav-bar-link[aria-haspopup="true"]:after.Icon--circle,
  .sg-Nav-bar-link.sg-Nav-link--hasPopup:after.Icon--circle {
    -moz-background-size: 12px 12px;
      -o-background-size: 12px 12px;
         background-size: 12px 12px;
  }
  .sg-Nav-bar-link:hover {
    background-color: #cc0000;
    text-decoration: none;
    color: #ffffff;
  }
  .sg-Nav-bar-link:hover[aria-haspopup="true"]:after,
  .sg-Nav-bar-link:hover.sg-Nav-link--hasPopup:after {
    background-image: url("../img/Icon-arrowBottom.svg#light");
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 16px 16px;
      -o-background-size: 16px 16px;
         background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
  .sg-Nav-bar-link:hover[aria-haspopup="true"]:after.Icon--circle,
  .sg-Nav-bar-link:hover.sg-Nav-link--hasPopup:after.Icon--circle {
    -moz-background-size: 12px 12px;
      -o-background-size: 12px 12px;
         background-size: 12px 12px;
  }
  .sg-Nav-bar-link.is-active,
  .sg-Nav-bar > .sg-Nav-item > [aria-haspopup="true"].js-focus:not(.sg-Nav-link-btn) {
    background-color: #cc0000;
    color: #ffffff;
  }
  .sg-Nav > .sg-Nav-item > [aria-haspopup="true"].js-focus:after {
    background-image: url("../img/Icon-arrowRight.svg#text");
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 18px 18px;
      -o-background-size: 18px 18px;
         background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
  .sg-Nav > .sg-Nav-item > [aria-haspopup="true"].js-focus:after.Icon--circle {
    -moz-background-size: 13.5px 13.5px;
      -o-background-size: 13.5px 13.5px;
         background-size: 13.5px 13.5px;
  }
  .sg-Nav-bar {
    position: relative;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
       -moz-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .sg-Nav-bar > .sg-Nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
       -moz-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sg-Nav-bar > .sg-Nav-item > [aria-haspopup="true"].js-focus ~ .sg-Nav {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
  }
  .sg-Nav-bar > .sg-Nav-item > [aria-haspopup="true"].js-focus:after {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url("../img/Icon-arrowBottom.svg#light");
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 16px 16px;
      -o-background-size: 16px 16px;
         background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
  .sg-Nav-bar > .sg-Nav-item > [aria-haspopup="true"].js-focus:after.Icon--circle {
    -moz-background-size: 12px 12px;
      -o-background-size: 12px 12px;
         background-size: 12px 12px;
  }
  .sg-Nav-bar.sg-Nav-bar--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #ffffff;
  }
  .sg-Nav-bar.sg-Nav-bar--left .sg-Nav-item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .sg-Nav-bar.sg-Nav-bar--left .sg-Nav-bar-link--right {
    margin-left: auto !important;
  }
  .sg-Nav-bar [aria-haspopup="true"] ~ .sg-Nav {
    position: absolute;
    top: -webkit-calc(100% + 0px);
    top: -moz-calc(100% + 0px);
    top: calc(100% + 0px);
    -webkit-transform: scaleY(0);
       -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
         -o-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
       -moz-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -moz-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
         -o-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -o-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
            transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    -webkit-transform-origin: top;
       -moz-transform-origin: top;
        -ms-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
    z-index: 50;
  }
  .sg-Nav-bar [aria-haspopup="true"] ~ .sg-Nav .sg-Nav {
    left: 100%;
  }
  .sg-Nav-mega {
    left: 0;
    width: 100%;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
       -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
            box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
    overflow: hidden;
    -webkit-border-bottom-left-radius: 4px;
       -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
       -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
  }
  .sg-Nav-mega.sg-Nav-mega--multilevel {
    padding: 15px 0;
  }
  .sg-Nav-mega.sg-Nav-mega--multilevel .sg-Nav-item {
    padding: 0 15px;
  }
  .sg-Nav-mega.sg-Nav-mega--multilevel > .sg-Nav-item {
    padding: 0 15px;
    width: 33.33333333%;
  }
  .sg-Nav-mega.sg-Nav-mega--multilevel > .sg-Nav-item > [aria-haspopup="true"] ~ .sg-Nav,
  .sg-Nav-mega.sg-Nav-mega--multilevel > .sg-Nav-item.sg-Nav-link--hasPopup ~ .sg-Nav {
    padding-top: 15px;
    left: 33.33333333%;
    left: -webkit-calc(33.333333333333336% - 15px);
    left: -moz-calc(33.333333333333336% - 15px);
    left: calc(33.333333333333336% - 15px);
    width: -webkit-calc(33.333333333333336% + 15px);
    width: -moz-calc(33.333333333333336% + 15px);
    width: calc(33.333333333333336% + 15px);
  }
  .sg-Nav-mega.sg-Nav-mega--multilevel > .sg-Nav-item > [aria-haspopup="true"] ~ .sg-Nav .sg-Nav,
  .sg-Nav-mega.sg-Nav-mega--multilevel > .sg-Nav-item.sg-Nav-link--hasPopup ~ .sg-Nav .sg-Nav {
    width: 100%;
    left: -webkit-calc(100% - 15px);
    left: -moz-calc(100% - 15px);
    left: calc(100% - 15px);
    padding-top: 15px;
  }
  .sg-Nav-mega.sg-Nav-mega--multilevel .sg-Nav-item [aria-haspopup="true"] ~ .sg-Nav,
  .sg-Nav-mega.sg-Nav-mega--multilevel .sg-Nav-item.sg-Nav-link--hasPopup ~ .sg-Nav {
    visibility: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transform-origin: left;
       -moz-transform-origin: left;
        -ms-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
       -moz-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -moz-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
         -o-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -o-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
            transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  }
  .sg-Nav-mega.sg-Nav-mega--multilevel .sg-Nav-item [aria-haspopup="true"].js-focus ~ .sg-Nav,
  .sg-Nav-mega.sg-Nav-mega--multilevel .sg-Nav-item.sg-Nav-link--hasPopup.js-focus ~ .sg-Nav {
    visibility: visible;
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }
  .sg-Nav-mega--flat {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 0 15px 15px;
  }
  .sg-Nav-mega--flat > .sg-Nav-item,
  .sg-Nav-mega--flat > .sg-Nav {
    padding: 10px;
  }
  .sg-Nav-mega--flat > .sg-Nav-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .sg-Nav-mega--flat .sg-Nav-list {
    padding: 0;
  }
  .sg-Nav-mega--flat.sg-Nav-2col > .sg-Nav-item,
  .sg-Nav-mega--flat.sg-Nav-3col > .sg-Nav-item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .sg-Nav-2col:not(.sg-Nav-mega),
  .sg-Nav-3col:not(.sg-Nav-mega) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sg-Nav-2col > .sg-Nav-item,
  .sg-Nav-3col > .sg-Nav-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sg-Nav-2col > .sg-Nav-item.sg-Nav-item--fullWidth,
  .sg-Nav-3col > .sg-Nav-item.sg-Nav-item--fullWidth {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
  }
  .sg-Nav-2col > .sg-Nav-item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .sg-Nav-3col > .sg-Nav-item {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .sg-Nav-list-noBorders > .sg-Nav-item > .sg-Nav-link {
    border-top-width: 0px;
  }
  .js-Nav-mobile-trigger,
  .sg-Nav-mobile-header,
  .sg-Nav-mega .sg-Nav-item--back,
  .sg-Nav-dropdown .sg-Nav-item--back {
    display: none;
  }
  .sg-Nav-flyout.sg-Nav-flyout--2cols {
    width: -webkit-calc((100% / 3) * 2) !important;
    width: -moz-calc((100% / 3) * 2) !important;
    width: calc((100% / 3) * 2) !important;
    padding-right: 10px !important;
    margin-left: 10px;
    background: #fcfcfc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
  .sg-Nav-flyout.sg-Nav-flyout--2cols .sg-Nav-item {
    width: -webkit-calc(50% - 10px * 2);
    width: -moz-calc(50% - 10px * 2);
    width: calc(50% - 10px * 2);
    min-width: -webkit-calc(50%);
    min-width: -moz-calc(50%);
    min-width: calc(50%);
    padding-right: 0;
  }
  .sg-Nav-flyout.sg-Nav-flyout--2cols .sg-Nav-item.sg-Nav-item-header {
    width: 100%;
  }
  .sg-Nav-flyout.sg-Nav-flyout--2cols .sg-Nav-item.sg-Nav-item-header > .sg-Nav-link {
    font-size: 1em;
    color: #2a2a2a;
    text-transform: uppercase;
    font-weight: bold;
    border-top: none;
  }
  .sg-Nav-flyout.sg-Nav-flyout--2cols .sg-Nav-item.sg-Nav-item-header > .sg-Nav-link :not(.sg-Nav-item-header) {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .sg-Nav-flyout.sg-Nav-flyout--2cols .sg-Nav-item a {
    height: auto;
    background: #fcfcfc;
  }
  .sg-Nav-flyout.sg-Nav-flyout--2cols .sg-Nav-item a:hover {
    background: #f7f7f7;
  }
}
@media all and (max-width: 950px) {
  .sg-Nav-flyout--2cols {
    overflow: auto;
  }
  .sg-Nav-bodyScrollLock {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden !important;
  }
  .js-Nav-mobile-trigger,
  .sg-Nav-mobile-header,
  .sg-Nav-mega .sg-Nav-item--back,
  .sg-Nav-dropdown .sg-Nav-item--back {
    display: block;
  }
  .sg-Nav-mobile-btn {
    /* IE 6/7 fallback */
    overflow: hidden;
    /* IE 6/7 fallback */
    text-indent: -9999px;
    background-color: transparent;
    border: 0;
    background-image: url("../img/Icon-menuAlternate.svg#secondary");
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 24px 24px;
      -o-background-size: 24px 24px;
         background-size: 24px 24px;
    width: 24px;
    height: 24px;
    width: 34px;
    height: 34px;
    background-position: center center;
  }
  .sg-Nav-mobile-btn:before {
    display: block;
    width: 0;
    height: 150%;
    content: "";
  }
  .sg-Nav-mobile-btn:before {
    display: block;
    width: 0;
    height: 150%;
    content: "";
  }
  .sg-Nav-mobile-btn.Icon--circle {
    -moz-background-size: 18px 18px;
      -o-background-size: 18px 18px;
         background-size: 18px 18px;
  }
  .sg-Nav-mobile-btn:hover {
    background-color: #f2f2f2;
  }
  .sg-Nav-mobile-header {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background: #535353;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sg-Nav-mobile-header-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #535353;
    color: #ffffff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
  .sg-Nav-mobile-header-link:hover,
  .sg-Nav-mobile-header-link:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .sg-Nav-mobile-header-close {
    padding: 10px;
    border: none;
    border-left: 1px solid #000000;
    background: none;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sg-Nav-mobile-header-close .sg-Nav-mobile-header-close-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  html.lt-ie8 .sg-Nav-mobile-header-close .sg-Nav-mobile-header-close-label {
    position: fixed;
  }
  html.lt-ie8 .sg-Nav-mobile-header-close .sg-Nav-mobile-header-close-label {
    position: fixed;
  }
  .sg-Nav-mobile-header-close:after {
    content: "";
    background-image: url("../img/Icon-cross.svg#light");
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 40px 40px;
      -o-background-size: 40px 40px;
         background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
  .sg-Nav-mobile-header-close:after.Icon--circle {
    -moz-background-size: 30px 30px;
      -o-background-size: 30px 30px;
         background-size: 30px 30px;
  }
  .sg-Nav--hasOverlay {
    position: relative;
  }
  .sg-Nav--hasOverlay.js-hasOpenChildren ~ .sg-Nav-overlay--showOnMobile {
    opacity: 0.7;
    display: block;
  }
  .sg-Nav-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sg-Nav-bar--noCollapse {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
       -moz-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sg-Nav-bar--noCollapse .sg-Nav-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sg-Nav-bar--noCollapse .sg-Nav-bar-link {
    font-weight: bold;
    padding: 10px 10px;
    border-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sg-Nav-bar--noCollapse .sg-Nav-bar-link,
  .sg-Nav-bar--noCollapse .sg-Nav-bar-link:hover {
    color: #cc0000;
  }
  .sg-Nav-collapseToSlideIn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    bottom: 0;
    left: auto;
    right: 100%;
    height: 100%;
    max-height: 100%;
    width: 290px;
    max-width: 90%;
    overflow-x: hidden;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
       -moz-transition: -moz-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
         -o-transition: -o-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
            transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    z-index: 80;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
    visibility: hidden;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .sg-Nav-collapseToSlideIn.js-hasOpenChildren,
  .sg-Nav-collapseToSlideIn .js-hasOpenChildren {
    overflow-y: hidden !important;
  }
  .sg-Nav-collapseToSlideIn.js-focus {
    visibility: visible;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  .sg-Nav-collapseToSlideIn .sg-Nav-item [aria-haspopup="true"] ~ .sg-Nav-mega,
  .sg-Nav-collapseToSlideIn .sg-Nav-item [aria-haspopup="true"] ~ .sg-Nav-mega--multilevel .sg-Nav,
  .sg-Nav-collapseToSlideIn .sg-Nav-item [aria-haspopup="true"] ~ .sg-Nav {
    padding: 0;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
       -moz-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -moz-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
         -o-transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -o-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
            transition: visibility 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    z-index: 80;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .sg-Nav-collapseToSlideIn .sg-Nav-item [aria-haspopup="true"] ~ .sg-Nav {
    visibility: hidden;
  }
  .sg-Nav-collapseToSlideIn .sg-Nav-item [aria-haspopup="true"].js-focus ~ .sg-Nav {
    visibility: visible;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .sg-Nav-collapseToSlideIn .sg-Nav-mega {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .sg-Nav-collapseToSlideIn .sg-Nav-mega,
  .sg-Nav-collapseToSlideIn .sg-Nav-mega--multilevel .sg-Nav,
  .sg-Nav-collapseToSlideIn.sg-Nav-dropdown .sg-Nav {
    padding: 0;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: left 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
       -moz-transition: left 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
         -o-transition: left 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
            transition: left 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    z-index: 80;
  }
  .sg-Nav-collapseToSlideIn.sg-Nav-dropdown > .sg-Nav-item {
    position: static;
  }
  .sg-Nav-collapseToSlideIn.sg-Nav-dropdown > .sg-Nav-item > [aria-haspopup="true"] ~ .sg-Nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    top: 0;
    width: 100%;
    max-width: none;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .sg-Nav-item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .sg-Nav-mega-header,
  .sg-Nav-link,
  .sg-Nav-bar-link {
    padding: 20px 10px;
  }
  .sg-Nav-link:hover,
  .sg-Nav-bar-link:hover {
    color: #535353;
    text-decoration: none;
  }
  .sg-Nav-mega-header {
    padding-bottom: 5px;
  }
  .sg-Nav-mega-content {
    padding: 20px 10px;
  }
  .sg-Nav-mega--flat > .sg-Nav-item {
    margin-bottom: 20px;
  }
  .sg-Nav-mega--flat .sg-Nav-list {
    padding: 0;
  }
  .sg-Nav-mobile-back-item {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .sg-Nav-mobile-back-item .sg-Nav-mobile-back-link {
    background: #ededed;
    color: #2a2a2a;
  }
  .sg-Nav-mobile-back-item .sg-Nav-mobile-back-link:before {
    content: "";
    background-image: url("../img/Icon-arrowLeft.svg#dark");
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 18px 18px;
      -o-background-size: 18px 18px;
         background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
  }
  .sg-Nav-mobile-back-item .sg-Nav-mobile-back-link:before.Icon--circle {
    -moz-background-size: 13.5px 13.5px;
      -o-background-size: 13.5px 13.5px;
         background-size: 13.5px 13.5px;
  }
}
.sg-Nav-mega .sg-Nav-link:not(.sg-Nav-mega-header) {
  font-size: 13px;
  font-size: 0.8125rem;
}
.sg-Nav-mega .sg-Nav-link:not(.sg-Nav-mega-header) .sg-Nav-subText {
  font-size: 11px;
  font-size: 0.6875rem;
}
.sg-Nav-list > .sg-Nav-item > .sg-Nav-link--current {
  -webkit-box-shadow: inset 5px 0 0 #cc0000;
     -moz-box-shadow: inset 5px 0 0 #cc0000;
          box-shadow: inset 5px 0 0 #cc0000;
  padding-left: 15px;
  padding-right: 5px;
}
.sg-Nav-bar > .sg-Nav-item > .sg-Nav-link--current {
  -webkit-box-shadow: inset 0 -5px 0 #cc0000;
     -moz-box-shadow: inset 0 -5px 0 #cc0000;
          box-shadow: inset 0 -5px 0 #cc0000;
}
@media all and (min-width: 951px) {
  .sg-Nav.sg-Nav-mega {
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
            border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomright: 8px;
            border-bottom-right-radius: 8px;
  }
  .sg-Nav.sg-Nav-mega.sg-Nav-mega--flat .sg-Nav-link:not(.sg-Nav-mega-header) {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .sg-Nav-link:not(.sg-Nav-bar-link):hover {
    -webkit-box-shadow: inset 5px 0 0 #cc0000;
       -moz-box-shadow: inset 5px 0 0 #cc0000;
            box-shadow: inset 5px 0 0 #cc0000;
    padding-left: 15px;
    padding-right: 5px;
  }
  .sg-Nav-list .sg-Nav-list:not(.sg-Nav-flyout) > .sg-Nav-item > .sg-Nav-link:hover {
    padding-left: 25px;
    padding-right: 15px;
  }
  .sg-Nav-list .sg-Nav-list:not(.sg-Nav-flyout) > .sg-Nav-item .sg-Nav-list:not(.sg-Nav-flyout) > .sg-Nav-item > .sg-Nav-link:hover {
    padding-left: 35px;
    padding-right: 25px;
  }
}
@media all and (max-width: 950px) {
  .sg-Nav .sg-Nav-link:not(.sg-Nav-mega-header) {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .sg-Nav-collapseToSlideIn .sg-Nav-mega > .sg-Nav-item:first-child > .sg-Nav-link,
  .sg-Nav-collapseToSlideIn .sg-Nav-mega.sg-Nav-mega--multilevel .sg-Nav > .sg-Nav-item:first-child > .sg-Nav-link,
  .sg-Nav-collapseToSlideIn .sg-Nav-mega > .sg-Nav-item:first-child > .sg-Nav-mega-header,
  .sg-Nav-collapseToSlideIn .sg-Nav-mega.sg-Nav-mega--multilevel .sg-Nav > .sg-Nav-item:first-child > .sg-Nav-mega-header {
    -webkit-box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
       -moz-box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
            box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  }
  .sg-Nav-mobile-back-link {
    text-transform: uppercase;
    font-weight: bold;
  }
}
.sg-Nav-mega-header {
  padding-left: 10px;
}
/* ==========================================================================
Overflow component
========================================================================== */
/* LESS Variables
========================================================================== */
/* Styles
========================================================================== */
.sg-Overflow-container {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.sg-Overflow-container div[class^="js-Overflow-shadow"] {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: 0.1s opacity;
     -moz-transition: 0.1s opacity;
       -o-transition: 0.1s opacity;
          transition: 0.1s opacity;
}
.sg-Overflow-container .js-Overflow-shadow--right {
  top: 0;
  right: 0;
  height: 100%;
  width: 10px;
  opacity: 0;
  background: -webkit-radial-gradient(right, ellipse, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: -moz- oldradial-gradient(ellipse at right, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: -o-radial-gradient(right, ellipse, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: radial-gradient(ellipse at right, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
}
.sg-Overflow-container .js-Overflow-shadow--left {
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  opacity: 0;
  background: -webkit-radial-gradient(left, ellipse, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: -moz- oldradial-gradient(ellipse at left, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: -o-radial-gradient(left, ellipse, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: radial-gradient(ellipse at left, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
}
.sg-Overflow-container .js-Overflow-shadow--top {
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  opacity: 0;
  background: -webkit-radial-gradient(top, ellipse, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: -moz- oldradial-gradient(ellipse at top, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: -o-radial-gradient(top, ellipse, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: radial-gradient(ellipse at top, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
}
.sg-Overflow-container .js-Overflow-shadow--bottom {
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  opacity: 0;
  background: -webkit-radial-gradient(bottom, ellipse, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: -moz- oldradial-gradient(ellipse at bottom, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: -o-radial-gradient(bottom, ellipse, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
  background: radial-gradient(ellipse at bottom, rgba(83, 83, 83, 0.4) 0%, rgba(83, 83, 83, 0) 75%) 100% center;
}
.sg-Overflow-container .sg-Overflow {
  overflow: auto;
  position: relative;
}
.sg-Overflow-container--defaultStyle {
  border: 1px solid #b7b7b7;
}
/* ==========================================================================
   Aaminew Overflow
   ========================================================================== */
/* LESS Variable overrides
   ====================================================== */
/* Brand styling overrides
   ====================================================== */
/* ==========================================================================
Default Overlay
========================================================================== */
/* LESS Variable
====================================================== */
/* Styling
====================================================== */
.sg-Overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.sg-Overlay--icon {
  width: 90px;
  height: 90px;
  padding: 0;
  position: relative;
  background-image: url("../img/loading.svg");
  -moz-background-size: 90px;
    -o-background-size: 90px;
       background-size: 90px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #ffffff;
}
.sg-Overlay .sg-Overlay--icon {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 90;
  margin-top: -45px;
  margin-left: -45px;
}
.sg-Overlay .sg-Overlay--icon.sg-Overlay--iconShow {
  opacity: 1;
}
.sg-Overlay-text {
  color: #ffffff;
  padding-top: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 45px;
  z-index: 90;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sg-Overlay--raiseAbove {
  z-index: 100 !important;
  position: relative !important;
}
@-webkit-keyframes sg-Overlay-animation--spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-moz-keyframes sg-Overlay-animation--spin {
  from {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  to {
    -moz-transform: rotate(359deg);
         transform: rotate(359deg);
  }
}
@-o-keyframes sg-Overlay-animation--spin {
  from {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  to {
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
@keyframes sg-Overlay-animation--spin {
  from {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes sg-Overlay-animation--spinReverse {
  from {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-moz-keyframes sg-Overlay-animation--spinReverse {
  from {
    -moz-transform: rotate(359deg);
         transform: rotate(359deg);
  }
  to {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
}
@-o-keyframes sg-Overlay-animation--spinReverse {
  from {
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
  to {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
}
@keyframes sg-Overlay-animation--spinReverse {
  from {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
}
/* ==========================================================================
AAMI Overlay
========================================================================== */
/* LESS Variable overrides
====================================================== */
/* Brand styling overrides
====================================================== */
.sg-Overlay--icon {
  background-color: #ffffff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.sg-Overlay--icon:before {
  content: '';
  position: absolute;
  left: 11px;
  top: 10px;
  width: 69px;
  height: 69px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(204, 0, 0, 0.75) transparent transparent transparent;
  -webkit-animation: sg-Overlay-animation--spin 1s infinite ease-in-out;
     -moz-animation: sg-Overlay-animation--spin 1s infinite ease-in-out;
       -o-animation: sg-Overlay-animation--spin 1s infinite ease-in-out;
          animation: sg-Overlay-animation--spin 1s infinite ease-in-out;
  z-index: 10;
}
.sg-Overlay--icon:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 14px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(204, 0, 0, 0.75) transparent transparent transparent;
  -webkit-animation: sg-Overlay-animation--spinReverse 1s infinite ease-in-out;
     -moz-animation: sg-Overlay-animation--spinReverse 1s infinite ease-in-out;
       -o-animation: sg-Overlay-animation--spinReverse 1s infinite ease-in-out;
          animation: sg-Overlay-animation--spinReverse 1s infinite ease-in-out;
  z-index: 10;
}
/* ==========================================================================
   Page (Footer)
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Footer
   ========================================================================== */
.sg-Footer {
  position: relative;
  background-color: #ffffff;
  border-top: solid 3px #cc0000;
  color: inherit;
}
.sg-Footer .sg-List-horizontal {
  margin: 0 0 10px 0;
  padding-left: 0;
}
.sg-Footer-content {
  padding: 10px;
}
.sg-Footer-column {
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (max-width: 500px) {
  .sg-Footer-content {
    padding: 5px;
    font-size: 90%;
  }
}
/* ==========================================================================
   Page (Header)
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Header
   ========================================================================== */
.sg-Header {
  position: relative;
  background-color: #ffffff;
  border-bottom: solid 3px #cc0000;
  color: inherit;
}
.sg-Header .sg-Header-title,
.sg-Header h1,
.sg-Header .sg-List-horizontal {
  margin: 0;
}
.sg-Header-content {
  padding: 10px;
}
.sg-Header-column {
  display: table-cell;
  vertical-align: middle;
}
.sg-Header-column:first-child {
  vertical-align: middle;
}
.sg-Header-column:last-child {
  width: 100%;
  text-align: right;
}
.sg-Header-logo {
  display: block;
  width: 130px;
  height: 50px;
  margin-right: 5px;
  /* IE 6/7 fallback */
  overflow: hidden;
  /* IE 6/7 fallback */
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
  background-image: url('../img/AAMI_logo.svg');
  background-repeat: no-repeat;
  -moz-background-size: 130px 50px;
    -o-background-size: 130px 50px;
       background-size: 130px 50px;
}
.sg-Header-logo:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
.sg-Header-logo:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
@media only screen and (max-width: 500px) {
  .sg-Header-content {
    padding: 5px;
  }
  .sg-Header-logo {
    width: 97.5px;
    height: 37.5px;
    -moz-background-size: 97.5px 37.5px;
      -o-background-size: 97.5px 37.5px;
         background-size: 97.5px 37.5px;
  }
  .sg-Header-column:last-child {
    font-size: 80%;
  }
  .sg-Header-column .sg-Header-title {
    font-size: 175%;
  }
}
/* ==========================================================================
   Page (Main & Main columns)
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Main styling
   ========================================================================== */
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.sg-Page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.sg-Page-skipToContent {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sg-Page-skipToContent:focus {
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}
.sg-Header,
.sg-Footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.sg-Header-content,
.sg-Main-content,
.sg-Footer-content {
  max-width: 950px;
  margin: auto;
}
.sg-Page--xlarge .sg-Header-content,
.sg-Page--xlarge .sg-Main-content,
.sg-Page--xlarge .sg-Footer-content {
  max-width: 1200px;
}
.sg-Main {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}
.sg-Main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 10px 10px;
}
@media only screen and (max-width: 700px) {
  .sg-Main-content {
    padding: 10px;
  }
}
.sg-Main-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sg-Main-panel,
.sg-Main-panel--left {
  width: 280px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sg-Main-panel {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 20px;
}
.sg-Main-panel--left {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 20px;
}
/* Fixed layout
   ========================================================================== */
.sg-Page-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sg-Page-fixed .sg-Page-header {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sg-Page-fixed .sg-Page-header-section--mobile {
  display: none;
}
.sg-Page-fixed .sg-Page-header-section--sidebar {
  width: 280px;
  padding: 10px 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sg-Page-fixed .sg-Page-header-section--content {
  padding: 10px 40px;
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sg-Page-fixed .sg-Page-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  background-color: #ffffff;
  overflow: auto;
}
.sg-Page-fixed .sg-Page-sidebar {
  width: 280px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #ffffff;
  overflow: auto;
}
.sg-Page-fixed .sg-Page-sidebar--inner {
  padding: 10px 20px;
}
.sg-Page-fixed .sg-Page-content {
  border-top: 1px solid #D3CECE;
  border-left: 1px solid #D3CECE;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
}
.sg-Page-fixed .sg-Page-content--inner {
  padding: 30px 40px;
  max-width: 1200px;
}
@media all and (min-width: 1760px) {
  .sg-Page-fixed .sg-Page-content--inner,
  .sg-Page-fixed .sg-Page-header-section--content {
    margin: 0 auto;
  }
}
.sg-Page-browserAlert {
  margin: 0;
}
@media all and (max-width: 1200px) {
  .sg-Page-fixed {
    overflow: auto;
  }
  .sg-Page-fixed .sg-Page-header > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sg-Page-fixed .sg-Page-header-section--mobile,
  .sg-Page-fixed .sg-Page-header-section--sidebar,
  .sg-Page-fixed .sg-Page-header-section--content {
    width: auto;
    padding: 10px;
  }
  .sg-Page-fixed .sg-Page-header-section--sidebar {
    text-align: center;
  }
  .sg-Page-fixed .sg-Page-header-section--mobile {
    display: block;
  }
  .sg-Page-fixed .sg-Page-header,
  .sg-Page-fixed .sg-Page-content {
    -webkit-transition: -webkit-transform 0.2s ease-in;
       -moz-transition: -moz-transform 0.2s ease-in;
         -o-transition: -o-transform 0.2s ease-in;
            transition: transform 0.2s ease-in;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .js-open.sg-Page-fixed .sg-Page-header,
  .js-open.sg-Page-fixed .sg-Page-content {
    -webkit-transform: translateX(280px);
       -moz-transform: translateX(280px);
        -ms-transform: translateX(280px);
         -o-transform: translateX(280px);
            transform: translateX(280px);
  }
  .sg-Page-fixed .sg-Page-content--inner,
  .sg-Page-fixed .sg-Page-sidebar--inner {
    padding: 10px;
  }
  .sg-Page-fixed .sg-Page-sidebar {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.2s ease-in;
       -moz-transition: -moz-transform 0.2s ease-in;
         -o-transition: -o-transform 0.2s ease-in;
            transition: transform 0.2s ease-in;
    z-index: 80;
  }
  .js-open.sg-Page-fixed .sg-Page-sidebar {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .js-open.sg-Page-fixed .sg-Page-fixed-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 70;
    cursor: pointer;
  }
}
@media all and (max-width: 700px) {
  .sg-Page .sg-Main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sg-Page .sg-Main-panel,
  .sg-Page .sg-Main-panel--left {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
/* Marketplace Branding Bar
 ============================================================================ */
/* ==========================================================================
   AAMINEW - Page
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Brand overrides
   ========================================================================== */
.sg-Header-content {
  padding-bottom: 0px;
  padding-top: 5px;
}
@media only screen and (max-width: 500px) {
  .sg-Header-content {
    padding-bottom: 0px;
  }
}
.sg-Header-column:first-child {
  vertical-align: middle;
}
.sg-Header-column:last-child {
  vertical-align: middle;
}
.sg-Footer {
  font-size: 90%;
}
.sg-Footer .sg-List-horizontal {
  margin-bottom: 5px;
}
.sg-Footer .sg-Type--small,
.sg-Footer small {
  font-size: 95%;
}
/* ==========================================================================
   Progress bar
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Styling
   ========================================================================== */
.sg-Progress {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  overflow: hidden;
  min-height: 3em;
}
.sg-Progress-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  color: #2a2a2a;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #e5e5e5;
  border-left: solid 2px #ffffff;
}
.sg-Progress-step:first-child {
  border-left: none;
}
.sg-Progress-step:last-child .sg-Progress-text:after,
.sg-Progress-step:last-child .sg-Progress-link:after {
  background: none;
}
.sg-Progress-step.sg-Progress-step--prev {
  color: #ffffff;
  background-color: #2a2a2a;
}
.sg-Progress-step.sg-Progress-step--prev .sg-Progress-link {
  color: #ffffff;
}
.sg-Progress-step.sg-Progress-step--current {
  color: #ffffff;
  background: #6DA300;
}
.sg-Progress-step.sg-Progress-step--current .sg-Progress-link {
  color: #ffffff;
}
.sg-Progress-text,
.sg-Progress-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 15px 10px;
  line-height: 1em;
  padding-left: 10px;
}
.sg-Progress-text:after,
.sg-Progress-link:after {
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 1;
  width: 40px;
  height: 100%;
  vertical-align: middle;
  background-position: 0 50%;
  background-repeat: no-repeat;
  content: "";
}
.sg-Progress-link {
  text-decoration: underline;
  margin: 0;
}
.sg-Progress-step .sg-Progress-link {
  color: #2a2a2a;
}
.sg-Progress-step .sg-Progress-link:hover,
.sg-Progress-step .sg-Progress-link:focus {
  text-decoration: none;
  color: #cc0000;
}
.sg-Progress-step .sg-Progress-link:focus:focus-visible {
  outline-offset: -3px;
}
.sg-Progress-list .sg-Progress-link:focus:focus-visible {
  outline-offset: 0;
}
.sg-Progress.sg-Progress--onlyNumbers .sg-Progress-step {
  position: relative;
  counter-increment: countVar;
}
.sg-Progress.sg-Progress--onlyNumbers .sg-Progress-step:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: counter(countVar);
  margin-top: 1px;
}
.sg-Progress.sg-Progress--onlyNumbers .sg-Progress-step .sg-Progress-text,
.sg-Progress.sg-Progress--onlyNumbers .sg-Progress-step .sg-Progress-link {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0;
}
.sg-Progress.sg-Progress-list {
  display: block;
  padding: 10px 15px;
  height: auto;
  background-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
}
.sg-Progress.sg-Progress-list .sg-Progress-step {
  color: #2a2a2a;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: auto;
  background: none;
  border: none;
  text-align: right;
  padding-right: 34px;
}
.sg-Progress.sg-Progress-list .sg-Progress-step:before {
  display: none;
}
.sg-Progress.sg-Progress-list .sg-Progress-step:after {
  display: none;
}
.sg-Progress.sg-Progress-list .sg-Progress-step .sg-Progress-text:after,
.sg-Progress.sg-Progress-list .sg-Progress-step .sg-Progress-link:after,
.sg-Progress.sg-Progress-list .sg-Progress-step .sg-Progress-link:after {
  display: none;
}
.sg-Progress.sg-Progress-list .sg-Progress-step .sg-Progress-text:before,
.sg-Progress.sg-Progress-list .sg-Progress-step .sg-Progress-link:before,
.sg-Progress.sg-Progress-list .sg-Progress-step .sg-Progress-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -34px;
  left: auto;
  background-image: url("../img/Icon-tick.svg#disabled");
  background-repeat: no-repeat;
  width: 24px;
  height: 100%;
  background-color: transparent;
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  background-position: 0 50%;
  vertical-align: middle;
}
.sg-Progress.sg-Progress-list .sg-Progress-step.sg-Progress-step--prev .sg-Progress-link {
  color: #6DA300;
}
.sg-Progress.sg-Progress-list .sg-Progress-step.sg-Progress-step--prev .sg-Progress-text:before,
.sg-Progress.sg-Progress-list .sg-Progress-step.sg-Progress-step--prev .sg-Progress-link:before,
.sg-Progress.sg-Progress-list .sg-Progress-step.sg-Progress-step--prev .sg-Progress-link:before {
  background-image: url("../img/Icon-tick.svg#primary");
  background-repeat: no-repeat;
}
.sg-Progress.sg-Progress-list .sg-Progress-step.sg-Progress-step--current {
  font-weight: bold;
}
.sg-Progress.sg-Progress-list .sg-Progress-step .sg-Progress-text,
.sg-Progress.sg-Progress-list .sg-Progress-step .sg-Progress-link,
.sg-Progress.sg-Progress-list .sg-Progress-step .sg-Progress-link {
  display: inline-block;
  padding: 10px 0;
  margin: 0;
}
.sg-Progress.sg-Progress-list .sg-Progress-step .sg-Progress-link:focus {
  outline-offset: -2px;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--leftAlign .sg-Progress-step,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step {
  text-align: left;
  padding-right: 0;
  padding-left: 34px;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--leftAlign .sg-Progress-step .sg-Progress-text:before,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-text:before,
.sg-Progress.sg-Progress-list.sg-Progress-list--leftAlign .sg-Progress-step .sg-Progress-link:before,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-link:before,
.sg-Progress.sg-Progress-list.sg-Progress-list--leftAlign .sg-Progress-step .sg-Progress-link:before,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-link:before {
  content: "";
  display: inline-block;
  top: 0;
  right: auto;
  left: -34px;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--block {
  padding: 0;
  margin: 0;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step {
  background: #ffffff;
  padding: 0;
  margin: 0;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step:not(:first-child) {
  border-top: 1px solid #D3CECE;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-text,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-link,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-link {
  display: block;
  color: #535353;
  text-decoration: none;
  padding: 20px 20px;
  padding-left: 44px;
  border-bottom: 0 !important;
  margin-bottom: 0;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-text:before,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-link:before,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-link:before {
  -webkit-transition: left 0.2s;
     -moz-transition: left 0.2s;
       -o-transition: left 0.2s;
          transition: left 0.2s;
  left: 10px;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-link {
  -webkit-transition: -webkit-box-shadow 0.2s, padding-left 0.2s;
     -moz-transition: -moz-box-shadow 0.2s, padding-left 0.2s;
       -o-transition: box-shadow 0.2s, padding-left 0.2s;
          transition: box-shadow 0.2s, padding-left 0.2s;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-link:hover {
  background: #f7f6f6;
  -webkit-box-shadow: inset 5px 0 0 #cc0000;
     -moz-box-shadow: inset 5px 0 0 #cc0000;
          box-shadow: inset 5px 0 0 #cc0000;
  padding-left: 49px;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step .sg-Progress-link:hover:before {
  left: 15px;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step.sg-Progress-step--current .sg-Progress-text,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step.sg-Progress-step--current .sg-Progress-link,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step.sg-Progress-step--current .sg-Progress-link {
  color: #cc0000;
  -webkit-box-shadow: inset 5px 0 0 #cc0000;
     -moz-box-shadow: inset 5px 0 0 #cc0000;
          box-shadow: inset 5px 0 0 #cc0000;
  padding-left: 49px;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step.sg-Progress-step--current .sg-Progress-text:before,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step.sg-Progress-step--current .sg-Progress-link:before,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step.sg-Progress-step--current .sg-Progress-link:before {
  left: 15px;
}
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step.sg-Progress-step--prev .sg-Progress-text,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step.sg-Progress-step--prev .sg-Progress-link,
.sg-Progress.sg-Progress-list.sg-Progress-list--block .sg-Progress-step.sg-Progress-step--prev .sg-Progress-link {
  color: #2a2a2a;
}
.sg-Progress-buttonWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Progress-buttonWrapper .sg-Progress-button {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 10px;
}
.sg-Progress-button {
  position: relative;
  border: 0;
  padding: 5px 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  color: #535353;
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
  padding-left: 32px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  line-height: 1;
  text-transform: uppercase;
}
.sg-Progress-button:hover {
  cursor: pointer;
  border-color: #6DA300;
}
.sg-Progress-button:before {
  content: "";
  background-image: url("../img/Icon-arrowBottom.svg#secondary");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
     -moz-transition: -moz-transform 0.2s;
       -o-transition: -o-transform 0.2s;
          transition: transform 0.2s;
}
.sg-Progress-button:before.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.sg-Progress-button[aria-expanded=true] {
  background-color: #EFF4DA;
  -webkit-box-shadow: inset 0 3px 1px #A6CA5F;
     -moz-box-shadow: inset 0 3px 1px #A6CA5F;
          box-shadow: inset 0 3px 1px #A6CA5F;
  border-color: #6DA300;
}
.sg-Progress-button[aria-expanded=true]:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}
.sg-Progress-button:focus {
  outline: 2px solid #4191d8;
  outline-offset: 2px;
}
.sg-Progress-button:focus:not(:focus-visible) {
  outline: 0;
}
.sg-Progress-bars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.sg-Progress-bars .sg-Progress-step {
  list-style: none;
  border: 0;
  height: 3px;
  margin-right: 10px;
  background: none;
  padding: 0;
  border: 0 !important;
}
.sg-Progress-bars .sg-Progress-step,
.sg-Progress-bars .sg-Progress-step:first-child {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.sg-Progress-bars .sg-Progress-step,
.sg-Progress-bars .sg-Progress-step.sg-Progress-step--current,
.sg-Progress-bars .sg-Progress-step.sg-Progress-step--prev,
.sg-Progress-bars .sg-Progress-step.sg-Progress-step--next {
  background: #DBDBDB;
}
.sg-Progress-bars .sg-Progress-step:last-child {
  margin-right: 0;
}
.sg-Progress-bars .sg-Progress-step .sg-Progress-text,
.sg-Progress-bars .sg-Progress-step .sg-Progress-link,
.sg-Progress-bars .sg-Progress-step .sg-Progress-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
html.lt-ie8 .sg-Progress-bars .sg-Progress-step .sg-Progress-text,
html.lt-ie8 .sg-Progress-bars .sg-Progress-step .sg-Progress-link,
html.lt-ie8 .sg-Progress-bars .sg-Progress-step .sg-Progress-link {
  position: fixed;
}
html.lt-ie8 .sg-Progress-bars .sg-Progress-step .sg-Progress-text,
html.lt-ie8 .sg-Progress-bars .sg-Progress-step .sg-Progress-link,
html.lt-ie8 .sg-Progress-bars .sg-Progress-step .sg-Progress-link {
  position: fixed;
}
.sg-Progress-bars .sg-Progress-step:before {
  display: none;
}
.sg-Progress-bars .sg-Progress-step:after,
.sg-Progress-bars .sg-Progress-step:not(:last-child):after {
  content: "";
  display: block !important;
  width: 0%;
  height: 100%;
  background: #6DA300;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
     -moz-border-radius: inherit;
          border-radius: inherit;
  margin: 0;
  -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
       -o-transition: all 0.15s;
          transition: all 0.15s;
}
.sg-Progress-bars .sg-Progress-step.sgjs-prev:after {
  width: 100%;
}
.sg-Progress-bars .sg-Progress-step.sgjs-current:after {
  width: 50%;
}
.sg-Progress-bars .sg-Progress-step.sgjs-next:after {
  width: 0%;
}
.sg-Progress-indicator {
  border: 0;
  height: 5px;
  margin-bottom: -webkit-calc(.5em - (5px/2));
  margin-bottom: -moz-calc(.5em - (5px/2));
  margin-bottom: calc(.5em - (5px/2));
}
.sg-Progress-indicator::-webkit-progress-bar {
  background-color: #e5e5e5;
  -webkit-border-radius: 7px;
          border-radius: 7px;
}
.sg-Progress-indicator::-webkit-progress-value {
  background-color: #6DA300;
  -webkit-border-radius: 7px;
          border-radius: 7px;
}
.sg-Progress-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sg-Progress-circle svg {
  width: 100%;
  height: 100%;
}
.sg-Progress-circle progress {
  visibility: hidden;
  width: 0;
  height: 0;
}
.sg-Progress-circle circle:nth-of-type(1) {
  stroke: #e5e5e5;
  stroke-width: 5px;
}
.sg-Progress-circle circle:nth-of-type(2) {
  stroke: #6DA300;
}
.sg-Progress-circle.sg-Progress-circle--small {
  width: 50px;
  height: 50px;
}
.sg-Progress-circle.sg-Progress-circle--small circle:nth-of-type(2) {
  stroke-width: 24px;
}
.sg-Progress-circle.sg-Progress-circle--medium {
  width: 60px;
  height: 60px;
}
.sg-Progress-circle.sg-Progress-circle--medium circle:nth-of-type(2) {
  stroke-width: 20px;
}
.sg-Progress-circle.sg-Progress-circle--large {
  width: 70px;
  height: 70px;
}
.sg-Progress-circle.sg-Progress-circle--large circle:nth-of-type(2) {
  stroke-width: 17px;
}
.sg-Progress-circle.sg-Progress-circle--xlarge {
  width: 90px;
  height: 90px;
}
.sg-Progress-circle.sg-Progress-circle--xlarge circle:nth-of-type(2) {
  stroke-width: 14px;
}
@media all and (max-width: 700px) {
  .sg-Progress {
    border-top-width: 1px;
  }
  .sg-Progress-step {
    font-size: 16px !important;
    font-size: 1rem !important;
    border-left-width: 1px;
  }
  .sg-Progress-text,
  .sg-Progress-link,
  .sg-Progress-link {
    padding-left: 5px;
  }
  .sg-Progress-text:after,
  .sg-Progress-link:after {
    width: 20px;
    right: -20px;
  }
  .sg-Progress-link:after {
    right: -20px;
  }
}
@media all and (max-width: 500px) {
  .sg-Progress-step {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step {
    counter-increment: counter;
    position: relative;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step:before {
    content: counter(counter);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    margin-top: 1px;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step:not(.sg-Progress-step--current) .sg-Progress-text,
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step:not(.sg-Progress-step--current) .sg-Progress-link {
    color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 0;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step--current {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
       -moz-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step--current:before {
    visibility: hidden;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step--current .sg-Progress-text,
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step--current .sg-Progress-link {
    text-indent: 0;
    white-space: initial;
  }
}
/* ==========================================================================
   AAMINEW - Progress bar
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Style overides
   ========================================================================== */
.sg-Progress .sg-Progress-step {
  vertical-align: top;
  padding: 30px 0 0 0;
  background: none;
  border: none;
  font-size: 16px !important;
  font-size: 1rem !important;
}
.sg-Progress .sg-Progress-step:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -20px;
  z-index: 2;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: solid 1px #e5e5e5;
  background-color: #e5e5e5;
}
.sg-Progress .sg-Progress-step .sg-Progress-text,
.sg-Progress .sg-Progress-step .sg-Progress-link {
  margin: 0;
  padding-top: 46px;
  padding-bottom: 0;
  color: #666666;
  font-weight: bold;
  line-height: initial;
}
.sg-Progress .sg-Progress-step .sg-Progress-text:before,
.sg-Progress .sg-Progress-step .sg-Progress-text:after,
.sg-Progress .sg-Progress-step .sg-Progress-link:before,
.sg-Progress .sg-Progress-step .sg-Progress-link:after {
  content: "";
  position: absolute;
  top: 10px;
  height: 10px;
  z-index: 1;
  width: 100%;
  background-color: #e5e5e5;
}
.sg-Progress .sg-Progress-step .sg-Progress-text:before,
.sg-Progress .sg-Progress-step .sg-Progress-link:before {
  left: 50%;
  display: none;
}
.sg-Progress .sg-Progress-step .sg-Progress-text:after,
.sg-Progress .sg-Progress-step .sg-Progress-link:after {
  left: 50%;
}
.sg-Progress .sg-Progress-step:last-of-type .sg-Progress-text:after,
.sg-Progress .sg-Progress-step:last-of-type .sg-Progress-link:after {
  display: none;
}
.sg-Progress-text,
.sg-Progress-link {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.sg-Progress-step.sg-Progress-step--prev,
.sg-Progress-step.sg-Progress-step--current {
  background-color: transparent;
  color: #6DA300;
}
.sg-Progress-step.sg-Progress-step--prev .sg-Progress-link,
.sg-Progress-step.sg-Progress-step--current .sg-Progress-link {
  color: #6DA300;
}
.sg-Progress-step.sg-Progress-step--prev:before,
.sg-Progress-step.sg-Progress-step--current:before {
  top: 25px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url("../img/Icon-tick.svg#light");
  background-repeat: no-repeat;
  border: none;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #6DA300;
  -moz-background-size: 26px;
    -o-background-size: 26px;
       background-size: 26px;
  background-position: 8px 6px;
}
.sg-Progress-step.sg-Progress-step--prev .sg-Progress-text,
.sg-Progress-step.sg-Progress-step--current .sg-Progress-text,
.sg-Progress-step.sg-Progress-step--prev .sg-Progress-link,
.sg-Progress-step.sg-Progress-step--current .sg-Progress-link {
  color: #558000;
}
.sg-Progress-step.sg-Progress-step--prev .sg-Progress-text:before,
.sg-Progress-step.sg-Progress-step--current .sg-Progress-text:before,
.sg-Progress-step.sg-Progress-step--prev .sg-Progress-text:after,
.sg-Progress-step.sg-Progress-step--current .sg-Progress-text:after,
.sg-Progress-step.sg-Progress-step--prev .sg-Progress-link:before,
.sg-Progress-step.sg-Progress-step--current .sg-Progress-link:before,
.sg-Progress-step.sg-Progress-step--prev .sg-Progress-link:after,
.sg-Progress-step.sg-Progress-step--current .sg-Progress-link:after {
  background-color: #6DA300;
}
.sg-Progress-step.sg-Progress-step--current {
  color: #2a2a2a;
}
.sg-Progress-step.sg-Progress-step--current:before {
  background-image: none;
  z-index: 7;
}
.sg-Progress-step.sg-Progress-step--current .sg-Progress-text,
.sg-Progress-step.sg-Progress-step--current .sg-Progress-link {
  color: #2a2a2a;
}
.sg-Progress-step.sg-Progress-step--current .sg-Progress-text:after,
.sg-Progress-step.sg-Progress-step--current .sg-Progress-link:after {
  background-color: #e5e5e5;
  z-index: 1;
}
.sg-Progress.sg-Progress--onlyNumbers .sg-Progress-step {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
.sg-Progress.sg-Progress--onlyNumbers .sg-Progress-step:before {
  content: counter(countVar);
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  margin-top: 0px;
  padding-top: 9px;
  font-weight: bold;
  line-height: 1.6em;
  top: 25px;
}
.sg-Progress.sg-Progress--onlyNumbers .sg-Progress-step.sg-Progress-step--prev:before {
  content: "";
}
.sg-Progress.sg-Progress--onlyNumbers .sg-Progress-step.sg-Progress-step--current:before {
  color: #ffffff;
}
.sg-Progress-list .sg-Progress-step {
  padding: 0;
}
@media all and (max-width: 700px) {
  .sg-Progress-text,
  .sg-Progress-link {
    padding-left: 10px;
  }
  .sg-Progress.sg-Progress--onlyNumbers .sg-Progress-step:before {
    padding-top: 9px;
    margin-top: 0em;
  }
}
@media all and (max-width: 500px) {
  .sg-Progress .sg-Progress-step {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-weight: bold;
    white-space: normal;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step:before {
    padding-top: 9px;
    margin-top: 0;
    top: 25px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step--prev:before {
    color: transparent;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step--current {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step--current:before {
    visibility: visible;
    color: #ffffff;
  }
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step--current .sg-Progress-text,
  .sg-Progress.sg-Progress--shrinkToNumbers .sg-Progress-step--current .sg-Progress-link {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ==========================================================================
   Radio & Checkboxes
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Radio and check basic styling
   ========================================================================== */
.sg-Check .sg-Check-input:focus ~ .sg-Check-text {
  outline: 2px solid #4191d8;
  outline-offset: 3px;
  outline-style: auto;
}
.sg-Check-table .sg-Check .sg-Check-input:focus ~ .sg-Check-text {
  outline-offset: -2px;
  outline-style: solid;
}
.sg-Check .sg-Check-input:focus:not(:focus-visible) ~ .sg-Check-text {
  outline: 0;
}
.sg-Radio .sg-Radio-input:focus ~ .sg-Radio-text {
  outline: 2px solid #4191d8;
  outline-offset: 3px;
  outline-style: auto;
}
.sg-Radio-table .sg-Radio .sg-Radio-input:focus ~ .sg-Radio-text {
  outline-offset: -2px;
  outline-style: solid;
}
.sg-Radio .sg-Radio-input:focus:not(:focus-visible) ~ .sg-Radio-text {
  outline: 0;
}
.sg-Toggle-input:focus {
  outline: 2px solid #4191d8;
  outline-offset: 8px;
  outline-style: solid;
}
.sg-Toggle-input:focus:not(:focus-visible) {
  outline: 0;
}
.sg-Radio,
.sg-Check {
  display: inline-block;
  margin: 0 10px 10px 0;
  position: relative;
}
.sg-Radio-input,
.sg-Check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
html.lt-ie8 .sg-Radio-input,
html.lt-ie8 .sg-Check-input {
  position: fixed;
}
html.lt-ie8 .sg-Radio-input,
html.lt-ie8 .sg-Check-input {
  position: fixed;
}
.sg-Radio-icon:before,
.sg-Check-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: -webkit-calc((1em*1.4 - 20px)/2);
  top: -moz-calc((1em*1.4 - 20px)/2);
  top: calc((1em*1.4 - 20px)/2);
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border: solid 1px #bbb3b3;
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.sg-Radio-text,
.sg-Check-text {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.4;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.sg-Radio-text:after,
.sg-Check-text:after {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.sg-Radio {
  cursor: pointer;
}
.sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before {
  border: solid 1px #62943B;
  background-color: #eeffcc;
}
.sg-Radio .sg-Radio-icon:before {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.sg-Radio .sg-Radio-input:checked ~ .sg-Radio-icon:before {
  border: solid 1px #62943B;
  background-color: #6DA300;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
     -moz-box-shadow: inset 0 0 0 3px #ffffff;
          box-shadow: inset 0 0 0 3px #ffffff;
  cursor: default;
}
.sg-Radio .sg-Radio-input:checked ~ .sg-Radio-text {
  cursor: default;
}
.sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-icon {
  cursor: default;
}
.sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text {
  cursor: default;
}
.sg-Radio .sg-Radio-input:not(:disabled):active ~ .sg-Radio-text {
  color: #5c8a00;
}
.sg-Radio .sg-Radio-input:not(:disabled):active:checked ~ .sg-Radio-icon:before {
  border: solid 1px #5c8a00;
  background-color: #5c8a00;
}
.sg-Radio .sg-Radio-input:disabled ~ .sg-Radio-icon {
  cursor: no-drop;
}
.sg-Radio .sg-Radio-input:disabled ~ .sg-Radio-icon:before,
.sg-Radio .sg-Radio-input:disabled ~ .sg-Radio-text {
  opacity: 0.55;
  cursor: no-drop;
}
.sg-Radio .sg-Radio-input:disabled ~ .sg-Radio-icon:before {
  border: dashed 1px #bbb3b3;
}
.sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Radio-icon:before {
  border: dashed 1px #62943B;
}
.sg-Check {
  cursor: pointer;
}
.sg-Check:hover .sg-Check-input:not(:disabled) ~ .sg-Check-icon:before {
  border: solid 1px #62943B;
  background-color: #eeffcc;
  cursor: pointer;
}
.sg-Check .sg-Check-input ~ .sg-Check-icon:before {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.sg-Check .sg-Check-input:checked ~ .sg-Check-icon:before {
  border: solid 1px #62943B;
  background-image: url("../img/Icon-tick.svg#correct");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
       background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-position: center center;
}
.sg-Check .sg-Check-input:checked ~ .sg-Check-icon:before.Icon--circle {
  -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
       background-size: 15px 15px;
}
.sg-Check .sg-Check-input:disabled ~ .sg-Check-icon {
  cursor: no-drop;
}
.sg-Check .sg-Check-input:disabled ~ .sg-Check-icon:before,
.sg-Check .sg-Check-input:disabled ~ .sg-Check-text {
  cursor: no-drop;
  opacity: 0.55;
}
.sg-Check .sg-Check-input:disabled ~ .sg-Check-icon:before {
  border: dashed 1px #bbb3b3;
}
.sg-Check .sg-Check-input:disabled:checked ~ .sg-Check-icon:before {
  border: dashed 1px #62943B;
}
/* Radio and check option style
   ========================================================================== */
.sg-Radio--option,
.sg-Check--option {
  display: block;
  margin: 0 0 10px 0;
}
.sg-Radio--option .sg-Radio-icon:before,
.sg-Check--option .sg-Check-icon:before {
  top: 50%;
  left: 12px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sg-Radio--option .sg-Radio-text,
.sg-Check--option .sg-Check-text {
  padding: 10px 10px 10px 50px;
  border: solid 1px #bbb3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  width: 100%;
  background-color: #ffffff;
}
.sg-Radio--option .sg-Radio-text:after,
.sg-Check--option .sg-Check-text:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 42px;
  background: #f2f2f2;
  border-right: solid 1px #bbb3b3;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}
.sg-Radio--option:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text {
  color: #535353;
  border: solid 1px #62943B;
}
.sg-Radio--option:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text:after {
  background-color: #eeffcc;
  border-right-color: #62943B;
}
.sg-Radio--option:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before {
  border: solid 1px #62943B;
  background-color: white;
  cursor: pointer;
}
.sg-Radio--option .sg-Radio-input:checked ~ .sg-Radio-text {
  border: solid 1px #5c8a00;
  background: #ffffff;
}
.sg-Radio--option .sg-Radio-input:checked ~ .sg-Radio-text:after {
  background: #6DA300;
  border-right: solid 1px #5c8a00;
}
.sg-Radio--option .sg-Radio-input:disabled ~ .sg-Radio-text {
  border-style: dashed;
}
.sg-Radio--option .sg-Radio-input:disabled ~ .sg-Radio-text:after {
  border-right-style: dashed;
}
.sg-Check--option:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text {
  color: #535353;
  border: solid 1px #62943B;
}
.sg-Check--option:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text:after {
  background-color: #eeffcc;
  border-right-color: #62943B;
}
.sg-Check--option:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before {
  border: solid 1px #62943B;
  background-color: white;
  cursor: pointer;
}
.sg-Check--option:hover .sg-Check-input:checked:not(:focus, :hover) ~ .sg-Check-icon:before {
  background-color: white;
  border: solid 1px #5c8a00;
}
.sg-Check--option:hover .sg-Check-input:checked:not(:focus, :hover) ~ .sg-Check-text {
  background-color: #ffffff;
  border: solid 1px #5c8a00;
}
.sg-Check--option:hover .sg-Check-input:checked:not(:focus, :hover) ~ .sg-Check-text:after {
  background-color: #5c8a00;
  border-right-color: #5c8a00;
}
.sg-Check--option .sg-Check-input:checked ~ .sg-Check-icon:before {
  border: solid 1px #5c8a00;
}
.sg-Check--option .sg-Check-input:checked ~ .sg-Check-text {
  border: solid 1px #5c8a00;
  background: #ffffff;
}
.sg-Check--option .sg-Check-input:checked ~ .sg-Check-text:after {
  background: #6DA300;
  border-right: solid 1px #5c8a00;
}
.sg-Check--option .sg-Check-input:hover:not(:disabled) ~ .sg-Check-icon:before {
  border: solid 1px #62943B;
  background-color: #ffffff;
}
.sg-Check--option .sg-Check-input:hover:not(:disabled) ~ .sg-Check-text {
  color: #535353;
  border: solid 1px #62943B;
}
.sg-Check--option .sg-Check-input:hover:not(:disabled) ~ .sg-Check-text:after {
  background: #eeffcc;
  border-right-color: #62943B;
}
.sg-Check--option .sg-Check-input:hover:not(:disabled):checked ~ .sg-Check-icon:before {
  background-color: #ffffff;
  border: solid 1px #5c8a00;
}
.sg-Check--option .sg-Check-input:hover:not(:disabled):checked ~ .sg-Check-text {
  background-color: #ffffff;
  border: solid 1px #5c8a00;
}
.sg-Check--option .sg-Check-input:hover:not(:disabled):checked ~ .sg-Check-text:after {
  background-color: #5c8a00;
  border-right-color: #5c8a00;
}
.sg-Check--option .sg-Check-input:disabled ~ .sg-Check-text {
  border-style: dashed;
}
.sg-Check--option .sg-Check-input:disabled ~ .sg-Check-text:after {
  border-right-style: dashed;
}
/* Radio button style
   ========================================================================== */
.sg-Radio-btn {
  margin: 0 15px 15px 0;
}
.sg-Radio-btn .sg-Radio-input ~ .sg-Radio-icon:before {
  display: none;
}
.sg-Radio-btn .sg-Radio-input ~ .sg-Radio-text {
  min-width: 2.7em;
  padding: 10px 15px;
  font-size: 110%;
  line-height: 1.21;
  border: solid 1px #e6e6e6;
  color: #535353;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.sg-Radio-btn .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text:hover {
  background: #eeffcc;
  border-color: #5c8a00;
}
.sg-Radio-btn .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text {
  background: #EFF4DA;
  border-color: #295408;
  -webkit-box-shadow: inset 0 4px 0 0 #6DA300;
     -moz-box-shadow: inset 0 4px 0 0 #6DA300;
          box-shadow: inset 0 4px 0 0 #6DA300;
}
.sg-Radio-btn .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-btn .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text > * {
  color: #535353;
}
.sg-Radio-btn .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text:hover {
  color: #535353;
}
.sg-Radio-btn .sg-Radio-input:disabled ~ .sg-Radio-text {
  color: #535353;
  border-style: dashed;
}
.sg-Radio-btn .sg-Radio-input:disabled:checked ~ .sg-Radio-text {
  color: #535353;
  background: #EFF4DA;
  border-color: #295408;
  -webkit-box-shadow: inset 0 4px 0 0 #6DA300;
     -moz-box-shadow: inset 0 4px 0 0 #6DA300;
          box-shadow: inset 0 4px 0 0 #6DA300;
}
.sg-Radio-contentIcon,
.sg-Radio-contentIcon--checked {
  display: block;
  margin: 0 auto 5px auto;
}
.sg-Radio-contentIcon--checked {
  display: none;
}
.sg-Radio-btn .sg-Radio-input:checked ~ .sg-Radio-text .sg-Radio-contentIcon {
  display: none;
}
.sg-Radio-btn .sg-Radio-input:checked ~ .sg-Radio-text .sg-Radio-contentIcon--checked {
  display: block;
}
/* Radio button groups
   ========================================================================== */
.sg-Radio-btnGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-style: none;
}
.sg-Radio-btnGroup .sg-Radio-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.sg-Radio-btnGroup .sg-Radio-btn .sg-Radio-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media all and (max-width: 500px) {
  .sg-Radio-btnGroup:not(.sg-Radio-btnGroup--noFullWidth) .sg-Radio-btn {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: none;
    margin-right: 0px;
  }
  .sg-Radio-btnGroup:not(.sg-Radio-btnGroup--noFullWidth) .sg-Radio-btn .sg-Radio-text {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .sg-Radio-btnGroup--noFullWidth .sg-Radio-btn {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    min-width: 2.7em;
  }
}
.sg-Radio-btnGroup--noFullWidth.sg-Radio-btnGroup--mini .sg-Radio-btn {
  width: 5em;
  max-width: 5em;
}
.sg-Radio-btnGroup--noFullWidth.sg-Radio-btnGroup--tiny .sg-Radio-btn {
  width: 7.5em;
  max-width: 7.5em;
}
.sg-Radio-btnGroup--noFullWidth.sg-Radio-btnGroup--smaller .sg-Radio-btn {
  width: 10em;
  max-width: 10em;
}
.sg-Radio-btnGroup--noFullWidth.sg-Radio-btnGroup--small .sg-Radio-btn {
  width: 12.5em;
  max-width: 12.5em;
}
.sg-Radio-btnGroup--noFullWidth.sg-Radio-btnGroup--medium .sg-Radio-btn {
  width: 15em;
  max-width: 15em;
}
.sg-Radio-btnGroup--noFullWidth.sg-Radio-btnGroup--large .sg-Radio-btn {
  width: 17.5em;
  max-width: 17.5em;
}
.sg-Radio-btnGroup--noFullWidth.sg-Radio-btnGroup--larger .sg-Radio-btn {
  width: 20em;
  max-width: 20em;
}
.sg-Radio-btnGroup--noFullWidth.sg-Radio-btnGroup--huge .sg-Radio-btn {
  width: 25em;
  max-width: 25em;
}
.sg-Radio-btnGroup--noFullWidth.sg-Radio-btnGroup--mega .sg-Radio-btn {
  width: 30em;
  max-width: 30em;
}
.sg-Radio-btnGroup--joined {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 0 10px 0;
}
.sg-Radio-btnGroup--joined > .sg-Radio-btn {
  margin: 0;
  padding: 0;
}
.sg-Radio-btnGroup--joined > .sg-Radio-btn .sg-Radio-input ~ .sg-Radio-text {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0.65em 0.8em;
}
.sg-Radio-btnGroup--joined > .sg-Radio-btn .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text:hover {
  background: #e5e5e5;
}
.sg-Radio-btnGroup--joined > .sg-Radio-btn:hover {
  z-index: 1;
}
.sg-Radio-btnGroup--joined > .sg-Radio-btn:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text {
  border-color: #62943B;
  background-color: #eeffcc;
  -webkit-box-shadow: 1px 0px 0px 0px #62943B;
     -moz-box-shadow: 1px 0px 0px 0px #62943B;
          box-shadow: 1px 0px 0px 0px #62943B;
}
.sg-Radio-btnGroup--joined > .sg-Radio-btn:first-child .sg-Radio-input ~ .sg-Radio-text {
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}
.sg-Radio-btnGroup--joined > .sg-Radio-btn:last-child .sg-Radio-input ~ .sg-Radio-text {
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}
.sg-Radio-btnGroup--joined > .sg-Radio-btn:not(:last-child) .sg-Radio-input ~ .sg-Radio-text {
  border-right: 0px;
}
@media all and (max-width: 700px) {
  .sg-Radio-btnGroup--shrinkOnMobile > .sg-Radio-btn .sg-Radio-input ~ .sg-Radio-text {
    padding-left: 1.05em;
    padding-right: 1.05em;
  }
}
@media all and (max-width: 500px) {
  .sg-Radio-btnGroup--shrinkOnMobile > .sg-Radio-btn .sg-Radio-input ~ .sg-Radio-text {
    font-size: 85%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media all and (max-width: 350px) {
  .sg-Radio-btnGroup--shrinkOnMobile > .sg-Radio-btn .sg-Radio-input ~ .sg-Radio-text {
    font-size: 80%;
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
}
.sg-Radio-btnGroup.sg-Radio-btnGroup--stretch {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-right: 0;
}
.sg-Radio-btnGroup--mini .sg-Radio-btn {
  max-width: 5em;
}
.sg-Radio-btnGroup--tiny .sg-Radio-btn {
  max-width: 7.5em;
}
.sg-Radio-btnGroup--smaller .sg-Radio-btn {
  max-width: 10em;
}
.sg-Radio-btnGroup--small .sg-Radio-btn {
  max-width: 12.5em;
}
.sg-Radio-btnGroup--medium .sg-Radio-btn {
  max-width: 15em;
}
.sg-Radio-btnGroup--large .sg-Radio-btn {
  max-width: 17.5em;
}
.sg-Radio-btnGroup--larger .sg-Radio-btn {
  max-width: 20em;
}
.sg-Radio-btnGroup--huge .sg-Radio-btn {
  max-width: 25em;
}
.sg-Radio-btnGroup--mega .sg-Radio-btn {
  max-width: 30em;
}
.sg-Radio-btnGroup--stretch .sg-Radio-btn {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: none;
}
.sg-Radio-btnGroup--stretch .sg-Radio-btn:last-child {
  padding-right: 0px;
}
.sg-Radio-btnGroup--stretch .sg-Radio-btn .sg-Radio-text {
  width: 100% !important;
}
.sg-Radio-btnGroup--mini .sg-Radio-btn,
.sg-Radio-btnGroup--mini .sg-Radio-btn > .sg-Radio-text {
  width: 5em;
}
.sg-Radio-btnGroup--tiny .sg-Radio-btn,
.sg-Radio-btnGroup--tiny .sg-Radio-btn > .sg-Radio-text {
  width: 7.5em;
}
.sg-Radio-btnGroup--smaller .sg-Radio-btn,
.sg-Radio-btnGroup--smaller .sg-Radio-btn > .sg-Radio-text {
  width: 10em;
}
.sg-Radio-btnGroup--small .sg-Radio-btn,
.sg-Radio-btnGroup--small .sg-Radio-btn > .sg-Radio-text {
  width: 12.5em;
}
.sg-Radio-btnGroup--medium .sg-Radio-btn,
.sg-Radio-btnGroup--medium .sg-Radio-btn > .sg-Radio-text {
  width: 15em;
}
.sg-Radio-btnGroup--large .sg-Radio-btn,
.sg-Radio-btnGroup--large .sg-Radio-btn > .sg-Radio-text {
  width: 17.5em;
}
.sg-Radio-btnGroup--larger .sg-Radio-btn,
.sg-Radio-btnGroup--larger .sg-Radio-btn > .sg-Radio-text {
  width: 20em;
}
.sg-Radio-btnGroup--huge .sg-Radio-btn,
.sg-Radio-btnGroup--huge .sg-Radio-btn > .sg-Radio-text {
  width: 25em;
}
.sg-Radio-btnGroup--mega .sg-Radio-btn,
.sg-Radio-btnGroup--mega .sg-Radio-btn > .sg-Radio-text {
  width: 30em;
}
.sg-Radio-btnGroup .sg-Radio.sg-Radio-btn.sg-Radio-btn--bg .sg-Radio-text {
  padding: 0px;
}
.sg-Radio-btnGroup .sg-Radio.sg-Radio-btn.sg-Radio-btn--bg .sg-Radio-text .sg-Radio-btn--bgImage {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  -webkit-border-top-left-radius: inherit;
     -moz-border-radius-topleft: inherit;
          border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
     -moz-border-radius-topright: inherit;
          border-top-right-radius: inherit;
  width: 100%;
}
.sg-Radio-btnGroup .sg-Radio.sg-Radio-btn.sg-Radio-btn--bg .sg-Radio-text .sg-Radio-btn--bgText {
  border-top: 3px solid #cc0000;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
/* Radio slider
   ========================================================================== */
.sg-Radio-slider {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.sg-Radio-slider:not(.sg-Radio-slider--unselected) .sg-Radio-slider-label .sg-Radio-slider-inner:before {
  margin-left: 4px;
}
.sg-Radio-slider:not(.sg-Radio-slider--unselected) .sg-Radio-slider-label ~ .sg-Radio-slider-label .sg-Radio-slider-inner:before {
  margin-left: 0px;
}
.sg-Radio-slider:not(.sg-Radio-slider--unselected) .sg-Radio-slider-label ~ .sg-Radio-slider-label:last-child .sg-Radio-slider-inner:before {
  margin-left: -4px;
}
.sg-Radio-slider.sg-Radio-slider--unselected {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.sg-Radio-slider .sg-Radio-slider-track {
  background: #6DA300;
  height: 10px;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  z-index: -1;
  -webkit-transition: width 0.05s ease-in-out;
     -moz-transition: width 0.05s ease-in-out;
       -o-transition: width 0.05s ease-in-out;
          transition: width 0.05s ease-in-out;
}
.sg-Radio-slider:after {
  content: "";
  background: #e5e5e5;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  z-index: -2;
  right: 0;
}
.sg-Radio-slider--solid.sg-Radio-slider:after {
  background: #6DA300;
}
.sg-Radio-slider .sg-Radio-slider-control {
  position: absolute;
  left: 0;
  padding: 0;
  top: -10px;
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  background: #EFF4DA;
  border: 4px solid #6DA300;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transform: translateX(-15px);
     -moz-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
       -o-transform: translateX(-15px);
          transform: translateX(-15px);
  z-index: 2;
  -webkit-transition: left 0.05s ease-in-out, border-color 0.05s ease-in-out, background 0.05s ease-in-out;
     -moz-transition: left 0.05s ease-in-out, border-color 0.05s ease-in-out, background 0.05s ease-in-out;
       -o-transition: left 0.05s ease-in-out, border-color 0.05s ease-in-out, background 0.05s ease-in-out;
          transition: left 0.05s ease-in-out, border-color 0.05s ease-in-out, background 0.05s ease-in-out;
}
.sg-Radio-slider .sg-Radio-slider-control:hover,
.sg-Radio-slider .sg-Radio-slider-control:active {
  border-color: #6DA300;
  background-color: #ffffff;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Radio-slider .sg-Radio-slider-label {
  cursor: pointer;
  position: relative;
  width: 0px;
  -webkit-transition: color 0.2s ease-in-out;
     -moz-transition: color 0.2s ease-in-out;
       -o-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
}
.sg-Radio-slider .sg-Radio-slider-input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.sg-Radio-slider .sg-Radio-slider-input:focus ~ .sg-Radio-slider-inner .sg-Radio-slider-text {
  outline: 2px solid #4191d8;
  outline-offset: 3px;
}
.sg-Radio-slider .sg-Radio-slider-input:focus:not(:focus-visible) ~ .sg-Radio-slider-inner .sg-Radio-slider-text {
  outline: 0 !important;
}
.sg-Radio-slider .sg-Radio-slider-text {
  margin-top: 20px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.sg-Radio-slider .sg-Radio-slider-label .sg-Radio-slider-inner:before {
  content: "";
  height: 10px;
  width: 10px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 2px solid #e5e5e5;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 0;
  -webkit-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
     -moz-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
       -o-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
          transition: width 0.2s ease-in-out, height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  background: #979797;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sg-Radio-slider--solid.sg-Radio-slider .sg-Radio-slider-label .sg-Radio-slider-inner:before {
  background: #ffffff;
  border-color: #6DA300;
}
.sg-Radio-slider .sg-Radio-slider-label.sgjs-isSnapped .sg-Radio-slider-inner:before {
  background: #ffffff;
  border-color: #6DA300;
}
:not(.sgjs-isDragging).sg-Radio-slider .sg-Radio-slider-label:hover .sg-Radio-slider-inner:before {
  height: 18px;
  width: 18px;
  margin-top: -4px;
}
@media screen and (max-width: 500px) {
  .sg-Radio-slider {
    margin-top: 40px;
  }
  .sg-Radio-slider .sg-Radio-slider-label:nth-child(odd) .sg-Radio-slider-text {
    margin-top: -30px;
  }
}
.sg-Radio-btnGroup {
  margin-right: -10px;
}
.sg-Radiocheck-item {
  position: relative;
  width: 100%;
}
.sg-Radio-btnGroup .sg-Radiocheck-item {
  padding-right: 10px;
  padding-bottom: 10px;
}
.sg-Radiocheck-item .sg-Radiocheck-item-action {
  position: absolute;
  top: 5px;
  right: 15px;
}
.sg-Radiocheck-item .sg-Radiocheck-item-action a {
  margin-top: 0;
  margin-bottom: 0;
}
.sg-Radiocheck-item .sg-Radiocheck-item-action .sg-Type--helpIcon {
  background-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.sg-Radiocheck-item .sg-Radio,
.sg-Radiocheck-item .sg-Check {
  height: 100%;
  padding: 0;
}
/* Radio table
   ========================================================================== */
.sg-Radio-table {
  border-bottom: 0;
  border-top: 0;
  padding: 1px 1px 0 0;
}
.sg-Radio-table .sg-Radio {
  margin-top: -1px;
  margin-right: -1px;
  border-top: 1px solid #D3CECE;
  border-bottom: 1px solid #D3CECE;
  border-left: 0 solid #D3CECE;
  border-right: 0 solid #D3CECE;
}
.sg-Radio-table .sg-Radio:first-child {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}
.sg-Radio-table .sg-Radio:last-child {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}
.sg-Radio-table .sg-Radiocheck-item {
  position: relative;
}
.sg-Radio-table .sg-Radiocheck-item .sg-Radio {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.sg-Radio-table .sg-Radiocheck-item:first-child .sg-Radio {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}
.sg-Radio-table .sg-Radiocheck-item:last-child .sg-Radio {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}
.sg-Radio-table .sg-Radiocheck-item .sg-Radiocheck-item-action {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}
.sg-Radio-table .sg-Radiocheck-item .sg-Radio-text {
  padding-right: 34px !important;
}
.sg-Radio-table.sg-Radio-table--2cols {
  padding-top: 1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
  border-left: 0 solid #D3CECE;
}
.sg-Radio-table.sg-Radio-table--2cols .sg-Radio {
  width: -webkit-calc(50% - (10px) / 2);
  width: -moz-calc(50% - (10px) / 2);
  width: calc(50% - (10px) / 2);
}
.sg-Radio-table.sg-Radio-table--2cols .sg-Radiocheck-item {
  width: -webkit-calc(50% - (10px) / 2);
  width: -moz-calc(50% - (10px) / 2);
  width: calc(50% - (10px) / 2);
  margin-top: -1px;
}
.sg-Radio-table.sg-Radio-table--2cols .sg-Radiocheck-item .sg-Radio {
  width: 100%;
  margin-top: 0;
}
.sg-Radio-table.sg-Radio-table--2cols .sg-Radio {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border-left: 0;
  border-right: 0 solid #D3CECE;
}
.sg-Check-table {
  border-bottom: 0;
  border-top: 0;
  padding: 1px 1px 0 0;
}
.sg-Check-table .sg-Check {
  margin-top: -1px;
  margin-right: -1px;
  border-top: 1px solid #D3CECE;
  border-bottom: 1px solid #D3CECE;
  border-left: 0 solid #D3CECE;
  border-right: 0 solid #D3CECE;
}
.sg-Check-table .sg-Check:first-child {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}
.sg-Check-table .sg-Check:last-child {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}
.sg-Check-table .sg-Radiocheck-item {
  position: relative;
}
.sg-Check-table .sg-Radiocheck-item .sg-Check {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.sg-Check-table .sg-Radiocheck-item:first-child .sg-Check {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}
.sg-Check-table .sg-Radiocheck-item:last-child .sg-Check {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}
.sg-Check-table .sg-Radiocheck-item .sg-Radiocheck-item-action {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}
.sg-Check-table .sg-Radiocheck-item .sg-Check-text {
  padding-right: 34px !important;
}
.sg-Check-table.sg-Check-table--2cols {
  padding-top: 1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
  border-left: 0 solid #D3CECE;
}
.sg-Check-table.sg-Check-table--2cols .sg-Check {
  width: -webkit-calc(50% - (10px) / 2);
  width: -moz-calc(50% - (10px) / 2);
  width: calc(50% - (10px) / 2);
}
.sg-Check-table.sg-Check-table--2cols .sg-Radiocheck-item {
  width: -webkit-calc(50% - (10px) / 2);
  width: -moz-calc(50% - (10px) / 2);
  width: calc(50% - (10px) / 2);
  margin-top: -1px;
}
.sg-Check-table.sg-Check-table--2cols .sg-Radiocheck-item .sg-Check {
  width: 100%;
  margin-top: 0;
}
.sg-Check-table.sg-Check-table--2cols .sg-Check {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border-left: 0;
  border-right: 0 solid #D3CECE;
}
.sg-Toggle-table {
  border-bottom: 0;
  border-top: 0;
  padding: 1px 1px 0 0;
}
.sg-Toggle-table .sg-Toggle {
  margin-top: -1px;
  margin-right: -1px;
  border-top: 1px solid #D3CECE;
  border-bottom: 1px solid #D3CECE;
  border-left: 0 solid #D3CECE;
  border-right: 0 solid #D3CECE;
}
.sg-Toggle-table .sg-Toggle:first-child {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}
.sg-Toggle-table .sg-Toggle:last-child {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}
.sg-Toggle-table .sg-Radiocheck-item {
  position: relative;
}
.sg-Toggle-table .sg-Radiocheck-item .sg-Toggle {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.sg-Toggle-table .sg-Radiocheck-item:first-child .sg-Toggle {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}
.sg-Toggle-table .sg-Radiocheck-item:last-child .sg-Toggle {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}
.sg-Toggle-table .sg-Radiocheck-item .sg-Radiocheck-item-action {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}
.sg-Toggle-table .sg-Radiocheck-item .sg-Toggle-text {
  padding-right: 34px !important;
}
.sg-Toggle-table.sg-Toggle-table--2cols {
  padding-top: 1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
  border-left: 0 solid #D3CECE;
}
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Toggle {
  width: -webkit-calc(50% - (10px) / 2);
  width: -moz-calc(50% - (10px) / 2);
  width: calc(50% - (10px) / 2);
}
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Radiocheck-item {
  width: -webkit-calc(50% - (10px) / 2);
  width: -moz-calc(50% - (10px) / 2);
  width: calc(50% - (10px) / 2);
  margin-top: -1px;
}
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Radiocheck-item .sg-Toggle {
  width: 100%;
  margin-top: 0;
}
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Toggle {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border-left: 0;
  border-right: 0 solid #D3CECE;
}
.sg-Radio-table,
.sg-Check-table,
.sg-Toggle-table {
  width: 100%;
  background: #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.sg-Radio-table .sg-Radio,
.sg-Check-table .sg-Radio,
.sg-Toggle-table .sg-Radio,
.sg-Radio-table .sg-Check,
.sg-Check-table .sg-Check,
.sg-Toggle-table .sg-Check,
.sg-Radio-table .sg-Toggle,
.sg-Check-table .sg-Toggle,
.sg-Toggle-table .sg-Toggle {
  display: block;
  margin-bottom: 0;
  margin-right: 0;
  background: #ffffff;
}
.sg-Radio-table .sg-Radio .sg-Grid-row,
.sg-Check-table .sg-Radio .sg-Grid-row,
.sg-Toggle-table .sg-Radio .sg-Grid-row,
.sg-Radio-table .sg-Check .sg-Grid-row,
.sg-Check-table .sg-Check .sg-Grid-row,
.sg-Toggle-table .sg-Check .sg-Grid-row,
.sg-Radio-table .sg-Toggle .sg-Grid-row,
.sg-Check-table .sg-Toggle .sg-Grid-row,
.sg-Toggle-table .sg-Toggle .sg-Grid-row {
  margin: 0;
}
.sg-Radio-table .sg-Radio .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Radio .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Radio .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Check .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Check .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Check .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Radio .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Radio .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Radio .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Check .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Check .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Check .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Toggle .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Toggle .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Toggle .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Radio .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Radio .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Radio .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Check .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Check .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Check .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Toggle .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Toggle .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Toggle .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Radio .sg-Check-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Radio .sg-Check-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Radio .sg-Check-input ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Check .sg-Check-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Check .sg-Check-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Check .sg-Check-input ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Toggle .sg-Check-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Toggle .sg-Check-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Toggle .sg-Check-input ~ .sg-Check-icon:before {
  top: 50%;
  margin-top: -10px;
}
.sg-Radio-table .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Check-input ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Check-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Check-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Check-input ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Check-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Check-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Check-input ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Check-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Radio-input ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Radio-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Radio-input ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Radio-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Radio-input ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Radio-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input ~ .sg-Check-text,
.sg-Radio-table .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input ~ .sg-Check-text {
  cursor: pointer;
  padding: 10px 5px;
  padding-left: 40px;
  width: 100%;
  display: inline-block;
}
.sg-Radio-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Check-text {
  background-color: #ffffff;
  color: #535353;
}
.sg-Radio-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Radio-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Check-text {
  background-color: #ffffff;
  color: #535353;
}
.sg-Radio-table .sg-Radio .sg-Radio-input:disabled ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Radio-input:disabled ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input:disabled ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Radio-input:disabled ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Radio-input:disabled ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Radio-input:disabled ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input:disabled ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Radio-input:disabled ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input:disabled ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Check-input:disabled ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Check-input:disabled ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Check-input:disabled ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Check-input:disabled ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Check-input:disabled ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Check-input:disabled ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Check-input:disabled ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Check-input:disabled ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input:disabled ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Radio-input:disabled ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Radio-input:disabled ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input:disabled ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Radio-input:disabled ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Radio-input:disabled ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Radio-input:disabled ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input:disabled ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Radio-input:disabled ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input:disabled ~ .sg-Check-text,
.sg-Radio-table .sg-Radio .sg-Check-input:disabled ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Check-input:disabled ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Check-input:disabled ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Check-input:disabled ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Check-input:disabled ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Check-input:disabled ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Check-input:disabled ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Check-input:disabled ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input:disabled ~ .sg-Check-text {
  cursor: no-drop;
  opacity: 0.55;
}
.sg-Radio-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before {
  background-color: #ffffff;
}
.sg-Radio-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Radio-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Radio-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Radio-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text {
  color: #535353;
  background-color: #eeffcc;
}
.sg-Radio-table .sg-Radio:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Check-table .sg-Radio:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Radio:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Check:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Check-table .sg-Check:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Check:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Check-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Radio:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Check-table .sg-Radio:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Radio:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Check:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Check-table .sg-Check:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Check:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Toggle:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Check-table .sg-Toggle:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Toggle:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-icon:before {
  background-color: #ffffff;
}
.sg-Radio-table .sg-Radio:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Radio:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Check:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Check:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Check:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Radio:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Radio:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Check:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Check:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Check:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Toggle:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle:hover .sg-Check-input:not(:disabled):checked ~ .sg-Check-text {
  color: #535353;
  background-color: #eeffcc;
}
.sg-Radio-table.sg-Radio-table--2cols,
.sg-Check-table.sg-Radio-table--2cols,
.sg-Toggle-table.sg-Radio-table--2cols,
.sg-Radio-table.sg-Check-table--2cols,
.sg-Check-table.sg-Check-table--2cols,
.sg-Toggle-table.sg-Check-table--2cols,
.sg-Radio-table.sg-Toggle-table--2cols,
.sg-Check-table.sg-Toggle-table--2cols,
.sg-Toggle-table.sg-Toggle-table--2cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
}
.sg-Radio-table.sg-Radio-table--2cols .sg-Radio,
.sg-Check-table.sg-Radio-table--2cols .sg-Radio,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Radio,
.sg-Radio-table.sg-Check-table--2cols .sg-Radio,
.sg-Check-table.sg-Check-table--2cols .sg-Radio,
.sg-Toggle-table.sg-Check-table--2cols .sg-Radio,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Radio,
.sg-Check-table.sg-Toggle-table--2cols .sg-Radio,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Radio,
.sg-Radio-table.sg-Radio-table--2cols .sg-Check,
.sg-Check-table.sg-Radio-table--2cols .sg-Check,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Check,
.sg-Radio-table.sg-Check-table--2cols .sg-Check,
.sg-Check-table.sg-Check-table--2cols .sg-Check,
.sg-Toggle-table.sg-Check-table--2cols .sg-Check,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Check,
.sg-Check-table.sg-Toggle-table--2cols .sg-Check,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Check,
.sg-Radio-table.sg-Radio-table--2cols .sg-Toggle,
.sg-Check-table.sg-Radio-table--2cols .sg-Toggle,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Toggle,
.sg-Radio-table.sg-Check-table--2cols .sg-Toggle,
.sg-Check-table.sg-Check-table--2cols .sg-Toggle,
.sg-Toggle-table.sg-Check-table--2cols .sg-Toggle,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Toggle,
.sg-Check-table.sg-Toggle-table--2cols .sg-Toggle,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #ffffff;
}
.sg-Radio-table.sg-Radio-table--2cols .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table.sg-Radio-table--2cols .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table.sg-Check-table--2cols .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table.sg-Check-table--2cols .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table.sg-Check-table--2cols .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table.sg-Toggle-table--2cols .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table.sg-Radio-table--2cols .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table.sg-Radio-table--2cols .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table.sg-Check-table--2cols .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table.sg-Check-table--2cols .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table.sg-Check-table--2cols .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table.sg-Toggle-table--2cols .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table.sg-Radio-table--2cols .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table.sg-Radio-table--2cols .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table.sg-Check-table--2cols .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table.sg-Check-table--2cols .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table.sg-Check-table--2cols .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table.sg-Toggle-table--2cols .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table.sg-Radio-table--2cols .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Check-table.sg-Radio-table--2cols .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table.sg-Check-table--2cols .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Check-table.sg-Check-table--2cols .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table.sg-Check-table--2cols .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Check-table.sg-Toggle-table--2cols .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table.sg-Radio-table--2cols .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Check-table.sg-Radio-table--2cols .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table.sg-Check-table--2cols .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Check-table.sg-Check-table--2cols .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table.sg-Check-table--2cols .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Check-table.sg-Toggle-table--2cols .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table.sg-Radio-table--2cols .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Check-table.sg-Radio-table--2cols .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table.sg-Check-table--2cols .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Check-table.sg-Check-table--2cols .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table.sg-Check-table--2cols .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Check-table.sg-Toggle-table--2cols .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table.sg-Radio-table--2cols .sg-Radio .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Check-table.sg-Radio-table--2cols .sg-Radio .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Radio .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Radio-table.sg-Check-table--2cols .sg-Radio .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Check-table.sg-Check-table--2cols .sg-Radio .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Toggle-table.sg-Check-table--2cols .sg-Radio .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Radio .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Check-table.sg-Toggle-table--2cols .sg-Radio .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Radio .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Radio-table.sg-Radio-table--2cols .sg-Check .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Check-table.sg-Radio-table--2cols .sg-Check .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Check .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Radio-table.sg-Check-table--2cols .sg-Check .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Check-table.sg-Check-table--2cols .sg-Check .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Toggle-table.sg-Check-table--2cols .sg-Check .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Check .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Check-table.sg-Toggle-table--2cols .sg-Check .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Check .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Radio-table.sg-Radio-table--2cols .sg-Toggle .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Check-table.sg-Radio-table--2cols .sg-Toggle .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Toggle .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Radio-table.sg-Check-table--2cols .sg-Toggle .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Check-table.sg-Check-table--2cols .sg-Toggle .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Toggle-table.sg-Check-table--2cols .sg-Toggle .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Toggle .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Check-table.sg-Toggle-table--2cols .sg-Toggle .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Toggle .sg-Toggle-input:checked ~ .sg-Toggle-textOn,
.sg-Radio-table.sg-Radio-table--2cols .sg-Radio .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Check-table.sg-Radio-table--2cols .sg-Radio .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Radio .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Radio-table.sg-Check-table--2cols .sg-Radio .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Check-table.sg-Check-table--2cols .sg-Radio .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Toggle-table.sg-Check-table--2cols .sg-Radio .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Radio .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Check-table.sg-Toggle-table--2cols .sg-Radio .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Radio .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Radio-table.sg-Radio-table--2cols .sg-Check .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Check-table.sg-Radio-table--2cols .sg-Check .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Check .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Radio-table.sg-Check-table--2cols .sg-Check .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Check-table.sg-Check-table--2cols .sg-Check .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Toggle-table.sg-Check-table--2cols .sg-Check .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Check .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Check-table.sg-Toggle-table--2cols .sg-Check .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Check .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Radio-table.sg-Radio-table--2cols .sg-Toggle .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Check-table.sg-Radio-table--2cols .sg-Toggle .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Toggle-table.sg-Radio-table--2cols .sg-Toggle .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Radio-table.sg-Check-table--2cols .sg-Toggle .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Check-table.sg-Check-table--2cols .sg-Toggle .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Toggle-table.sg-Check-table--2cols .sg-Toggle .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Radio-table.sg-Toggle-table--2cols .sg-Toggle .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Check-table.sg-Toggle-table--2cols .sg-Toggle .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff,
.sg-Toggle-table.sg-Toggle-table--2cols .sg-Toggle .sg-Toggle-input:not(:checked) ~ .sg-Toggle-textOff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 950px) {
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseXlarge .sg-Radio,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseXlarge .sg-Radio,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseXlarge .sg-Radio,
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseXlarge .sg-Check,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseXlarge .sg-Check,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseXlarge .sg-Check,
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseXlarge .sg-Toggle,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseXlarge .sg-Toggle,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseXlarge .sg-Toggle,
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseXlarge .sg-Radiocheck-item,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseXlarge .sg-Radiocheck-item,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseXlarge .sg-Radiocheck-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    margin-bottom: 0;
  }
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseXlarge .sg-Radio-table--empty,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseXlarge .sg-Radio-table--empty,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseXlarge .sg-Radio-table--empty {
    display: none;
  }
}
@media all and (max-width: 700px) {
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseLarge .sg-Radio,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseLarge .sg-Radio,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseLarge .sg-Radio,
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseLarge .sg-Check,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseLarge .sg-Check,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseLarge .sg-Check,
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseLarge .sg-Toggle,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseLarge .sg-Toggle,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseLarge .sg-Toggle,
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseLarge .sg-Radiocheck-item,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseLarge .sg-Radiocheck-item,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseLarge .sg-Radiocheck-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    margin-bottom: 0;
  }
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseLarge .sg-Radio-table--empty,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseLarge .sg-Radio-table--empty,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseLarge .sg-Radio-table--empty {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseMedium .sg-Radio,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseMedium .sg-Radio,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseMedium .sg-Radio,
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseMedium .sg-Check,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseMedium .sg-Check,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseMedium .sg-Check,
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseMedium .sg-Toggle,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseMedium .sg-Toggle,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseMedium .sg-Toggle,
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseMedium .sg-Radiocheck-item,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseMedium .sg-Radiocheck-item,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseMedium .sg-Radiocheck-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    margin-bottom: 0;
  }
  .sg-Radio-table.sg-Radio-table--2cols.sg-Radio-table--collapseMedium .sg-Radio-table--empty,
  .sg-Check-table.sg-Check-table--2cols.sg-Check-table--collapseMedium .sg-Radio-table--empty,
  .sg-Toggle-table.sg-Toggle-table--2cols.sg-Toggle-table--collapseMedium .sg-Radio-table--empty {
    display: none;
  }
}
/* Radio table wrapper
   ========================================================================== */
.sg-Radio-table--wrapper {
  overflow: hidden;
  position: relative;
  background: #e5e5e5;
  border: 0 solid #D3CECE;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.sg-Radio-table--wrapper .sg-Radio-table {
  margin-bottom: 0;
}
.sg-Radio-table--wrapper .sg-Radio-tableHeading {
  margin: 0;
  padding: 10px 15px 5px;
}
.sg-Radio-table--wrapper .sg-Radio-tableFooter {
  margin: 0;
  padding: 0 15px 10px;
}
.sg-Radio-table--wrapper .sg-Radio-tableBody {
  margin: 5px 15px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.sg-Radio-table--wrapper .sg-Radio-tableBody .sg-Radio:first-child {
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  overflow: hidden;
}
.sg-Radio-table--wrapper .sg-Radio-tableBody .sg-Radio:last-child {
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  overflow: hidden;
}
/* Toggle switch styles
   ========================================================================== */
.sg-Toggle {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.sg-Toggle .sg-Toggle-input {
  margin: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 48px;
  height: 18px;
  background-color: #e5e5e5;
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}
.sg-Toggle .sg-Toggle-input:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #a39898;
  -webkit-transform: translate(-5px, -5px);
     -moz-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
       -o-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}
.sg-Toggle .sg-Toggle-input:not(:disabled) {
  -webkit-box-shadow: inset 0 2px 2px rgba(42, 42, 42, 0.2);
     -moz-box-shadow: inset 0 2px 2px rgba(42, 42, 42, 0.2);
          box-shadow: inset 0 2px 2px rgba(42, 42, 42, 0.2);
  border: 1px solid #a39898;
}
.sg-Toggle .sg-Toggle-input:not(:disabled):checked {
  background-color: #6DA300;
}
.sg-Toggle .sg-Toggle-input:not(:disabled):after {
  -webkit-box-shadow: 0 2px 2px rgba(42, 42, 42, 0.2);
     -moz-box-shadow: 0 2px 2px rgba(42, 42, 42, 0.2);
          box-shadow: 0 2px 2px rgba(42, 42, 42, 0.2);
}
.sg-Toggle .sg-Toggle-input:not(:disabled):not(:hover):checked:focus {
  background-color: #4b7000;
  border-color: #706565;
}
.sg-Toggle .sg-Toggle-input:not(:disabled):not(:hover):not(:checked):focus {
  background-color: #cccccc;
  border-color: #706565;
}
.sg-Toggle .sg-Toggle-input:not(:disabled):not(:hover):focus:after {
  background-color: #e6e6e6;
  border-color: #706565;
}
.sg-Toggle .sg-Toggle-input:not(:disabled):hover:after {
  background-color: #e9ffbd;
  border-color: #6DA300;
}
.sg-Toggle .sg-Toggle-input:not(:disabled),
.sg-Toggle .sg-Toggle-input:not(:disabled) ~ label,
.sg-Toggle .sg-Toggle-input:not(:disabled) ~ * label {
  cursor: pointer;
}
.sg-Toggle .sg-Toggle-input:disabled,
.sg-Toggle .sg-Toggle-input:disabled:after {
  border: 1px dashed rgba(83, 83, 83, 0.7);
}
.sg-Toggle .sg-Toggle-input:disabled:checked {
  background-color: rgba(109, 163, 0, 0.5);
}
.sg-Toggle .sg-Toggle-input:disabled:not(:checked) {
  background-color: rgba(229, 229, 229, 0.65);
}
.sg-Toggle .sg-Toggle-input:disabled:not(:checked) ~ label,
.sg-Toggle .sg-Toggle-input:disabled:not(:checked) ~ * label {
  opacity: 0.6;
}
.sg-Toggle .sg-Toggle-input:disabled,
.sg-Toggle .sg-Toggle-input:disabled ~ label,
.sg-Toggle .sg-Toggle-input:disabled ~ * label {
  cursor: no-drop;
}
.sg-Toggle .sg-Toggle-input:checked:after {
  -webkit-transform: translate(26px, -5px);
     -moz-transform: translate(26px, -5px);
      -ms-transform: translate(26px, -5px);
       -o-transform: translate(26px, -5px);
          transform: translate(26px, -5px);
}
.sg-Toggle .sg-Toggle-input:checked ~ * .sg-Toggle-textOff,
.sg-Toggle .sg-Toggle-input:not(:checked) ~ * .sg-Toggle-textOn {
  display: none;
}
.sg-Toggle label {
  display: block;
}
.sg-Toggle--icon .sg-Toggle .sg-Toggle-input:disabled,
.sg-Toggle--icon .sg-Toggle .sg-Toggle-input:disabled:after {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.sg-Toggle--icon .sg-Toggle .sg-Toggle-input:disabled:not(:checked):after {
  background-image: url("../img/Icon-cross.svg#text");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
       background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-position: center center;
  width: 100%;
}
.sg-Toggle--icon .sg-Toggle .sg-Toggle-input:disabled:not(:checked):after.Icon--circle {
  -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
       background-size: 15px 15px;
}
.sg-Toggle--icon .sg-Toggle .sg-Toggle-input:disabled:checked:after {
  background-image: url("../img/Icon-tick.svg#correct");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
       background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-position: center center;
  width: 100%;
}
.sg-Toggle--icon .sg-Toggle .sg-Toggle-input:disabled:checked:after.Icon--circle {
  -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
       background-size: 15px 15px;
}
.sg-Toggle-table .sg-Toggle {
  padding: 10px;
}
.sg-Toggle-table .sg-Toggle .sg-Toggle-label {
  max-width: -webkit-calc(100% - 48px - 10px);
  max-width: -moz-calc(100% - 48px - 10px);
  max-width: calc(100% - 48px - 10px);
}
.sg-Toggle-table .sg-Toggle,
.sg-Toggle-table .sg-Toggle-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sg-Toggle-table .sg-Toggle label,
.sg-Toggle-table .sg-Toggle-row label {
  display: inline-block;
}
/* ==========================================================================
   AAMI NEW - Radio & Checkboxes
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Styling overrides
   ========================================================================== */
.sg-Radio--option:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px #6DA300;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px #6DA300;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px #6DA300;
  border-color: #6DA300;
}
.sg-Radio--option .sg-Radio-input ~ .sg-Radio-text {
  border-color: #a39898;
}
.sg-Radio--option .sg-Radio-input ~ .sg-Radio-text:after {
  background-color: transparent;
  border-right: none;
  border-right-style: none;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}
.sg-Radio--option .sg-Radio-input:checked ~ .sg-Radio-text {
  background-color: #ffffff;
  border-color: #6DA300;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6DA300;
     -moz-box-shadow: inset 0px 0px 0px 1px #6DA300;
          box-shadow: inset 0px 0px 0px 1px #6DA300;
}
.sg-Radio--option .sg-Radio-input:checked ~ .sg-Radio-text:after {
  -webkit-box-shadow: inset 0px 0px 0px 1px #6DA300, inset 0 4px 1px #a7c866;
     -moz-box-shadow: inset 0px 0px 0px 1px #6DA300, inset 0 4px 1px #a7c866;
          box-shadow: inset 0px 0px 0px 1px #6DA300, inset 0 4px 1px #a7c866;
  border-color: #6DA300;
  background-color: #f0f6e6;
}
.sg-Radio--option .sg-Radio-input:not(:disabled):hover:not(:checked) ~ .sg-Radio-text:after {
  background: transparent;
}
.sg-Radio--option .sg-Radio-input:disabled ~ .sg-Radio-text:after {
  border-style: none;
}
.sg-Check--option:hover .sg-Check-input:not(:disabled) ~ .sg-Check-text {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px #6DA300;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px #6DA300;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px #6DA300;
}
.sg-Check--option .sg-Check-input ~ .sg-Check-text:after {
  background-color: transparent;
  border-right: none;
  border-right-style: none;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}
.sg-Check--option .sg-Check-input:checked ~ .sg-Check-text {
  background-color: #ffffff;
  border-color: #6DA300;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6DA300;
     -moz-box-shadow: inset 0px 0px 0px 1px #6DA300;
          box-shadow: inset 0px 0px 0px 1px #6DA300;
}
.sg-Check--option .sg-Check-input:checked ~ .sg-Check-text:after {
  -webkit-box-shadow: inset 0px 0px 0px 1px #6DA300, inset 0 4px 1px #a7c866;
     -moz-box-shadow: inset 0px 0px 0px 1px #6DA300, inset 0 4px 1px #a7c866;
          box-shadow: inset 0px 0px 0px 1px #6DA300, inset 0 4px 1px #a7c866;
  border-color: #6DA300;
  background-color: #f0f6e6;
}
.sg-Check--option .sg-Check-input:hover:not(:disabled):not(:checked) ~ .sg-Check-text {
  background: #ffffff;
  border-color: #6DA300;
}
.sg-Check--option .sg-Check-input:hover:not(:disabled):not(:checked) ~ .sg-Check-text:after {
  background-color: transparent;
  border-color: transparent;
}
.sg-Check--option .sg-Check-input:hover:not(:disabled):checked ~ .sg-Check-text {
  background-color: #ffffff;
  border-color: #6DA300;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px #6DA300;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px #6DA300;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 1px #6DA300;
}
.sg-Check--option .sg-Check-input:hover:not(:disabled):checked ~ .sg-Check-text:after {
  -webkit-box-shadow: inset 0px 0px 0px 1px #6DA300, inset 0 4px 1px #a7c866;
     -moz-box-shadow: inset 0px 0px 0px 1px #6DA300, inset 0 4px 1px #a7c866;
          box-shadow: inset 0px 0px 0px 1px #6DA300, inset 0 4px 1px #a7c866;
  border-color: #6DA300;
  background-color: #f0f6e6;
}
.sg-Check--option .sg-Check-input:hover:not(:disabled):checked ~ .sg-Check-icon:before {
  background-color: #ffffff;
}
.sg-Check--option .sg-Check-input:disabled ~ .sg-Check-text:after {
  border-style: none;
}
.sg-Check.sg-Check--option:hover .sg-Check-input:checked:disabled ~ .sg-Check-icon ~ .sg-Check-text {
  background-color: #ffffff;
  border-color: #bbb3b3;
}
.sg-Check.sg-Check--option:hover .sg-Check-input:checked:disabled ~ .sg-Check-icon ~ .sg-Check-text:after {
  background-color: #6DA300;
}
.sg-Check .sg-Check-input:disabled:checked ~ .sg-Check-icon:before {
  border: 0;
}
/* Radio button style
   ========================================================================== */
.sg-Radio-btn .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-btn .sg-Radio-input:not(:disabled):checked:hover ~ .sg-Radio-text {
  color: #3a3a3a;
  background-color: #f0f6e6;
  border-color: #6DA300;
  -webkit-box-shadow: inset 0 3px 1px #a7c866, inset 1px 0px 0px 0px #a7c866, inset -1px 0px 0px 0px #a7c866;
     -moz-box-shadow: inset 0 3px 1px #a7c866, inset 1px 0px 0px 0px #a7c866, inset -1px 0px 0px 0px #a7c866;
          box-shadow: inset 0 3px 1px #a7c866, inset 1px 0px 0px 0px #a7c866, inset -1px 0px 0px 0px #a7c866;
}
.sg-Radio-btn .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text:hover {
  color: #3a3a3a;
}
.sg-Radio-btn .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
  background-color: #f7f6f6;
  border-color: #a7a7a7;
}
.sg-Radio-btn .sg-Radio-input:not(:disabled):not(:checked):hover ~ .sg-Radio-text {
  color: #3a3a3a;
  background-color: #ffffff;
  border-color: #6DA300;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px #6DA300;
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px #6DA300;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px #6DA300;
}
.sg-Radio-btn .sg-Radio-input:disabled ~ .sg-Radio-text {
  background-color: #e5e5e5;
  border-color: #535353;
}
.sg-Radio-btn .sg-Radio-input ~ .sg-Radio-text {
  font-size: 14px;
  font-size: 0.875rem;
}
/* Radio joined button style
   ========================================================================== */
.sg-Radio-btnGroup--joined > .sg-Radio-btn .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Radio-btnGroup--joined > .sg-Radio-btn:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
/* Radio button with Image
   ========================================================================== */
.sg-Radio-btn.sg-Radio-btn--bg .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text:hover:before,
.sg-Radio-btn.sg-Radio-btn--bg .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #6DA300;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-border-radius: inherit;
     -moz-border-radius: inherit;
          border-radius: inherit;
  -webkit-transition: 0.2s all;
     -moz-transition: 0.2s all;
       -o-transition: 0.2s all;
          transition: 0.2s all;
  z-index: 1;
}
.sg-Radio-btn.sg-Radio-btn--bg .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text .sg-Radio-btn--bgText:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-shadow: inset 0 3px 2px #a7c866;
     -moz-box-shadow: inset 0 3px 2px #a7c866;
          box-shadow: inset 0 3px 2px #a7c866;
}
.sg-Radio-table .sg-Radio,
.sg-Check-table .sg-Radio,
.sg-Toggle-table .sg-Radio,
.sg-Radio-table .sg-Check,
.sg-Check-table .sg-Check,
.sg-Toggle-table .sg-Check,
.sg-Radio-table .sg-Toggle,
.sg-Check-table .sg-Toggle,
.sg-Toggle-table .sg-Toggle {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sg-Radio-table .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Check-input ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Check-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Check-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Check-input ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Check-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Check-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Check-input ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Check-input ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Radio-input ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Radio-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Radio-input ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Radio-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Radio-input ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Radio-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input ~ .sg-Check-text,
.sg-Radio-table .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Check-input ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Check-input ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input ~ .sg-Check-text {
  padding: 15px 40px;
}
.sg-Radio-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input:disabled:checked ~ .sg-Check-text,
.sg-Radio-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input:disabled:checked ~ .sg-Check-text,
.sg-Radio-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Radio-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Check .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Check-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle .sg-Check-input:not(:disabled):checked ~ .sg-Check-text {
  background-color: transparent;
  color: inherit;
}
.sg-Radio-table .sg-Radio .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Radio .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Radio .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Check .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Check .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Check .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Toggle .sg-Radio-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Radio .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Radio .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Radio .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Check .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Check .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Check .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Toggle .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Toggle .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Toggle .sg-Check-input ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Radio .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Radio .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Radio .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Check .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Check .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Check .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Toggle .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Toggle .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Toggle .sg-Radio-input ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Radio .sg-Check-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Radio .sg-Check-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Radio .sg-Check-input ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Check .sg-Check-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Check .sg-Check-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Check .sg-Check-input ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Toggle .sg-Check-input ~ .sg-Check-icon:before,
.sg-Check-table .sg-Toggle .sg-Check-input ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Toggle .sg-Check-input ~ .sg-Check-icon:before {
  top: 0;
  bottom: 0;
  margin: auto 10px;
  width: 20px;
  height: 20px;
}
.sg-Radio-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Check-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Toggle-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-text,
.sg-Radio-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Radio-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Radio-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Radio-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Radio-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Check-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text,
.sg-Toggle-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-text {
  color: inherit;
}
.sg-Radio-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Check-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Toggle-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Radio-icon:before,
.sg-Radio-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Radio:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Check:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Toggle:hover .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Radio:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Check:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Radio-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Check-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before,
.sg-Toggle-table .sg-Toggle:hover .sg-Check-input:not(:disabled):not(:checked) ~ .sg-Check-icon:before {
  border-width: 2px;
}
.sg-Toggle-table .sg-Toggle,
.sg-Toggle-table .sg-Toggle-row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sg-Radio-slider .sg-Radio-slider-control:hover,
.sg-Radio-slider .sg-Radio-slider-control:active {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
     -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.7);
}
/* ===========================================
   Default brand - Sticky
   =========================================== */
/* Default sticky behaviour
=========================================== */
.sg-Sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
}
.sg-Sticky--bottom {
  bottom: 0;
  top: unset;
}
/* Responsive sticky behaviour
=========================================== */
@media (max-width: 950px) {
  .sg-Sticky--aboveXlarge {
    position: relative;
  }
}
@media (min-width: 950px) {
  .sg-Sticky--belowXlarge {
    position: relative;
  }
}
@media (max-width: 700px) {
  .sg-Sticky--aboveLarge {
    position: relative;
  }
}
@media (min-width: 700px) {
  .sg-Sticky--belowLarge {
    position: relative;
  }
}
@media (max-width: 500px) {
  .sg-Sticky--aboveMedium {
    position: relative;
  }
}
@media (min-width: 500px) {
  .sg-Sticky--belowMedium {
    position: relative;
  }
}
@media (max-width: 350px) {
  .sg-Sticky--aboveSmall {
    position: relative;
  }
}
@media (min-width: 350px) {
  .sg-Sticky--belowSmall {
    position: relative;
  }
}
/* ===========================================
   AAMI new - Sticky
   =========================================== */
/* LESS Variables
  ========================================================================== */
/* Sticky styling
  ========================================================================== */
/* ==========================================================================
   Tabs
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* NEW SCROLL style tabs
      ========================================================================== */
.sg-Tab-scroll {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  /* Scrolling tab controls
         ========================================================================== */
}
.sg-Tab-scroll .sg-Tab-list {
  background-color: #ffffff;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  /* Scroll tab buttons
         ========================================================================== */
}
.has-scroll.sg-Tab-scroll .sg-Tab-list {
  scroll-padding-inline-start: 5px;
}
@media screen and (max-width: 500px) {
  .sg-Tab-scroll .sg-Tab-list {
    padding: 0 5px;
  }
}
.sg-Tab-scroll .sg-Tab-list::-webkit-scrollbar {
  display: none;
}
.sg-Tab-scroll .sg-Tab-list .sg-Tab-item {
  border: none;
  -webkit-box-shadow: inset 0px -5px 0px #ffffff;
     -moz-box-shadow: inset 0px -5px 0px #ffffff;
          box-shadow: inset 0px -5px 0px #ffffff;
  background: #ffffff;
  margin: 0;
  padding: 10px 20px;
  font-weight: 700;
  color: #2a2a2a;
  -webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
  scroll-snap-align: center;
}
@media screen and (max-width: 500px) {
  .sg-Tab-scroll .sg-Tab-list .sg-Tab-item {
    padding: 10px 15px;
  }
}
.sg-Tab-scroll .sg-Tab-list .sg-Tab-item:hover {
  -webkit-box-shadow: inset 0px -5px 0px #ffffff;
     -moz-box-shadow: inset 0px -5px 0px #ffffff;
          box-shadow: inset 0px -5px 0px #ffffff;
  background-color: #ffffff;
  cursor: pointer;
  color: #B80000;
  font-weight: 700;
  -webkit-transition: 0.2s ease;
     -moz-transition: 0.2s ease;
       -o-transition: 0.2s ease;
          transition: 0.2s ease;
}
.sg-Tab-scroll .sg-Tab-list .sg-Tab-item:focus {
  outline: 3px solid #4191d8;
  outline-offset: -3px;
  z-index: 3;
}
.sg-Tab-scroll .sg-Tab-list .sg-Tab-item:focus:not(:focus-visible) {
  outline: 0;
}
.sg-Tab-scroll .sg-Tab-list .sg-Tab-item:active,
.sg-Tab-scroll .sg-Tab-list .sg-Tab-item[aria-selected="true"] {
  -webkit-box-shadow: inset 0px -5px 0px #cc0000;
     -moz-box-shadow: inset 0px -5px 0px #cc0000;
          box-shadow: inset 0px -5px 0px #cc0000;
  background-color: #ffffff;
  font-weight: 700;
  color: #B80000;
  -webkit-transition: 0.2s ease;
     -moz-transition: 0.2s ease;
       -o-transition: 0.2s ease;
          transition: 0.2s ease;
}
.has-scroll.sg-Tab-scroll .sg-Tab-scroll-controls {
  display: block;
  scroll-behavior: smooth;
}
.sg-Tab-scroll .sg-Tab-scroll-controls:before,
.sg-Tab-scroll .sg-Tab-scroll-controls:after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.sg-Tab-scroll .sg-Tab-scroll-controls:before {
  background: -webkit-linear-gradient(0deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  background: -moz- oldlinear-gradient(0deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(0deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.no-prev.sg-Tab-scroll .sg-Tab-scroll-controls:before {
  display: none;
  -webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}
.sg-Tab-scroll .sg-Tab-scroll-controls:after {
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  background: -moz- oldlinear-gradient(180deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(180deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-90deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
.no-next.sg-Tab-scroll .sg-Tab-scroll-controls:after {
  display: none;
  -webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}
.sg-Tab-scroll.sg-Tab-scroll--pill {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  margin: 0;
}
.sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-list {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  padding: 3px 3px;
  border: solid 2px #ffffff;
}
@media screen and (max-width: 500px) {
  .sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-list {
    padding: 2px 5px;
  }
}
.sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-list .sg-Tab-item {
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  padding: 10px 30px 10px 30px;
  margin-right: 10px;
}
.sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-list .sg-Tab-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-list .sg-Tab-item {
    padding: 10px 15px 10px 15px;
    margin: 5px 2px;
  }
}
.sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-list .sg-Tab-item:hover {
  border: 2px solid #558000;
  background-color: #ffffff;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  color: #2a2a2a;
}
.sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-list .sg-Tab-item:active,
.sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-list .sg-Tab-item[aria-selected="true"] {
  border: 2px solid #558000;
  background-color: #EFF4DA;
  -webkit-box-shadow: inset 0px 4px 0px #A6CA5F;
     -moz-box-shadow: inset 0px 4px 0px #A6CA5F;
          box-shadow: inset 0px 4px 0px #A6CA5F;
  color: #2a2a2a;
}
.sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-scroll-controls {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}
.sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-scroll-controls:before {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}
.sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-scroll-controls:after {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}
.sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-control--prev {
  left: 20px;
}
.sg-Tab-scroll.sg-Tab-scroll--pill .sg-Tab-control--next {
  right: 20px;
}
.sg-Tab-control {
  /* IE 6/7 fallback */
  overflow: hidden;
  /* IE 6/7 fallback */
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
  padding: 5px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  min-width: 0;
  margin: 0;
  max-width: 24px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.sg-Tab-control:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
.sg-Tab-control:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
.sg-Tab-control i {
  pointer-events: none;
}
.sg-Tab-control:hover {
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.sg-Tab-control:focus {
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.sg-Tab-control:focus:not(:focus-visible) {
  outline: 0;
}
.sg-Tab-control:active {
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 2.5px #e5e5e5;
     -moz-box-shadow: inset 2.5px #e5e5e5;
          box-shadow: inset 2.5px #e5e5e5;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.sg-Tab-control--prev {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 0;
}
.no-prev .sg-Tab-control--prev {
  display: none;
}
.sg-Tab-control--prev:after {
  background-image: url("../img/Icon-arrowLeft.svg#dark");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.sg-Tab-control--prev:after.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.sg-Tab-control--next {
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 0;
}
.no-next .sg-Tab-control--next {
  display: none;
}
.sg-Tab-control--next:after {
  background-image: url("../img/Icon-arrowRight.svg#dark");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.sg-Tab-control--next:after.Icon--circle {
  -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
       background-size: 12px 12px;
}
.sg-Tab-control--next:after,
.sg-Tab-control--prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
}
/* Tab separator
         ========================================================================== */
.sg-Tab-separator {
  display: block;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0 0 10px 0;
  border-top: 1px solid #e5e5e5;
}
/* OLD TABS LEAVE AS / Default style tabs
         ========================================================================== */
.sg-Tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sg-Tab .sg-Tab-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 1px -1px 0;
  padding: 10px 20px;
  border: none;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  text-align: center;
  color: #2a2a2a;
  background-color: #e5e5e5;
  text-decoration: none;
  -webkit-transition: background-color 0.3s -webkit-transform 0s;
     -moz-transition: background-color 0.3s -moz-transform 0s;
       -o-transition: background-color 0.3s -o-transform 0s;
          transition: background-color 0.3s transform 0s;
  cursor: pointer;
  z-index: 0;
}
.sg-Tab .sg-Tab-item:hover {
  background-color: #d8d8d8;
}
.sg-Tab .sg-Tab-item:active {
  margin-top: 6px;
  padding-bottom: 4px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Tab .sg-Tab-item:focus {
  outline: 3px solid #4191d8;
  outline-offset: 1px;
  z-index: 1;
}
.sg-Tab .sg-Tab-item:focus:not(:focus-visible) {
  outline: 0;
}
.sg-Tab .sg-Tab-item.sgjs-is-selected {
  position: relative;
  z-index: 1;
  margin-top: 0;
  background-color: #ffffff;
  border: 1px solid #D3CECE;
  border-bottom-width: 0px;
  color: #2a2a2a;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.sg-Tab .sg-Tab-item.sgjs-is-selected:active {
  margin-top: 0;
  padding-bottom: 10px;
}
.sg-Tab .sg-Tab-item.sg-Tab-item--hidden {
  visibility: hidden;
  position: absolute;
}
@media screen and (max-width: 500px) {
  .sg-Tab:not(.sg-Tab--responsiveAccordion) .sg-Tab-item,
  .sg-Tab:not(.sg-Tab--responsiveAccordion) .sg-Tab-item.sgjs-is-selected,
  .sg-Tab:not(.sg-Tab--responsiveAccordion) .sg-Tab-item.sgjs-is-selected:active {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sg-Tab.sg-Tab--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sg-Tab.sg-Tab--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sg-Tab.sg-Tab--fullWidth {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-right: 10px;
  margin-left: 10px;
}
.sg-Tab.sg-Tab--fullWidth .sg-Tab-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sg-Tab.sg-Tab--fullWidth .sg-Tab-item:last-child {
  margin-right: 0px;
}
/* Tab target
         ========================================================================== */
.sgjs-is-open {
  display: block;
}
.sgjs-is-closed {
  display: none;
}
/* Tab Panels
        ========================================================================== */
.sg-Tab-panel {
  border: 1px solid #D3CECE;
  padding: 15px 20px 5px 20px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
/* ==========================================================================
   AAMINEW: Tab styles
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Styling
   ========================================================================== */
.sg-Tab .sg-Tab-item {
  margin: 2px 1px -1px 0;
  padding: 20px 30px;
  padding-bottom: 18px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0px -5px #d8d8d8;
     -moz-box-shadow: inset 0px -5px #d8d8d8;
          box-shadow: inset 0px -5px #d8d8d8;
}
.sg-Tab .sg-Tab-item:hover {
  -webkit-box-shadow: inset 0px -5px #cccccc;
     -moz-box-shadow: inset 0px -5px #cccccc;
          box-shadow: inset 0px -5px #cccccc;
}
.sg-Tab .sg-Tab-item:active {
  margin-top: 8px;
  padding-bottom: 12px;
}
.sg-Tab .sg-Tab-item.sgjs-is-selected {
  padding-top: 22px;
  border-bottom: none;
  font-weight: bold;
}
.sg-Tab .sg-Tab-item.sgjs-is-selected:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Tab .sg-Tab-item.sgjs-is-selected:active {
  margin-top: 0;
  padding-bottom: 18px;
}
/* ==========================================================================
   Tables component
   ==========================================================================

Table responsive types      Notes:
--------------------------------------------------
none
row collapse                - Extension to regular table markup
column collapse             - Markup for flex table using divs
scroll                      - Requires outer wrapper (unimplemented)


/* LESS Variables
   ========================================================================== */
/* Table defaults
   ========================================================================== */
.sg-Table {
  width: 100%;
  margin: 0 0 10px 0;
}
.sg-Table > thead > tr > th,
.sg-Table > tbody > tr > th,
.sg-Table > tfoot > tr > th,
.sg-Table > tr > th,
.sg-Table > thead > tr > td,
.sg-Table > tbody > tr > td,
.sg-Table > tfoot > tr > td,
.sg-Table > tr > td {
  padding: 15px;
}
.sg-Table > thead > tr > th,
.sg-Table > tfoot > tr > th,
.sg-Table > thead > tr > td,
.sg-Table > tfoot > tr > td {
  font-weight: bold;
}
.sg-Table-caption,
.sg-Table > caption {
  width: 100%;
  margin: 0 0 2px 0;
  text-align: left;
}
/* Default table striped
   ========================================================================== */
/* Dotted table variant
   ========================================================================== */
.sg-Table--dotted {
  border-collapse: separate;
}
.sg-Table--dotted > tbody > tr > th,
.sg-Table--dotted > tr > th,
.sg-Table--dotted > tbody > tr > td,
.sg-Table--dotted > tr > td {
  background: transparent;
  border-color: transparent;
  border-bottom: dashed 1px #b2b2b2;
}
.sg-Table--dotted > tbody > tr > th > h1,
.sg-Table--dotted > tr > th > h1,
.sg-Table--dotted > tbody > tr > td > h1,
.sg-Table--dotted > tr > td > h1,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h1,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h1 {
  color: #2a2a2a;
}
.sg-Table--dotted > tbody > tr > th > h2,
.sg-Table--dotted > tr > th > h2,
.sg-Table--dotted > tbody > tr > td > h2,
.sg-Table--dotted > tr > td > h2,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h2,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h2 {
  color: #2a2a2a;
}
.sg-Table--dotted > tbody > tr > th > h3,
.sg-Table--dotted > tr > th > h3,
.sg-Table--dotted > tbody > tr > td > h3,
.sg-Table--dotted > tr > td > h3,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h3,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h3 {
  color: #2a2a2a;
}
.sg-Table--dotted > tbody > tr > th > h4,
.sg-Table--dotted > tr > th > h4,
.sg-Table--dotted > tbody > tr > td > h4,
.sg-Table--dotted > tr > td > h4,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h4,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h4 {
  color: #2a2a2a;
}
.sg-Table--dotted > tbody > tr > th > h5,
.sg-Table--dotted > tr > th > h5,
.sg-Table--dotted > tbody > tr > td > h5,
.sg-Table--dotted > tr > td > h5,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h5,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h5 {
  color: #2a2a2a;
}
.sg-Table--dotted > tbody > tr > th > h6,
.sg-Table--dotted > tr > th > h6,
.sg-Table--dotted > tbody > tr > td > h6,
.sg-Table--dotted > tr > td > h6,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > h6,
.sg-Table--dotted > tbody > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table--dotted > tr > th > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table--dotted > tbody > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6,
.sg-Table--dotted > tr > td > *:not([class*="sg-Cell"]):not([class*="sg-Flextable"]) > * h6 {
  color: #2a2a2a;
}
.sg-Table--dotted > tbody > tr > th.is-striped,
.sg-Table--dotted > tr > th.is-striped,
.sg-Table--dotted > tbody > tr > td.is-striped,
.sg-Table--dotted > tr > td.is-striped,
.sg-Table--dotted > tbody > tr > th.sg-Table-cell--striped,
.sg-Table--dotted > tr > th.sg-Table-cell--striped,
.sg-Table--dotted > tbody > tr > td.sg-Table-cell--striped,
.sg-Table--dotted > tr > td.sg-Table-cell--striped {
  background: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.05);
}
a.sg-Table--dotted > tbody > tr > th.is-striped:hover,
a.sg-Table--dotted > tr > th.is-striped:hover,
a.sg-Table--dotted > tbody > tr > td.is-striped:hover,
a.sg-Table--dotted > tr > td.is-striped:hover,
a.sg-Table--dotted > tbody > tr > th.is-striped:focus,
a.sg-Table--dotted > tr > th.is-striped:focus,
a.sg-Table--dotted > tbody > tr > td.is-striped:focus,
a.sg-Table--dotted > tr > td.is-striped:focus,
a.sg-Table--dotted > tbody > tr > th.sg-Table-cell--striped:hover,
a.sg-Table--dotted > tr > th.sg-Table-cell--striped:hover,
a.sg-Table--dotted > tbody > tr > td.sg-Table-cell--striped:hover,
a.sg-Table--dotted > tr > td.sg-Table-cell--striped:hover,
a.sg-Table--dotted > tbody > tr > th.sg-Table-cell--striped:focus,
a.sg-Table--dotted > tr > th.sg-Table-cell--striped:focus,
a.sg-Table--dotted > tbody > tr > td.sg-Table-cell--striped:focus,
a.sg-Table--dotted > tr > td.sg-Table-cell--striped:focus {
  background: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.15);
}
a.sg-Table--dotted > tbody > tr > th,
a.sg-Table--dotted > tr > th,
a.sg-Table--dotted > tbody > tr > td,
a.sg-Table--dotted > tr > td {
  color: #535353;
}
a.sg-Table--dotted > tbody > tr > th:hover,
a.sg-Table--dotted > tr > th:hover,
a.sg-Table--dotted > tbody > tr > td:hover,
a.sg-Table--dotted > tr > td:hover,
a.sg-Table--dotted > tbody > tr > th:focus,
a.sg-Table--dotted > tr > th:focus,
a.sg-Table--dotted > tbody > tr > td:focus,
a.sg-Table--dotted > tr > td:focus {
  color: #535353;
  background: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  border-color: none;
  border-width: 1px;
  border-style: solid;
}
a.sg-Table--dotted > tbody > tr > th:hover,
a.sg-Table--dotted > tr > th:hover,
a.sg-Table--dotted > tbody > tr > td:hover,
a.sg-Table--dotted > tr > td:hover,
a.sg-Table--dotted > tbody > tr > th:focus,
a.sg-Table--dotted > tr > th:focus,
a.sg-Table--dotted > tbody > tr > td:focus,
a.sg-Table--dotted > tr > td:focus {
  border-bottom: dashed 1px #b2b2b2;
}
a.sg-Table--dotted > tbody > tr > th:hover,
a.sg-Table--dotted > tr > th:hover,
a.sg-Table--dotted > tbody > tr > td:hover,
a.sg-Table--dotted > tr > td:hover,
a.sg-Table--dotted > tbody > tr > th:focus,
a.sg-Table--dotted > tr > th:focus,
a.sg-Table--dotted > tbody > tr > td:focus,
a.sg-Table--dotted > tr > td:focus,
a.sg-Table--dotted > tbody > tr > th.is-striped:hover,
a.sg-Table--dotted > tr > th.is-striped:hover,
a.sg-Table--dotted > tbody > tr > td.is-striped:hover,
a.sg-Table--dotted > tr > td.is-striped:hover,
a.sg-Table--dotted > tbody > tr > th.is-striped:focus,
a.sg-Table--dotted > tr > th.is-striped:focus,
a.sg-Table--dotted > tbody > tr > td.is-striped:focus,
a.sg-Table--dotted > tr > td.is-striped:focus,
a.sg-Table--dotted > tbody > tr > th.sg-Table-cell--striped:hover,
a.sg-Table--dotted > tr > th.sg-Table-cell--striped:hover,
a.sg-Table--dotted > tbody > tr > td.sg-Table-cell--striped:hover,
a.sg-Table--dotted > tr > td.sg-Table-cell--striped:hover,
a.sg-Table--dotted > tbody > tr > th.sg-Table-cell--striped:focus,
a.sg-Table--dotted > tr > th.sg-Table-cell--striped:focus,
a.sg-Table--dotted > tbody > tr > td.sg-Table-cell--striped:focus,
a.sg-Table--dotted > tr > td.sg-Table-cell--striped:focus {
  background: #EFF4DA;
}
.sg-Table--dotted > tbody > tr > th.is-striped,
.sg-Table--dotted > tr > th.is-striped,
.sg-Table--dotted > tbody > tr > td.is-striped,
.sg-Table--dotted > tr > td.is-striped,
.sg-Table--dotted > tbody > tr > th.sg-Table-cell--striped,
.sg-Table--dotted > tr > th.sg-Table-cell--striped,
.sg-Table--dotted > tbody > tr > td.sg-Table-cell--striped,
.sg-Table--dotted > tr > td.sg-Table-cell--striped {
  background: rgba(0, 0, 0, 0.05);
}
a.sg-Table--dotted > tbody > tr > th:hover,
a.sg-Table--dotted > tr > th:hover,
a.sg-Table--dotted > tbody > tr > td:hover,
a.sg-Table--dotted > tr > td:hover,
a.sg-Table--dotted > tbody > tr > th:focus,
a.sg-Table--dotted > tr > th:focus,
a.sg-Table--dotted > tbody > tr > td:focus,
a.sg-Table--dotted > tr > td:focus {
  border-bottom: dashed 1px #558000;
}
/* Data table variant
   ========================================================================== */
.sg-Table--data > thead > tr > th,
.sg-Table--data > thead > tr > td {
  text-align: left;
}
.sg-Table--data > tbody > tr > th,
.sg-Table--data > tr > th {
  text-align: left;
}
/* Striped cell variant
   ========================================================================== */
/* Responsive Scroll tables
========================================================================== */
.sg-Table-responsiveScroll {
  overflow-x: auto;
  margin-bottom: 10px;
}
.sg-Table-responsiveScroll .sg-Table {
  margin-bottom: 0;
}
/* ==========================================================================
   AAMINEW - Tables
   ========================================================================== */
/* Variable overrides
   ========================================================================== */
/* Styling overrides
   ========================================================================== */
/* ==========================================================================
   Typography styles
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Typography native tags
      ========================================================================== */
/* Font size Mixin and preset classes
      ========================================================================== */
.sg-Type--sizeBody {
  font-size: 14px;
  font-size: 0.875rem;
}
.sg-Type--size10 {
  font-size: 10px !important;
  font-size: 0.625rem !important;
}
.sg-Type--size11 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}
.sg-Type--size12 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}
.sg-Type--size13 {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
}
.sg-Type--size14 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
.sg-Type--size15 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
.sg-Type--size16 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.sg-Type--size18 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.sg-Type--size20 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.sg-Type--size22 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.sg-Type--size24 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.sg-Type--size26 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
.sg-Type--size28 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
.sg-Type--size30 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
.sg-Type--size34 {
  font-size: 34px !important;
  font-size: 2.125rem !important;
}
.sg-Type--size38 {
  font-size: 38px !important;
  font-size: 2.375rem !important;
}
/* Font colour classes
      ========================================================================== */
.sg-Type--colourPrimary {
  color: #6DA300 !important;
}
.sg-Type--colourSecondary {
  color: #cc0000 !important;
}
.sg-Type--colourDark {
  color: #2a2a2a !important;
}
.sg-Type--colourLight {
  color: #ffffff !important;
}
.sg-Type--colourCorrect {
  color: #6DA300 !important;
}
.sg-Type--colourWarning {
  color: #C25100 !important;
}
.sg-Type--colourError {
  color: #850000 !important;
}
.sg-Type--colourText {
  color: #535353 !important;
}
.sg-Type--colourNeutral {
  color: #e5e5e5 !important;
}
.sg-Type--colourHighlight {
  color: #dbeaf0 !important;
}
/* Responsive colour overrides
      ========================================================================== */
@media only screen and (max-width: 950px) {
  .sg-Type--colourPrimaryXlarge {
    color: #6DA300 !important;
  }
  .sg-Type--colourSecondaryXlarge {
    color: #cc0000 !important;
  }
  .sg-Type--colourDarkXlarge {
    color: #2a2a2a !important;
  }
  .sg-Type--colourLightXlarge {
    color: #ffffff !important;
  }
  .sg-Type--colourCorrectXlarge {
    color: #6DA300 !important;
  }
  .sg-Type--colourWarningXlarge {
    color: #C25100 !important;
  }
  .sg-Type--colourErrorXlarge {
    color: #850000 !important;
  }
  .sg-Type--colourTextXlarge {
    color: #535353 !important;
  }
  .sg-Type--colourNeutralXlarge {
    color: #e5e5e5 !important;
  }
  .sg-Type--colourHighlightXlarge {
    color: #dbeaf0 !important;
  }
  .sg-Type--size10ltXLarge {
    font-size: 10px !important;
    font-size: 0.625rem !important;
  }
  .sg-Type--size11ltXLarge {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
  .sg-Type--size12ltXLarge {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
  .sg-Type--size13ltXLarge {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
  .sg-Type--size14ltXLarge {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .sg-Type--size15ltXLarge {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .sg-Type--size16ltXLarge {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .sg-Type--size18ltXLarge {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .sg-Type--size20ltXLarge {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .sg-Type--size22ltXLarge {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  .sg-Type--size24ltXLarge {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
  .sg-Type--size26ltXLarge {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
  .sg-Type--size28ltXLarge {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
  .sg-Type--size30ltXLarge {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
  .sg-Type--size34ltXLarge {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
  .sg-Type--size38ltXLarge {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media only screen and (max-width: 700px) {
  .sg-Type--colourPrimaryLarge {
    color: #6DA300 !important;
  }
  .sg-Type--colourSecondaryLarge {
    color: #cc0000 !important;
  }
  .sg-Type--colourDarkLarge {
    color: #2a2a2a !important;
  }
  .sg-Type--colourLightLarge {
    color: #ffffff !important;
  }
  .sg-Type--colourCorrectLarge {
    color: #6DA300 !important;
  }
  .sg-Type--colourWarningLarge {
    color: #C25100 !important;
  }
  .sg-Type--colourErrorLarge {
    color: #850000 !important;
  }
  .sg-Type--colourTextLarge {
    color: #535353 !important;
  }
  .sg-Type--colourNeutralLarge {
    color: #e5e5e5 !important;
  }
  .sg-Type--colourHighlightLarge {
    color: #dbeaf0 !important;
  }
  .sg-Type--size10ltLarge {
    font-size: 10px !important;
    font-size: 0.625rem !important;
  }
  .sg-Type--size11ltLarge {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
  .sg-Type--size12ltLarge {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
  .sg-Type--size13ltLarge {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
  .sg-Type--size14ltLarge {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .sg-Type--size15ltLarge {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .sg-Type--size16ltLarge {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .sg-Type--size18ltLarge {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .sg-Type--size20ltLarge {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .sg-Type--size22ltLarge {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  .sg-Type--size24ltLarge {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
  .sg-Type--size26ltLarge {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
  .sg-Type--size28ltLarge {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
  .sg-Type--size30ltLarge {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
  .sg-Type--size34ltLarge {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
  .sg-Type--size38ltLarge {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media only screen and (max-width: 500px) {
  .sg-Type--colourPrimaryMedium {
    color: #6DA300 !important;
  }
  .sg-Type--colourSecondaryMedium {
    color: #cc0000 !important;
  }
  .sg-Type--colourDarkMedium {
    color: #2a2a2a !important;
  }
  .sg-Type--colourLightMedium {
    color: #ffffff !important;
  }
  .sg-Type--colourCorrectMedium {
    color: #6DA300 !important;
  }
  .sg-Type--colourWarningMedium {
    color: #C25100 !important;
  }
  .sg-Type--colourErrorMedium {
    color: #850000 !important;
  }
  .sg-Type--colourTextMedium {
    color: #535353 !important;
  }
  .sg-Type--colourNeutralMedium {
    color: #e5e5e5 !important;
  }
  .sg-Type--colourHighlightMedium {
    color: #dbeaf0 !important;
  }
  .sg-Type--size10ltMedium {
    font-size: 10px !important;
    font-size: 0.625rem !important;
  }
  .sg-Type--size11ltMedium {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
  .sg-Type--size12ltMedium {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
  .sg-Type--size13ltMedium {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
  .sg-Type--size14ltMedium {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .sg-Type--size15ltMedium {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .sg-Type--size16ltMedium {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .sg-Type--size18ltMedium {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .sg-Type--size20ltMedium {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .sg-Type--size22ltMedium {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  .sg-Type--size24ltMedium {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
  .sg-Type--size26ltMedium {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
  .sg-Type--size28ltMedium {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
  .sg-Type--size30ltMedium {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
  .sg-Type--size34ltMedium {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
  .sg-Type--size38ltMedium {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
/* Base text styling
      ========================================================================== */
.sg-Type--normal {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.57142857 !important;
  font-weight: normal !important;
  font-family: "Futura", sans-serif !important;
  color: #535353 !important;
  background: transparent !important;
  text-decoration: none !important;
  font-style: normal !important;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.57142857;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Futura", sans-serif;
  color: #535353;
}
::-moz-selection {
  text-shadow: none;
  background: #dbeaf0;
}
::selection {
  text-shadow: none;
  background: #dbeaf0;
}
::-moz-selection {
  text-shadow: none;
  background: #dbeaf0;
}
/* Headings
      ========================================================================== */
.sg-Type--heading,
.sg-Type--headingTitle,
.sg-Type--heading1,
.sg-Type--heading2,
.sg-Type--heading3,
.sg-Type--heading4,
.sg-Type--heading5,
.sg-Type--heading6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 0;
  font-family: "Futura", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2em;
  color: #2a2a2a;
}
.sg-Type--heading:first-child,
.sg-Type--headingTitle:first-child,
.sg-Type--heading1:first-child,
.sg-Type--heading2:first-child,
.sg-Type--heading3:first-child,
.sg-Type--heading4:first-child,
.sg-Type--heading5:first-child,
.sg-Type--heading6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.sg-Type--headingTitle {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 10px;
}
@media all and (max-width: 700px) {
  .sg-Type--headingTitle {
    font-size: 48px;
    font-size: 3rem;
  }
}
.sg-Type--heading1,
h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media all and (max-width: 700px) {
  .sg-Type--heading1,
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.sg-Type--heading2,
h2 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 10px;
}
@media all and (max-width: 700px) {
  .sg-Type--heading2,
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.sg-Type--heading3,
h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 2.5px;
}
@media all and (max-width: 700px) {
  .sg-Type--heading3,
  h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.sg-Type--heading4,
h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 2.5px;
}
@media all and (max-width: 700px) {
  .sg-Type--heading4,
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.sg-Type--heading5,
h5 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 2.5px;
}
@media all and (max-width: 700px) {
  .sg-Type--heading5,
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.sg-Type--heading6,
h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 2.5px;
}
@media all and (max-width: 700px) {
  .sg-Type--heading6,
  h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* StrikeBehind headings
      ========================================================================== */
.sg-Type--strikeBehind {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #e5e5e5;
  text-align: center;
}
.sg-Type--strikeBehind:before,
.sg-Type--strikeBehind:after {
  content: "";
  display: block;
  min-width: 20px;
  border-top: solid;
  border-width: 2px;
  border-color: inherit;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sg-Type--strikeBehind:before {
  margin-right: 5px;
}
.sg-Type--strikeBehind:after {
  margin-left: 5px;
}
.sg-Type--strikeBehind.sg-Type--strikeBehind--textRight:after {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.sg-Type--strikeBehind.sg-Type--strikeBehind--textLeft:before {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* Paragraph text
      ========================================================================== */
.sg-Type--paragraph,
p {
  margin: 0 0 10px 0;
}
/* Italic text
      ========================================================================== */
.sg-Type--italic,
em {
  font-style: italic;
}
/* Bold text
      ========================================================================== */
.sg-Type--bold,
strong {
  font-weight: bold;
}
/* Normal text
      ========================================================================== */
.sg-Type--regular {
  font-weight: normal;
}
/* Line through text
      ========================================================================== */
.sg-Type--lineThrough {
  text-decoration: line-through;
}
/* Acronym
      ========================================================================== */
/* Extra small text
      ========================================================================== */
.sg-Type--xsmall {
  font-size: 75%;
}
/* Small text
      ========================================================================== */
.sg-Type--small,
small {
  font-size: 85%;
}
/* Large text
      ========================================================================== */
.sg-Type--large {
  font-size: 125%;
}
/* Extra large text
  ========================================================================== */
.sg-Type--xlarge {
  font-size: 150%;
}
/* Title text
      ========================================================================== */
.sg-Type--title,
b {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #2a2a2a;
}
/* Muted text
      ========================================================================== */
.sg-Type--muted,
.sg-Type--mutedHover:hover {
  opacity: 0.75;
}
/* Prominent text
      ========================================================================== */
.sg-Type--prominent {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #2a2a2a;
}
/* Tag-line text
      ========================================================================== */
.sg-Type--tagLine,
.sg-Type--tagLineLight,
.sg-Type--tagLineNeutral,
.sg-Type--tagLineDark,
.sg-Type--tagLinePrimary,
.sg-Type--tagLineSecondary,
.sg-Type--tagLineCorrect,
.sg-Type--tagLineWarning,
.sg-Type--tagLineError {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  padding: 0.4em 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #2a2a2a;
  background: #e5e5e5;
}
.sg-Type--tagLineLight {
  background: #ffffff;
}
.sg-Type--tagLineNeutral {
  background: #e5e5e5;
}
.sg-Type--tagLineDark {
  color: #ffffff;
  background: #2a2a2a;
}
.sg-Type--tagLinePrimary {
  color: #ffffff;
  background: #6DA300;
}
.sg-Type--tagLineSecondary {
  color: #ffffff;
  background: #cc0000;
}
.sg-Type--tagLineCorrect {
  color: #ffffff;
  background: #6DA300;
}
.sg-Type--tagLineWarning {
  color: #C25100;
  background: #FFFBE6;
}
.sg-Type--tagLineError {
  color: #ffffff;
  background: #850000;
}
/* Telephone number
      ========================================================================== */
.sg-Type--phone {
  color: #cc0000;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
  cursor: default;
}
.sg-Type--phone:hover {
  color: #cc0000;
  text-decoration: none;
  cursor: pointer;
}
/* Quote block
      ========================================================================== */
.sg-Type--quote {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1.5em;
  text-align: center;
}
.sg-Type--quote:before,
.sg-Type--quote:after {
  position: absolute;
  color: #868686;
  font-size: 3em;
}
.sg-Type--quote:before {
  content: "\201C";
  top: 0;
  left: 0;
  line-height: 1.2em;
}
.sg-Type--quote:after {
  content: "\201D";
  bottom: 0;
  right: 0;
  line-height: 0.5em;
}
/* Links
      ========================================================================== */
.sg-Type--link,
.sg-Type--linkInverse,
.sg-Type--linkLight,
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.sg-Type--heading a,
.sg-Type--helpLink,
.sg-Type--helpLinkLight,
.sg-Type--helpLinkLight {
  cursor: pointer;
}
.sg-Type--link:focus,
.sg-Type--linkInverse:focus,
.sg-Type--linkLight:focus,
a:focus,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.sg-Type--heading a:focus,
.sg-Type--helpLink:focus,
.sg-Type--helpLinkLight:focus,
.sg-Type--helpLinkLight:focus {
  outline: 2px solid #4191d8;
  outline-offset: 2px;
}
.sg-Type--link:focus:not(:focus-visible),
.sg-Type--linkInverse:focus:not(:focus-visible),
.sg-Type--linkLight:focus:not(:focus-visible),
a:focus:not(:focus-visible),
h1 a:focus:not(:focus-visible),
h2 a:focus:not(:focus-visible),
h3 a:focus:not(:focus-visible),
h4 a:focus:not(:focus-visible),
h5 a:focus:not(:focus-visible),
h6 a:focus:not(:focus-visible),
.sg-Type--heading a:focus:not(:focus-visible),
.sg-Type--helpLink:focus:not(:focus-visible),
.sg-Type--helpLinkLight:focus:not(:focus-visible),
.sg-Type--helpLinkLight:focus:not(:focus-visible) {
  outline: 0;
}
.sg-Type--link,
.sg-Type--linkInverse,
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.sg-Type--heading a,
.sg-Type--helpLink,
.sg-Type--helpLinkLight {
  color: #cc0000;
}
.sg-Type--link:hover,
.sg-Type--linkInverse:hover,
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.sg-Type--heading a:hover,
.sg-Type--helpLink:hover,
.sg-Type--helpLinkLight:hover {
  color: #d63333;
}
.sg-Type--link:active,
.sg-Type--linkInverse:active,
a:active,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.sg-Type--heading a:active,
.sg-Type--helpLink:active,
.sg-Type--helpLinkLight:active {
  color: #e06666;
}
.sg-Type--linkLight,
.sg-Type--helpLinkLight {
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
     -moz-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
.sg-Type--linkLight:hover,
.sg-Type--helpLinkLight:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sg-Type--linkLight:active,
.sg-Type--linkLight:visited,
.sg-Type--helpLinkLight:active,
.sg-Type--helpLinkLight:visited {
  color: rgba(255, 255, 255, 0.6);
}
.sg-Type--link,
.sg-Type--linkLight,
a,
.sg-Type--helpLink,
.sg-Type--helpLinkLight,
.sg-Type--helpLinkLight {
  text-decoration: underline;
}
.sg-Type--link:hover,
.sg-Type--linkLight:hover,
a:hover,
.sg-Type--helpLink:hover,
.sg-Type--helpLinkLight:hover,
.sg-Type--helpLinkLight:hover {
  text-decoration: none;
}
.sg-Type--linkInverse,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.sg-Type--heading a {
  text-decoration: none;
}
.sg-Type--linkInverse:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.sg-Type--heading a:hover {
  text-decoration: underline;
}
.sg-Type--modalLink,
.sg-Type--modalLinkLight,
.sg-Type--tipLink,
.sg-Type--tipLinkLight,
.sg-Type--informationLink,
.sg-Type--informationLinkLight,
.sg-Type--definitionLink,
.sg-Type--definitionLinkLight,
.sg-Type--definition,
.sg-Type--definition,
.sg-Type--definitionLight,
.sg-Type--definitionLight,
abbr,
abbr {
  cursor: help;
  text-decoration: none;
  font-variant: normal;
  border-bottom-style: dashed;
  border-bottom-width: 2px;
}
.sg-Type--modalLink:hover,
.sg-Type--modalLinkLight:hover,
.sg-Type--tipLink:hover,
.sg-Type--tipLinkLight:hover,
.sg-Type--informationLink:hover,
.sg-Type--informationLinkLight:hover,
.sg-Type--definitionLink:hover,
.sg-Type--definitionLinkLight:hover,
.sg-Type--definition:hover,
.sg-Type--definition:hover,
.sg-Type--definitionLight:hover,
.sg-Type--definitionLight:hover,
abbr:hover,
abbr:hover {
  border-bottom-color: transparent;
}
.sg-Type--modalLink,
.sg-Type--informationLink {
  color: #cc0000;
  border-bottom-color: #cc0000;
  -webkit-text-decoration-color: #cc0000;
     -moz-text-decoration-color: #cc0000;
          text-decoration-color: #cc0000;
}
.sg-Type--modalLink:visited,
.sg-Type--informationLink:visited {
  color: #cc0000;
}
.sg-Type--modalLink.sg-Type--iconText span,
.sg-Type--informationLink.sg-Type--iconText span,
.sg-Type--modalLink.sg-Type--helpLink span,
.sg-Type--informationLink.sg-Type--helpLink span,
.sg-Type--modalLink.sg-Type--helpLinkLight span,
.sg-Type--informationLink.sg-Type--helpLinkLight span {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
  border-bottom-color: #cc0000;
  -webkit-text-decoration-color: #cc0000;
     -moz-text-decoration-color: #cc0000;
          text-decoration-color: #cc0000;
}
.sg-Type--modalLink.sg-Type--iconText:hover span,
.sg-Type--informationLink.sg-Type--iconText:hover span,
.sg-Type--modalLink.sg-Type--helpLink:hover span,
.sg-Type--informationLink.sg-Type--helpLink:hover span,
.sg-Type--modalLink.sg-Type--helpLinkLight:hover span,
.sg-Type--informationLink.sg-Type--helpLinkLight:hover span {
  border-bottom-color: transparent;
}
.sg-Type--tipLink,
.sg-Type--definitionLink,
.sg-Type--definition,
.sg-Type--definition,
abbr,
abbr {
  color: #535353;
  border-bottom-color: #cc0000;
  -webkit-text-decoration-color: #cc0000;
     -moz-text-decoration-color: #cc0000;
          text-decoration-color: #cc0000;
}
.sg-Type--tipLink.sg-Type--iconText span,
.sg-Type--definitionLink.sg-Type--iconText span,
.sg-Type--definition.sg-Type--iconText span,
.sg-Type--definition.sg-Type--iconText span,
.sg-Type--tipLink.sg-Type--helpLink span,
.sg-Type--definitionLink.sg-Type--helpLink span,
.sg-Type--tipLink.sg-Type--helpLinkLight span,
.sg-Type--definitionLink.sg-Type--helpLinkLight span,
abbr.sg-Type--iconText span,
abbr.sg-Type--iconText span {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
  border-bottom-color: #cc0000;
}
.sg-Type--tipLink.sg-Type--iconText:hover span,
.sg-Type--definitionLink.sg-Type--iconText:hover span,
.sg-Type--definition.sg-Type--iconText:hover span,
.sg-Type--definition.sg-Type--iconText:hover span,
.sg-Type--tipLink.sg-Type--helpLink:hover span,
.sg-Type--definitionLink.sg-Type--helpLink:hover span,
.sg-Type--tipLink.sg-Type--helpLinkLight:hover span,
.sg-Type--definitionLink.sg-Type--helpLinkLight:hover span,
abbr.sg-Type--iconText:hover span,
abbr.sg-Type--iconText:hover span {
  border-bottom-color: transparent;
}
.sg-Type--modalLinkLight,
.sg-Type--informationLinkLight,
.sg-Type--tipLinkLight,
.sg-Type--definitionLinkLight,
.sg-Type--definitionLight,
.sg-Type--definitionLight {
  color: #ffffff;
}
.sg-Type--modalLinkLight:hover,
.sg-Type--informationLinkLight:hover,
.sg-Type--tipLinkLight:hover,
.sg-Type--definitionLinkLight:hover,
.sg-Type--definitionLight:hover,
.sg-Type--definitionLight:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sg-Type--modalLinkLight:visited,
.sg-Type--informationLinkLight:visited,
.sg-Type--tipLinkLight:visited,
.sg-Type--definitionLinkLight:visited,
.sg-Type--definitionLight:visited,
.sg-Type--definitionLight:visited {
  color: rgba(255, 255, 255, 0.8);
}
.sg-Type--modalLinkLight,
.sg-Type--informationLinkLight {
  border-bottom-color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
     -moz-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
.sg-Type--modalLinkLight.sg-Type--iconText span,
.sg-Type--informationLinkLight.sg-Type--iconText span,
.sg-Type--modalLinkLight.sg-Type--helpLink span,
.sg-Type--informationLinkLight.sg-Type--helpLink span,
.sg-Type--modalLinkLight.sg-Type--helpLinkLight span,
.sg-Type--informationLinkLight.sg-Type--helpLinkLight span {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
     -moz-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
.sg-Type--tipLinkLight,
.sg-Type--definitionLinkLight,
.sg-Type--definitionLight,
.sg-Type--definitionLight {
  border-bottom-color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
     -moz-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
.sg-Type--tipLinkLight.sg-Type--iconText span,
.sg-Type--definitionLinkLight.sg-Type--iconText span,
.sg-Type--definitionLight.sg-Type--iconText span,
.sg-Type--definitionLight.sg-Type--iconText span,
.sg-Type--tipLinkLight.sg-Type--helpLink span,
.sg-Type--definitionLinkLight.sg-Type--helpLink span,
.sg-Type--tipLinkLight.sg-Type--helpLinkLight span,
.sg-Type--definitionLinkLight.sg-Type--helpLinkLight span {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
     -moz-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
/* Icon text
      ========================================================================== */
.sg-Type--iconText,
.sg-Type--helpLink,
.sg-Type--helpLinkLight {
  display: inline-block;
  padding-left: 1.2em;
  padding-right: 0.1em;
  border: none;
  background-color: transparent;
  background-position: 0 50%;
  -moz-background-size: 1em;
    -o-background-size: 1em;
       background-size: 1em;
}
.sg-Type--iconText:before,
.sg-Type--helpLink:before,
.sg-Type--helpLinkLight:before {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 1em 1em;
    -o-background-size: 1em 1em;
       background-size: 1em 1em;
  width: 1em;
  height: 1em;
}
.sg-Type--iconText:before.Icon--circle,
.sg-Type--helpLink:before.Icon--circle,
.sg-Type--helpLinkLight:before.Icon--circle {
  -moz-background-size: 0.75em 0.75em;
    -o-background-size: 0.75em 0.75em;
       background-size: 0.75em 0.75em;
}
.sg-Type--iconText.sg-Type--iconTextRight,
.sg-Type--helpLink.sg-Type--iconTextRight,
.sg-Type--helpLinkLight.sg-Type--iconTextRight {
  padding-left: 0;
  padding-right: 1.2em;
  background-position: 100% 50%;
}
/* Help links
      ========================================================================== */
.sg-Type--helpLink {
  font-size: 90%;
  padding-left: 0;
  text-decoration: none;
  border-bottom: dashed 2px rgba(204, 0, 0, 0.6);
  position: relative;
  margin-left: 10px;
  cursor: help;
  display: inline-block;
}
.sg-Type--helpLink:before {
  content: "\276F";
  display: inline-block;
  color: #535353;
  border: 0;
  position: absolute;
  left: -11px;
}
.sg-Type--helpLink:hover {
  border-color: transparent;
  display: inline-block;
}
.sg-Type--helpLink:hover:before {
  display: inline-block;
}
.sg-Type--helpLinkLight {
  font-size: 90%;
  padding-left: 0;
  border-bottom: dashed 2px rgba(204, 0, 0, 0.6);
  position: relative;
  margin-left: 10px;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border-bottom: dashed 2px rgba(255, 255, 255, 0.8);
}
.sg-Type--helpLinkLight:before {
  content: "\276F";
  display: inline-block;
  color: #535353;
  border: 0;
  position: absolute;
  left: -11px;
}
.sg-Type--helpLinkLight:hover {
  border-color: transparent;
  display: inline-block;
}
.sg-Type--helpLinkLight:hover:before {
  display: inline-block;
}
.sg-Type--helpLinkLight:before {
  content: "";
  left: -13px;
  top: 3px;
}
.sg-Type--helpLinkLight:hover {
  text-decoration: none;
}
.sg-Type--helpLinkLight:before {
  background-image: url("../img/Icon-arrowRight.svg#secondary");
  background-repeat: no-repeat;
}
.sg-Type--helpLinkLight:before {
  color: #ffffff;
}
.sg-Type--helpIcon,
.sg-Type--helpIconLight {
  /* IE 6/7 fallback */
  overflow: hidden;
  /* IE 6/7 fallback */
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.sg-Type--helpIcon:before,
.sg-Type--helpIconLight:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
.sg-Type--helpIcon:before,
.sg-Type--helpIconLight:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
.sg-Type--helpIcon.Icon--circle,
.sg-Type--helpIconLight.Icon--circle {
  -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
}
.sg-Type--helpIcon:hover,
.sg-Type--helpIconLight:hover {
  opacity: 0.7;
}
.sg-Type--helpIcon {
  background-image: url("../img/Icon-question.svg#secondary");
  background-repeat: no-repeat;
}
.sg-Type--helpIconLight {
  background-image: url("../img/Icon-question.svg#light");
  background-repeat: no-repeat;
}
/* Icon Text v2
      ========================================================================== */
.sg-Type--iconText.sg-Type--iconTextMini,
.sg-Type--helpLink.sg-Type--iconTextMini,
.sg-Type--helpLinkLight.sg-Type--iconTextMini {
  -moz-background-size: 8px 8px;
    -o-background-size: 8px 8px;
       background-size: 8px 8px;
  padding-left: 13px;
  min-height: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Type--iconText.sg-Type--iconTextMini.sg-Type--iconTextRight,
.sg-Type--helpLink.sg-Type--iconTextMini.sg-Type--iconTextRight,
.sg-Type--helpLinkLight.sg-Type--iconTextMini.sg-Type--iconTextRight {
  padding-left: 0;
  padding-right: 13px;
  background-position: 100% 50%;
}
.sg-Type--iconText.sg-Type--iconTextMini.sg-Type--helpIcon,
.sg-Type--helpLink.sg-Type--iconTextMini.sg-Type--helpIcon,
.sg-Type--helpLinkLight.sg-Type--iconTextMini.sg-Type--helpIcon {
  height: 8px;
  width: 8px;
}
.sg-Type--iconText.sg-Type--iconTextXsmall,
.sg-Type--helpLink.sg-Type--iconTextXsmall,
.sg-Type--helpLinkLight.sg-Type--iconTextXsmall {
  -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
       background-size: 16px 16px;
  padding-left: 21px;
  min-height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Type--iconText.sg-Type--iconTextXsmall.sg-Type--iconTextRight,
.sg-Type--helpLink.sg-Type--iconTextXsmall.sg-Type--iconTextRight,
.sg-Type--helpLinkLight.sg-Type--iconTextXsmall.sg-Type--iconTextRight {
  padding-left: 0;
  padding-right: 21px;
  background-position: 100% 50%;
}
.sg-Type--iconText.sg-Type--iconTextXsmall.sg-Type--helpIcon,
.sg-Type--helpLink.sg-Type--iconTextXsmall.sg-Type--helpIcon,
.sg-Type--helpLinkLight.sg-Type--iconTextXsmall.sg-Type--helpIcon {
  height: 16px;
  width: 16px;
}
.sg-Type--iconText.sg-Type--iconTextSmall,
.sg-Type--helpLink.sg-Type--iconTextSmall,
.sg-Type--helpLinkLight.sg-Type--iconTextSmall {
  -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
       background-size: 24px 24px;
  padding-left: 29px;
  min-height: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Type--iconText.sg-Type--iconTextSmall.sg-Type--iconTextRight,
.sg-Type--helpLink.sg-Type--iconTextSmall.sg-Type--iconTextRight,
.sg-Type--helpLinkLight.sg-Type--iconTextSmall.sg-Type--iconTextRight {
  padding-left: 0;
  padding-right: 29px;
  background-position: 100% 50%;
}
.sg-Type--iconText.sg-Type--iconTextSmall.sg-Type--helpIcon,
.sg-Type--helpLink.sg-Type--iconTextSmall.sg-Type--helpIcon,
.sg-Type--helpLinkLight.sg-Type--iconTextSmall.sg-Type--helpIcon {
  height: 24px;
  width: 24px;
}
.sg-Type--iconText.sg-Type--iconTextMedium,
.sg-Type--helpLink.sg-Type--iconTextMedium,
.sg-Type--helpLinkLight.sg-Type--iconTextMedium {
  -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
       background-size: 32px 32px;
  padding-left: 37px;
  min-height: 32px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Type--iconText.sg-Type--iconTextMedium.sg-Type--iconTextRight,
.sg-Type--helpLink.sg-Type--iconTextMedium.sg-Type--iconTextRight,
.sg-Type--helpLinkLight.sg-Type--iconTextMedium.sg-Type--iconTextRight {
  padding-left: 0;
  padding-right: 37px;
  background-position: 100% 50%;
}
.sg-Type--iconText.sg-Type--iconTextMedium.sg-Type--helpIcon,
.sg-Type--helpLink.sg-Type--iconTextMedium.sg-Type--helpIcon,
.sg-Type--helpLinkLight.sg-Type--iconTextMedium.sg-Type--helpIcon {
  height: 32px;
  width: 32px;
}
.sg-Type--iconText.sg-Type--iconTextLarge,
.sg-Type--helpLink.sg-Type--iconTextLarge,
.sg-Type--helpLinkLight.sg-Type--iconTextLarge {
  -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
       background-size: 40px 40px;
  padding-left: 45px;
  min-height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Type--iconText.sg-Type--iconTextLarge.sg-Type--iconTextRight,
.sg-Type--helpLink.sg-Type--iconTextLarge.sg-Type--iconTextRight,
.sg-Type--helpLinkLight.sg-Type--iconTextLarge.sg-Type--iconTextRight {
  padding-left: 0;
  padding-right: 45px;
  background-position: 100% 50%;
}
.sg-Type--iconText.sg-Type--iconTextLarge.sg-Type--helpIcon,
.sg-Type--helpLink.sg-Type--iconTextLarge.sg-Type--helpIcon,
.sg-Type--helpLinkLight.sg-Type--iconTextLarge.sg-Type--helpIcon {
  height: 40px;
  width: 40px;
}
.sg-Type--iconText.sg-Type--iconTextXlarge,
.sg-Type--helpLink.sg-Type--iconTextXlarge,
.sg-Type--helpLinkLight.sg-Type--iconTextXlarge {
  -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
       background-size: 48px 48px;
  padding-left: 53px;
  min-height: 48px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Type--iconText.sg-Type--iconTextXlarge.sg-Type--iconTextRight,
.sg-Type--helpLink.sg-Type--iconTextXlarge.sg-Type--iconTextRight,
.sg-Type--helpLinkLight.sg-Type--iconTextXlarge.sg-Type--iconTextRight {
  padding-left: 0;
  padding-right: 53px;
  background-position: 100% 50%;
}
.sg-Type--iconText.sg-Type--iconTextXlarge.sg-Type--helpIcon,
.sg-Type--helpLink.sg-Type--iconTextXlarge.sg-Type--helpIcon,
.sg-Type--helpLinkLight.sg-Type--iconTextXlarge.sg-Type--helpIcon {
  height: 48px;
  width: 48px;
}
.sg-Type--iconText.sg-Type--iconTextXxlarge,
.sg-Type--helpLink.sg-Type--iconTextXxlarge,
.sg-Type--helpLinkLight.sg-Type--iconTextXxlarge {
  -moz-background-size: 56px 56px;
    -o-background-size: 56px 56px;
       background-size: 56px 56px;
  padding-left: 61px;
  min-height: 56px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Type--iconText.sg-Type--iconTextXxlarge.sg-Type--iconTextRight,
.sg-Type--helpLink.sg-Type--iconTextXxlarge.sg-Type--iconTextRight,
.sg-Type--helpLinkLight.sg-Type--iconTextXxlarge.sg-Type--iconTextRight {
  padding-left: 0;
  padding-right: 61px;
  background-position: 100% 50%;
}
.sg-Type--iconText.sg-Type--iconTextXxlarge.sg-Type--helpIcon,
.sg-Type--helpLink.sg-Type--iconTextXxlarge.sg-Type--helpIcon,
.sg-Type--helpLinkLight.sg-Type--iconTextXxlarge.sg-Type--helpIcon {
  height: 56px;
  width: 56px;
}
.sg-Type--iconText.sg-Type--iconTextXxxlarge,
.sg-Type--helpLink.sg-Type--iconTextXxxlarge,
.sg-Type--helpLinkLight.sg-Type--iconTextXxxlarge {
  -moz-background-size: 72px 72px;
    -o-background-size: 72px 72px;
       background-size: 72px 72px;
  padding-left: 77px;
  min-height: 72px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-Type--iconText.sg-Type--iconTextXxxlarge.sg-Type--iconTextRight,
.sg-Type--helpLink.sg-Type--iconTextXxxlarge.sg-Type--iconTextRight,
.sg-Type--helpLinkLight.sg-Type--iconTextXxxlarge.sg-Type--iconTextRight {
  padding-left: 0;
  padding-right: 77px;
  background-position: 100% 50%;
}
.sg-Type--iconText.sg-Type--iconTextXxxlarge.sg-Type--helpIcon,
.sg-Type--helpLink.sg-Type--iconTextXxxlarge.sg-Type--helpIcon,
.sg-Type--helpLinkLight.sg-Type--iconTextXxxlarge.sg-Type--helpIcon {
  height: 72px;
  width: 72px;
}
/* Horizontal line
      ========================================================================== */
.sg-Type--horizontalRule,
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.sg-Type--horizontalRule--primary {
  border-top-color: #6DA300;
}
.sg-Type--horizontalRule--secondary {
  border-top-color: #cc0000;
}
.sg-Type--horizontalRule--dark {
  border-top-color: #2a2a2a;
}
.sg-Type--horizontalRule--light {
  border-top-color: #ffffff;
}
.sg-Type--horizontalRule--neutral {
  border-top-color: #e5e5e5;
}
.sg-Type--horizontalRule--highlight {
  border-top-color: #dbeaf0;
}
.sg-Type--horizontalRule--text {
  border-top-color: #535353;
}
/* Natural language
      ========================================================================== */
h1 a.sg-Type--nextActionFilterLink:hover,
h2 a.sg-Type--nextActionFilterLink:hover,
h3 a.sg-Type--nextActionFilterLink:hover,
h4 a.sg-Type--nextActionFilterLink:hover,
h5 a.sg-Type--nextActionFilterLink:hover,
h6 a.sg-Type--nextActionFilterLink:hover,
.sg-Type--heading a.sg-Type--nextActionFilterLink:hover,
h1 a.sg-Type--nextActionFilterLinkLight:hover,
h2 a.sg-Type--nextActionFilterLinkLight:hover,
h3 a.sg-Type--nextActionFilterLinkLight:hover,
h4 a.sg-Type--nextActionFilterLinkLight:hover,
h5 a.sg-Type--nextActionFilterLinkLight:hover,
h6 a.sg-Type--nextActionFilterLinkLight:hover,
.sg-Type--heading a.sg-Type--nextActionFilterLinkLight:hover {
  text-decoration: none;
}
.sg-Type--nextActionFilterLink,
.sg-Type--nextActionFilterLinkLight {
  display: inline-block;
  text-decoration: none;
  padding-right: 1.2em;
  position: relative;
}
.sg-Type--nextActionFilterLink:after,
.sg-Type--nextActionFilterLinkLight:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100% !important;
  background-position: center center !important;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-in;
     -moz-transition: -moz-transform 0.2s ease-in;
       -o-transition: -o-transform 0.2s ease-in;
          transition: transform 0.2s ease-in;
}
.sg-Type--nextActionFilterLink[aria-expanded="true"]:after,
.sg-Type--nextActionFilterLinkLight[aria-expanded="true"]:after,
.sg-Type--nextActionFilterLink[aria-selected="true"]:after,
.sg-Type--nextActionFilterLinkLight[aria-selected="true"]:after,
.sg-Type--nextActionFilterLink.sg-Type--nextActionFilterLink--isActive:after,
.sg-Type--nextActionFilterLinkLight.sg-Type--nextActionFilterLink--isActive:after {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sg-Type--nextActionFilterLink {
  color: #797979;
  border-bottom: 0.1em solid #6DA300;
}
.sg-Type--nextActionFilterLink:after {
  background-image: url("../img/Icon-arrowBottom.svg#primary");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 1em 1em;
    -o-background-size: 1em 1em;
       background-size: 1em 1em;
  width: 1em;
  height: 1em;
}
.sg-Type--nextActionFilterLink:after.Icon--circle {
  -moz-background-size: 0.75em 0.75em;
    -o-background-size: 0.75em 0.75em;
       background-size: 0.75em 0.75em;
}
.sg-Type--nextActionFilterLink:active {
  color: #535353;
}
.sg-Type--nextActionFilterLink:hover {
  color: #6DA300;
}
.sg-Type--nextActionFilterLink:visited {
  color: #535353;
}
.sg-Type--nextActionFilterLink.is-disabled,
.sg-Type--nextActionFilterLink.is-disabled:hover {
  border-bottom: 0.1em dashed #C6C6C6;
  color: #C6C6C6;
  cursor: no-drop;
}
.sg-Type--nextActionFilterLink.is-disabled:after,
.sg-Type--nextActionFilterLink.is-disabled:hover:after {
  background-image: url("../img/Icon-arrowBottom.svg#neutral");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 1em 1em;
    -o-background-size: 1em 1em;
       background-size: 1em 1em;
  width: 1em;
  height: 1em;
}
.sg-Type--nextActionFilterLink.is-disabled:after.Icon--circle,
.sg-Type--nextActionFilterLink.is-disabled:hover:after.Icon--circle {
  -moz-background-size: 0.75em 0.75em;
    -o-background-size: 0.75em 0.75em;
       background-size: 0.75em 0.75em;
}
.sg-Type--nextActionFilterLinkLight {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 0.1em solid #ffffff;
  -webkit-text-decoration-color: 0.1em solid #ffffff;
     -moz-text-decoration-color: 0.1em solid #ffffff;
          text-decoration-color: 0.1em solid #ffffff;
}
.sg-Type--nextActionFilterLinkLight:after {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 1em 1em;
    -o-background-size: 1em 1em;
       background-size: 1em 1em;
  width: 1em;
  height: 1em;
}
.sg-Type--nextActionFilterLinkLight:after.Icon--circle {
  -moz-background-size: 0.75em 0.75em;
    -o-background-size: 0.75em 0.75em;
       background-size: 0.75em 0.75em;
}
.sg-Type--nextActionFilterLinkLight:active {
  color: #6DA300;
}
.sg-Type--nextActionFilterLinkLight:hover {
  color: #ffffff;
}
.sg-Type--nextActionFilterLinkLight:visited {
  color: #6DA300;
}
.sg-Type--nextActionFilterLinkLight.is-disabled,
.sg-Type--nextActionFilterLinkLight.is-disabled:hover {
  border-bottom: 0.1em dashed #cccccc;
  color: #cccccc;
  cursor: no-drop;
}
.sg-Type--nextActionFilterLinkLight.is-disabled:after,
.sg-Type--nextActionFilterLinkLight.is-disabled:hover:after {
  background-image: url("../img/Icon-arrowBottom.svg#neutral");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 1em 1em;
    -o-background-size: 1em 1em;
       background-size: 1em 1em;
  width: 1em;
  height: 1em;
}
.sg-Type--nextActionFilterLinkLight.is-disabled:after.Icon--circle,
.sg-Type--nextActionFilterLinkLight.is-disabled:hover:after.Icon--circle {
  -moz-background-size: 0.75em 0.75em;
    -o-background-size: 0.75em 0.75em;
       background-size: 0.75em 0.75em;
}
/* TOGGLE LINK
      ========================================================================== */
h1 a.sg-Type--toggleLink:hover,
h2 a.sg-Type--toggleLink:hover,
h3 a.sg-Type--toggleLink:hover,
h4 a.sg-Type--toggleLink:hover,
h5 a.sg-Type--toggleLink:hover,
h6 a.sg-Type--toggleLink:hover,
.sg-Type--heading a.sg-Type--toggleLink:hover,
h1 a.sg-Type--toggleLinkLight:hover,
h2 a.sg-Type--toggleLinkLight:hover,
h3 a.sg-Type--toggleLinkLight:hover,
h4 a.sg-Type--toggleLinkLight:hover,
h5 a.sg-Type--toggleLinkLight:hover,
h6 a.sg-Type--toggleLinkLight:hover,
.sg-Type--heading a.sg-Type--toggleLinkLight:hover {
  text-decoration: underline;
}
.sg-Type--toggleLink,
.sg-Type--toggleLinkLight {
  display: inline-block;
  text-decoration: none;
  padding-left: 1.2em;
  position: relative;
}
.sg-Type--toggleLink:before,
.sg-Type--toggleLinkLight:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  background-position: center center !important;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-in;
     -moz-transition: -moz-transform 0.2s ease-in;
       -o-transition: -o-transform 0.2s ease-in;
          transition: transform 0.2s ease-in;
}
.sg-Type--toggleLink[aria-expanded="true"]:before,
.sg-Type--toggleLinkLight[aria-expanded="true"]:before,
.sg-Type--toggleLink[aria-selected="true"]:before,
.sg-Type--toggleLinkLight[aria-selected="true"]:before,
.sg-Type--toggleLink.sg-Type--toggleLink--isActive:before,
.sg-Type--toggleLinkLight.sg-Type--toggleLink--isActive:before {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sg-Type--toggleLink {
  color: #cc0000;
}
.sg-Type--toggleLink:before {
  background-image: url("../img/Icon-arrowBottom.svg#link");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 1em 1em;
    -o-background-size: 1em 1em;
       background-size: 1em 1em;
  width: 1em;
  height: 1em;
}
.sg-Type--toggleLink:before.Icon--circle {
  -moz-background-size: 0.75em 0.75em;
    -o-background-size: 0.75em 0.75em;
       background-size: 0.75em 0.75em;
}
.sg-Type--toggleLink:active {
  color: #cc0000;
}
.sg-Type--toggleLink:hover {
  color: #cc0000;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(204, 0, 0, 0.33);
     -moz-text-decoration-color: rgba(204, 0, 0, 0.33);
          text-decoration-color: rgba(204, 0, 0, 0.33);
  text-underline-offset: 5px;
}
.sg-Type--toggleLink:visited {
  color: #cc0000;
}
.sg-Type--toggleLink.is-disabled,
.sg-Type--toggleLink.is-disabled:hover {
  border-bottom: 0.1em dashed #C6C6C6;
  color: #C6C6C6;
  cursor: no-drop;
}
.sg-Type--toggleLink.is-disabled:before,
.sg-Type--toggleLink.is-disabled:hover:before {
  background-image: url("../img/Icon-arrowBottom.svg#neutral");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 1em 1em;
    -o-background-size: 1em 1em;
       background-size: 1em 1em;
  width: 1em;
  height: 1em;
}
.sg-Type--toggleLink.is-disabled:before.Icon--circle,
.sg-Type--toggleLink.is-disabled:hover:before.Icon--circle {
  -moz-background-size: 0.75em 0.75em;
    -o-background-size: 0.75em 0.75em;
       background-size: 0.75em 0.75em;
}
.sg-Type--toggleLinkLight {
  color: #ffffff;
}
.sg-Type--toggleLinkLight:before {
  background-image: url("../img/Icon-arrowBottom.svg#light");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 1em 1em;
    -o-background-size: 1em 1em;
       background-size: 1em 1em;
  width: 1em;
  height: 1em;
}
.sg-Type--toggleLinkLight:before.Icon--circle {
  -moz-background-size: 0.75em 0.75em;
    -o-background-size: 0.75em 0.75em;
       background-size: 0.75em 0.75em;
}
.sg-Type--toggleLinkLight:active {
  color: #ffffff;
}
.sg-Type--toggleLinkLight:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.sg-Type--toggleLinkLight:visited {
  color: #ffffff;
}
.sg-Type--toggleLinkLight.is-disabled,
.sg-Type--toggleLinkLight.is-disabled:hover {
  border-bottom: 0.1em dashed #cccccc;
  color: #cccccc;
  cursor: no-drop;
}
.sg-Type--toggleLinkLight.is-disabled:before,
.sg-Type--toggleLinkLight.is-disabled:hover:before {
  background-image: url("../img/Icon-arrowBottom.svg#neutral");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 1em 1em;
    -o-background-size: 1em 1em;
       background-size: 1em 1em;
  width: 1em;
  height: 1em;
}
.sg-Type--toggleLinkLight.is-disabled:before.Icon--circle,
.sg-Type--toggleLinkLight.is-disabled:hover:before.Icon--circle {
  -moz-background-size: 0.75em 0.75em;
    -o-background-size: 0.75em 0.75em;
       background-size: 0.75em 0.75em;
}
/* ==========================================================================
   AAMI: Typography styles
   ========================================================================== */
/* Brand font
   ========================================================================== */
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBTBook/FuturaBTBook.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBTMedium/FuturaBTMedium.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBold/FuturaBold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBTCondensedBold/FuturaBTCondensedBold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-stretch: condensed;
}
/* Typography native tags
   ========================================================================== */
/* Base text styling
   ========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
}
/* Headings
   ========================================================================== */
.sg-Type--heading {
  line-height: 1.57142857;
}
.sg-Type--headingTitle {
  line-height: 1.20833333;
}
.sg-Type--heading1,
h1 {
  line-height: 1.3125;
}
.sg-Type--heading2,
h2 {
  line-height: 1.28571429;
}
.sg-Type--heading3,
h3 {
  line-height: 1.30769231;
}
.sg-Type--heading4,
h4 {
  line-height: 1.33333333;
}
.sg-Type--heading5,
h5 {
  line-height: 1.4;
}
.sg-Type--heading6,
h6 {
  line-height: 1.5;
}
.sg-Type--title,
b {
  line-height: 1.5;
}
/*StrikeBehind styling
========================================================================== */
p.sg-Type--strikeBehind:before,
p.sg-Type--strikeBehind:after {
  top: 0.75em;
}
h1.sg-Type--strikeBehind:before,
h2.sg-Type--strikeBehind:before,
h3.sg-Type--strikeBehind:before,
h4.sg-Type--strikeBehind:before,
h5.sg-Type--strikeBehind:before,
h1.sg-Type--strikeBehind:after,
h2.sg-Type--strikeBehind:after,
h3.sg-Type--strikeBehind:after,
h4.sg-Type--strikeBehind:after,
h5.sg-Type--strikeBehind:after {
  top: 0.6em;
}
h6.sg-Type--strikeBehind:before,
h6.sg-Type--strikeBehind:after {
  top: 0.55em;
}
.sg-Type--strikeBehind:before,
.sg-Type--strikeBehind:after {
  top: 0.7em;
}
h1.sg-Type--strikeBehind,
h2.sg-Type--strikeBehind {
  padding-bottom: 0.1em;
}
/* Italic text
   ========================================================================== */
.sg-Type--italic,
em {
  font-family: Georgia, Times, "Times New Roman", serif;
}
/* Title & Prominent text
   ========================================================================== */
.sg-Type--title,
b {
  font-stretch: condensed;
  text-transform: uppercase;
}
.sg-Type--prominent {
  font-size: 14px;
  font-size: 0.875rem;
}
/* Muted text
   ========================================================================== */
.sg-Type--muted,
.sg-Type--mutedHover:hover {
  opacity: 0.85;
}
/* Tag-line text
   ========================================================================== */
.sg-Type--tagLine,
.sg-Type--tagLineLight,
.sg-Type--tagLineNeutral,
.sg-Type--tagLineDark,
.sg-Type--tagLinePrimary,
.sg-Type--tagLineSecondary,
.sg-Type--tagLineCorrect,
.sg-Type--tagLineError {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
}
.sg-Type--tagLine {
  background: #f7f6f6;
}
/* Quote block
   ========================================================================== */
.sg-Type--quote:before,
.sg-Type--quote:after {
  font-family: arial, sans-serif;
}
/* Links
   ========================================================================== */
.sg-Type--link:active,
.sg-Type--linkInverse:active,
.sg-Type--link:hover,
.sg-Type--linkInverse:hover,
a:active,
a:hover,
h1 a:active,
h1 a:hover,
h2 a:active,
h2 a:hover,
h3 a:active,
h3 a:hover,
h4 a:active,
h4 a:hover,
h5 a:active,
h5 a:hover,
h6 a:active,
h6 a:hover,
.sg-Type--heading a:active,
.sg-Type--heading a:hover,
.sg-Type--helpLink:active,
.sg-Type--helpLink:hover,
.sg-Type--helpLinkLight:active,
.sg-Type--helpLinkLight:hover {
  color: #B80000;
}
.sg-Type--link,
a,
.sg-Type--helpLink,
.sg-Type--helpLinkLight {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(204, 0, 0, 0.33);
     -moz-text-decoration-color: rgba(204, 0, 0, 0.33);
          text-decoration-color: rgba(204, 0, 0, 0.33);
  text-underline-offset: 0.2em;
}
.sg-Type--link:hover,
a:hover,
.sg-Type--helpLink:hover,
.sg-Type--helpLinkLight:hover {
  text-decoration: underline;
}
.sg-Type--linkInverse,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.sg-Type--heading a {
  text-decoration: none;
}
.sg-Type--linkInverse:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.sg-Type--heading a:hover {
  text-decoration: underline;
}
/* Change all AAMI heading links to default link styling */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.sg-Type--heading a,
.sg-Type--headingTitle a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.sg-Type--heading a:hover,
.sg-Type--headingTitle a:hover {
  text-decoration: underline;
}
.sg-Type--heading,
.sg-Type--headingTitle,
.sg-Type--heading1,
.sg-Type--heading2,
.sg-Type--heading3,
.sg-Type--heading4,
.sg-Type--heading5,
.sg-Type--heading6,
h1,
h2,
h3,
h4,
h5,
h6,
.sg-Type--title,
.sg-Type--prominent,
h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: 900;
}
.sg-Type--modalLink:hover,
.sg-Type--modalLinkLight:hover,
.sg-Type--tipLink:hover,
.sg-Type--tipLinkLight:hover,
.sg-Type--informationLink:hover,
.sg-Type--informationLinkLight:hover,
.sg-Type--definitionLink:hover,
.sg-Type--definitionLinkLight:hover,
.sg-Type--definition:hover,
.sg-Type--definition:hover,
.sg-Type--definitionLight:hover,
.sg-Type--definitionLight:hover,
abbr:hover,
abbr:hover {
  text-decoration: none;
}
.sg-Type--tipLink:hover,
.sg-Type--definitionLink:hover,
.sg-Type--definition:hover,
.sg-Type--definition:hover,
abbr:hover,
abbr:hover {
  color: #ac0808;
}
/* Help links
   ========================================================================== */
.sg-Type--helpLink,
.sg-Type--helpLinkLight {
  text-decoration: none;
}
.sg-Type--helpLink:before,
.sg-Type--helpLinkLight:before {
  content: "";
  left: -13px;
  top: 3px;
}
.sg-Type--helpLink:hover,
.sg-Type--helpLinkLight:hover {
  text-decoration: none;
}
.sg-Type--helpLink:before {
  background-image: url("../img/Icon-arrowRight.svg#secondary");
  background-repeat: no-repeat;
}
.sg-Type--helpLinkLight:before {
  background-image: url("../img/Icon-arrowRight.svg#light");
  background-repeat: no-repeat;
}
.sg-Type--helpLinkLight:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sg-Type--nextActionFilterLink:hover,
.sg-Type--nextActionFilterLinkLight:hover {
  text-decoration: none;
}
/* ==========================================================================
   Validation
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Validation text styling
   ========================================================================== */
.sg-Validation--errorText {
  color: #850000;
}
.sg-Validation--questionInvalid .sg-Form-label {
  color: #850000;
}
.sg-Validation-errorWrapper .sg-Validation-errorMessage {
  color: #850000;
  font-size: 0.84em;
  font-size: 0.756rem;
}
/* Validation input styling
   ========================================================================== */
.sg-Input,
.sg-Input-group {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.sg-Input.is-invalid,
.sg-Input-group.is-invalid {
  border-color: #850000;
  background-color: #fbf7f7;
}
.sg-Input.is-invalid:focus,
.sg-Input-group.is-invalid:focus {
  -webkit-box-shadow: inset 0 0 0 1px #850000;
     -moz-box-shadow: inset 0 0 0 1px #850000;
          box-shadow: inset 0 0 0 1px #850000;
}
.sg-Input.is-valid,
.sg-Input-group.is-valid {
  border-color: #6DA300;
  background-color: #fbfcf7;
}
.sg-Input-group .sg-Input:focus:not([disabled]):not([readonly]).is-invalid,
.sg-Input-group .sg-Input:active:not([disabled]):not([readonly]).is-invalid {
  -webkit-box-shadow: inset 0 0 0 1px #850000 !important;
     -moz-box-shadow: inset 0 0 0 1px #850000 !important;
          box-shadow: inset 0 0 0 1px #850000 !important;
}
.sg-Input-group .sg-Input:focus:not([disabled]):not([readonly]).is-valid,
.sg-Input-group .sg-Input:active:not([disabled]):not([readonly]).is-valid {
  -webkit-box-shadow: inset 0 0 0 1px #6DA300 !important;
     -moz-box-shadow: inset 0 0 0 1px #6DA300 !important;
          box-shadow: inset 0 0 0 1px #6DA300 !important;
}
.sg-Input:focus.is-invalid {
  -webkit-box-shadow: inset 0 0 0 1px #850000 !important;
     -moz-box-shadow: inset 0 0 0 1px #850000 !important;
          box-shadow: inset 0 0 0 1px #850000 !important;
}
.sg-Input:focus.is-valid {
  -webkit-box-shadow: inset 0 0 0 1px #6DA300 !important;
     -moz-box-shadow: inset 0 0 0 1px #6DA300 !important;
          box-shadow: inset 0 0 0 1px #6DA300 !important;
}
.sg-Input-group .is-invalid:hover,
.sg-Input-group .is-invalid:active {
  -webkit-box-shadow: inset 0 0 0 1px #850000;
     -moz-box-shadow: inset 0 0 0 1px #850000;
          box-shadow: inset 0 0 0 1px #850000;
}
.sg-Input-group .is-valid:hover,
.sg-Input-group .is-valid:active {
  -webkit-box-shadow: inset 0 0 0 1px #6DA300;
     -moz-box-shadow: inset 0 0 0 1px #6DA300;
          box-shadow: inset 0 0 0 1px #6DA300;
}
.sg-Input-group input.sg-Input.is-invalid,
.sg-Input-group input.sg-Input.is-valid {
  border-color: #D3CECE;
}
.sg-Input-group .sg-Input:hover:not([disabled]):not([readonly]).is-invalid {
  border-color: #850000 !important;
  -webkit-box-shadow: inset 0 0 0 1px #850000 !important;
     -moz-box-shadow: inset 0 0 0 1px #850000 !important;
          box-shadow: inset 0 0 0 1px #850000 !important;
}
.sg-Input-group .sg-Input:hover:not([disabled]):not([readonly]).is-valid {
  border-color: #6DA300 !important;
  -webkit-box-shadow: inset 0 0 0 1px #6DA300 !important;
     -moz-box-shadow: inset 0 0 0 1px #6DA300 !important;
          box-shadow: inset 0 0 0 1px #6DA300 !important;
}
/* ==========================================================================
   AAMINEW - Validation
   ========================================================================== */
/* LESS Variables
   ========================================================================== */
/* Validation styling
   ========================================================================== */
.sg-Validation-errorMessage {
  content: "";
  -moz-background-size: 24px;
    -o-background-size: 24px;
       background-size: 24px;
  min-height: 24px;
  background-image: url("../img/Icon-alert.svg#error");
  background-repeat: no-repeat;
  padding-left: 29px;
  padding-top: 2px;
}
