@charset "UTF-8";
@font-face {
  font-family: 'Noto IKEA';
  src: url("../fonts/NotoSansIKEA/NotoSansIKEA-Regular-woff2.woff2") format("woff2"), url("../fonts/NotoSansIKEA/NotoSansIKEA-Regular-woff.woff") format("woff"), url("../fonts/NotoSansIKEA/NotoSansIKEA-Regular-ttf.ttf") format("truetype"), url("../fonts/NotoSansIKEA/NotoSansIKEA-Regular-otf.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Noto IKEA';
  src: url("../fonts/NotoSansIKEA/NotoSansIKEA-Bold-woff2.woff2") format("woff2"), url("../fonts/NotoSansIKEA/NotoSansIKEA-Bold-woff.woff") format("woff"), url("../fonts/NotoSansIKEA/NotoSansIKEA-Bold-ttf.ttf") format("truetype"), url("../fonts/NotoSansIKEA/NotoSansIKEA-Bold-otf.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Noto IKEA';
  src: url("../fonts/NotoSansIKEA/NotoSansIKEA-Italic-woff2.woff2") format("woff2"), url("../fonts/NotoSansIKEA/NotoSansIKEA-Italic-woff.woff") format("woff"), url("../fonts/NotoSansIKEA/NotoSansIKEA-Italic-ttf.ttf") format("truetype"), url("../fonts/NotoSansIKEA/NotoSansIKEA-Italic-otf.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Noto IKEA';
  src: url("../fonts/NotoSansIKEA/NotoSansIKEA-BoldItalic-woff2.woff2") format("woff2"), url("../fonts/NotoSansIKEA/NotoSansIKEA-BoldItalic-woff.woff") format("woff"), url("../fonts/NotoSansIKEA/NotoSansIKEA-BoldItalic-ttf.ttf") format("truetype"), url("../fonts/NotoSansIKEA/NotoSansIKEA-BoldItalic-otf.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

/* Customized version of normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font: 100% sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background: #ffffff;
  color: #111111;
  min-height: 100%;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: Monaco, Courier, "Courier New", monospace;
  font-size: 1em;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 66%;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
  /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
  /* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.5rem 0.75rem 0.5rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.btn {
  position: relative;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 0;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.7143;
  padding: 0;
  -webkit-transition-property: background-color, border-radius, width;
  -o-transition-property: background-color, border-radius, width;
  transition-property: background-color, border-radius, width;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
}

.btn:disabled {
  opacity: .4;
}

.btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
}

.btn .svg-icon {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
  fill: #111111;
  -webkit-transition-property: fill, -webkit-transform;
  transition-property: fill, -webkit-transform;
  -o-transition-property: transform, fill;
  transition-property: transform, fill;
  transition-property: transform, fill, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  vertical-align: top;
}

.btn--plain {
  background: none;
  padding: 0.25rem;
}

.btn--plain .btn__label {
  text-indent: -9999px;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn--plain-light .svg-icon {
  fill: #ffffff;
}

.btn--icon {
  background: transparent;
  border-radius: 50%;
  padding: 0.75rem;
  line-height: 0;
  position: relative;
}

.btn--icon .btn__copy .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn--icon .btn__copy {
  position: relative;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 0;
}

.btn--icon .btn__icon-bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: transform, background-color;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
}

.btn--icon.btn--loading {
  background: rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  width: 3rem;
}

.btn--icon.btn--loading .btn__copy {
  visibility: hidden;
  opacity: 0;
}

.btn--icon .btn__label {
  text-indent: -9999px;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn--icon .badge {
  text-indent: initial;
}

.btn--icon:focus:not(:disabled) .btn__icon-bg, .btn--icon:hover:not(:disabled) .btn__icon-bg {
  background: rgba(204, 204, 204, 0.5);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.btn--icon:active:not(:disabled) .btn__icon-bg {
  background: rgba(223, 223, 223, 0.5);
  -webkit-transform: scale(0.8333);
      -ms-transform: scale(0.8333);
          transform: scale(0.8333);
}

.btn--icon-light {
  background: transparent;
  border-radius: 50%;
  padding: 0.75rem;
  line-height: 0;
  position: relative;
}

.btn--icon-light .btn__copy .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn--icon-light .btn__copy {
  position: relative;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 0;
}

.btn--icon-light .btn__icon-bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: transform, background-color;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
}

.btn--icon-light .btn__icon {
  fill: #ffffff;
}

.btn--icon-light.btn--loading {
  background: rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  width: 3rem;
}

.btn--icon-light.btn--loading .btn__copy {
  visibility: hidden;
  opacity: 0;
}

.btn--icon-light .btn__label {
  text-indent: -9999px;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn--icon-light .badge {
  text-indent: initial;
}

.btn--icon-light:focus:not(:disabled) .btn__icon-bg, .btn--icon-light:hover:not(:disabled) .btn__icon-bg {
  background: rgba(204, 204, 204, 0.5);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.btn--icon-light:focus:not(:disabled) .btn__icon, .btn--icon-light:hover:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--icon-light:active:not(:disabled) .btn__icon-bg {
  background: rgba(223, 223, 223, 0.5);
  -webkit-transform: scale(0.8333);
      -ms-transform: scale(0.8333);
          transform: scale(0.8333);
}

.btn--icon-light:active:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--icon-small {
  background: transparent;
  border-radius: 50%;
  padding: 0.75rem;
  line-height: 0;
  position: relative;
}

.btn--icon-small .btn__copy .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn--icon-small .btn__copy {
  position: relative;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 0;
}

.btn--icon-small .btn__icon-bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: transform, background-color;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
}

.btn--icon-small.btn--loading {
  background: rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  width: 3rem;
}

.btn--icon-small.btn--loading .btn__copy {
  visibility: hidden;
  opacity: 0;
}

.btn--icon-small .btn__label {
  text-indent: -9999px;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn--icon-small .badge {
  text-indent: initial;
}

.btn--icon-small:focus:not(:disabled) .btn__icon-bg, .btn--icon-small:hover:not(:disabled) .btn__icon-bg {
  background: rgba(204, 204, 204, 0.5);
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.btn--icon-small:active:not(:disabled) .btn__icon-bg {
  background: rgba(223, 223, 223, 0.5);
  -webkit-transform: scale(0.6667);
      -ms-transform: scale(0.6667);
          transform: scale(0.6667);
}

.btn--icon-small-light {
  background: transparent;
  border-radius: 50%;
  padding: 0.75rem;
  line-height: 0;
  position: relative;
}

.btn--icon-small-light .btn__copy .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn--icon-small-light .btn__copy {
  position: relative;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 0;
}

.btn--icon-small-light .btn__icon-bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: transform, background-color;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
}

.btn--icon-small-light .btn__icon {
  fill: #ffffff;
}

.btn--icon-small-light.btn--loading {
  background: rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  width: 3rem;
}

.btn--icon-small-light.btn--loading .btn__copy {
  visibility: hidden;
  opacity: 0;
}

.btn--icon-small-light .btn__label {
  text-indent: -9999px;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn--icon-small-light .badge {
  text-indent: initial;
}

.btn--icon-small-light:focus:not(:disabled) .btn__icon-bg, .btn--icon-small-light:hover:not(:disabled) .btn__icon-bg {
  background: rgba(204, 204, 204, 0.5);
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.btn--icon-small-light:focus:not(:disabled) .btn__icon, .btn--icon-small-light:hover:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--icon-small-light:active:not(:disabled) .btn__icon-bg {
  background: rgba(223, 223, 223, 0.5);
  -webkit-transform: scale(0.6667);
      -ms-transform: scale(0.6667);
          transform: scale(0.6667);
}

.btn--icon-small-light:active:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--icon-bg-white.btn--loading {
  background: #ffffff;
  border-radius: 50%;
  width: 3rem;
}

.btn--icon-bg-white.btn--loading .btn__copy {
  visibility: hidden;
  opacity: 0;
}

.btn--icon-bg-white .btn__label {
  text-indent: -9999px;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn--icon-bg-white .badge {
  text-indent: initial;
}

.btn--icon-bg-white .btn__icon-bg {
  background: #ffffff;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.btn--icon-bg-white:focus:not(:disabled) .btn__icon-bg, .btn--icon-bg-white:hover:not(:disabled) .btn__icon-bg {
  background: #ffffff 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.btn--icon-bg-white:active:not(:disabled) .btn__icon-bg {
  background: #ffffff;
  -webkit-transform: scale(0.8333);
      -ms-transform: scale(0.8333);
          transform: scale(0.8333);
}

.btn--icon-bg-white:active:not(:disabled) .btn__icon {
  fill: 0.8333;
}

.btn--icon-bg-grey.btn--loading {
  background: rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  width: 3rem;
}

.btn--icon-bg-grey.btn--loading .btn__copy {
  visibility: hidden;
  opacity: 0;
}

.btn--icon-bg-grey .btn__label {
  text-indent: -9999px;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn--icon-bg-grey .badge {
  text-indent: initial;
}

.btn--icon-bg-grey .btn__icon-bg {
  background: rgba(204, 204, 204, 0.5);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.btn--icon-bg-grey:focus:not(:disabled) .btn__icon-bg, .btn--icon-bg-grey:hover:not(:disabled) .btn__icon-bg {
  background: rgba(223, 223, 223, 0.5) 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.btn--icon-bg-grey:active:not(:disabled) .btn__icon-bg {
  background: rgba(223, 223, 223, 0.5);
  -webkit-transform: scale(0.8333);
      -ms-transform: scale(0.8333);
          transform: scale(0.8333);
}

.btn--icon-bg-grey:active:not(:disabled) .btn__icon {
  fill: 0.8333;
}

.btn--filled {
  background: #0058a3;
  color: #ffffff;
  border-radius: 2px;
  padding: 0.75rem 1.5rem;
}

.btn--filled .btn__icon {
  fill: #ffffff;
}

.btn--filled:focus:not(:disabled), .btn--filled:hover:not(:disabled) {
  background: #3379b5;
  color: #ffffff;
  border-radius: 4px;
}

.btn--filled:focus:not(:disabled) .btn__icon, .btn--filled:hover:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--filled:active:not(:disabled) {
  background: #004682;
  color: #ffffff;
  border-radius: 8px;
}

.btn--filled:active:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--filled-light {
  background: #ffffff;
  color: #111111;
  border-radius: 2px;
  padding: 0.75rem 1.5rem;
}

.btn--filled-light .btn__icon {
  fill: #111111;
}

.btn--filled-light:focus:not(:disabled), .btn--filled-light:hover:not(:disabled) {
  background: #dfdfdf;
  color: #111111;
  border-radius: 4px;
}

.btn--filled-light:focus:not(:disabled) .btn__icon, .btn--filled-light:hover:not(:disabled) .btn__icon {
  fill: #111111;
}

.btn--filled-light:active:not(:disabled) {
  background: #cccccc;
  color: #111111;
  border-radius: 8px;
}

.btn--filled-light:active:not(:disabled) .btn__icon {
  fill: #111111;
}

.btn--danger {
  background: #e00751;
  color: #ffffff;
  border-radius: 2px;
  padding: 0.75rem 1.5rem;
}

.btn--danger .btn__icon {
  fill: #ffffff;
}

.btn--danger:focus:not(:disabled), .btn--danger:hover:not(:disabled) {
  background: #e63974;
  color: #ffffff;
  border-radius: 4px;
}

.btn--danger:focus:not(:disabled) .btn__icon, .btn--danger:hover:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--danger:active:not(:disabled) {
  background: #b30641;
  color: #ffffff;
  border-radius: 8px;
}

.btn--danger:active:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--transactional {
  background: #0058a3;
  color: #ffffff;
  border-radius: 2px;
  padding: 1rem 1.5rem;
}

.btn--transactional .btn__icon {
  fill: #ffffff;
}

.btn--transactional:focus:not(:disabled), .btn--transactional:hover:not(:disabled) {
  background: #3379b5;
  color: #ffffff;
  border-radius: 4px;
}

.btn--transactional:focus:not(:disabled) .btn__icon, .btn--transactional:hover:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--transactional:active:not(:disabled) {
  background: #004682;
  border-radius: 8px;
}

.btn--outlined {
  background: transparent;
  color: #111111;
  border-radius: 2px;
  padding: 0.625rem 1.5rem;
  border: 2px solid #111111;
}

.btn--outlined .btn__icon {
  fill: #111111;
}

.btn--outlined:focus:not(:disabled), .btn--outlined:hover:not(:disabled) {
  background: #111111;
  color: #ffffff;
  border-radius: 4px;
}

.btn--outlined:focus:not(:disabled) .btn__icon, .btn--outlined:hover:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--outlined:focus:not(:disabled).btn--loading, .btn--outlined:hover:not(:disabled).btn--loading {
  background: transparent;
}

.btn--outlined:active:not(:disabled) {
  background: #333333;
  color: #ffffff;
  border-radius: 8px;
}

.btn--outlined:active:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--outlined:active:not(:disabled).btn--loading {
  background: transparent;
}

.btn--outlined-light {
  background: transparent;
  color: #ffffff;
  border-radius: 2px;
  padding: 0.625rem 1.5rem;
  border: 2px solid #ffffff;
}

.btn--outlined-light .btn__icon {
  fill: #ffffff;
}

.btn--outlined-light:focus:not(:disabled), .btn--outlined-light:hover:not(:disabled) {
  background: #ffffff;
  color: #111111;
  border-radius: 4px;
}

.btn--outlined-light:focus:not(:disabled) .btn__icon, .btn--outlined-light:hover:not(:disabled) .btn__icon {
  fill: #111111;
}

.btn--outlined-light:focus:not(:disabled).btn--loading, .btn--outlined-light:hover:not(:disabled).btn--loading {
  background: transparent;
}

.btn--outlined-light:active:not(:disabled) {
  background: #f5f5f5;
  color: #111111;
  border-radius: 8px;
}

.btn--outlined-light:active:not(:disabled) .btn__icon {
  fill: #111111;
}

.btn--outlined-light:active:not(:disabled).btn--loading {
  background: transparent;
}

.btn--search {
  background: #0058a3;
  color: #ffffff;
  border-radius: 0 2px 2px 0;
  padding: 0.625rem 1.5rem;
  border-left: 0;
}

.btn--search .btn__icon {
  fill: #ffffff;
}

.btn--search:focus:not(:disabled), .btn--search:hover:not(:disabled) {
  background: #3379b5;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
}

.btn--search:focus:not(:disabled) .btn__icon, .btn--search:hover:not(:disabled) .btn__icon {
  fill: #ffffff;
}

.btn--search:active:not(:disabled) {
  background: #004682;
  border-radius: 0 8px 8px 0;
}

.btn--search .btn__icon {
  margin-right: 0;
}

.btn--search .btn__copy {
  white-space: nowrap;
}

.btn--search.btn--loading {
  width: 3rem;
  border-radius: 0 4px 4px 0;
}

.btn--search-white {
  background: none;
  color: #111111;
  border-radius: 0 2px 2px 0;
  padding: 0.6875rem;
}

.btn--search-white .btn__icon {
  fill: #111111;
}

.btn--search-white:focus:not(:disabled), .btn--search-white:hover:not(:disabled) {
  background: none;
  color: #333333;
  border-radius: 0 2px 2px 0;
  padding: 0.6875rem;
}

.btn--search-white:focus:not(:disabled) .btn__icon, .btn--search-white:hover:not(:disabled) .btn__icon {
  fill: #333333;
}

.btn--search-white:active:not(:disabled) {
  background: none;
  color: #333333;
  border-radius: 0 2px 2px 0;
  padding: 0.6875rem;
}

.btn--search-white:active:not(:disabled) .btn__icon {
  fill: #333333;
}

.btn--text {
  background: #f5f5f5;
  color: #111111;
  padding: 0.75rem 1.5rem;
}

.btn--text .btn__icon {
  fill: #111111;
}

.btn--text:focus:not(:disabled), .btn--text:hover:not(:disabled) {
  background: #dfdfdf;
  color: #333333;
  border-radius: 4px;
}

.btn--text:focus:not(:disabled) .btn__icon, .btn--text:hover:not(:disabled) .btn__icon {
  fill: #333333;
}

.btn--text:active:not(:disabled) {
  background: #cccccc;
  border-radius: 8px;
}

.btn--loading {
  display: inline-block;
  pointer-events: none;
  border-radius: 4px;
}

.btn--loading .btn__copy {
  height: 0;
  overflow: hidden;
  display: block;
}

.btn--loading .btn__copy .svg-icon {
  display: none;
}

.btn--mobile-100 {
  width: 100%;
}

.btn--icon-only .btn__label {
  text-indent: -9999px;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn--icon-only .btn__copy .svg-icon {
  margin: 0;
}

.btn--icon-only-mobile .btn__label {
  display: none;
}

.btn--icon-only-mobile .btn__copy .svg-icon {
  margin: 0;
}

/* Default icon size */
.leading-icon .svg-icon {
  margin-right: 0.5rem;
  vertical-align: top;
}

.leading-icon .svg-icon--100 {
  margin-right: 0.25rem;
}

.trailing-icon .svg-icon {
  margin-left: 0.5rem;
  vertical-align: top;
}

.trailing-icon .svg-icon--100 {
  margin-left: 0.25rem;
}

.svg-icon {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
  fill: #111111;
  -webkit-transition-property: fill, -webkit-transform;
  transition-property: fill, -webkit-transform;
  -o-transition-property: transform, fill;
  transition-property: transform, fill;
  transition-property: transform, fill, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
}

.svg-icon--100 {
  width: 1rem;
  height: 1rem;
}

.svg-icon--150 {
  width: 1.5rem;
  height: 1.5rem;
}

.svg-icon--200 {
  width: 2rem;
  height: 2rem;
}

.svg-icon--250 {
  width: 2.5rem;
  height: 2.5rem;
}

.svg-icon--300 {
  width: 3rem;
  height: 3rem;
}

@-webkit-keyframes icon-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes icon-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.svg-icon--rotate {
  -webkit-animation: icon-rotate 1.5s linear infinite;
          animation: icon-rotate 1.5s linear infinite;
}

.svg-icon--rotate-45 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.svg-icon--rotate-minus-45 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.svg-icon--rotate-135 {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.svg-icon--rotate-minus-135 {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.svg-icon--rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.svg-icon--rotate-minus-180 {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.svg-icon--white {
  fill: #ffffff;
}

.svg-icon--black {
  fill: #111111;
}

.svg-icon--grey {
  fill: #666666;
}

.svg-icon [class*="white"],
.svg-icon g[class*="white"],
.svg-icon path[class*="white"] {
  fill: #ffffff;
}

a .svg-icon {
  fill: inherit;
}

a:hover .svg-icon--black,
a:hover .svg-icon--grey, a:active .svg-icon--black,
a:active .svg-icon--grey, a:focus .svg-icon--black,
a:focus .svg-icon--grey {
  fill: #333333;
}

a:hover .svg-icon--white, a:active .svg-icon--white, a:focus .svg-icon--white {
  fill: #ffffff;
}

@font-face {
  font-family: 'Noto IKEA';
  font-style: normal;
  font-weight: 400;
  src: url("data:font/woff2;base64,d09GMgABAAAAAAUwAA0AAAAADAQAAATfAAIAQgAAAAAAAAAAAAAAAAAAAAAAAAAAGhwbIByCJAZgAEQKgxSCMgE2AiQDLAsYAAQgBYxkB2wbqwoR1aQtEPxIMN12Kf1Jr95AzqgWNINa1DM5eJ7qev/c6uqRA3eoCfQABPZK4BLwLAOuoG82cshuolSDVV1JP03WzUgTAP1UdKCQVIlzcLXfr37R9u6HZjtDvRAJlVAp5b23w7fF/OYysuBZNTSGDNGzuFSNVjG1KdPp2EmAk2W2Zebn0T0QwAcAKJINBBMP8jDwUJu6SFZOUU9caADbBgAsuoiT6DetOWLe9InUHTN91ATaTBw2czJxegIZqOLCLIuyyooMizLiQBuc6WVleSRlpve0SMqPGcXpeaYXLC0SJem9RUVpMXadr48sjLrVLnrYsIkzqTkiPmMEDWbkHZvNmNGuI80A1CCPjQw0HixS6Fnf3oXgQGWGE1fi4WzEHkIowKnGcnHBxIGwIoBmKDce7LwmLkCrdNmACWqV6gsU+n9WBhOXDFBeU2lTK6UBAwAAILe0NFfSsDigW///Brq1NAbZD6CqqwSw0IACDCCGgQAxNO0AFy4UYFHAAdsGLPLdF9hv7av2SAQAAAAvAFUBDzAWWAQAaFAVXeIrg2jtC+uXC/qCXtOvh/tNn98nfcze4qen7tVz1fmqsvWcd/WVM2J69YKnXm+uvVbdbyJH71U6zicvFXV3xPCqYnnpY/QWLz1VL3quAoq3Hi2RdZLBid2JMfFOIzvRQnWsjPSojHb0HdFXiWBcq975WdEvnViNO6da3+9/Y8yoYQxL9E+w3NOwuHvRuMK6DULR/r7rFyT1TWK2q/b5rvmLmrdZ1HFHnw1DevWicTwteCEt0PF1x5eZrRSMw95W87Le3Q00DbXu0/idARBAkfHh/MstQ4JJv7kM4wvgSaB6EODl83bn7NN2hvylEsCBAkDA0kLVFwrQKGFFwpnAsgwWDVJJMwnDGHtqHYbJXmrzHQUyglrSkMZ8Y19BAC/hTnp8CBccFOI+BqLdwGDIQGjHYFAEWAcGvdkDmjb8DCY1xQIHLaQ7OMmSkeCihZwAN83kMXjIkL/BS4pKAh9Jaj741TZ1HgJ0NIu+R4i65gIUprTCjyFxAgFNdQ0dYEnTuAwCa0qkCoxlMuDCJhv9vshCxhuKVR1oRANrW3NjYCdAJAVoSuYHrIGNC8Q5mYDRUNVQVzcSjFOC4mRRVhuVvNGUeKCqLTqh5tB6y+kxLbYkDSXyflLvg0l0LJEsEKxFjEAM5SilqoyPac97msr1TwHYAsSz8XOGmsGJuPnsNyiQ1/4XioHQD8hkjr1EVftbk8JQ7cv9qanipmFFnVE4V8M1qXUwGa0mMiIfRE8h2SJOTOoboSkteEzAVUdFProWoOobZaQIUux02VFie9sDIqBI+7UdcOx8pOpg5E7IWe7H6pi6Khggxb4gpjHk0DBRukTgySVjV2DNJWASt8lZXvtp7Wbl6O6WymMXF2MHtTaX2OvoAkwdHcysASuWgzgWyGv/D2ytUbsLjaRKZKLhr4IhOwXStULKdUbu+6UPrhDqOxMw2hqyXI5IjEGwr0jtMB3glrgLZ15gjcHdhmbjOkBoOgmQY057SxSovcQ/mhuK4djE3pwgmdv7vlBWZLAZDxOrylKmOlXF1QyYyO5UKvnzke33aDr9oFFiiKaVSkxxiFNcjvw/sClxbH53cjo1rl27cV2Pq86IdEKGW3qIlLuTCAA=") format("woff2"), url("data:font/woff;base64,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") format("woff");
  unicode-range: U+0049-004A,U+0020;
}

@font-face {
  font-family: 'Noto IKEA';
  font-style: italic;
  font-weight: 400;
  src: url("data:font/woff2;base64,d09GMgABAAAAAAVUAA0AAAAADCgAAAUBAAIAQgAAAAAAAAAAAAAAAAAAAAAAAAAAGhwbIByCKgZgAEQKgziCQwE2AiQDLAsYAAQgBYxcB2wbugpRVG2SND8SY2Nlj8uYIloC09B3jUQ+4GhJwfNfnf191dWJB8QXlMwHffaQt+CKRm3qzA80rKzr9OjkgacC4ObGCpBztlIgqFsryMEgCCcQkhG+fHP/a63unLRDPomo09kQCZEWV3QwH6zZIBpVQ+Ndpl4kqyXxThOrFypPm92kNxdpkBA6VHQ//ncCAnwAQIHeImwe8jjwSHLroDXqTNg5DTAGAIzCafbQ7+DyTtIxu/1GY8T434tS9maF0cRhNK8Asz0qATM/GBWclzaDBivV4gQo9XkVKA2fimJDRb+TO4szUKvftWJX6CnLwlF1jD69YmKXt9yYPqzwYOL9G2NXcI9x2mA/Oe1lofGQRi06EKNdCA7USjlxuSfIEg9hKArUWi4R2jgQUYSguezGw7iujQvQKl3mYYOaoYLmo+Zff5hm0p1yUg+U11ba1m6lAQsAAKBx69aNRUhjnS7+fwd0sWSDrAVQceo0SEMDCrCAKCwEiEJTBnDhQgFpNGOdMSCNpm4788jsNX0Rbs/zAhADeIB+wBIAQIOdlqvk/spa+0J1mA71hXptv+7tt32ezECPTpnetA5dO6Z1mJETWLzbO/NGZg9v16tXve/UHWccjwlsPuZtajij2kbbnXchs4s32OvJDHRpppEINtU2xy5ctvvplacHlKvYtyJR8zpETqrdPGL+7/kdIz5v2iJyHq33lVupWjypGFVUv/KFxQdLlpyO7js0QP7SU8HHEFp50qf+KpDTpDCp2Ah/ycjYqL7DOqMnVwssb8+fGpnSLOdMfHbzTZ2WlwQ3RgQ6NyN5XqOIrtsfz78/v/HX0M/zaLw6f3pBdeRqeOG4wpIJFd8YAAEU9b6cSFc9Qmt8c1nWS8CVUPs54Ob1MndMX1NPfqnTFA4UAALNW62CtHbCkK1yrWFOVEG6iwZpYN5KuOmLnhtFvswwz/lItATMI4k3T3hvxiOAlzD9GTflgrPCOI6FaDfQHVYolKE7KnzMQYsOrEBNEe/RJkES0EGeVEAnDaQruiiQdegmT06jh3ryGb3UUhXQRw01Gv1qidqCIVSwG3yPMCPc5omUKZk9LeDxEfDG9uoTqFMUTwyBppSDA0WxGBjJyODvigykbSCJ61GIApraqopAh0ACKaCkYnugCbQ0ESEWcLziXtls/0oueOCCAaVbXsr/KyK/uA+1Db1lNHNNs6qIEVCkt54vzMyhUjydgAHEf0c0QUIJQYsAxTVbupT03LaXUaaUvNX6PS5XYAWiXuoJJCT+dCEJrO2BQkkZJ+ItPpxk/lj36LaL81TAwODkJyxeG7G0N6NY8hVJ/JkaeoPkpKBtwjeTaoKAvmEMLm0NrUS77VboRylT0SBHIEEL8aF8dFMH6MddmWqv7GjA8zx6RfI4yI3klyK6fy1HGYJiIE76gqIx0JQCUPKYAM87zzVNNPRNTZb6opGRoh43VcVB/9wDyvp+qBiUhWxSq1mC0Uugrcky1dtQYA9pnL+T0WSyJ+VXgYRjwYl4ZZOP0Ng24Oq6YjIicQRcLoPYlvGenOC1RjSDpNK0SbkxsEz2AIveSgRy4lE24sp0FMmekmehcsYdlRukdp19RLDhtG2QARs8O47xSrLHsn4jnbkorYcwXzGrlHO7vhdYSYklmiIvyRaHOMXlaPovNrWnzT6OOhs3PLDLlDJ6UKkxfY4HQ/bFoB4W2XAx+BsAAAA=") format("woff2"), url("data:font/woff;base64,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") format("woff");
  unicode-range: U+0049-004A,U+0020;
}

@font-face {
  font-family: 'Noto IKEA';
  font-style: normal;
  font-weight: 700;
  src: url("data:font/woff2;base64,d09GMgABAAAAAAU8AA0AAAAADDQAAATqAAIAQgAAAAAAAAAAAAAAAAAAAAAAAAAAGhwbIByCJAZgAEQKgzCCQgE2AiQDLAsYAAQgBYx4B2wbzwoRlaQzkP08sI2pB9/DBGiKso2D8ENLHAaHxjcP2MHzn93XfdXVHxqqR/5DLYFMUCY537OxTKHeNcUCTxxG9PXlt2oz6afJ6ow0AeB0GDpKFDtt/2wt7c9Dwf2zLkxSu0q+0DXm7+Zzm8uUeLO6MCWwCEI1Fb5CMyqUZUn+9qmdpmMsEXnIR4LJvhx6DAJ4AABFqoFg4kIeBi5iiUeaNGvTBQca4H8AkMrmcAT9rtGDZ04aQ/zwSUNHkzdm4JRxFNIFaIRq27qJRYfOnRpZdKAQyMPe0KFDC6obN3SxqG75jLZtaJE7F7dvE2vX0C3WqX1bSlejuyl6C6lD9MCBY6YQPbhw8mCSJo93IWPyZH8xGSBakNVuBhoXFrV04UY6EGyoUdSOQ68gRVwEolhQKzn0aGJDROFDq4wTl3RTEweg1TB1ARPUEtUDaH39t9KPQmkByu1Q2tRKacAAAABo3r59c7Gw2KVz/72HzpVUkJ0AKkndAxYaUIABhGIgQCgaP+DAgQIsWrHr/39g0TL7hn4XGkIAAABwAxAOuIBxwDIAQEOQlOl9BdHaE6xfMMgT5Da9epDX9Hg90t3oJl66qK5dl5wKl/Un3UvPHxfTrWe9eOG+5JiyW2my/2a24VaOrubyj0kWVUwD+6svDw/sd2/rveGFJUNKGNq0W7f0R4fqbtfnwvf0nfr8c2po9N7pxds3butTPmFoIb3ubbzHKlfa5mazurliY9b+Tr7a+PJVmjVb2Yz5zsTy0Imhm6PS+lTNWDmxY8HAXtnEdmgZO6ZlfLukdi3ix7SI7YD3cNSQZxOuvQhSJONXRnwwAAIoGsWMP/hDQPVXh2F8BDz3RQYAvHnlv/P/VHnyU90j2FAACJRrneohFImbrjwOBrfqQT/RIPOxpPWYnoe3ppfcESuxNJO1JEjv537x/68QwE2w8ZRdzAGnBfEMA9FOoB+MUPDTDxUOVqBBBzagxs8HNImWcLSRI36000T6oIMs2YVOMuQeumgkn9BNrSpGD9VqEnrVBnUIfRSbTTCQeHPGzwgi0NxAY6Q145+lCBIBTXUNHWBJ04QMA9YKkSowlsmAC8C4PpxBjPXBxKoOoCGaSrbmxlfZCRClALRC5l+iFnafCS0Ta6hqqKsb4R5p8sihzEaleuRdBqraFmtreph4xeQUzo8cCFK0pL3MlpavGOiECgWBYCSxArFKAlYawOp4zLKnFRb2n2FdiEW61QuVmWH+Q2KrGyaQM1RCBoThT49miUWIq2U9lBhDtX3o21kleHfeICrJ1QhLaqYb0WrgkjzxVFhFxIkpeyNj5IXWpztcgfM3yloW9G4ZJcIUMI++e0IMVojEwJFrO+CYcGlhunQHQ3kWdWLzqsAVx9cYsX0hh7zl7Tg4qyVjV2AtJWDy7hKUt39au1k5ursN1bGLi7GDWZtj/nHdDaaODMwclp75dWBB2pFvYGstu7aWUcGwfSv5MSyjb9ZMTMlNRq2qq61n/VmkFnBDD2PUS0ThqtNAJlAQnIAoh5CBvBZLoxqjq4rLnoQqap16LYL2wWqL9iP/NJc+6qBuj2ukEp2+LRgUlepIg6CqL5Op5s8ItdDXsOuNpqfGP7tK26bQ1Q92lBiiyVEZU2xiF4et5Z/ZNNo2l8Psrhjp94/remR1cqQTijqVR3yLM7kDAAA=") format("woff2"), url("data:font/woff;base64,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") format("woff");
  unicode-range: U+0049-004A,U+0020;
}

@font-face {
  font-family: 'Noto IKEA';
  font-style: italic;
  font-weight: 700;
  src: url("data:font/woff2;base64,d09GMgABAAAAAAV4AA0AAAAADIwAAAUlAAIAQgAAAAAAAAAAAAAAAAAAAAAAAAAAGhwbIByCKgZgAEQKgzyCUQE2AiQDLAsYAAQgBY08B2wbKAsoHoNt++T1RBZGLNeq+jyDc3UFj/wa+pLLARaBhWoVgZIVqoqlps0CWbT7VzptA8QXIhmeUA5Ksll2ABVZkRWDPNI5eeexBaQq3ad6Aqoz36YyQTWmex9iYeMjPEIBLZHL+JKLMJU1psqgUL1vv1Zv7g5rLB51Xt8QCZ1Wvpwu5nPWkEE0qofEI1sSjaIWmicqNitnZW0dkeBkQwjXffw9AgEZAFCSPcKXkJdBolG5qGGnkYVEBnAOAFRpN8wS+wOKL8KKD8pvFMELxCOHA6DXD9gVvWLaEbgO7AYELksBkxJ7Vms3GAYki8Aw6ulAYJjxYkV2i5XFmLQmXUjsW0xG/RybtgzOpofYGefDUHyhV3mo2lD7ho2qXQgNQOcHOezkMYlWq7Fiy4gI6EKEIucBOjlRKloGHS0yoi8grAqmp1iiuqwvApa2o69BHHQb3Rv5j3n6w0DHMOijG0ArkZpvsRrgAQAAdnYsXVGVIGes9f9XrCO1gHwAgLb1CWgVCxR4oFIMAZVijQIiEQWtaGecA1pRZT33yV1z50S5vC0FUA1IwDXgGQDAkKlZXNfkrGWlds6MrCyNy+00LS5L9nsGXD1pLNvrLAdum62Lung1Zfvb6pGUwXfvUkq5c9sTwfo4YSClN0S7Lt5f2V/2+KUo10H7y3O9G35y/ImoX+ReBGUtZ38995yqf3Kv3MIgMPcB8qvicO6GGKFQ++TlrrMH988WTU9LUPT++ODNBvAW634d37D1Vu0nyfzng545SziU9dR+YP4eMF6gl0L4NKOip+ip2X/QvqVAFgYBNVlTmXHQUJHpbJjlWyuW7rI3jWDRZ979XIv4z8/7RWrxwanWDHpJX389AIAAtb5t3j4zkrHyX2KM9xPwkhH3HfDxg3YuwjtC5vUJGQEFIGjwfD3VWB5r1hH+murIdADDEQvyFPkrTIRn3tqFovjt5kNLVpyM/JTByC/RuBBRIFVWo9tFRDipzBvIkGwMHIIFilHDqKrtQs+hC2iWIxp99bEWA7PRj6HN2IeR/viAsd4EmFhPDZhaThOYWUxXME+30f+wMJmbxlLluRko+/hnDMiCwhQSkQeG6GnpLIJ0kclEPgKEEsAjICQfH8RuVSr3UwQqgWKSwI1gJsNkCIXRgYQYcTBJACIL8AlDKAjNQObjLnfDOD4Sng5BR0trBdZJLnKSRpmhtWavCMjLEBaix6d3ujQOAj8Jq1yhWSWRLS7HfaURW8HdyeVKIlEhXEtMwXFbmaPwJji28XZiE1kA5g8Lyrp96UWSAFFP7YRQNnF+loDjl5SQxVxjwhAkozsMVxM88DUlaDmNbaqSIAqhccCn+GmIfkyDn4xMgxjm99AdI6uwEDfJz/IkqjpNjCGOFAmbShUEU2e2RJ0gQA1LIYFgSolEHgKiJcUIsdQeHsAPN2KgpQ89ZeoIyJ9yPwlMqRsTgl2CTAh3kKuQHBCKqyAGVido2boHhdXNwomdyyQ7O5KZKB2AwyzskDYWZu0o2WBMBXTqppZ9EAal1Cv4BVJGSuFS1glSlBpAyZKQ+MlHOmQTI2zihXT9yDjaCVCqkXmScT0hvmzaikI4YovYguDPVdvFGGtGWxu9wNBMxzi4sEg2CcgNjCQOk4WciBDVOTLHidu251FBKr59WwZhKsIh+RBBSaTJfxzGH1Z/6F+j4f4Cd4fe5fIp8ELFE2NQa8RJIKFEwd7f3xTG0w8HJYQCklZLamMlQuVjJyg6SRoxFCVJE88AAAA=") format("woff2"), url("data:font/woff;base64,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") format("woff");
  unicode-range: U+0049-004A,U+0020;
}

p {
  margin-bottom: 0.5rem;
}

small {
  font-size: 0.875rem;
  line-height: 1.1429;
  display: inline-block;
}

/**
  * Headings
  */
h1.page-headline {
  font-size: 2.375rem;
  line-height: 1.2632;
  letter-spacing: -0.67px;
  font-weight: 700;
}

h1 {
  font-size: 1.875rem;
  line-height: 1.3334;
  letter-spacing: -0.53px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.3334;
  letter-spacing: -0.42px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.3334;
  letter-spacing: -0.42px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}

h5,
h6 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}

/**
  * Headings
  */
.page-headline {
  font-size: 2.375rem;
  line-height: 1.2632;
  letter-spacing: -0.67px;
  font-weight: 700;
}

.h1 {
  font-size: 1.875rem;
  line-height: 1.3334;
  letter-spacing: -0.53px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.h2 {
  font-size: 1.5rem;
  line-height: 1.3334;
  letter-spacing: -0.42px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.h3 {
  font-size: 1.5rem;
  line-height: 1.3334;
  letter-spacing: -0.42px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}

.h5,
.h6 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}

.link {
  text-decoration: none;
  font-weight: 700;
  color: #0058a3;
  fill: #0058a3;
}

.link:focus, .link:hover {
  color: #3379b5;
  fill: #3379b5;
  text-decoration: underline;
}

.link:active {
  color: #004682;
  fill: #004682;
  text-decoration: underline;
}

.link--disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}

.link--disabled:focus:before {
  border: 0;
}

.link--black {
  color: #111111;
  fill: #111111;
}

.link--black:hover, .link--black:focus, .link--black:active {
  color: #333333;
  fill: #333333;
}

.link--black.link--disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
  color: #111111;
}

.link--black.link--disabled:focus:before {
  border: 0;
}

.link--black.link--disabled:hover {
  color: #111111;
}

.link--black.link--disabled:focus, .link--black.link--disabled:active {
  color: #111111;
}

.link--grey {
  color: #666666;
  fill: #666666;
}

.link--grey:hover, .link--grey:focus, .link--grey:active {
  color: #111111;
  fill: #111111;
}

.link--grey.link--disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
  color: #666666;
}

.link--grey.link--disabled:focus:before {
  border: 0;
}

.link--grey.link--disabled:hover {
  color: #666666;
}

.link--grey.link--disabled:focus, .link--grey.link--disabled:active {
  color: #666666;
}

.link--white {
  color: #ffffff;
  fill: #ffffff;
}

.link--white:hover, .link--white:focus, .link--white:active {
  color: #ffffff;
  fill: #ffffff;
}

.link--white.link--disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
  color: #ffffff;
}

.link--white.link--disabled:focus:before {
  border: 0;
}

.link--white.link--disabled:hover {
  color: #ffffff;
}

.link--white.link--disabled:focus, .link--white.link--disabled:active {
  color: #ffffff;
}

.link--small {
  font-size: 0.875rem;
  line-height: 1.1429;
  font-weight: 400;
}

.link--small .svg-icon--100 {
  vertical-align: text-top;
}

.link--xsmall {
  font-size: 0.75rem;
  line-height: 1.3334;
  font-weight: 400;
}

.link--xsmall .svg-icon--100 {
  vertical-align: text-top;
}

h1 .link,
h2 .link,
h3 .link,
h4 .link,
h5 .link,
h6 .link,
p .link {
  margin-bottom: 0;
  text-decoration: underline;
}

h1 .link .svg-icon,
h2 .link .svg-icon,
h3 .link .svg-icon,
h4 .link .svg-icon,
h5 .link .svg-icon,
h6 .link .svg-icon,
p .link .svg-icon {
  vertical-align: middle;
}

h1 .link:hover, h1 .link:focus, h1 .link:active,
h2 .link:hover,
h2 .link:focus,
h2 .link:active,
h3 .link:hover,
h3 .link:focus,
h3 .link:active,
h4 .link:hover,
h4 .link:focus,
h4 .link:active,
h5 .link:hover,
h5 .link:focus,
h5 .link:active,
h6 .link:hover,
h6 .link:focus,
h6 .link:active,
p .link:hover,
p .link:focus,
p .link:active {
  text-decoration: underline;
}

.form-field {
  display: block;
  margin-bottom: 1rem;
}

.form-field > input,
.form-field > .input-wrap > input,
.form-field > textarea,
.form-field > .input-wrap > textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-field > input:disabled,
.form-field > .input-wrap > input:disabled,
.form-field > textarea:disabled,
.form-field > .input-wrap > textarea:disabled {
  cursor: not-allowed;
}

.form-field .input-wrap {
  margin-bottom: 0.5rem;
}

.form-field .inline-text {
  margin-left: 1rem;
  margin-right: 1rem;
}

.required {
  color: #e00751;
}

label {
  display: inline-block;
  color: #666666;
}

textarea ~ label,
input[type="text"] ~ label,
input[type="email"] ~ label,
input[type="password"] ~ label,
input[type="tel"] ~ label,
input[type="url"] ~ label,
select ~ label {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

label em {
  margin: 0;
  color: #959595;
  font-weight: 400;
  font-style: normal;
}

input[type="text"]:focus ~ label,
input[type="email"]:focus ~ label,
input[type="password"]:focus ~ label,
input[type="tel"]:focus ~ label,
input[type="url"]:focus ~ label {
  top: 1rem;
  font-size: 0.75rem;
  color: #0058a3;
}

textarea:focus ~ label {
  border-radius: 6px 6px 0 0;
  left: 1px;
  right: 1px;
  top: 1px;
  font-size: 0.75rem;
  color: #0058a3;
  padding: 0.9375rem 1rem 0 1rem;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

input {
  color: #111111;
  width: 100%;
}

input:not([type="range"]) {
  display: block;
  width: 100%;
  margin: 0;
  outline: 0;
  padding: 1.9375rem 1rem 0.4375rem;
  border: 1px solid #959595;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 1px transparent;
          box-shadow: inset 0 0 0 1px transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

input:not([type="range"]):hover {
  border-color: #666666;
}

input:not([type="range"]):active, input:not([type="range"]):focus {
  -webkit-box-shadow: inset 0 0 0 1px #0058a3;
          box-shadow: inset 0 0 0 1px #0058a3;
  border-radius: 4px;
  border-color: #0058a3;
}

input:not([type="range"]):not([type="number"]) ~ .btn--plain {
  padding: 1rem;
}

input[type="submit"] {
  width: auto;
}

input:disabled {
  opacity: .4;
  pointer-events: none;
}

input:disabled ~ label {
  opacity: .4;
}

input:disabled ~ a {
  opacity: .4;
  pointer-events: none;
}

input:disabled ~ .input-wrap__icon {
  opacity: .4;
}

/*
  * Placeholder styling for Gecko & Webkit
  */
input::-webkit-input-placeholder {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: transparent;
}

input::-moz-input-placeholder {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: transparent;
}

input:-moz-input-placeholder {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: transparent;
}

input::-webkit-input-placeholder {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: transparent;
}

input::-moz-placeholder {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: transparent;
}

input:-ms-input-placeholder {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: transparent;
}

input::-ms-input-placeholder {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: transparent;
}

input::placeholder {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: transparent;
}

input:-ms-input-placeholder {
  color: transparent;
}

input:focus::-moz-input-placeholder {
  color: #cccccc;
  transition-delay: 0.3s;
}

input:focus:-moz-input-placeholder {
  color: #cccccc;
  transition-delay: 0.3s;
}

input:focus::-ms-input-placeholder {
  color: #cccccc;
  transition-delay: 0.3s;
}

input:focus::-webkit-input-placeholder {
  color: #cccccc;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

input:focus::-moz-placeholder {
  color: #cccccc;
  transition-delay: 0.3s;
}

input:focus:-ms-input-placeholder {
  color: #cccccc;
  transition-delay: 0.3s;
}

input:focus::placeholder {
  color: #cccccc;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

select {
  display: block;
  width: 100%;
  margin: 0;
  outline: 0;
  padding: 1.9375rem 1rem 0.4375rem;
  border: 1px solid #959595;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 1px transparent;
          box-shadow: inset 0 0 0 1px transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  width: 100%;
  background: #ffffff;
}

select:hover {
  border-color: #666666;
}

select:active, select:focus {
  -webkit-box-shadow: inset 0 0 0 1px #0058a3;
          box-shadow: inset 0 0 0 1px #0058a3;
  border-radius: 4px;
  border-color: #0058a3;
}

select:disabled {
  opacity: .4;
  pointer-events: none;
}

select:disabled ~ label {
  opacity: .4;
}

select:disabled ~ a {
  pointer-events: none;
  opacity: .4;
}

select:disabled ~ .svg-icon {
  opacity: .4;
}

select::-ms-expand {
  display: none;
}

select + label {
  pointer-events: none;
}

select ~ .svg-icon {
  pointer-events: none;
}

@-moz-document url-prefix("") {
  select {
    text-indent: -2px;
  }
}

.input-wrap {
  position: relative;
  display: block;
  padding: 0;
}

.input-wrap > .svg-icon,
.input-wrap > .btn--plain {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-wrap label {
  position: absolute;
  left: calc(1rem + 1px);
  top: 1.25rem;
}

.input-wrap--labelled label {
  position: absolute;
  top: 1rem;
  left: calc(1rem + 1px);
  font-size: 0.75rem;
}

.input-wrap textarea ~ label {
  top: 1px;
  right: 1px;
  left: 1px;
  padding: 1.1875rem 1rem 0 1rem;
}

.input-wrap textarea:focus ~ label {
  top: 2px;
  left: 2px;
  right: 2px;
  padding: 0.875rem 1rem 0 1rem;
}

.input-wrap--labelled textarea ~ label {
  background: #ffffff;
  border-radius: 6px 6px 0 0;
  padding: 0.875rem 1rem 0 1rem;
  font-size: 0.75rem;
}

.input-wrap--trailing-icon select {
  padding-right: 3.5rem;
}

.input-wrap--trailing-icon input[type="text"],
.input-wrap--trailing-icon input[type="email"],
.input-wrap--trailing-icon input[type="password"],
.input-wrap--trailing-icon input[type="tel"],
.input-wrap--trailing-icon input[type="url"] {
  padding-right: 5rem;
}

.input-wrap--trailing-icon > .svg-icon {
  right: 1rem;
}

.input-wrap--trailing-icon > .btn--plain {
  right: 0.25rem;
}

.input-wrap--leading-icon > .svg-icon {
  left: 1rem;
}

.input-wrap--leading-icon > .btn--plain {
  left: 0.25rem;
}

.input-wrap--leading-icon label,
.input-wrap--leading-icon.input-wrap--labelled label {
  left: 3.5rem;
}

.input-wrap--leading-icon select,
.input-wrap--leading-icon input:not([type="range"]) {
  padding-left: 3.5rem;
}

fieldset {
  color: #111111;
}

fieldset legend {
  margin-bottom: 0.5rem;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  font-weight: 700;
}

.error strong {
  font-weight: 400;
  display: block;
  color: #e00751;
}

.error .input-wrap input:not(:focus),
.error .input-wrap select:not(:focus),
.error .input-wrap textarea:not(:focus) {
  border-width: 1px;
  border-color: #e00751;
  padding: 1.9375rem 1rem 0.4375rem;
  -webkit-box-shadow: inset 0 0 0 3px #e00751;
          box-shadow: inset 0 0 0 3px #e00751;
}

.error .input-wrap input:not(:focus) ~ label {
  top: 1.25rem;
  left: 1.25rem;
}

.error .input-wrap--labelled input:not(:focus) ~ label {
  top: 1rem;
}

.error .input-wrap textarea:not(:focus) ~ label {
  top: 4px;
  left: 4px;
  right: 4px;
  padding-top: 1.25rem;
}

.error .input-wrap--labelled textarea:not(:focus) ~ label {
  padding-top: 0.75rem;
}

fieldset .radio {
  margin-bottom: 1rem;
}

.radio {
  position: relative;
}

.radio input[type="radio"] {
  position: absolute;
  left: -1rem;
  top: -0.75rem;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  border: 0;
  opacity: 0;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}

.radio__fill {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #0058a3;
  -webkit-transition: border 0.2s, background 0.2s, border-radius 0.2s;
  -o-transition: border 0.2s, background 0.2s, border-radius 0.2s;
  transition: border 0.2s, background 0.2s, border-radius 0.2s;
}

.radio__symbol {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-transition: border 0.2s, background 0.2s, border-radius 0.2s;
  -o-transition: border 0.2s, background 0.2s, border-radius 0.2s;
  transition: border 0.2s, background 0.2s, border-radius 0.2s;
}

.radio__symbol .radio__fill-highlight,
.radio__symbol .radio__fill-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  border-radius: 50%;
}

.radio__symbol .radio__fill-highlight {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: .875rem;
}

.radio__symbol .radio__fill-dot {
  width: 0px;
  height: 0px;
}

.radio .radio__label {
  position: relative;
  display: block;
  padding-left: 2rem;
}

.radio label {
  cursor: pointer;
  color: #111111;
}

.radio input[type="radio"]:hover ~ .radio__symbol .radio__fill-highlight {
  background: #dfdfdf;
  width: 2rem;
  height: 2rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.radio input[type="radio"]:hover ~ .radio__symbol .radio__fill-dot {
  background: #ffffff;
  height: .25rem;
  width: .25rem;
}

.radio input[type="radio"]:disabled:hover ~ .radio__symbol .radio__fill-highlight, .radio input[type="radio"]:disabled:checked ~ .radio__symbol .radio__fill-highlight {
  display: none;
}

.radio input[type="radio"]:disabled:hover ~ .radio__symbol, .radio input[type="radio"]:disabled:checked ~ .radio__symbol {
  opacity: .4;
}

.radio input[type="radio"]:disabled:not(:checked) ~ .radio__symbol {
  opacity: .4;
}

.radio input[type="radio"]:disabled:not(:checked) ~ .radio__symbol:after {
  display: none;
}

.radio input[type="radio"]:disabled ~ .radio__label label {
  opacity: .4;
  cursor: not-allowed;
}

.radio input[type="radio"]:active:not(:checked):not(:disabled) ~ .radio__symbol .radio__fill {
  background: #004682;
}

.radio input[type="radio"]:active:not(:checked):not(:disabled) ~ .radio__symbol .radio__fill-highlight {
  background: #cccccc;
}

.radio input[type="radio"]:active:not(:checked):not(:disabled) ~ .radio__symbol .radio__fill-dot {
  background-color: #ffffff;
  height: .25rem;
  width: .25rem;
}

.radio input[type="radio"]:checked ~ .radio__symbol .radio__fill {
  background: #0058a3;
}

.radio input[type="radio"]:checked ~ .radio__symbol .radio__fill-highlight {
  width: 0;
  height: 0;
  content: "";
  display: block;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.radio input[type="radio"]:checked ~ .radio__symbol .radio__fill-dot {
  background: #ffffff;
  content: "";
  width: .25rem;
  height: .25rem;
  display: block;
}

input[type="search"] {
  display: block;
  width: 100%;
  margin: 0;
  outline: 0;
  padding: 0.6875rem 1rem;
  border: 1px solid #959595;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 1px transparent;
          box-shadow: inset 0 0 0 1px transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

input[type="search"]:hover {
  border-color: #666666;
}

input[type="search"]:active, input[type="search"]:focus {
  -webkit-box-shadow: inset 0 0 0 1px #0058a3;
          box-shadow: inset 0 0 0 1px #0058a3;
  border-radius: 4px;
  border-color: #0058a3;
}

input[type="search"]:focus ~ label {
  opacity: 0;
}

input[type="search"] ~ label {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
}

.search-actions {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-action-divider {
  position: absolute;
  right: 3.5rem;
  top: 0.75rem;
  display: inline-block;
  width: 1px;
  height: 1.5rem;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  border-right: 1px solid #cccccc;
}

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

input[type="search"]::-moz-search-cancel-button {
  -moz-appearance: none;
}

input[type="search"]:focus::-webkit-input-placeholder {
  color: #cccccc;
}

input[type="search"]:focus::-moz-input-placeholder {
  color: #cccccc;
}

input[type="search"]:focus:-moz-input-placeholder {
  color: #cccccc;
}

input[type="search"]:focus::-ms-input-placeholder {
  color: #cccccc;
}

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

.input-wrap--filled-white-search,
.input-wrap--filled-blue-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-wrap--filled-white-search.input-wrap--labelled label,
.input-wrap--filled-blue-search.input-wrap--labelled label {
  opacity: 0;
  font-size: 1rem;
}

.input-wrap--filled-white-search .btn--plain,
.input-wrap--filled-blue-search .btn--plain {
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.input-wrap--filled-blue-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-wrap--filled-blue-search input[type="search"] {
  border-radius: 2px 0 0 2px;
  border-right-width: 0;
  padding-right: 4rem;
}

.input-wrap--filled-blue-search input[type="search"]:focus, .input-wrap--filled-blue-search input[type="search"]:hover {
  border-radius: 4px 0 0 4px;
}

.input-wrap--filled-blue-search .btn--plain {
  position: absolute;
  right: 115%;
  top: 0;
  padding: 0.75rem;
}

.input-wrap--filled-white-search.input-wrap--labelled input[type="search"] {
  padding-right: 8rem;
}

.input-wrap--filled-white-search .search-actions {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1px;
}

.input-wrap--filled-white-search .btn--plain {
  right: 1rem;
}

.input-wrap--labelled .search-action-divider,
.input-wrap--labelled .btn--plain {
  opacity: 1;
  pointer-events: initial;
}

.input-wrap--labelled .btn--plain {
  display: block;
}

[dir="rtl"] input[type="search"] ~ label {
  right: 1rem;
  left: auto;
}

[dir="rtl"] .search-action-divider {
  left: 3rem;
  right: auto;
}

[dir="rtl"] .input-wrap--filled-blue-search label,
[dir="rtl"] .input-wrap--filled-white-search label {
  top: 0.75rem;
}

[dir="rtl"] .input-wrap--filled-white-search .search-actions {
  left: 0.75rem;
  right: initial;
}

[dir="rtl"] .input-wrap--filled-white-search .btn--plain {
  left: 2rem;
  right: initial;
}

[dir="rtl"] .input-wrap--filled-white-search.input-wrap--labelled input[type="search"] {
  padding-left: 8rem;
  padding-right: 1rem;
}

[dir="rtl"] .input-wrap--filled-blue-search .btn--plain {
  left: 115%;
  right: initial;
}

[dir="rtl"] .input-wrap--filled-blue-search input[type="search"] {
  border-radius: 0 4px 4px 0;
  border-right-width: 1px;
  border-left-width: 0;
  padding-left: 4rem;
  padding-right: 1rem;
}

[dir="rtl"] .input-wrap--filled-blue-search .btn--search {
  border-radius: 2px 0 0 2px;
}

[dir="rtl"] .input-wrap--filled-blue-search .btn--search:focus:not(:disabled), [dir="rtl"] .input-wrap--filled-blue-search .btn--search:hover:not(:disabled) {
  border-radius: 4px 0 0 4px;
}

[dir="rtl"] .input-wrap--filled-blue-search .btn--search:active:not(:disabled) {
  border-radius: 4px 0 0 4px;
}

.alert {
  position: relative;
  padding: 0.75rem 1rem;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #ffffff;
  color: #111111;
  border: 1px solid #959595;
}

.alert.alert--l.alert--warning {
  border-color: #ffa524;
}

.alert.alert--l.alert--confirmation {
  border-color: #0a8a00;
}

.alert.alert--l.alert--info {
  border-color: #0058a3;
}

.alert.alert--l.alert--error {
  border-color: #e00751;
}

.alert .alert__icon-style:before {
  border: #e00751 solid 1px;
}

.alert__heading {
  margin-bottom: 0.5rem;
}

.alert__text {
  margin-top: 0;
}

.alert__text p {
  margin: 0 0 0.5rem;
}

.alert__text p:last-child {
  margin: 0;
}

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

.alert__container {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
      -ms-flex: 1 0;
          flex: 1 0;
  margin-left: 0.5rem;
}

.alert__icon-style {
  line-height: 0;
}

.alert--s {
  padding: 0.5rem;
  border-radius: 2px;
  font-size: 0.875rem;
  line-height: 1.1429;
}

.alert--s .alert__title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: -0.25rem;
}

.alert--m {
  border-radius: 4px;
}

.alert--m .alert__title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.alert--l {
  padding: 1rem;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.alert--l .alert__title {
  margin-bottom: 0.5rem;
}

.alert--l .alert__icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  text-align: center;
}

.alert--l .alert__icon-style {
  display: inline-block;
}

.alert--l .alert__container {
  margin-left: 0;
  padding-top: 0;
  text-align: center;
}

.toast-container {
  position: fixed;
  bottom: 1rem;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 90%;
  z-index: 8000;
}

@-webkit-keyframes toast-fade-out-in {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes toast-fade-out-in {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes toast-fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes toast-fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.toast {
  position: relative;
  display: none;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #ffffff;
  width: 100%;
  margin-bottom: 0.5rem;
  border: 1px solid #959595;
  border-radius: 4px;
  opacity: 0;
  -webkit-animation: toast-fade-out-in both cubic-bezier(0.4, 0, 0, 1);
          animation: toast-fade-out-in both cubic-bezier(0.4, 0, 0, 1);
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

.toast__show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-animation: toast-fade-in-up both cubic-bezier(0.4, 0, 0, 1);
          animation: toast-fade-in-up both cubic-bezier(0.4, 0, 0, 1);
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
}

.toast__close {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  color: #666666;
}

.toast__icon {
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-right: 1rem;
}

.toast__body {
  display: inline-block;
}

.toast__title {
  font-weight: 700;
}

.toast__text {
  color: #111111;
}

.toast__text:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes popover-fade-in-out {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes popover-fade-in-out {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.popover {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  max-width: 18.75rem;
  border-radius: 4px;
  opacity: 0;
  background: #666666;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
  z-index: 3000;
  -webkit-animation: popover-fade-in-out both cubic-bezier(0.4, 0, 0, 1);
          animation: popover-fade-in-out both cubic-bezier(0.4, 0, 0, 1);
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.popover__header {
  margin-bottom: 0;
}

.popover p:last-child {
  margin-bottom: 0;
}

.popover:after {
  content: " ";
  position: absolute;
  background: #666666;
  left: 0;
  bottom: -4px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: .5rem;
  height: .5rem;
  margin: 0 auto;
}

.popover__left-edge:after {
  left: 1rem;
  right: auto;
}

.popover__right-edge:after {
  left: auto;
  right: 1rem;
}

.popover__top-edge:after {
  top: -4px;
  bottom: auto;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.popover--visible {
  display: block;
  opacity: 1;
}

[data-popover] {
  cursor: pointer;
  display: inline-block;
}

.js-focus-visible .range-checkbox input[type="checkbox"]:focus.focus-visible {
  outline: 4px solid #4595ff;
  outline-offset: 0.25rem;
  -webkit-transition-property: outline-offset;
  -o-transition-property: outline-offset;
  transition-property: outline-offset;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

/**
 * OVERRIDES
 */
html {
  font-size: 100%;
  margin: 0;
  height: 100%;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  font-weight: 400;
  font-family: "Noto IKEA", "Noto Sans", "Roboto", "Open Sans", sans-serif;
  height: 100%;
}

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

ul:focus,
a:focus,
button:focus,
[role='button']:focus,
[data-popover]:focus,
[data-tooltip]:focus {
  outline: 4px solid #4595ff;
  outline-offset: 0.25rem;
  -webkit-transition-property: outline-offset;
  -o-transition-property: outline-offset;
  transition-property: outline-offset;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

a:focus p,
.btn-focus {
  outline: 4px solid #4595ff;
  outline-offset: 0.25rem;
  -webkit-transition-property: outline-offset;
  -o-transition-property: outline-offset;
  transition-property: outline-offset;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.input-wrap--labelled label {
  color: #111111;
}

/**
 * Disabled input changes to put it according to designs
 */
input:disabled,
select:disabled {
  opacity: 1;
  color: #cccccc;
  background-color: #f5f5f5;
}

input:disabled ~ svg,
select:disabled ~ svg {
  fill: #cccccc;
}

a.btn--filled.disabled {
  opacity: 1;
  background-color: #99bcda;
  pointer-events: none;
}

.btn--region-links,
.btn--block {
  display: block;
  margin-bottom: 1rem;
}

.btn--block {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.btn--region-links {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-right: 0.5rem;
}

.btn--filled .svg-icon {
  fill: #ffffff;
}

.btn__icon-bg {
  pointer-events: none;
}

.alert--m .alert__title {
  margin-top: 0;
}

.input-wrap--labelled label {
  color: #111111;
}

input.mobile-search {
  padding: 1.25rem;
}

input.mobile-search ~ label {
  top: 1.25rem;
  left: 1.25rem;
}

.input-wrap.input-wrap--error input {
  -webkit-box-shadow: inset 0 0 0 3px #e00751;
          box-shadow: inset 0 0 0 3px #e00751;
  border-radius: 4px;
  border-color: #e00751;
}

.radio-button-group {
  padding-left: 0;
  padding-right: 0;
}

.form-field .mobile-search-wrap {
  margin-bottom: 0;
}

.radio input[type='radio']:checked ~ .radio__symbol .svg-icon {
  display: block;
}

.radio .radio__label label {
  display: block;
}

.radio input[type='radio']:focus ~ .radio__symbol {
  outline: 4px solid #4595ff;
  outline-offset: 0.25rem;
  -webkit-transition-property: outline-offset;
  -o-transition-property: outline-offset;
  transition-property: outline-offset;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.radio__symbol .svg-icon {
  vertical-align: top;
  display: none;
}

.region-form-wrapper {
  margin-top: 2.5rem;
}

.input-wrap--filled-white-search input[type='search']:focus,
.input-wrap--filled-white-search.input-wrap--labelled input[type='search'] {
  padding-right: 4rem;
}

.input-wrap--filled-white-search.input-wrap--labelled input[type='search'] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.input-wrap__value {
  display: initial;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 1.9375rem 1rem 0.4375rem;
  padding-right: 5rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  pointer-events: none;
  white-space: nowrap;
  overflow-x: hidden;
  top: 0;
  left: 0;
}

.form-field > .input-wrap > input:disabled {
  color: rgba(255, 255, 255, 0.01);
}

.form-field > .input-wrap > input:disabled ~ .input-wrap__value {
  opacity: 0.4;
}

.toast__text:first-child {
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

.toast__close:focus {
  outline: 0;
}

.toast__privacy-link {
  text-decoration: underline;
}

.toast__close:hover {
  cursor: pointer;
}

.toast__show {
  padding-right: 2.5rem;
}

.link--plain {
  font-weight: 400;
}

.link--medium {
  font-size: 1rem;
  line-height: 1.5;
}

.popover {
  position: initial;
  padding: 0.5rem;
  margin-top: 1rem;
}

.popover > p {
  margin: 0;
}

.popover > p a {
  color: white;
}

.main-content__link-mobile,
.main-content__link-desktop,
.main-content__link-tablet {
  position: relative;
}

.popover:after {
  bottom: initial;
  right: initial;
  top: -4px;
  left: 4rem;
}

.page-wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-wrapper__header,
.page-wrapper__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-wrapper__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-wrapper__main--with-img-bg {
  background-image: url("../img/background/gw201908_mobile.jpg");
  background-size: cover;
}

.page-header {
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
}

.page-header--sticky {
  z-index: 40;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.page-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 90rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-header__brand-link {
  display: inline-block;
  height: 2.5rem;
}

.page-header__brand-link svg {
  height: 100%;
  vertical-align: middle;
}

.page-footer {
  position: relative;
  padding: 1.5rem;
  background-color: #111111;
  color: #cccccc;
}

.page-footer__inner {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 90rem;
  font-size: 0.75rem;
  line-height: 1.3334;
}

.more-info {
  position: relative;
  padding: 1.5rem;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-info__inner {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 90rem;
}

.more-info__inner:not(:last-child) {
  margin-bottom: 1.5rem;
}

.more-info__text {
  display: block;
}

.main-content {
  position: relative;
  padding: 7.5rem 1rem 1.5rem 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-content__inner {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 90rem;
}

.main-content h1 {
  max-width: 64rem;
  color: #ffffff;
  text-shadow: 0 2px 5px #111111;
  margin-bottom: 3rem;
}

.main-content__link-desktop,
.main-content__link-mobile,
.main-content__link-tablet {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.1429;
}

.main-content__link-desktop {
  display: none;
}

.main-content__link-tablet {
  display: none;
}

.main-content__learn-more {
  color: #ffffff;
  font-weight: 700;
}

.no-js .main-content__form {
  display: none;
}

.main-content__inner .alert {
  margin-bottom: 1.5rem;
  border: 0;
}

.main-content__region,
.main-content__language {
  width: 100%;
}

.main-content__language input[type='text'] {
  color: #ffffff;
}

.main-content__language input[type='text'] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.mobile-dropdown {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 40;
  display: none;
  overflow-y: auto;
}

.mobile-dropdown--active {
  display: block;
}

.mobile-header {
  position: relative;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 40;
  border-bottom: 1px solid #cccccc;
}

.mobile-content {
  padding: 1rem 1rem 1.5rem 1rem;
}

.mobile-dropdown__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 90rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.5rem;
}

.mobile-header__brand-link {
  display: inline-block;
  height: 2.5rem;
}

.mobile-header__brand-link svg {
  height: 100%;
  vertical-align: middle;
}

.mobile-dropdown__close {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-dropdown .radio {
  margin-bottom: 2rem;
}

.mobile-dropdown .btn {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-dropdown .btn.trailing-icon .svg-icon {
  margin-left: 1rem;
}

.btn--search svg,
.mobile-dropdown__close svg {
  pointer-events: none;
}

.mobile-dropdown fieldset {
  border: 0;
}

.mobile-dropdown__search-results {
  list-style-type: none;
  padding-left: 0;
}

.mobile-dropdown__search-option {
  padding: 1rem 1rem 1rem 0;
}

.mobile-dropdown__search-option input[type='radio']:focus ~ .radio__label {
  outline: 4px solid #4595ff;
  outline-offset: 0.25rem;
  -webkit-transition-property: outline-offset;
  -o-transition-property: outline-offset;
  transition-property: outline-offset;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.mobile-dropdown__no-results {
  color: #333333;
}

.mobile-dropdown__search-alternatives {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.1429;
}

.mobile-dropdown__no-results.leading-icon .svg-icon {
  vertical-align: middle;
}

.no-results__divider {
  border-top: 1px solid #cccccc;
  margin: 1.5rem 0;
}

.mobile-dropdown__paragraph {
  margin-top: 2rem;
}

.mobile-search-wrap label {
  pointer-events: none;
}

.dropdown__input span,
.dropdown__input input {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dropdown__input input {
  cursor: pointer;
}

.dropdown__input svg {
  pointer-events: none;
}

.dropdown__content {
  max-height: 17.5rem;
  z-index: 15;
  border-radius: 4px;
  border-top: 0;
  border: 1px solid #cccccc;
}

.dropdown__error-message-box {
  padding: 1.25rem;
  color: #333333;
}

.dropdown__error-message-box:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.dropdown__error-message-box p:first-child {
  margin-top: 0;
}

.dropdown__error-message-box p:last-child {
  margin-bottom: 0;
}

.page-404 .main-content {
  padding: 5.094rem 2rem 4.313rem 2rem;
  background-color: unset;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-404 .main-content img {
  height: 18.25rem;
  width: 18.25rem;
  margin-bottom: -5px;
}

.page-404 .main-content h3, .page-404 .main-content p {
  color: #373737;
}

.page-404 .main-content h3 {
  font-weight: bold;
  line-height: 2.563rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.page-404 .main-content p {
  font-size: 1rem;
  line-height: 22px;
  margin: 0;
  margin-bottom: 1rem;
}

.page-404 .main-content a {
  margin: 0;
  padding: 0.875rem 1.5rem 0.9375rem 1.5rem;
}

.main-content .remember-my-choice {
  display: none;
  margin-top: 1rem;
}

.main-content .remember-my-choice input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: auto;
  display: inline-block;
  cursor: pointer;
}

.main-content .remember-my-choice label {
  color: #ffffff;
  font-size: 0.875rem;
  vertical-align: top;
  cursor: pointer;
}

.main-content .remember-my-choice #btnGoToWebsite {
  cursor: pointer;
}

.main-content__cta {
  cursor: pointer;
}

/**
  * Utility classes - after components because we want them to have higher
  * priority
  */
.is-hidden {
  display: none !important;
}

/**
  * Author, Félix Queiruga
  *
  * Fix for hiding the lazy loaded images when JS is disabled. The way it works
  * is that if a .no-js class is set on the HTML, it hides all component loaded
  * by the .js-lazyload class
  */
.no-js .js-lazyload {
  display: none;
}

/**
  * Author, Félix Queiruga
  *
  * Disable the button contents pointer events because having these elements
  * triggering the click events mess up the event delegation
  */
.btn__copy {
  pointer-events: none;
}

/**
  * Author, Félix Queiruga
  *
  * Provisional styles for listbox. Move to proper module once they are ready
  */
.listbox-group > [role='presentation'] {
  padding: 0;
}

.listbox-group__label {
  display: block;
  max-height: 10em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 0.875rem;
  color: #666666;
  pointer-events: none;
}

.listbox-group__label {
  padding: 0.75rem 1rem 0 1rem;
}

[role='listbox'] {
  padding: 0;
  background: white;
  width: calc(100% - 1rem);
  left: 0.5rem;
  overflow-y: auto;
  position: absolute;
  margin: 0;
}

[role='option'] {
  display: block;
  position: relative;
  display: block;
  cursor: pointer;
}

.hidden {
  display: none;
}

/**
 * Search input label hackery
 */
.input-wrap--filled-white-search:not(.input-wrap--labelled) label {
  opacity: 1;
}

.input-wrap--filled-white-search.input-wrap--labelled.desktop-search-wrapper input[type='search'] {
  padding: 1.9375rem 1rem 0.4375rem;
}

.input-wrap--filled-white-search.input-wrap--labelled.desktop-search-wrapper input[type='search']:focus ~ label {
  opacity: 1;
}

.input-wrap--filled-white-search.input-wrap--labelled.desktop-search-wrapper label {
  pointer-events: none;
  opacity: 1;
  position: absolute;
  top: 1rem;
  left: calc(1rem + 1px);
  font-size: 0.75rem;
}

@media screen and (min-width: 36rem) {
  .btn--mobile-100 {
    width: auto;
  }
  .btn--icon-only-mobile .btn__label {
    display: inline-block;
    text-indent: initial;
    width: initial;
    height: initial;
    overflow: initial;
  }
  .btn--icon-only-mobile .btn__copy .svg-icon {
    margin-right: 0.5rem;
  }
  .toast-container {
    width: 28.75em;
    right: 2rem;
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media all and (min-width: 48rem) {
  h1.page-headline {
    font-size: 3rem;
    line-height: 1.1667;
    letter-spacing: -0.84px;
  }
  h1 {
    font-size: 2.375rem;
    line-height: 1.2632;
    letter-spacing: -0.67px;
  }
  h2 {
    font-size: 1.875rem;
    line-height: 1.3334;
    letter-spacing: -0.53px;
  }
  h3 {
    font-size: 1.875rem;
    line-height: 1.3334;
    letter-spacing: -0.53px;
  }
  .page-headline {
    font-size: 3rem;
    line-height: 1.1667;
    letter-spacing: -0.84px;
  }
  .h1 {
    font-size: 2.375rem;
    line-height: 1.2632;
    letter-spacing: -0.67px;
  }
  .h2 {
    font-size: 1.875rem;
    line-height: 1.3334;
    letter-spacing: -0.53px;
  }
  .h3 {
    font-size: 1.875rem;
    line-height: 1.3334;
    letter-spacing: -0.53px;
  }
}

@media screen and (min-width: 48em) {
  .btn--region-links,
  .btn--block {
    display: inline-block;
  }
  .radio-button-group legend {
    font-size: 0.875rem;
    line-height: 1.1429;
    font-weight: 400;
    color: #666666;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .form-field .mobile-search-wrap {
    display: none;
  }
  .radio input[type='radio'],
  .radio input[type='radio'] ~ .radio__symbol {
    display: none;
  }
  .radio .radio__label {
    padding: 0;
  }
  .radio .radio__label label {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .radio input[type='radio']:checked ~ .radio__label {
    background-color: #f5f5f5;
  }
  .region-form-wrapper {
    margin-top: 0;
  }
  .popover {
    position: absolute;
    margin-top: 2rem;
  }
  .page-wrapper__main--with-img-bg {
    background-image: url("../img/background/gw201908_tablet_portrait.jpg");
    background-size: cover;
  }
  .page-footer {
    padding: 1.5rem 1.5rem;
  }
  .more-info {
    padding: 2rem 1.5rem;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .more-info__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .more-info__inner:not(:last-child) {
    margin-bottom: 0;
    border-right: 1px solid #cccccc;
  }
  .main-content {
    padding: 4rem 1.5rem;
  }
  .main-content__link-mobile {
    display: none;
  }
  .main-content__link-tablet {
    display: inline-block;
  }
  .main-content__learn-more {
    display: none;
  }
  .main-content__form {
    display: -webkit-box;
    display: -webkit-flex;
    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;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .main-content__form .input-wrap {
    margin-bottom: 0;
  }
  .main-content__link-tablet,
  .main-content__link-desktop,
  .main-content__cta {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .main-content__region,
  .main-content__language {
    position: relative;
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .mobile-dropdown {
    display: none;
    padding: 4rem;
  }
  .main-content .remember-my-choice {
    position: absolute;
    z-index: 9;
  }
  [role='option'] {
    padding: 0;
  }
  [role='option'] {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  [role='option'].focused {
    background-color: #f5f5f5;
  }
}

@media screen and (min-width: 48em) and (-ms-high-contrast: none) {
  .input-wrap--labelled label {
    color: #111111;
    font-size: 0.75rem;
    position: absolute;
    top: 1rem;
    left: calc(1rem + 1px);
  }
}

@media all and (min-width: 62rem) {
  h1.page-headline {
    font-size: 3.75rem;
    line-height: 1.2;
    letter-spacing: -1.1px;
  }
  h1 {
    font-size: 3rem;
    line-height: 1.1667;
    letter-spacing: -0.84px;
  }
  h2 {
    font-size: 2.375rem;
    line-height: 1.2632;
    letter-spacing: -0.67px;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 1.3334;
    letter-spacing: -0.42px;
    margin-bottom: 1.5rem;
  }
  .page-headline {
    font-size: 3.75rem;
    line-height: 1.2;
    letter-spacing: -1.1px;
  }
  .h1 {
    font-size: 3rem;
    line-height: 1.1667;
    letter-spacing: -0.84px;
  }
  .h2 {
    font-size: 2.375rem;
    line-height: 1.2632;
    letter-spacing: -0.67px;
  }
  .h4 {
    font-size: 1.5rem;
    line-height: 1.3334;
    letter-spacing: -0.42px;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 62em) {
  .page-wrapper__main--with-img-bg {
    background-image: url("../img/background/gw201908_desktop.jpg");
    background-size: cover;
  }
  .page-header {
    padding: 1rem;
  }
  .more-info {
    padding: 1.5rem 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .more-info__inner {
    max-width: 26.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1.5rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .more-info__inner:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 1.5rem;
    padding-right: 0;
  }
  .more-info__text {
    display: inline-block;
    margin-right: 1rem;
  }
  .main-content {
    padding: 7rem 2rem 7rem 2rem;
  }
  .main-content__link-desktop {
    width: 100%;
    display: block;
  }
  .main-content__link-tablet {
    display: none;
  }
  .main-content__form {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .main-content__link-tablet,
  .main-content__link-desktop,
  .main-content__cta {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .main-content__region,
  .main-content__language {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .main-content__language {
    max-width: 16rem;
  }
  .main-content__region {
    max-width: 26rem;
  }
}

@media screen and (-ms-high-contrast: none) {
  .page-wrapper {
    display: block;
  }
  .page-wrapper__header,
  .page-wrapper__footer {
    display: block;
  }
  .page-wrapper__main--with-img-bg {
    display: block;
  }
  .main-content h1 span {
    white-space: pre-wrap;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 61.99em) {
  .page-404 .main-content h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 47.99em) {
  .page-404 .main-content {
    padding: 4.375rem 1rem 4.063rem 1rem;
  }
  .page-404 .main-content img {
    height: 13.438rem;
    width: 13.438rem;
  }
  .page-404 .main-content a {
    max-width: 166px;
    margin: auto;
  }
}

/*# sourceMappingURL=main.css.map */
