/* -------------------------------------------------
* Summarize all needed partial stylesheets for the
* whole project
* -------------------------------------------------- */
[release-version]::before {
  content: "37.0";
}
/* -------------------------------------------------
* General settings for whole project
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* core
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* global
* -------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
* Remove focus outline which can appear on scrollto anchor
*/
[tabindex="-1"] {
  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: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: normal;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * 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 {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
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 color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * 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;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
}
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains global styles
* like image settings
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains mixin definitions
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* typography
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
@font-face {
  font-family: 'OpenSansLight';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBold';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemibold';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'supercard_id';
  src: url('../fonts/supercard_id.eot?aqrp9x');
  src: url('../fonts/supercard_id.eot?aqrp9x#iefix') format('embedded-opentype'), url('../fonts/supercard_id.ttf?aqrp9x') format('truetype'), url('../fonts/supercard_id.woff?aqrp9x') format('woff'), url('../fonts/supercard_id.svg?aqrp9x#supercard_id') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* -------------------------------------------------
* Summarize all needed variables and styles for
* typography
* -------------------------------------------------- */
/* -------------------------------------------------
* Headings and text elements
* -------------------------------------------------- */
.sc-id-wrapper h1,
.sc-id-wrapper h2,
.sc-id-wrapper h3,
.sc-id-wrapper h4,
.sc-id-wrapper h5,
.sc-id-wrapper h6,
.sc-id-wrapper b,
.sc-id-wrapper strong,
.sc-id-wrapper optgroup,
.sc-id-wrapper th {
  font-weight: normal;
}
.sc-id-wrapper b,
.sc-id-wrapper strong,
.sc-id-wrapper optgroup,
.sc-id-wrapper th {
  font-family: "OpenSansBold", sans-serif;
}
.sc-id-wrapper h1,
.sc-id-wrapper h2,
.sc-id-wrapper h3,
.sc-id-wrapper h4,
.sc-id-wrapper h5,
.sc-id-wrapper h6,
.sc-id-wrapper p {
  margin: 0 0 30px;
}
.sc-id-wrapper p {
  margin: 0 0 30px;
}
.sc-id-wrapper a {
  color: #222222;
}
.sc-id-wrapper a:hover {
  color: #222222;
}
/**
 * The aim is for this file to be as empty as possible.
 * Sometimes though during fast paced development like this you may need to
 * quickly write some CSS to mimic the styles for a dependency before that
 * dependency has been built.
 *
 * Please put your name next to the code in here so we can know who to discuss it
 * with. If you do not, git blame will find you anyway, so be honest!
 */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* grid-system
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* Taken from bootstraps variables.less
* Commented out some variables, which are alreade defined in src/core/global/viewport-settings.less
* -------------------------------------------------- */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@media only screen and (max-width: 43.9375em) {
  .xs-text-center {
    text-align: center !important;
  }
}
/* -------------------------------------------------
* Custom grid modifications for project
* -------------------------------------------------- */
.col-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* color
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* spacing
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* spacing
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* core
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* teaser container
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
.sc-id-wrapper *,
.sc-id-wrapper *:before,
.sc-id-wrapper *:after {
  box-sizing: border-box;
}
.sc-id-wrapper img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.sc-id-wrapper--iframe {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .sc-id-wrapper--iframe {
    height: 80vh;
    max-height: 600px;
  }
}
.sc-id-wrapper--iframe .sc-id__content {
  height: 100%;
}
.sc-id-wrapper--iframe .sc-id__content .sc-id__row {
  height: 100%;
}
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* icon
* -------------------------------------------------- */
@font-face {
  font-family: 'fontello-scid';
  src: url('../fonts/fontello-scid.woff?79330419') format('woff'), url('../fonts/fontello-scid.ttf?79330419') format('truetype');
  font-weight: normal;
  font-style: normal;
}
i[class^="icon-sc-"] {
  position: relative;
  font-family: "fontello-scid" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
}
[class^="icon-sc"]:hover,
[class*=" icon-sc-"]:hover {
  text-decoration: none!important;
}
[class^="icon-sc-"]:before,
[class*=" icon-sc"]:before {
  position: relative;
  font-family: "fontello-scid" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
}
.icon--before-text {
  margin-right: 6px;
}
.icon-sc-eye,
.icon-sc-eye-stroked {
  font-size: 20px;
}
.icon-sc-arrow-l::before,
.icon-sc-arrow-r::before {
  font-size: .8em;
  top: -0.12em;
}
.scid-icon-dc:before {
  background-image: url('../img/component/sc-id/img/icon-sc-bon.png');
  content: '';
  height: 1.21rem;
  width: 1.21rem;
  background-size: 1.21rem 1.21rem;
  top: 0.2em;
  position: relative;
}
/*.scid-icon--eye-hide:before {
  content: "\e908";
}
.scid-icon--eye-show:before {
  content: "\e909";
}
.scid-icon--arrow-left:before {
  content: "\e901";
}
.scid-icon--closed:before {
  content: "\e902";
}*/
.scid-icon {
  font-family: "fontellio-scid";
}
.icon-sc-info:before {
  content: '\2139';
}
/* 'â„¹' */
.icon-sc-eye-stroked:before {
  content: '\e800';
}
/* 'î €' */
.icon-sc-error:before {
  content: '\e801';
}
/* 'î ' */
.icon-sc-cancel:before {
  content: '\e802';
}
/* 'î ‚' */
.icon-sc-ok:before {
  content: '\e803';
}
/* 'î ƒ' */
.icon-sc-eye:before {
  content: '\e900';
}
/* 'î¤€' */
.icon-sc-arrow-l:before {
  content: '\e901';
}
/* 'î¤' */
.icon-sc-closed:before {
  content: '\e902';
}
/* 'î¤‚' */
.icon-sc-question:before {
  content: '\e903';
}
/* 'î¤ƒ' */
.icon-sc-check:before {
  content: '\e904';
}
/* 'î¤„' */
.icon-sc-supercard:before {
  content: '\e90a';
}
/* 'î¤Š' */
.icon-ic-cancel_16:before {
  content: '\e91f';
}
/* 'î¤Ÿ' */
.icon-sc-info-1:before {
  content: '\e9e0';
}
/* 'î§ ' */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* spacing
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* spacing
* -------------------------------------------------- */
.spacing {
  /*@media @screen-xs-only{
        &-top-xs{
            .spacing-mixin-top;
        }
        &-bottom-xs{
            .spacing-mixin-bottom
        }
    }

    @media @screen-xs-up{
        &-top-xs-up{
            .spacing-mixin-top;
        }
        &-bottom-xs-up{
            .spacing-mixin-bottom;
        }
    }

    @media @screen-sm-up{
        &-top-sm-up{
            .spacing-mixin-top;
        }
        &-bottom-sm-up{
            .spacing-mixin-bottom;
        }
    }

    @media @screen-md-up{
        &-top-md-up{
            .spacing-mixin-top;
        }
        &-bottom-md-up{
            .spacing-mixin-bottom;
        }
    }

    @media @screen-lg-up{
        &-top-lg-up{
            .spacing-mixin-top;
        }
        &-bottom-lg-up{
            .spacing-mixin-bottom;
        }
    }

    @media @screen-mobile-only{
        &-top-mobile-only{
            .spacing-mixin-top;
        }
        &-bottom-mobile-only{
            .spacing-mixin-bottom;
        }
    }

    @media @screen-desktop-up{
        &-top-desktop-up{
            .spacing-mixin-top;
        }
        &-bottom-desktop-up{
            .spacing-mixin-bottom;
        }
    }*/
}
.spacing-top-0 {
  margin-top: 0;
}
.spacing-top-5 {
  margin-top: 5px;
}
.spacing-top-10 {
  margin-top: 10px;
}
.spacing-top-15 {
  margin-top: 15px;
}
.spacing-top-20 {
  margin-top: 20px;
}
.spacing-top-25 {
  margin-top: 25px;
}
.spacing-top-30 {
  margin-top: 30px;
}
.spacing-top-35 {
  margin-top: 35px;
}
.spacing-top-40 {
  margin-top: 40px;
}
.spacing-top-50 {
  margin-top: 50px;
}
.spacing-top-60 {
  margin-top: 60px;
}
.spacing-top-70 {
  margin-top: 70px;
}
.spacing-top-80 {
  margin-top: 80px;
}
.spacing-bottom-0 {
  margin-bottom: 0;
}
.spacing-bottom-5 {
  margin-bottom: 5px;
}
.spacing-bottom-10 {
  margin-bottom: 10px;
}
.spacing-bottom-15 {
  margin-bottom: 15px;
}
.spacing-bottom-20 {
  margin-bottom: 20px;
}
.spacing-bottom-25 {
  margin-bottom: 25px;
}
.spacing-bottom-30 {
  margin-bottom: 30px;
}
.spacing-bottom-35 {
  margin-bottom: 35px;
}
.spacing-bottom-40 {
  margin-bottom: 40px;
}
.spacing-bottom-50 {
  margin-bottom: 50px;
}
.spacing-bottom-60 {
  margin-bottom: 60px;
}
.spacing-bottom-70 {
  margin-bottom: 70px;
}
.spacing-bottom-80 {
  margin-bottom: 80px;
}
.spacing-top-negative-0 {
  margin-top: 0;
}
.spacing-top-negative-5 {
  margin-top: -5px;
}
.spacing-top-negative-10 {
  margin-top: -10px;
}
.spacing-top-negative-15 {
  margin-top: -15px;
}
.spacing-top-negative-20 {
  margin-top: -20px;
}
.spacing-top-negative-25 {
  margin-top: -25px;
}
.spacing-top-negative-30 {
  margin-top: -30px;
}
.spacing-top-negative-35 {
  margin-top: -35px;
}
.spacing-top-negative-40 {
  margin-top: -40px;
}
.spacing-top-negative-50 {
  margin-top: -50px;
}
.spacing-top-negative-60 {
  margin-top: -60px;
}
.spacing-top-negative-70 {
  margin-top: -70px;
}
.spacing-top-negative-80 {
  margin-top: -80px;
}
.spacing-bottom-negative-0 {
  margin-bottom: 0;
}
.spacing-bottom-negative-5 {
  margin-bottom: -5px;
}
.spacing-bottom-negative-10 {
  margin-bottom: -10px;
}
.spacing-bottom-negative-15 {
  margin-bottom: -15px;
}
.spacing-bottom-negative-20 {
  margin-bottom: -20px;
}
.spacing-bottom-negative-25 {
  margin-bottom: -25px;
}
.spacing-bottom-negative-30 {
  margin-bottom: -30px;
}
.spacing-bottom-negative-35 {
  margin-bottom: -35px;
}
.spacing-bottom-negative-40 {
  margin-bottom: -40px;
}
.spacing-bottom-negative-50 {
  margin-bottom: -50px;
}
.spacing-bottom-negative-60 {
  margin-bottom: -60px;
}
.spacing-bottom-negative-70 {
  margin-bottom: -70px;
}
.spacing-bottom-negative-80 {
  margin-bottom: -80px;
}
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* separator
* -------------------------------------------------- */
.sc-id__separator--withText {
  text-align: center;
  height: 1rem;
  line-height: 1rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.25rem;
}
.sc-id__separator--withText:before,
.sc-id__separator--withText:after {
  content: "";
  position: absolute;
  height: 0.53125rem;
  border-bottom: 0.0625rem solid #CDCDCD;
  top: 0;
  left: 0;
  width: calc(50% - 1.875rem);
}
.sc-id__separator--withText:after {
  right: 0;
  left: inherit;
}
.sc-id__separator-text {
  color: #333333;
  font-family: "OpenSans", sans-serif;
}
.main--sc-id {
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
  max-width: none;
  font-size: 16px;
}
.body--sc-id {
  background-color: #f2f2f2;
  margin: 0;
}
.body--sc-id .scrolling {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.body--sc-id #site-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  height: 0;
}
.body--sc-id .main--sc-id {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sc-id-wrapper,
.sc-id-modal__container,
.sc-id__footer {
  font-family: "OpenSansRegular", sans-serif;
}
.sc-id-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  color: #222222;
}
@media screen and (min-width: 415px) {
  .sc-id-wrapper {
    width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .sc-id-wrapper {
    margin-top: 35px;
    width: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .sc-id-wrapper {
    margin-top: 70px;
  }
}
@media screen and (min-width: 415px) {
  .sc-id-wrapper {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
.sc-id-wrapper--modal-wide {
  max-width: 650px;
  width: 100%;
}
.sc-id-wrapper .sc-id__row {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
}
.sc-id-wrapper .sc-id__row-display-animation {
  display: none;
}
.sc-id-wrapper .sc-id__row-display-animation .sc-id-animation-set__item {
  margin: 0;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.sc-id-wrapper .sc-id__row--low {
  margin-bottom: 5px !important;
}
.sc-id-wrapper .sc-id__row--recaptcha {
  transform: scale(0.965);
  -webkit-transform-origin-x: 0;
  -ms-transform-origin-x: 0;
}
@media screen and (max-width: 414px) {
  .sc-id-wrapper .sc-id__row {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .sc-id-wrapper .sc-id__row {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.sc-id-wrapper .sc-id__row p,
.sc-id-wrapper .sc-id__row li {
  line-height: 24px;
}
.sc-id-wrapper .sc-id__row ul {
  padding: 0 0 0 1.125rem;
  list-style: none;
}
.sc-id-wrapper .sc-id__row li {
  padding-bottom: 1rem;
  position: relative;
}
.sc-id-wrapper .sc-id__row li :before {
  content: '';
  left: -1.125rem;
  background: #000;
  width: 6px;
  height: 6px;
  top: 10px;
  border-radius: 50%;
  position: absolute;
}
.sc-id-wrapper .sc-id__row--checkbox {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sc-id-wrapper .sc-id__row .g-recaptcha {
  transform: scale(0.95);
  transform-origin: 0 0;
}
.sc-id-wrapper .sc-id__container--bg-grey {
  background-color: #f2f2f2;
}
.sc-id-wrapper .sc-id__input-row {
  position: relative;
  max-width: 100%;
}
.sc-id-wrapper .sc-id__input-row .sc-id__input-field:focus {
  border-color: #000000;
}
.sc-id-wrapper .sc-id__input-row .sc-id__input-field:focus + .sc-id__input-label {
  color: #000000;
}
.sc-id-wrapper .sc-id__input-row--error .sc-id__input-label,
.sc-id-wrapper .sc-id__input-row--error .sc-id__input-label:focus + label,
.sc-id-wrapper .sc-id__input-row--error .sc-id__input-label--top {
  color: #D0021B !important;
}
.sc-id-wrapper .sc-id__input-row--error .sc-id__input-field,
.sc-id-wrapper .sc-id__input-row--error .sc-id__input-field:focus {
  border-color: #D0021B;
}
.sc-id-wrapper .sc-id__input-row--error .sc-id__checkbox-label:before {
  border-color: #D0021B;
}
.sc-id-wrapper .sc-id__input-field {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 6px;
  padding: 0px 15px;
  border: 1px solid #a5a5a5;
  font-size: 16px;
  display: block;
  height: 43px;
}
.sc-id-wrapper .sc-id__input-field:focus {
  outline: none;
}
.sc-id-wrapper .sc-id__input-field:focus + label,
.sc-id-wrapper .sc-id__input-field + .sc-id__input-label--top {
  font-size: 12px;
  top: -12px;
  left: 10px;
  padding: 0 5px;
  color: #a5a5a5;
  background: #ffffff;
  opacity: 1;
  z-index: 100;
  margin-top: 5px;
}
.sc-id-wrapper .sc-id__input-field--password {
  padding-right: 40px;
}
.sc-id-wrapper .sc-id__input-field-toggle-pw {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  height: 43px;
  -webkit-appearance: none;
  border: none;
  width: 50px;
  background-color: transparent;
  outline: none;
}
.sc-id-wrapper .sc-id__input-field-toggle-pw .icon-sc-eye-stroked {
  display: none;
}
.sc-id-wrapper .sc-id__input-field-toggle-pw .icon-sc-eye,
.sc-id-wrapper .sc-id__input-field-toggle-pw .icon-sc-eye-stroked {
  color: #a5a5a5;
  font-size: 20px;
}
.sc-id-wrapper .sc-id__input-field-toggle-pw--hide .icon-sc-eye {
  display: none;
}
.sc-id-wrapper .sc-id__input-field-toggle-pw--hide .icon-sc-eye-stroked {
  display: inline-block;
}
.sc-id-wrapper .sc-id__input-label {
  position: absolute;
  pointer-events: none;
  left: 18px;
  transition: 0.2s ease all;
  outline: none;
  border: none;
  z-index: 100;
  font-size: 16px;
  top: calc(27px / 2);
  color: #a5a5a5;
}
.sc-id-wrapper .sc-id__content {
  padding: 15px 0px;
  background-color: white;
}
@media screen and (min-width: 415px) {
  .sc-id-wrapper .sc-id__content {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.sc-id-wrapper .sc-id__content p:not([class^='spacing-bottom']) {
  margin-bottom: 0;
}
.sc-id-wrapper .sc-id__paragraph {
  line-height: 20px;
}
.sc-id-wrapper .sc-id__email {
  word-break: break-word;
}
.sc-id-wrapper .sc-id__h2 {
  margin: 15px 0px;
  font-size: 21px;
  line-height: 1.5;
  font-family: "OpenSansSemibold", sans-serif;
  word-break: break-word;
}
.sc-id-wrapper .sc-id__h2--no-spacing-bottom {
  margin-bottom: 0;
}
.sc-id-wrapper .sc-id__h3 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  font-family: "OpenSansSemibold", sans-serif;
  margin-top: 0;
}
.sc-id-wrapper .sc-id__h3--no-spacing-bottom {
  margin-bottom: 0;
}
.sc-id-wrapper .sc-id__notice {
  padding: 0px 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  font-size: 14px;
}
.sc-id-wrapper .sc-id__input {
  font-size: 20px;
  border: none;
  position: relative;
  z-index: 2;
  background-color: transparent;
  text-align: left;
  width: auto;
  height: 43px;
}
.sc-id-wrapper .sc-id__input-error {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 10px 0px;
  font-size: 12px;
  color: #d0021b;
  line-height: normal !important;
}
.sc-id-wrapper .sc-id__input-error:empty {
  display: none;
  height: 0;
}
.sc-id-wrapper .sc-id__input-error--calculated {
  position: relative;
  top: 0;
  margin-bottom: -30px !important;
  display: table;
}
.sc-id-wrapper .sc-id__input-error--inline {
  position: static;
  padding: 0 2.8125rem;
  margin-top: -1.25rem;
}
.sc-id-wrapper .sc-id__input-error--position-static {
  position: static;
  top: auto;
  left: auto;
  padding: 0 0 3px;
}
.sc-id-wrapper .sc-id__input-prefix {
  font-size: 27px;
  line-height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "OpenSansSemibold", sans-serif;
  margin-right: 8px;
}
.sc-id-wrapper .sc-id__input-wrapper {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-right: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sc-id-wrapper .sc-id__input--holder {
  outline: 0;
  text-align: center;
  border: 1px solid #a5a5a5;
  border-radius: 10px;
  width: 39px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  position: relative;
}
.sc-id-wrapper .sc-id__input--holder:first-child {
  border-left: 1px solid #a5a5a5;
}
.sc-id-wrapper .sc-id__input--holder:last-child {
  border-right: 1px solid #a5a5a5;
}
.sc-id-wrapper .sc-id__input--holder:not(:first-child) {
  margin-left: -6px;
}
.sc-id-wrapper .sc-id__id-input.has-focus .sc-id__input--holder {
  border: 1px solid #000000;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.sc-id-wrapper .sc-id__id-input.has-focus .sc-id__input--holder:first-child {
  border-left: 1px solid #000000;
}
.sc-id-wrapper .sc-id__id-input.has-focus .sc-id__input--holder:last-child {
  border-right: 1px solid #000000;
}
.sc-id-wrapper .sc-id__id-input.has-error .sc-id__input-prefix {
  color: #D0021B;
}
.sc-id-wrapper .sc-id__id-input.has-error .sc-id__input--holder {
  border: 1px solid #D0021B;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.sc-id-wrapper .sc-id__id-input.has-error .sc-id__input--holder:first-child {
  border-left: 1px solid #D0021B;
}
.sc-id-wrapper .sc-id__id-input.has-error .sc-id__input--holder:last-child {
  border-right: 1px solid #D0021B;
}
.sc-id-wrapper .sc-id__btn {
  min-height: 50px;
  line-height: 20px;
  padding: 15px 10px;
  border-radius: 6px;
  transition: 0.2s ease all;
  -webkit-appearance: none;
  font-size: 16px;
  color: white;
  border: none;
  font-family: "OpenSansSemibold", sans-serif;
  width: 100%;
}
.sc-id-wrapper .sc-id__btn:disabled {
  color: #a5a5a5;
  background: #dbdbdb;
}
.sc-id-wrapper .sc-id__btn:focus {
  outline: none;
}
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--lightblue {
  background-color: #0088DE;
}
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--lightblue:hover {
  background-color: #8CCDF7;
}
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--orange {
  background-color: #FF8C00;
}
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--orange:hover {
  background-color: #FFA940;
}
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--black,
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--shopcolor1 {
  background-color: #000;
  color: white;
}
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--black:hover,
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--shopcolor1:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.sc-id-wrapper .sc-id__btn-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.sc-id-wrapper .sc-id__btn-link:hover {
  color: white;
}
.sc-id-wrapper .sc-id-tooltip__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.sc-id-wrapper .sc-id-tooltip__row--centered {
  -ms-flex-pack: center;
  justify-content: center;
}
.sc-id-wrapper .sc-id-tooltip__row--centered .sc-id__link {
  padding-left: 10px !important;
  margin: 0;
}
.sc-id-wrapper .sc-id-tooltip__row .sc-id__link {
  display: block;
  margin-bottom: 0;
  transform: none;
  left: auto;
}
.sc-id-wrapper .sc-id-tooltip__row .sc-id__link--centered {
  text-align: center;
  padding-left: 31px;
}
.sc-id-wrapper .sc-id__link {
  font-family: "OpenSansSemibold", sans-serif;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  cursor: pointer;
}
.sc-id-wrapper .sc-id__link--text {
  font-size: 14px;
  left: auto;
  transform: none;
  font-family: "OpenSansRegular", sans-serif;
  text-decoration: underline;
  color: #333;
}
.sc-id-wrapper .sc-id__link--regular {
  font-size: 1rem;
  line-height: 1.125rem;
  text-align: center;
  font-family: "OpenSansRegular", sans-serif;
  text-decoration: underline;
  color: #333;
}
.sc-id-wrapper .sc-id__link--lightblue {
  color: #0088DE;
}
.sc-id-wrapper .sc-id__link--lightblue:hover {
  color: #8CCDF7;
}
.sc-id-wrapper .sc-id__link--centered {
  margin: 0 auto;
}
.sc-id-wrapper .sc-id__link--orange {
  color: #FF8C00;
}
.sc-id-wrapper .sc-id__link--orange:hover {
  color: #FFA940;
}
.sc-id-wrapper .sc-id__link--black,
.sc-id-wrapper .sc-id__link--shopcolor1 {
  color: #000;
}
.sc-id-wrapper .sc-id__link--black:hover,
.sc-id-wrapper .sc-id__link--shopcolor1:hover {
  color: rgba(0, 0, 0, 0.7);
}
.sc-id-wrapper .sc-id__checkbox {
  margin-right: 5px;
}
.sc-id-wrapper .sc-id__checkbox-input {
  visibility: hidden;
  margin: 0 6px 0 0;
  width: 1rem;
  background-color: white;
  position: absolute;
}
.sc-id-wrapper .sc-id__checkbox-input:checked ~ .sc-id__checkbox-label:before {
  background: #0088DE;
  border-color: #0088DE;
  border-radius: 2px;
  content: '\e803';
  font-family: "fontello-scid";
  line-height: 1;
  padding: 0;
  font-size: 10px;
  padding-left: 2px;
  padding-top: 2px;
  left: 0;
}
.sc-id-wrapper .sc-id__checkbox-label {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 25px);
  line-height: normal;
}
.sc-id-wrapper .sc-id__checkbox-label:before {
  position: absolute;
  left: 0;
  border-radius: 2px;
  content: ' ';
  color: white;
  width: 16px;
  height: 16px;
  border: 1px solid #A5A5A5;
  display: inline-block;
  visibility: visible;
  background-color: white;
  top: 2px;
}
.sc-id-wrapper .sc-id__checkbox-label a {
  text-decoration: underline;
  pointer-events: all;
}
.sc-id-wrapper .sc-id__checkbox-label a:hover {
  color: inherit;
}
.sc-id-wrapper .sc-id__reset-code-input-wrapper {
  margin-right: 50px;
  text-align: right;
}
.sc-id-wrapper .sc-id__reset-code-input {
  font-size: 12px;
  cursor: pointer;
  font-family: "OpenSansSemibold", sans-serif;
  color: #222222;
}
.sc-id-wrapper .sc-id__reset-code-input:hover {
  color: #A5A5A5;
}
.sc-id-wrapper .sc-id__image-and-text {
  display: -ms-flexbox;
  display: flex;
}
.sc-id-wrapper .sc-id__image-and-text-content-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
}
.sc-id-wrapper .sc-id__image-and-text-image-wrapper {
  margin-right: 20px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.sc-id-wrapper .sc-id__image-and-text-image--logo {
  width: 70px;
}
.sc-id-wrapper .sc-id__note--hidden {
  display: none;
}
.sc-id-wrapper .sc-id__error-message {
  display: none;
}
.sc-id-wrapper .sc-id__error-message--visible {
  display: block;
}
.sc-id-wrapper a[role="button"] {
  cursor: pointer;
}
.sc-id__footer {
  font-family: "OpenSansRegular", sans-serif;
  text-align: center;
  font-size: 13px;
  padding: 15px 0;
  color: #333333;
}
.sc-id-modal__container .sc-id-wrapper {
  box-shadow: none;
  margin: 0;
}
.sc-id-modal__container .sc-id__content {
  background-color: transparent;
  padding-bottom: 0;
}
ul.sc-id__list--styled {
  padding: 0 0 0 2rem !important;
  list-style: disc !important;
}
ol.sc-id__list--styled {
  padding: 0 0 0 2rem !important;
  list-style: decimal !important;
}
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
.sc-id-datagroup {
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}
.sc-id-datagroup--orange {
  border: 1px solid #FFA93F;
}
.sc-id-datagroup--orange .sc-id-datagroup__title {
  color: #FFA93F;
}
.sc-id-datagroup--green {
  border: 1px solid #6EB85C;
  position: relative;
  padding-right: 40px;
}
.sc-id-datagroup--green .sc-id-atagroup__title {
  color: #6EB85C;
}
.sc-id-datagroup--green:after {
  content: '\e904';
  font-family: "fontello-scid";
  position: absolute;
  color: #6EB85C;
  right: 9px;
  font-size: 21px;
  top: 50%;
  transform: translateY(-50%);
}
.sc-id-datagroup + .sc-id__notice {
  margin-top: -15px;
  margin-bottom: 15px;
}
.sc-id-tooltip__wrapper {
  margin-right: 10px;
  padding-left: 10px;
}
.sc-id-tooltip__wrapper--top-right .sc-id-tooltip__content-wrapper {
  left: 50%;
  transform: translateY(-100%) translateY(-39px) translateX(-50%);
}
@media screen and (min-width: 415px) {
  .sc-id-tooltip__wrapper--top-right .sc-id-tooltip__content-wrapper {
    left: 15px;
    transform: translateY(-100%) translateY(-39px);
  }
}
@media screen and (min-width: 768px) {
  .sc-id-tooltip__wrapper--top-right .sc-id-tooltip__content-wrapper {
    left: 45px;
  }
}
.sc-id-tooltip__wrapper--bottom-right .sc-id-tooltip__icon-wrapper.sc-id-tooltip__icon-wrapper--active:before {
  bottom: -20px;
}
.sc-id-tooltip__wrapper--bottom-right .sc-id-tooltip__icon-wrapper.sc-id-tooltip__icon-wrapper--active:after {
  bottom: -28px;
  right: -7px;
}
.sc-id-tooltip__wrapper--bottom-right .sc-id-tooltip__content-wrapper {
  left: 50%;
  transform: translateY(10px) translateX(-50%);
}
@media screen and (min-width: 415px) {
  .sc-id-tooltip__wrapper--bottom-right .sc-id-tooltip__content-wrapper {
    left: 15px;
    transform: translateY(10px);
  }
}
@media screen and (min-width: 768px) {
  .sc-id-tooltip__wrapper--bottom-right .sc-id-tooltip__content-wrapper {
    left: 45px;
  }
}
.sc-id-tooltip__icon {
  font-size: 21px;
  color: #a5a5a5;
  position: relative;
}
.sc-id-tooltip__icon--active {
  color: #000000;
}
.sc-id-tooltip__icon-wrapper {
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  color: #333333;
}
.sc-id-tooltip__icon-wrapper:hover .sc-id-tooltip__icon {
  color: #333333;
}
.sc-id-tooltip__icon-wrapper--active:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  bottom: calc(30px);
  right: 4px;
  width: 15px;
  z-index: 10;
  height: 15px;
  background-color: #f2f2f2;
  transform: rotate(-45deg);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
}
.sc-id-tooltip__icon-wrapper--active:after {
  content: "";
  position: absolute;
  bottom: calc(37.5px);
  box-shadow: none;
  right: -3px;
  z-index: 11;
  width: 30px;
  height: 15px;
  background: #f2f2f2;
}
.sc-id-tooltip__content {
  margin-bottom: 0;
  max-width: calc(100vw - 30px);
  padding: 15px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 12px;
  line-height: 15px;
  float: right;
  position: relative;
  top: 2px;
  color: #333333;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  background: #f2f2f2;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 415px) {
  .sc-id-tooltip__content {
    max-width: 290px;
  }
}
.sc-id-tooltip__content-wrapper {
  display: none;
  position: absolute;
  width: 290px;
}
.sc-id-tooltip__content-wrapper--visible {
  display: block;
}
.sc-id-tooltip__content-link {
  display: block;
}
.sc-id-tooltip__wrapper--bottom-right .sc-id-tooltip__content:before {
  bottom: auto;
  top: calc(-7.5px);
  box-shadow: none;
}
.sc-id-tooltip__wrapper--bottom-right .sc-id-tooltip__content:after {
  display: none;
}
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
.sc-id-note {
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  color: #000000;
  border-radius: 6px;
}
.sc-id-note--warning {
  background: #fff3e3;
}
.sc-id-note--success {
  background: #bbe3ba;
}
.sc-id-note--error {
  background: #f9dfdf;
}
.sc-id-note__title {
  margin-bottom: 5px;
  font-family: "OpenSansBold", sans-serif;
}
.sc-id-note > .sc-id-note__content {
  padding-top: 0;
}
.sc-id-note > .sc-id-note__content ~ .sc-id-note__content {
  padding-top: 0.5rem;
}
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
.sc-id-header {
  border-top: 5px solid #CCC;
  background-color: white;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sc-id-header + .sc-id__content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sc-id-header .sc-id-header__img {
  margin-left: auto;
  width: 90px;
}
.sc-id-header__link {
  font-size: 14px;
  font-family: "OpenSansLight", sans-serif;
  color: #808080;
  text-decoration: none;
}
.sc-id-header__link:hover {
  color: #808080;
}
.sc-id-header__link-icon {
  margin-right: -2px;
}
.sc-id-header--supercard {
  border-top: 5px solid #0088DE !important;
}
.sc-id-header__top {
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
}
@media screen and (max-width: 414px) {
  .sc-id-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.sc-id-header__img {
  font-size: 0;
  max-width: 100%;
  width: 85px;
  height: auto;
}
.sc-id-header__img img {
  height: 35px;
  width: auto;
  margin-left: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sc-id-header__img img {
    width: 100%;
    height: auto;
  }
}
.sc-id-header__img:first-child {
  margin-right: 20px;
}
.sc-id-header__img .sc-id-header__img-logo-impo {
  display: inline-block;
}
.sc-id-header--images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sc-id-header__bottom {
  background-color: #f2f2f2;
  width: 100%;
  height: 100px;
  text-align: center;
}
.sc-id-header__bottom--club {
  height: auto;
}
.sc-id-header__bottom--club img {
  margin-top: 0 !important;
  height: auto !important;
  width: 100%;
  display: block !important;
}
.sc-id-header__bottom img {
  height: auto;
  max-height: 60px;
  width: auto;
  max-width: calc(100% - 30px);
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  display: inline-block;
}
.sc-id-header__bottom--background {
  background-position: center center;
}
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
.sc-id-footer {
  display: block;
  box-sizing: border-box;
  min-height: 55px;
  width: 100%;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  padding: 20px 15px;
  margin-top: 15px;
  color: #333333;
  background: #ffffff;
  border-top: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .sc-id-footer {
    padding: 20px 65px 10px 65px;
  }
}
/*.sc-id-footer.ie11 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: auto;
  }*/
.sc-id-footer__lang {
  display: table;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sc-id-footer__lang {
    display: inline;
    float: left;
    width: auto;
    margin-bottom: 0px;
  }
}
.sc-id-footer__lang ul {
  margin: 0;
  padding-left: 0px;
}
.sc-id-footer__lang ul li {
  float: left;
  padding: 0 20px;
  margin: 0;
  list-style-type: none;
  border-left: 1px solid #cdcdcd;
  line-height: 17px;
}
.sc-id-footer__lang ul li:first-child {
  padding-left: 0px;
  border-left: 0px solid transparent;
}
.sc-id-footer__lang ul li a {
  cursor: pointer;
  margin: 0;
  text-decoration: none;
  color: #808080;
}
.sc-id-footer__lang ul li a:hover {
  color: #333333;
}
.sc-id-footer__lang ul li.active a {
  cursor: pointer;
  margin: 0;
  text-decoration: none;
  color: #333333;
}
.sc-id-footer__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sc-id-footer__link {
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
  }
}
.sc-id-footer__link .link {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0 15px;
  text-decoration: none;
  color: #333333;
  line-height: 17px;
}
.sc-id-footer__link .link:first-child {
  margin-left: 0px;
}
.sc-id-footer__link .link:last-child {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .sc-id-footer__logo {
    display: inline-block;
    float: right;
    width: auto;
    margin-left: 30px;
  }
}
.sc-id-footer__logo img {
  width: 65px;
  height: auto;
}
@media (min-width: 768px) {
  .sc-id-footer .desktop--right {
    display: inline-block;
    float: right;
    width: auto;
  }
}
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* TRY TO SEPARATE BLOCKS WITH A DESCRIPTIVE BLOCK COMMENT
* -------------------------------------------------- */
.sc-id-wrapper .sc-id-animation-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.sc-id-wrapper .sc-id-animation-set__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
}
.sc-id-wrapper .sc-id-animation-set__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  visibility: hidden;
}
.sc-id-wrapper .sc-id-animation-set__label {
  max-width: 200px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  line-height: 16px;
}
.sc-id-wrapper .sc-id-animation-set--small {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sc-id-wrapper .sc-id-animation-set--small .sc-id-animation-set__item {
  width: 80px;
}
.sc-id-wrapper .sc-id-animation-set--small .sc-id-animation-set__image {
  width: 80px;
  height: 80px;
}
.sc-id-wrapper .sc-id-animation-set--small .sc-id-animation-set__label {
  max-width: 80px;
  font-size: 12px;
}
.sc-id-wrapper .sc-id-animation-set--medium {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@supports not (-ms-ime-align: auto) {
  .sc-id-wrapper .sc-id-animation-set--medium {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
}
.sc-id-wrapper .sc-id-animation-set--medium .sc-id-animation-set__item {
  width: 90px;
}
.sc-id-wrapper .sc-id-animation-set--medium .sc-id-animation-set__image {
  width: 90px;
  height: 90px;
}
.sc-id-wrapper .sc-id-animation-set--medium .sc-id-animation-set__label {
  max-width: 90px;
  font-size: 13px;
}
.sc-id-wrapper .sc-id-animation-set--images-initialized .sc-id-animation-set__image {
  visibility: visible;
}
.sc-id-wrapper .sc-id-animation-set--fade-in .sc-id-animation-set__image {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.sc-id-wrapper .sc-id-animation-set--fade-in .sc-id-animation-set__image--visible {
  opacity: 1;
}
.sc-id-wrapper .sc-id-animation-set--fade-in .sc-id-animation-set__label {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.sc-id-wrapper .sc-id-animation-set--fade-in .sc-id-animation-set__label--visible {
  opacity: 1;
}
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* TRY TO SEPARATE BLOCKS WITH A DESCRIPTIVE BLOCK COMMENT
* -------------------------------------------------- */
.sc-id-modal {
  display: none;
}
.sc-id-modal__iframe {
  border: none;
  height: 100%;
  width: 100%;
}
.sc-id-modal__backdrop {
  position: fixed;
  background-color: #222222;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.sc-id-modal__wrapper {
  position: fixed;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.sc-id-modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
@media screen and (min-width: 704px) {
  .sc-id-modal__inner::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
}
.sc-id-modal__content {
  background-color: white;
  position: relative;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
@media screen and (min-width: 704px) {
  .sc-id-modal__content {
    vertical-align: middle;
    display: inline-block;
    border-radius: 6px;
    min-height: auto;
    width: auto;
    max-width: 90vw;
    margin: 5vh auto;
    box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.2);
  }
}
.sc-id-modal__content::before {
  background: #CCC;
  content: '';
  position: fixed;
  height: 5px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 704px) {
  .sc-id-modal__content::before {
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.sc-id-modal__close-button {
  position: fixed;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 15px;
  z-index: 10002;
  font-size: 18px;
  color: #CCC;
}
@media screen and (min-width: 704px) {
  .sc-id-modal__close-button {
    position: absolute;
  }
}
.sc-id-modal__close-button-icon {
  pointer-events: none;
}
.sc-id-modal__container.is-visible .sc-id-modal__backdrop {
  opacity: 0.8;
}
.sc-id-modal__container.is-visible .sc-id-modal__inner {
  opacity: 1;
}
.sc-id-modal--full .sc-id__content {
  padding-top: 54px;
}
.sc-id-modal--full .sc-id__row {
  padding: 0;
  width: 100%;
}
.sc-id-modal--full .sc-id-wrapper--iframe {
  height: calc(100vh - 48px);
  max-width: 100%;
}
/* -------------------------------------------------
* Modifiers
* -------------------------------------------------- */
.sc-id-modal__container.modal-has-padding .sc-id-modal__content {
  padding: 30px;
}
@media screen and (min-width: 704px) {
  .sc-id-modal__container.modal-sm .sc-id-modal__content {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sc-id-modal__container.modal-sm .sc-id-modal__content {
    max-width: 740px;
  }
}
@media screen and (min-width: 704px) {
  .sc-id-modal__container.modal-lg .sc-id-modal__content {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sc-id-modal__container.modal-lg .sc-id-modal__content {
    width: 100%;
    max-width: 1020px;
  }
}
/* -------------------------------------------------
* Summarize all needed variables and styles for
* this component
* -------------------------------------------------- */
/* -------------------------------------------------
* General settings for component
* includes assignment of global variables to local ones
* settings for spacings etc.
* -------------------------------------------------- */
/* -------------------------------------------------
* Contains style definitions for component
* sorting
* -------------------------------------------------- */
/*# sourceMappingURL=style.css.map */