/**
 * Core
 */
ul,
ol {
  margin: 0;
  padding: 0; }

@media (max-width: 768px) {
  html:before {
    position: absolute;
    display: none;
    content: 'adaptive:narrow'; }
  .not-narrow {
    display: none; } }

@media (min-width: 769px) and (max-width: 1024px) {
  html:before {
    position: absolute;
    display: none;
    content: 'adaptive:regular'; }
  .not-regular {
    display: none; } }

@media (min-width: 1025px) {
  html:before {
    position: absolute;
    display: none;
    content: 'adaptive:wide'; }
  .not-wide {
    display: none; } }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ffff00;
  color: #000000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 {
  margin: 0;
  /* 3 */
  font: inherit;
  /* 2 */
  color: inherit;
  /* 1 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 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'] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 {
  padding: 0;
  border: 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'] {
  -webkit-box-sizing: border-box;
          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-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * 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 {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

/**
 * 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 {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */ }

/**
 * 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-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.ir {
  display: block;
  text-shadow: none;
  font: 0/0 a;
  color: transparent; }

a {
  -webkit-touch-callout: none; }

.heading {
  display: block;
  margin: 0;
  font-family: 'Barlow', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #4c4c4c; }
  .heading--light {
    color: #ffffff; }
  .heading--color {
    color: #e44180; }

.subheading {
  display: block;
  margin: 0;
  font-family: 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #4c4c4c; }
  .subheading--medium {
    color: #a6b0b9; }
  .subheading--light {
    color: #ffffff; }
  .subheading--centered {
    text-align: center; }

.body {
  display: block;
  margin: 0;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #888888; }
  .body .is-semibold {
    font-weight: 600; }

.body-large {
  font-family: 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.2;
  color: #4c4c4c; }
  .body-large--light {
    color: #ffffff; }
  .body-large .is-semibold {
    font-weight: 600; }

@media (min-width: 768px) {
  .heading {
    font-size: 2.3rem; }
  .subheading {
    font-size: 1.45rem;
    line-height: 1.6; }
  .body {
    font-size: 1.4rem; }
  .body-large {
    font-size: 1.45rem; } }

@media (min-width: 1024px) {
  .heading {
    font-size: 2.3rem; }
  .subheading {
    font-size: 1.45rem;
    line-height: 1.6; }
  .body {
    font-size: 1.4rem; }
  .body-large {
    font-size: 1.45rem; } }

html {
  font-weight: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  -apple-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (414 - 320)));
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f5f7fa; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

#__next {
  position: relative;
  width: 100%;
  height: 100%; }

.region {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.overlay {
  outline: 0; }

.scroller {
  position: relative;
  min-height: 100%; }

.region-loader {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.scroll-container {
  position: relative;
  width: 100%; }

html,
body {
  overscroll-behavior-y: contain; }

@media only screen and (min-width: 568px) {
  html {
    font-size: 14px; } }

/**
 * Buttons
 */
.button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .button:hover {
    text-decoration: none; }
  .button:focus {
    outline: none; }

.button-primary {
  position: relative;
  display: block;
  width: 100%;
  height: 4rem;
  overflow: hidden;
  margin-bottom: -1rem;
  padding: 0.8rem 1rem 2rem;
  text-align: center; }
  .button-primary--disabled {
    pointer-events: none; }

.button-primary__background {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  width: 100%;
  height: 3rem;
  border: 0.1rem solid #259bd3;
  border-radius: 1.5rem;
  background-color: #259bd3;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(37, 155, 211, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(37, 155, 211, 0.15);
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .button-primary--light .button-primary__background {
    border-color: #dee3e7;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button-primary--disabled .button-primary__background {
    border-color: #dee3e7;
    background-color: #dee3e7;
    -webkit-box-shadow: none;
            box-shadow: none; }

.button-primary__label {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: 'Barlow', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff; }
  .button-primary--light .button-primary__label {
    color: #4c4c4c; }

@media (min-width: 768px) {
  .button-primary {
    width: 20rem;
    left: 0;
    margin: 0  auto; }
  .button-primary__label {
    font-size: 1.2rem; } }

@media (min-width: 1024px) {
  .button-primary {
    width: 20rem;
    left: 0;
    margin: 0  auto; }
  .button-primary__label {
    font-size: 1.2rem; } }

.button-outline {
  position: relative;
  display: inline-block;
  padding: 0.85rem 1.4rem; }

.button-outline__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #ffffff;
  border-radius: 1.65rem;
  background-color: transparent; }

.button-outline__label {
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff; }

.button-close {
  position: absolute;
  top: 1.4rem;
  z-index: 1;
  width: 1.45rem;
  height: 2rem;
  font-size: 0;
  line-height: 0;
  color: transparent; }
  .button-close__link svg {
    fill: #fff; }
  .button-close__button:before, .button-close__button:after {
    content: '';
    position: absolute;
    left: 0.3rem;
    top: 0.95rem;
    display: block;
    width: 1.4rem;
    height: 0.15rem;
    border-radius: 0.1rem;
    background-color: #a6b0b9; }
  .button-close__button:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .button-close__button:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .button-close__button--light:before, .button-close__button--light:after {
    background-color: #ffffff; }

@media (min-width: 768px) {
  .button-close__button:before, .button-close__button:after {
    width: 1.8rem; } }

.button-back {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  font-family: 'Barlow', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #259bd3; }
  .button-back--light {
    color: #ffffff; }

.button-back__arrow {
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.45rem;
  height: 0.7rem;
  vertical-align: bottom; }

.button-back__arrow-path {
  stroke: currentColor; }

.button-text {
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #259bd3; }
  .button-text--light {
    color: #ffffff; }

.button-delete {
  font-size: 0;
  line-height: 0;
  color: transparent; }

.button-delete__icon {
  display: block;
  width: 1.35rem; }

@media (min-width: 768px) {
  .button-delete__icon {
    width: 1.75rem; } }

.button-camera-counter {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  border-radius: 0.65rem;
  font-family: 'Barlow', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #ffffff; }
  .button-camera-counter:after {
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
    border-radius: 0.85rem;
    content: '';
    -webkit-clip-path: polygon(93% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 93%, 88% 88%);
            clip-path: polygon(93% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 93%, 88% 88%); }
  .button-camera-counter--single:after {
    top: 0rem;
    left: 0rem;
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 100% 100%); }

@media (min-width: 768px) {
  .button-camera-counter:after {
    width: 3.35rem;
    height: 3.35rem; } }

.button-camera-capture {
  position: relative;
  display: inline-block;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 0;
  line-height: 0;
  color: transparent; }
  .button-camera-capture:after {
    position: absolute;
    top: -0.45rem;
    left: -0.45rem;
    display: block;
    width: 4rem;
    height: 4rem;
    border: 0.25rem solid #ffffff;
    border-radius: 50%;
    content: ''; }

.button-camera-capture__tooltip {
  position: absolute;
  top: -2.4rem;
  left: 50%;
  z-index: 1;
  display: block;
  padding: 0 0.75rem 0.2rem;
  border-radius: 0.7rem;
  background-color: #e44180;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'Barlow', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  color: #ffffff; }
  .button-camera-capture__tooltip:after {
    position: absolute;
    top: 100%;
    left: calc(50% - 0.25rem);
    display: block;
    border-top: 0.25rem solid #e44180;
    border-right: 0.25rem solid transparent;
    border-bottom: 0.25rem solid transparent;
    border-left: 0.25rem solid transparent;
    content: ''; }

@media (min-width: 768px) {
  .button-camera-capture {
    width: 3.5rem;
    height: 3.5rem; }
    .button-camera-capture:after {
      width: 4.4rem;
      height: 4.4rem; }
  .button-camera-capture__tooltip {
    font-size: 1.2rem;
    top: -3.2rem; }
    .button-camera-capture__tooltip:after {
      border-width: 0.65rem;
      left: calc(46% - 0.25rem); } }

.button-camera-next {
  padding: 0.8rem;
  border-radius: 1.2rem;
  background-color: #ffffff;
  font-family: 'Barlow', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #4c4c4c; }
  .button-camera-next__ID {
    font-size: 0.5rem; }

.button-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.6rem;
  border: 0.1rem solid #ffffff;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03);
  color: #4c4c4c; }
  .button-icon:before {
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
    content: ''; }
  .button-icon--disabled {
    border-color: #dee3e7;
    background-color: transparent;
    opacity: 0.5;
    -webkit-box-shadow: none;
            box-shadow: none;
    pointer-events: none; }
    .button-icon--disabled:before {
      display: none; }

.button-icon__icon {
  width: 3.3rem;
  height: 3.3rem; }
  .button-icon__icon .cls-1 {
    fill: #d6edf8; }
  .button-icon__icon .cls-2 {
    fill: #259bd3; }

.button-icon__copy {
  margin-bottom: 0.1rem;
  margin-left: 1rem;
  font-family: 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.button-icon__additional-info {
  display: block;
  color: #a6b0b9; }

@media (min-width: 768px) {
  .button-icon {
    width: 20rem;
    left: 0;
    margin: 0 auto; }
  .button-icon__copy {
    font-size: 1.45rem; } }

.button-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  font-family: 'Barlow', sans-serif;
  color: #fff; }

.button-filter__icon {
  display: block;
  margin-right: 0.45rem;
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: #259bd3;
  stroke-linejoin: round;
  stroke-width: 0.4rem; }
  .button-filter__icon.is-active {
    fill: #259bd3; }
  .button-filter--light .button-filter__icon {
    fill: #ffffff;
    stroke: none; }

.button-filter__label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px; }

.button-filter__counter {
  position: absolute;
  top: 0.7rem;
  left: 0.15rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #e44180;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(228, 65, 128, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(228, 65, 128, 0.15);
  font-family: 'Barlow', sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  line-height: 0.95rem;
  text-align: center;
  color: #ffffff; }

@media (min-width: 768px) {
  .button-filter__icon {
    width: 1.6rem;
    height: 1.6rem; }
  .button-filter__counter {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.25rem;
    font-size: 1rem; }
  .button-filter__label {
    font-size: 1.2rem; } }

.button-home {
  position: relative;
  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;
  width: 100%;
  height: 5.15rem;
  overflow: hidden;
  padding: 1rem 1.25rem 2rem;
  border-radius: 1rem; }
  .button-home:last-of-type {
    bottom: 0.2rem; }

.button-home__background {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 4.15rem;
  border-radius: 1rem;
  background-color: #259bd3;
  -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(37, 155, 211, 0.15);
          box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(37, 155, 211, 0.15);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .button-home--light .button-home__background {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03);
            box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03); }
  .button-home__background:before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
    content: ''; }

.button-home__icon {
  position: absolute;
  top: 0;
  bottom: 1rem;
  left: 1.25rem;
  width: 2.15rem;
  height: 2.15rem;
  margin: auto 0; }
  .button-home__icon .cls-1 {
    fill: #c4d9e7; }
  .button-home__icon .cls-2 {
    fill: #e44180; }

.button-home__label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 3.4rem;
  font-family: 'Barlow', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  color: #ffffff; }
  .button-home--light .button-home__label {
    color: #4c4c4c; }

.button-home__additional-info {
  display: block;
  width: calc(100% - 1rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #a9d9f0; }
  .button-home--light .button-home__additional-info {
    color: #a6b0b9; }

.button-home__arrow {
  position: absolute;
  top: 0;
  right: 1.25rem;
  bottom: 1rem;
  width: 0.35rem;
  margin: auto 0;
  fill: #a9d9f0; }
  .button-home--light .button-home__arrow {
    fill: #a6b0b9; }

@media (min-width: 768px) {
  .button-home {
    width: 20rem;
    left: 0; }
  .button-home__label {
    font-size: 1.2rem; }
  .button-home__arrow {
    width: 0.55rem;
    right: 1.45rem; } }

.button-cause-category {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.9rem 3.5rem 0.9rem 0.9rem;
  border: 0.1rem solid transparent;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.05), 0 20px 47.5px 2.5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.05), 0 20px 47.5px 2.5px rgba(0, 0, 0, 0.03);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .button-cause-category.is-link {
    border-color: #dee3e7;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0.1rem 3.5rem 0.1rem 1.1rem; }

.button-cause-category__icon {
  width: 3.3rem;
  height: 3.3rem;
  min-width: 3.3rem;
  margin-right: 0.9rem; }
  .button-cause-category__icon .cls-1 {
    fill: #d6edf8; }
  .button-cause-category__icon .cls-2 {
    fill: #259bd3; }
  .button-cause-category.is-link .button-cause-category__icon {
    width: 5rem;
    height: 5rem; }

.button-cause-category__copy {
  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; }

.button-cause-category__index {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #a6b0b9; }

.button-cause-category__title {
  display: block;
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
  color: #4c4c4c; }
  .button-cause-category.is-link .button-cause-category__title {
    margin-left: 0.5rem; }

.button-cause-category__counter {
  position: absolute;
  top: 50%;
  right: 2.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
  color: #a6b0b9; }

.button-cause-category__arrow {
  position: absolute;
  top: 0;
  right: 0.9rem;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #a6b0b9; }
  .button-cause-category.is-link .button-cause-category__arrow {
    right: 1.2rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    fill: #e44180; }

@media (min-width: 768px) {
  .button-cause-category__title {
    font-size: 1.45rem; }
  .button-cause-category__counter {
    font-size: 1.45rem;
    right: 3.5rem; }
  .button-cause-category__arrow {
    width: 0.9rem;
    height: 0.9rem; } }

@media (min-width: 1024px) {
  .button-cause-category__title {
    font-size: 1.45rem; }
  .button-cause-category__counter {
    font-size: 1.45rem;
    right: 3.5rem; }
  .button-cause-category__arrow {
    width: 0.9rem;
    height: 0.9rem; } }

.button-defect {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 45.80153%;
  border-radius: 0.65rem;
  background-color: #4c6980;
  background-position: center;
  background-size: 100% auto; }
  .button-defect:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/static/img/shadow.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
    content: '';
    pointer-events: none; }

.button-defect__inner {
  position: absolute;
  bottom: 1.3rem;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 1.3rem;
  color: #ffffff;
  gap: 0.6rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.button-defect__label {
  display: block; }

.button-defect__label-translation {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem; }

.button-defect__label,
.button-defect__number {
  z-index: 1;
  margin: 0;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #ffffff; }

.button-defect__number {
  font-size: 1.5rem; }

@media (min-width: 768px) {
  .button-defect__label,
  .button-defect__number {
    font-size: 1.4rem; }
  .button-defect__number {
    font-size: 1.9rem;
    line-height: 0.9; } }

.button-landscape {
  position: absolute;
  right: 8%;
  bottom: 1.4rem;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem; }

.button-landscape__svg {
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
  fill: #ffffff; }

@media (min-width: 768px) {
  .button-landscape__svg {
    width: 2.5rem;
    height: 2.5rem; } }

@media (min-width: 1024px) {
  .button-landscape__svg {
    width: 2.5rem;
    height: 2.5rem; } }

.button-ml {
  padding: 0.5rem;
  font-size: 0;
  line-height: 0;
  color: transparent; }

.button-ml__icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: #ffffff; }

.button-ml__tooltip {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  display: block;
  width: 15rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #e44180;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-family: 'Barlow', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #ffffff; }
  .button-ml__tooltip:after {
    position: absolute;
    top: -0.45rem;
    left: 0.35rem;
    display: block;
    border-top: 0.25rem solid transparent;
    border-right: 0.25rem solid transparent;
    border-bottom: 0.25rem solid #e44180;
    border-left: 0.25rem solid transparent;
    content: ''; }

.button-back__icon img {
  height: 2rem; }

.button-back__icon .button-back__icon-camera {
  width: 1.3rem;
  margin-left: 0.2rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px); }

.button-back__icon .button-back__icon-arrow {
  width: 0.3rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px); }

@media (min-width: 768px) {
  .button-back__icon .button-back__icon-arrow {
    width: 0.7rem; }
  .button-back__icon .button-back__icon-camera {
    width: 1.7rem; } }

/**
 * Lists
 */
.list,
.list--horizontal {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list--horizontal .list__item {
  display: inline-block;
  vertical-align: top; }

.list-cause__item {
  position: relative;
  margin-bottom: 0.35rem;
  padding: 1.35rem 10%;
  border-radius: 1rem;
  background-color: #ebeff2; }
  .list-cause__item:last-of-type {
    margin-bottom: 0; }

.list-cause__item-index {
  position: absolute;
  top: 1.35rem;
  right: 1rem;
  font-family: 'Barlow', sans-serif;
  font-size: 13rem;
  font-weight: 200;
  line-height: 8rem;
  color: #f5f7fa; }

.list-cause__item-heading {
  position: relative;
  margin-bottom: 1em; }

.list-cause__item-body {
  position: relative;
  margin-bottom: 1.5em; }
  .list-cause__item-body:last-of-type {
    margin: 0; }

.list-cause__item-cta {
  position: relative;
  margin-top: 1.35rem; }

.list-defect-overview {
  width: 100%;
  margin-bottom: 1.6rem; }
  .list-defect-overview:last-child {
    margin-bottom: 0; }

.list-defect-overview__item {
  width: 100%;
  margin-bottom: 0.7rem; }

@media (min-width: 768px) {
  .list-defect-overview {
    display: grid;
    grid-template-columns: auto auto;
    justify-items: center; }
  .list-defect-overview__item {
    width: 90%; } }

@media (min-width: 1024px) {
  .list-defect-overview {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-items: center; }
  .list-defect-overview__item {
    width: 90%; } }

/**
 * Partials
 */
.icon {
  display: block;
  margin: 0 auto;
  fill: #259bd3; }
  .icon--share {
    width: 1.35rem;
    height: auto; }
  .icon--pdf {
    width: 2rem;
    height: auto; }

.thumbnail-list {
  margin: 0;
  padding: 0; }

.thumbnail-list__item {
  display: inline-block;
  width: calc(20% - 0.15rem);
  overflow: hidden;
  margin-right: 0.15rem;
  vertical-align: bottom; }
  .thumbnail-list__item:last-child {
    margin-right: 0; }

.thumbnail-list__button {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 0.5rem;
  background-position: center;
  background-size: cover;
  opacity: 0.5; }
  .thumbnail-list__button.is-active {
    opacity: 1; }
    .thumbnail-list__button.is-active:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      border: 0.1rem solid #ffffff;
      border-radius: 0.5rem;
      content: ''; }

.carousel {
  position: relative;
  width: 100%; }
  .carousel:before, .carousel:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-image: url("/static/img/shadow.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
    content: '';
    pointer-events: none; }
  .carousel:before {
    z-index: 1;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }
  .carousel:after {
    top: auto;
    bottom: 0; }
  .carousel--pictures, .carousel--defect, .carousel--result {
    height: 50%; }
  .carousel--defect .carousel-header,
  .carousel--defect .subheading {
    text-align: left; }
  .carousel--defect-detail {
    height: 100%; }
  .carousel--landscape {
    height: 100%; }
    .carousel--landscape:before, .carousel--landscape:after {
      content: none; }

.carousel__controls {
  position: absolute;
  bottom: 1.75rem;
  left: 8%;
  z-index: 1;
  width: 84%;
  text-align: center; }
  .carousel--landscape .carousel__controls {
    top: 0;
    right: 1.75rem;
    bottom: 0;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0.8rem;
    height: 15rem;
    margin: auto 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.carousel__button-outline {
  margin-top: 0.8rem; }

@media (orientation: landscape) {
  .carousel--landscape .carousel__controls {
    top: auto;
    right: 0;
    bottom: 1.75rem;
    left: 0;
    display: inline-block;
    width: 84%;
    height: auto;
    margin: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset; } }

@media (min-width: 768px) {
  .carousel:before, .carousel:after {
    background-image: none; }
  .carousel__controls {
    bottom: 2.5rem; } }

@media (min-width: 1024px) {
  .carousel:before, .carousel:after {
    background-image: none; }
  .carousel__controls {
    bottom: 2.5rem; } }

.carousel-indicators__item {
  position: relative;
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.2rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  vertical-align: middle; }
  .carousel-indicators__item:before {
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 0.5rem;
    height: 0.5rem;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    content: '';
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: scale(0);
            transform: scale(0); }
  .carousel-indicators__item.is-active {
    margin: 0 0.2rem;
    background-color: #ffffff; }
    .carousel-indicators__item.is-active:before {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .carousel-indicators__item.is-small {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.2rem; }
    .carousel-indicators__item.is-small:nth-child(1) {
      margin-left: 0.4rem; }

@media (min-width: 768px) {
  .carousel-indicators__item {
    width: 0.65rem;
    height: 0.65rem; }
    .carousel-indicators__item.is-small {
      width: 0.6rem;
      height: 0.6rem; } }

@media (min-width: 1024px) {
  .carousel-indicators__item {
    width: 0.65rem;
    height: 0.65rem; }
    .carousel-indicators__item.is-small {
      width: 0.6rem;
      height: 0.6rem; } }

.carousel-header {
  position: absolute;
  top: 1.35rem;
  left: calc(8% - 0.35rem);
  z-index: 1;
  text-align: center; }

@media (min-width: 768px) {
  .carousel-header {
    left: calc(4% - 0.35rem); } }

.carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.carousel-slides__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.carousel-slides__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.arrow {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 46%;
  width: 1.8rem;
  height: 1.8rem;
  border-style: none;
  z-index: 1;
  font-size: 1.8rem;
  color: white; }

.arrow.arrow-left {
  left: calc(3% - 0.15rem); }

.arrow.arrow-right {
  right: calc(3% - 0.15rem); }

@media (orientation: landscape) {
  .carousel-slides[type='landscape'] {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: unset;
            transform-origin: unset; } }

@media (orientation: portrait) {
  .carousel-slides[type='landscape'] {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

@media (min-width: 1024px) {
  .arrow {
    display: block;
    width: 2.5rem;
    height: 2.5rem; } }

.carousel-counter {
  position: absolute;
  top: 1.65rem;
  left: 8%;
  color: #a6b0b9; }

.filter-defects {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 55%;
  overflow: hidden;
  margin-top: 1px;
  border-radius: 0.65rem 0.65rem 0 0;
  background-color: #f5f7fa; }

.filter-defects__content {
  height: calc(100% - 4.05rem);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 8% 1.4rem; }

.filter-defects__list {
  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; }

.filter-defects__list-item {
  width: calc(50% - 0.35rem);
  margin-bottom: 0.7rem; }

@media (min-width: 768px) {
  .filter-defects__content {
    max-width: 120rem;
    margin: 0 auto; }
  .filter-defects__list {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal; }
  .filter-defects__list-item {
    width: 9rem;
    margin-bottom: 3%;
    margin-right: 2.5%;
    margin-left: 2.5%; } }

@media (min-width: 1024px) {
  .filter-defects__content {
    max-width: 120rem;
    margin: 0 auto; }
  .filter-defects__list {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal; }
  .filter-defects__list-item {
    width: 9rem;
    margin-bottom: 3%;
    margin-right: 2.5%;
    margin-left: 2.5%; } }

.filter-defects-item {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 97%;
  border-radius: 0.65rem;
  background-position: center;
  background-size: cover; }
  .filter-defects-item__selected {
    -webkit-box-shadow: inset 0 0 0 5px #e44180;
            box-shadow: inset 0 0 0 5px #e44180; }

.filter-defects-item__checkbox-wrapper {
  position: absolute;
  bottom: 0.55rem;
  right: 0.55rem; }

.filter-defects-item__checkbox {
  width: 1.85rem;
  height: 1.85rem;
  border: 0.15rem solid #ffffff;
  border-radius: 50%;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .filter-defects-item__checkbox:checked {
    background-color: #e44180; }

.filter-defects-item__icon-check {
  position: absolute;
  top: 0.55rem;
  left: 0.4rem;
  display: block;
  width: 1.1rem;
  opacity: 0;
  fill: #ffffff; }
  .filter-defects-item__checkbox:checked + .filter-defects-item__icon-check {
    opacity: 1; }

.filter-defects-item__label {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: -webkit-box;
  width: calc(100% - 1.6rem);
  overflow: hidden;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

@media (min-width: 768px) {
  .filter-defects-item__checkbox {
    width: 2.25rem;
    height: 2.25rem; }
  .filter-defects-item__icon-check {
    top: 0.6rem;
    left: 0.55rem; }
  .filter-defects-item__label {
    line-height: 1; } }

.filter-defects-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.4rem 8%;
  background-color: #f5f7fa; }
  .filter-defects-header--full {
    -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; }
  .filter-defects-header__empty {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .filter-defects-header h1 {
    -webkit-transform: translateX(0.7rem);
            transform: translateX(0.7rem); }
  .filter-defects-header .button-close {
    position: absolute;
    top: 2rem;
    right: 8%; }
    .filter-defects-header .button-close:before, .filter-defects-header .button-close:after {
      top: 0; }
  .filter-defects-header .button-text {
    position: absolute; }
    .filter-defects-header .button-text__clear {
      left: 8%; }
    .filter-defects-header .button-text__apply {
      right: 8%;
      padding: 0.5rem;
      background-color: #259bd3;
      color: #ffffff;
      border-radius: 25px; }

.filter-defects-header__counter {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1.35rem;
  border-radius: 50%;
  background-color: #e44180;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(228, 65, 128, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(228, 65, 128, 0.15);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.1rem;
  text-align: center;
  vertical-align: bottom;
  color: #ffffff; }

@media (min-width: 768px) {
  .filter-defects-header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .filter-defects-header .button-close {
      right: 4%; }
    .filter-defects-header .button-text__clear {
      font-size: 1.2rem;
      left: 4.5%; }
    .filter-defects-header .button-text__apply {
      font-size: 1.2rem;
      right: 4.5%; }
  .filter-defects-header__counter {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.5rem;
    font-size: 1.2rem; } }

.filter-causes {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  padding: 0 8%; }

.filter-causes__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0 5rem;
  -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; }

.filter-causes__list-item {
  width: calc(50% - 0.4rem);
  margin-bottom: 0.7rem; }

@media (min-width: 768px) {
  .filter-causes {
    max-width: 120rem;
    margin: 0 auto 0; }
  .filter-causes__list {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal; }
  .filter-causes__list-item {
    width: 12rem;
    margin-bottom: 3%;
    margin-right: 2.5%;
    margin-left: 2.5%; } }

@media (min-width: 1024px) {
  .filter-causes {
    max-width: 120rem;
    margin: 0 auto; }
  .filter-causes__list {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal; }
  .filter-causes__list-item {
    width: 12rem;
    margin-bottom: 3%;
    margin-right: 2.5%;
    margin-left: 2.5%; } }

.filter-causes-item {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 112%;
  border-radius: 0.95rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03); }
  .filter-causes-item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.65rem;
    content: ''; }
  .filter-causes-item__checked {
    -webkit-box-shadow: inset 0 0 0 5px #e44180, 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 0 0 5px #e44180, 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03); }

.filter-causes-item__checkbox-wrapper {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem; }

.filter-causes-item__checkbox {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: solid 2px #dee3e7; }
  .filter-causes-item__checkbox:checked {
    border-color: #e44180;
    background-color: #e44180;
    -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(228, 65, 128, 0.15);
            box-shadow: 0 0.4rem 0.5rem 0 rgba(228, 65, 128, 0.15); }

.filter-causes-item__icon-check {
  position: absolute;
  top: 0.45rem;
  left: 0.3rem;
  display: block;
  width: 1.1rem;
  opacity: 0;
  fill: #ffffff; }
  .filter-causes-item__checkbox:checked + .filter-causes-item__icon-check {
    opacity: 1; }

.filter-causes-item__label {
  position: absolute;
  bottom: 1rem;
  left: 0.8rem;
  width: calc(100% - 2.6rem);
  line-height: 1rem; }

.filter-causes-item__icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  width: 3.3rem;
  height: 3.3rem; }
  .filter-causes-item__icon .cls-1 {
    fill: #d6edf8; }
  .filter-causes-item__icon .cls-2 {
    fill: #259bd3; }

@media (min-width: 768px) {
  .filter-causes-item__icon {
    width: 45%;
    height: 45%; }
  .filter-causes-item__checkbox {
    width: 2.1rem;
    height: 2.1rem; }
  .filter-causes-item__icon-check {
    top: 0.55rem;
    left: 0.5rem; }
  .filter-causes-item__label {
    line-height: 1; } }

@media (min-width: 1024px) {
  .filter-causes-item__icon {
    width: 35%;
    height: 35%; }
  .filter-causes-item__checkbox {
    width: 2.1rem;
    height: 2.1rem; }
  .filter-causes-item__icon-check {
    top: 0.55rem;
    left: 0.5rem; }
  .filter-causes-item__label {
    line-height: 1; } }

.orientation-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 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;
  width: 100%;
  height: 100%;
  background-color: #f5f7fa;
  -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; }

.orientation-warning__body {
  color: #4c4c4c; }

.orientation-warning__icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 2.5rem;
  fill: #4c4c4c; }

.language-selector {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  border-radius: 0.85rem;
  background-color: #ffffff;
  background-image: url("/static/img/icons/icon-globe.svg");
  background-repeat: no-repeat;
  background-position-x: 0.4rem;
  background-position-y: center;
  background-size: 1rem 1rem;
  -webkit-box-shadow: 0 0.35rem 0.6rem 0.3rem rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.35rem 0.6rem 0.3rem rgba(0, 0, 0, 0.03); }
  .language-selector:after {
    position: absolute;
    top: 0.8rem;
    right: 0.5rem;
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    border: 0.25rem solid transparent;
    border-top-color: #117fc1;
    content: ''; }

.language-selector__select {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  min-width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  color: transparent;
  -webkit-appearance: none; }
  .language-selector__select:focus {
    outline: none; }

.language-selector__select-overlay {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 1.7rem;
  padding: 0.5rem 1.5rem 0.5rem 1.75rem;
  font-family: 'Barlow', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
  color: #4c4c4c; }

@media (min-width: 768px) {
  .language-selector {
    width: 20%;
    border-radius: 2rem;
    max-width: 120px;
    height: 35px;
    background-size: 1.5rem; }
    .language-selector:after {
      top: 0.9rem;
      height: 0.55rem;
      width: 0.55rem;
      border-width: 0.55rem; }
  .language-selector__select {
    font-size: 14px;
    color: black;
    opacity: 0; }
  .language-selector__select-overlay {
    font-size: 1.2rem;
    padding-left: 2.2rem; } }

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4.25rem;
  padding: 1rem 8%;
  background-color: #259bd3;
  -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; }
  .sticky-header .subheading {
    color: #ffffff; }
  .sticky-header .button-filter__icon {
    stroke: #ffffff; }
  .sticky-header .button-back {
    position: absolute;
    top: 1.3rem;
    left: calc(8% - 0.15rem);
    width: 1rem;
    height: 2rem;
    padding: 0;
    color: #ffffff; }
    .sticky-header .button-back .button-back__arrow {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 1.1rem;
      height: 1.1rem;
      margin: auto; }
  .sticky-header .button-filter {
    position: absolute;
    top: 1.1rem;
    right: calc(8% - 0.5rem); }

@media (min-width: 768px) {
  .sticky-header .button-back {
    left: calc(4% - 0.15rem);
    width: 1.4rem;
    height: 2.4rem; }
  .sticky-header .button-filter {
    right: calc(4% - 0.5rem); }
  .sticky-header .button-filter__icon {
    width: 1.6rem;
    height: 1.6rem; }
  .sticky-header .button-filter__counter {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.25rem;
    font-size: 1rem; } }

/**
 * Overlays
 */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); }

.overlay-tooltip {
  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;
  padding: 1.65rem 6.5%;
  background-color: transparent;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.overlay-tooltip__inner {
  position: relative;
  padding: 2.65rem 7% 2.5rem;
  border-radius: 0.65rem;
  background-color: #f5f7fa;
  background-image: url("/static/img/backgrounds/overlay-tooltip.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% auto;
  text-align: center; }
  .overlay-tooltip__inner:after {
    position: absolute;
    bottom: -0.4rem;
    left: calc(50% - 0.4rem);
    display: block;
    width: 0.85rem;
    height: 0.85rem;
    background-color: #f5f7fa;
    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.overlay-tooltip__icon {
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 1.25rem; }

.overlay-tooltip__heading {
  margin-bottom: 1rem; }

.overlay-tooltip__body {
  max-width: 14.5rem;
  margin: 0 auto;
  line-height: 1.3333;
  text-align: center;
  color: #666666; }

.overlay-tooltip__inline-icon {
  display: inline-block;
  width: 1.35rem;
  margin: -0.3rem 0 -0.2rem;
  vertical-align: middle; }

@media (min-width: 768px) {
  .overlay-tooltip__inner {
    position: fixed;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 45vw;
    top: 1rem; }
    .overlay-tooltip__inner:after {
      bottom: 0px;
      top: -0.4rem; } }

.overlay-camera-ios {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent; }

.overlay-camera-ios__inner {
  position: relative;
  height: 100%;
  padding: 1.75rem 8% 0;
  border-radius: 0.65rem 0.65rem 0 0;
  background-color: #f5f7fa;
  background-image: url("/static/img/backgrounds/overlay-ios.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% auto; }

.overlay-camera-ios__heading {
  width: 11rem;
  margin: 0 auto 0.75rem; }

.overlay-camera-ios__subheading {
  padding-bottom: 1.5rem; }

.overlay-camera-ios__list {
  margin-bottom: 2rem;
  list-style-position: inside; }

.overlay-camera-ios__list-item {
  margin-bottom: 0.9rem; }

.overlay-camera-ios__footer {
  position: absolute;
  bottom: 1.65rem;
  width: 84%; }

.overlay-camera-ios__image {
  display: block;
  width: 11.5rem;
  margin: 0 auto; }

.overlay-camera-ios__button {
  z-index: 1;
  margin-top: -1.75rem; }

@media (min-height: 668px) {
  .overlay-camera-ios__image {
    width: 14rem; } }

.overlay-camera-android {
  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;
  padding: 0 6.5%;
  background-color: transparent;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.overlay-camera-android__inner {
  position: relative;
  padding: 2.85rem 7% 1.65rem;
  border-radius: 0.65rem;
  background-color: #f5f7fa;
  background-image: url("/static/img/backgrounds/overlay-android.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% auto; }

.overlay-camera-android__heading {
  width: 11rem;
  margin: 0 auto 1rem; }

.overlay-camera-android__subheading {
  margin-bottom: 2.25rem;
  padding: 0 1.35rem;
  line-height: 1.5rem; }
  .overlay-camera-android__subheading span {
    display: block; }

.overlay-cause-filter {
  overflow: hidden;
  background-color: transparent; }
  .overlay-cause-filter .filter-causes__content {
    -webkit-overflow-scrolling: touch; }

.overlay-cause-filter__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.65rem 0.65rem 0 0;
  background-color: #f5f7fa;
  background-image: url("/static/img/backgrounds/overlay-cause-filter.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% auto; }
  .overlay-cause-filter__inner:after {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 247, 250, 0)), color-stop(75%, #f5f7fa));
    background-image: -webkit-linear-gradient(rgba(245, 247, 250, 0), #f5f7fa 75%);
    background-image: linear-gradient(rgba(245, 247, 250, 0), #f5f7fa 75%);
    content: '';
    -webkit-overflow-scrolling: inherit; }

.overlay-cause-filter__header {
  position: relative;
  padding: 1.4rem 8% 1.3rem;
  text-align: center; }
  .overlay-cause-filter__header .button-close {
    top: 1.1rem;
    right: 8.7%; }

.overlay-cause-filter__button-clear {
  position: absolute;
  top: 1.8rem;
  left: 8%; }

.overlay-cause-filter__button-apply {
  position: absolute;
  top: 1.3rem;
  right: 8%;
  padding: 0.5rem;
  border-radius: 1.25rem;
  color: #ffffff;
  background-color: #259bd3; }

.overlay-cause-filter__heading {
  width: 10rem;
  height: 1.35rem;
  margin: 0 auto 0.45rem;
  text-align: center; }
  .overlay-cause-filter__heading .overlay-cause-filter__counter {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.2rem;
    border-radius: 50%;
    background-color: #e44180;
    -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(228, 65, 128, 0.15);
            box-shadow: 0 0.4rem 0.5rem 0 rgba(228, 65, 128, 0.15);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.2rem;
    text-align: center;
    vertical-align: bottom;
    color: #ffffff; }

@media (min-width: 768px) {
  .overlay-cause-filter__header .button-close {
    right: 4.5%; }
  .overlay-cause-filter__heading .overlay-cause-filter__counter {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.5rem;
    font-size: 1.2rem; }
  .overlay-cause-filter__button-clear {
    font-size: 1.2rem;
    left: 4.5%; }
  .overlay-cause-filter__button-apply {
    font-size: 1.2rem;
    right: 4.5%; } }

@media (min-width: 1024px) {
  .overlay-cause-filter__header .button-close {
    right: 4.5%; }
  .overlay-cause-filter__heading .overlay-cause-filter__counter {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.5rem;
    font-size: 1.2rem; }
  .overlay-cause-filter__button-clear {
    font-size: 1.2rem;
    left: 4.5%; }
  .overlay-cause-filter__button-apply {
    font-size: 1.2rem;
    right: 4.5%; } }

.overlay-landscape {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden; }
  .overlay-landscape .button-close {
    position: absolute;
    right: auto;
    left: 1.15rem; }
    .overlay-landscape .button-close:before, .overlay-landscape .button-close:after {
      background-color: #ffffff; }

.overlay-landscape__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000; }

@media (orientation: landscape) {
  .overlay-landscape .button-close {
    right: 1rem;
    left: auto; } }

@media (min-width: 768px) {
  .overlay-landscape .button-close {
    right: 2rem;
    left: auto; } }

@media (min-width: 1024px) {
  .overlay-landscape .button-close {
    right: 4rem;
    left: auto; } }

/**
 * Preloader
 */
.preloader {
  position: absolute;
  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;
  width: 100%;
  height: 100%;
  padding: 0 8%;
  background-color: #f5f7fa;
  background-image: url("/static/img/backgrounds/page-home.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.preloader__logo {
  position: absolute;
  top: 2.1rem;
  right: 0;
  left: 0;
  width: 4.95rem;
  margin: 0 auto; }

.preloader__heading {
  margin-bottom: 1em;
  opacity: 0;
  text-align: center; }

.preloader__progress {
  position: relative;
  display: block;
  width: 100%;
  height: 4rem;
  overflow: hidden;
  margin: 0 auto;
  background-color: transparent;
  opacity: 0; }

.preloader__progress-border {
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 100%;
  height: 0.6rem;
  border: 2px solid #dee3e7;
  border-radius: 0.3rem; }

.preloader__progress-indicator {
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: calc(100% + 0.2rem);
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #259bd3;
  -webkit-box-shadow: 0 2px 2.4px 0.3px rgba(0, 0, 0, 0.1), 0 8px 10px 0 rgba(37, 155, 211, 0.3);
          box-shadow: 0 2px 2.4px 0.3px rgba(0, 0, 0, 0.1), 0 8px 10px 0 rgba(37, 155, 211, 0.3);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left center;
          transform-origin: left center; }

.spinner {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f5f7fa;
  background-image: url("/static/img/backgrounds/page-home.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.spinner__circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3.75rem;
  height: 3.75rem;
  margin: auto;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #259bd3), to(#a6b0b9));
  background: -webkit-linear-gradient(left, #259bd3 50%, #a6b0b9 100%);
  background: linear-gradient(90deg, #259bd3 50%, #a6b0b9 100%); }
  .spinner__circle:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    margin: auto;
    border-radius: 50%;
    background-color: #f5f7fa;
    content: ''; }

/**
 * Pages
 */
.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 1.75rem 8%;
  text-align: center; }
  .page__header--light {
    color: #ffffff; }
  .page__header--gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent); }

.page__button-back {
  position: absolute;
  top: 2.1rem;
  left: 8%; }

.page__content {
  padding: 0 8% 1.75rem;
  max-width: 120rem;
  margin: 0 auto 0; }
  .sticky-header + .page__content {
    padding-top: 6rem; }

.page__content-subheading {
  margin-bottom: 1em; }

.page__content-body {
  margin-bottom: 1.5em; }
  .page__content-body:last-child {
    margin-bottom: 0; }

.page-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa; }

.page-home__content {
  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;
  width: 100%;
  padding-top: 1.65rem;
  padding-bottom: 0.5rem;
  background-image: url("/static/img/backgrounds/page-home.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-home__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/static/img/backgrounds/page-home-gradient.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100% auto; }

.page-home__header {
  position: relative;
  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;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-home__logo-container {
  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;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.page-home__logo {
  display: block;
  width: 11.3rem;
  margin: 10vh auto 5vh; }

.page-home__heading {
  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;
  line-height: 1.95rem;
  margin: 0 auto 7vh auto; }
  .page-home__heading :nth-child(1) {
    font-size: 1rem;
    color: #888888; }

.page-home__illustration {
  position: relative;
  width: 100%;
  margin-top: -2.5rem;
  padding-top: 70%; }

.page-home__illustration-canvas,
.page-home__illustration-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .page-home__logo {
    margin: 0px auto 7vh; }
  .page-home__heading {
    line-height: 3rem; }
    .page-home__heading :nth-child(1) {
      font-size: 2rem; }
  .page-home__content {
    margin-bottom: 15%; }
  .page-home__ctas {
    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-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10rem; } }

@media (min-width: 1024px) {
  .page-home__logo {
    margin: 0px auto 7vh; }
  .page-home__heading {
    line-height: 4rem; }
    .page-home__heading :nth-child(1) {
      font-size: 3rem; }
  .page-home__content {
    margin-bottom: 15%; }
  .page-home__ctas {
    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-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10rem; } }

.page-camera {
  height: 100%;
  background-color: #4c6980; }
  .page-camera .button-close {
    right: 8%; }

.page-camera__feed {
  position: relative;
  height: 100%; }
  .page-camera__feed:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url("/static/img/page-camera-frame.png");
    background-position-y: center;
    background-size: 100% auto;
    content: ''; }
  .page-camera--ios-standalone .page-camera__feed:after {
    display: none; }

.page-camera__feed-video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.page-camera__tip {
  position: absolute;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 7%;
  z-index: 1;
  width: 100%;
  padding: 0 10%;
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff; }
  .page-camera__tip .page-camera__tip-icon {
    width: 1.6rem;
    margin-bottom: 0.25rem; }

.page-camera__controls {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
  height: 3.1rem;
  text-align: center; }

.page-camera__counter {
  position: absolute;
  top: 0.1rem;
  left: 8%; }

.page-camera__next {
  position: absolute;
  top: 0.3rem;
  right: 8%; }

.page-camera__flash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0; }

.page-camera__ios-tip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center; }

.page-camera__ios-tip-copy {
  margin-bottom: 4em;
  color: #ffffff; }

@media screen and (max-height: 600px) {
  .page-camera__tip {
    top: 5%; } }

@media (min-width: 768px) {
  .page-camera .button-close {
    right: 4%;
    width: 1.85rem;
    height: 2.4rem; }
  .page-camera__tip {
    font-size: 1.5rem; }
    .page-camera__tip .page-camera__tip-icon {
      width: 2rem;
      margin-bottom: 0.65rem; }
  .page-camera__next {
    right: 4%;
    font-size: 1.2rem;
    border-radius: 1.6rem; }
  .page-camera__counter {
    left: 4%;
    font-size: 1.75rem;
    width: 3.2rem;
    height: 3.2rem; }
  .page-camera__controls {
    bottom: 4%; }
  .page-camera__feed:after {
    background-size: 100% 135%; } }

.page-pictures .button-delete {
  position: absolute;
  top: 1.4rem;
  right: 8%; }

.page-pictures .page__header {
  padding: 1.3rem 8% 1.75rem 8%; }

.page-pictures .button-back {
  padding: 0;
  width: 0.9rem;
  top: 1.375rem;
  left: 7.5%; }

.page-pictures__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(245, 247, 250, 0)), to(#000000));
  background-image: -webkit-linear-gradient(rgba(245, 247, 250, 0) 60%, #000000 100%);
  background-image: linear-gradient(rgba(245, 247, 250, 0) 60%, #000000 100%); }

.page-pictures__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.page-pictures__list {
  position: absolute;
  bottom: 2.85rem;
  left: 8%;
  width: 84%; }

@media (min-width: 768px) {
  .page-pictures .button-delete {
    right: 4%; }
  .page-pictures .button-back {
    left: 4%;
    width: 1.4rem;
    height: 2.4rem; }
  .page-pictures__list {
    width: 50rem;
    left: 4%; } }

.page-compare {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .page-compare .button-retake {
    position: absolute;
    top: 2.1rem;
    left: 8%; }
  .page-compare .button-ml {
    position: absolute;
    top: 1.15rem;
    left: calc(8% - 0.5rem);
    z-index: 2; }
  .page-compare .page__header {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.95rem 1.7rem 0 1.25rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-compare .page__header .subheading {
      position: relative; }
    .page-compare .page__header .button-close,
    .page-compare .page__header .button-close--light {
      position: relative;
      top: 0;
      -webkit-transform: translateY(9px);
              transform: translateY(9px); }
    .page-compare .page__header .subheading {
      line-height: 2rem; }

.page-compare__inner {
  width: 100%;
  height: 100%; }

.page-compare__button-filter {
  position: absolute;
  top: 1.15rem;
  right: calc(8% - 0.6rem);
  z-index: 1;
  text-transform: uppercase; }

.page-compare__ml-indication {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.5); }

.carousel__controls-picture {
  bottom: 1.15rem; }

.carousel__controls-defects .carousel-indicators {
  margin-bottom: 10px; }

.carousel__button-primary {
  padding: 1.2rem 1rem 2rem; }
  .carousel__button-primary .button-primary__background {
    top: 9px;
    width: 69%;
    height: 52px;
    border: #ffffff;
    background-color: #ffffff; }
  .carousel__button-primary .button-primary__label {
    color: #4c4c4c; }

@media (min-width: 768px) {
  .page-compare .page__header .button-close,
  .page-compare .page__header .button-close--light {
    width: 1.85rem;
    height: 2.4rem; }
  .page-compare__button-filter {
    right: calc(4% - 0.6rem); }
  .carousel__button-primary .button-primary__background {
    top: 1px; } }

.page-defect-detail .button-cause-category {
  margin-bottom: 1rem; }
  .page-defect-detail .button-cause-category:last-of-type {
    margin: 0; }

.page-defect-detail .page__content-body:last-of-type {
  margin-bottom: 2em; }

.page-defect-detail .button-close {
  right: 8%; }

.page-defect-detail .content-subheading__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem; }
  .page-defect-detail .content-subheading__quantity span:nth-child(2) {
    color: #a6b0b9; }

.page-defect-detail__header {
  position: relative;
  height: 34vh;
  margin-top: 4.25rem;
  margin-bottom: 1.75rem; }
  .page-defect-detail__header .carousel__controls {
    bottom: 1.05rem; }

.page-defect-detail__heading {
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  padding: 0 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none; }

.page-defect-detail__type-block {
  margin-bottom: 2.8rem; }
  .page-defect-detail__type-block:last-of-type {
    margin-bottom: 0; }

.page-defect-detail__type-title {
  margin: 0;
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  text-align: center;
  color: #4c4c4c; }

.page-defect-detail__type-subtitle {
  margin-bottom: 1em;
  text-align: center;
  color: #a6b0b9; }

.page-defect-detail__cause-block {
  margin-bottom: 0.7rem; }
  .page-defect-detail__cause-block .button-cause-category:last-of-type {
    margin-bottom: 0.7rem; }

@media (min-width: 768px) {
  .page-defect-detail .button-close {
    right: 4%;
    width: 1.85rem;
    height: 2.4rem; }
  .page-defect-detail .content-subheading__quantity {
    font-size: 1.7rem; } }

@media (min-width: 1024px) {
  .page-defect-detail .button-close {
    right: 4%;
    width: 1.85rem;
    height: 2.4rem; }
  .page-defect-detail .content-subheading__quantity {
    font-size: 1.7rem; } }

.page-result .page__header .subheading {
  position: relative;
  top: calc(50vh - 5rem); }

.page-result .button-close {
  right: 8%; }

.page-result__content {
  padding-bottom: 1rem;
  background-color: #f5f7fa;
  background-image: url("/static/img/backgrounds/page-result.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% auto; }

.page-result__heading {
  margin: 0;
  padding: 2rem 0; }

.page-result__content-box {
  position: relative;
  margin-bottom: 1.35rem;
  padding: 1.35rem 10%;
  border-radius: 1rem;
  background-color: #ebeff2; }
  .page-result__content-box:before {
    position: absolute;
    top: -0.45rem;
    left: calc(50% - 0.6rem);
    display: block;
    width: 1.25rem;
    height: 0.45rem;
    background-image: url("/static/img/box-arrow.png");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 100% auto;
    content: ''; }

.page-result__button {
  margin-bottom: 0.7rem; }

.page-result__ctas {
  margin-bottom: 1.75rem; }

@media (min-width: 768px) {
  .page-result .button-close {
    right: 4%;
    width: 1.85rem;
    height: 2.4rem; }
  .page-result__content {
    max-width: 120rem;
    margin: 0 auto; } }

.page-add-to-homescreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 6.5%;
  background-color: #4c6980;
  -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; }

.page-add-to-homescreen__content {
  padding: 1.35rem 0;
  border-radius: 0.65rem;
  background-color: #f5f7fa;
  background-image: url("/static/img/backgrounds/page-add-to-homescreen.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% auto; }

.page-add-to-homescreen__heading {
  margin-bottom: 2.7rem; }

.page-add-to-homescreen__image {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem; }

.page-add-to-homescreen__content-padded {
  padding: 0 7%; }

.page-add-to-homescreen__body {
  margin-bottom: 1.35rem;
  text-align: center;
  color: #666666; }

.page-add-to-homescreen__button-add {
  margin-bottom: 0; }

.page-defect-overview__subheading {
  margin-bottom: 1.75rem;
  text-align: center; }

.page-cause .button-close {
  right: 8%; }

.page-cause__icon {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2em; }
  .page-cause__icon .cls-1 {
    fill: #d6edf8; }
  .page-cause__icon .cls-2 {
    fill: #259bd3; }

.page-cause__heading {
  margin-bottom: 2em; }

.page-cause__subheading {
  margin-bottom: 2em;
  text-align: center; }
  .page-cause__subheading .highlight {
    display: block;
    color: #e44180; }

.page-cause__related-cause {
  margin-top: 2.5rem; }

.page-cause__finish {
  margin-top: 1.25rem; }

.page-cause__related-cause-copy {
  margin-bottom: 1em; }

.page-cause__button {
  margin-bottom: 0.7rem; }

.page-cause__ctas {
  margin-top: 1.2rem; }

.page-cause__cta {
  margin-bottom: 1rem; }
  .page-cause__cta:last-of-type {
    margin: 0; }

.page-cause__offline-note {
  position: relative;
  margin-bottom: 0.35rem;
  padding: 1.35rem 10%;
  border-radius: 1rem;
  background-color: #ebeff2;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #888888; }
  .page-cause__offline-note:before {
    position: absolute;
    top: -0.45rem;
    left: calc(50% - 0.6rem);
    display: block;
    width: 1.25rem;
    height: 0.45rem;
    background-image: url("/static/img/box-arrow.png");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 100% auto;
    content: ''; }

@media (min-width: 768px) {
  .page-cause__offline-note {
    width: 60%;
    left: 20%; } }

.page-error {
  padding-top: 2.1rem;
  background-image: url("/static/img/backgrounds/page-home.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% auto;
  text-align: center; }
  .page-error .heading {
    max-width: 12rem;
    margin: 0 auto 2em; }
  .page-error .body {
    margin-bottom: 2em; }
    .page-error .body a {
      color: #666666; }

.page-error__logo {
  display: block;
  width: 4.95rem;
  margin: 0 auto 2em; }

.page-error__404 {
  text-shadow: 0 25px 50px rgba(0, 0, 0, 0.02), 0 5px 6px rgba(0, 0, 0, 0.05), 0 20px 47.5px rgba(0, 0, 0, 0.03);
  font-family: 'Barlow', sans-serif;
  font-size: 8rem;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff; }

.page-desktop {
  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;
  padding: 2.1rem 8%;
  background-image: url("/static/img/backgrounds/desktop.jpg");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% auto;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-desktop .heading {
    margin-bottom: 0.5em; }
  .page-desktop .body {
    margin-bottom: 4em;
    white-space: pre-line; }

.page-desktop__logo {
  display: block;
  width: 8rem;
  margin: 0 auto 2em; }

.page-desktop__qr-code {
  z-index: 1;
  display: block;
  width: 10.71429rem;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.page-desktop__illustration {
  position: relative;
  display: block;
  width: 30rem;
  margin: 0 auto;
  padding-top: 50%; }

.page-desktop__illustration-canvas,
.page-desktop__illustration-poster {
  position: absolute;
  top: 40%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .page-desktop {
    padding: 5rem 8%; }
  .page-desktop__illustration {
    padding-top: 25%; } }

@media (min-width: 1440px) {
  .page-desktop .body {
    margin-bottom: 7.5rem; }
  .page-desktop__illustration {
    padding-top: 40%; }
  .page-desktop__qr-code {
    margin-bottom: 5rem; } }

body .preloader {
  background-image: url("/static/img/backgrounds/page-home.png"); }

body .spinner {
  background-image: url("/static/img/backgrounds/page-home.png"); }

body .overlay-camera-android__inner {
  background-image: url("/static/img/backgrounds/overlay-android.png"); }

body .overlay-camera-ios__inner {
  background-image: url("/static/img/backgrounds/overlay-ios.png"); }

body .overlay-cause-filter__inner {
  background-image: url("/static/img/backgrounds/overlay-cause-filter.png"); }

body .overlay-tooltip__inner {
  background-image: url("/static/img/backgrounds/overlay-tooltip.png"); }

body .page-add-to-homescreen__content {
  background-image: url("/static/img/backgrounds/page-add-to-homescreen.png"); }

body .page-camera__feed:after {
  background-image: url("/static/img/page-camera-frame.png"); }

body .page-desktop {
  background-image: url("/static/img/backgrounds/desktop.jpg"); }

body .page-error {
  background-image: url("/static/img/backgrounds/page-home.png"); }

body .page-home__content {
  background-image: url("/static/img/backgrounds/page-home.png"); }

body .page-home__gradient {
  background-image: url("/static/img/backgrounds/page-home-gradient.png"); }

body .page-result__content {
  background-image: url("/static/img/backgrounds/page-result.png"); }

body .page-result__content-box:before {
  background-image: url("/static/img/box-arrow.png"); }

body .list-cause__item--with-arrow:before {
  background-image: url("/static/img/box-arrow.png"); }

body .language-selector {
  background-image: url("/static/img/icons/icon-globe.svg"); }

.is-dynacoat .preloader__logo,
.is-dynacoat .page-error__logo {
  width: 6rem; }

.is-dynacoat .page-home__logo {
  width: 12.5rem; }

.is-dynacoat .heading {
  color: #121928; }
  .is-dynacoat .heading--light {
    color: #ffffff; }
  .is-dynacoat .heading--color {
    color: #203662; }

.is-dynacoat .language-selector {
  background-image: url("/static/img/icons/icon-globe.svg"); }

.is-dynacoat .language-selector:after {
  border-top-color: #b8c3ca; }

.is-dynacoat .button-home .button-home__icon .cls-2 {
  fill: #203662; }

.is-dynacoat .button-home:first-of-type .button-home__background {
  background-color: #ffd500;
  -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(255, 213, 0, 0.15);
          box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(255, 213, 0, 0.15); }

.is-dynacoat .button-home:first-of-type .button-home__icon .cls-1 {
  fill: #ffffff; }

.is-dynacoat .button-home:first-of-type .button-home__arrow {
  fill: #203662; }

.is-dynacoat .button-home:last-of-type .button-home__background {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(222, 227, 231, 0.15);
          box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(222, 227, 231, 0.15); }

.is-dynacoat .button-home:last-of-type .button-home__icon .cls-1 {
  fill: #ffd500; }

.is-dynacoat .button-home:last-of-type .button-home__arrow {
  fill: rgba(32, 54, 98, 0.5); }

.is-dynacoat .button-home__label {
  color: #203662; }

.is-dynacoat .button-home__additional-info {
  color: rgba(32, 54, 98, 0.5); }

.is-dynacoat .preloader__logo,
.is-dynacoat .page-error__logo {
  width: 6rem; }

.is-dynacoat .page-home__logo {
  width: 11.8rem;
  margin: 16vh auto 5vh; }

.is-dynacoat .button-primary__background {
  border-color: #ffd500;
  background-color: #ffd500;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(255, 213, 0, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(255, 213, 0, 0.15); }

.is-dynacoat .button-primary__label {
  color: #203662; }

.is-dynacoat .button-primary--light .button-primary__background {
  border-color: #dee3e7;
  background-color: transparent;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(222, 227, 231, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(222, 227, 231, 0.15); }

.is-dynacoat .button-primary--light .button-primary__label {
  color: #203662; }

.is-dynacoat .button-primary--disabled .button-primary__background {
  border-color: #dee3e7;
  background-color: #dee3e7;
  -webkit-box-shadow: none;
          box-shadow: none; }

.is-dynacoat .button-primary--disabled .button-primary__label {
  color: rgba(32, 54, 98, 0.5); }

.is-dynacoat .carousel-counter {
  color: #a1a7b1; }

.is-dynacoat .button-text {
  color: #203662; }

.is-dynacoat .button-text--light {
  color: #ffffff; }

.is-dynacoat .slide-tutorial__copy .subheading {
  color: #203662; }

.is-dynacoat .carousel--tutorial .carousel-indicators__item.is-active {
  background-color: #203662; }

.is-dynacoat .carousel--tutorial .carousel-indicators__item:before {
  background-color: rgba(32, 54, 98, 0.1); }

.is-dynacoat .page-add-to-homescreen {
  background-color: #121928; }

.is-dynacoat .page-camera {
  background-color: #121928; }

.is-dynacoat .button-camera-capture__tooltip {
  background-color: #ffd500;
  color: #121928; }

.is-dynacoat .button-camera-capture__tooltip:after {
  border-top: 0.25rem solid #ffd500; }

.is-dynacoat .button-camera-next {
  color: #121928; }

.is-dynacoat .preloader__progress-indicator {
  background-color: #ffd500;
  -webkit-box-shadow: 0 2px 2.4px 0.3px rgba(0, 0, 0, 0.1), 0 8px 10px 0 rgba(255, 213, 0, 0.3);
          box-shadow: 0 2px 2.4px 0.3px rgba(0, 0, 0, 0.1), 0 8px 10px 0 rgba(255, 213, 0, 0.3); }

.is-dynacoat .spinner__circle {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffd500), to(#a6b0b9));
  background: -webkit-linear-gradient(left, #ffd500 50%, #a6b0b9 100%);
  background: linear-gradient(90deg, #ffd500 50%, #a6b0b9 100%); }

.is-dynacoat .filter-defects-header__counter {
  background-color: #121928;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(32, 54, 98, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(32, 54, 98, 0.15);
  color: #ffffff; }

.is-dynacoat .page-compare .button-filter__counter {
  background-color: #121928;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(32, 54, 98, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(32, 54, 98, 0.15);
  color: #ffffff; }

.is-dynacoat .filter-defects-header .subheading {
  color: #121928; }

.is-dynacoat .page-defect-detail .subheading {
  color: #121928; }

.is-dynacoat .page-defect-detail__type-title {
  color: #121928; }

.is-dynacoat .page-defect-detail .subheading.page-defect-detail__type-subtitle {
  color: #a6b0b9; }

.is-dynacoat .filter-defects-item__selected {
  -webkit-box-shadow: inset 0 0 0 5px #121928;
          box-shadow: inset 0 0 0 5px #121928; }

.is-dynacoat .filter-defects-item__checkbox:checked {
  background-color: #121928; }

.is-dynacoat .button-cause-category__title {
  color: #203662; }

.is-dynacoat .button-cause-category .cls-1,
.is-dynacoat .filter-causes-item__icon .cls-1 {
  fill: #f5f7fa; }

.is-dynacoat .button-cause-category .cls-2,
.is-dynacoat .filter-causes-item__icon .cls-2 {
  fill: #ffd500; }

.is-dynacoat .button-cause-category.is-link {
  border-color: #dee3e7;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .is-dynacoat .button-cause-category.is-link .button-cause-category__icon .cls-1 {
    fill: #ffffff; }
  .is-dynacoat .button-cause-category.is-link .button-cause-category__icon .cls-2 {
    fill: #ffd500; }

.is-dynacoat .button-back {
  color: #203662; }

.is-dynacoat .button-back--light {
  color: #ffffff; }

.is-dynacoat .page-defect-detail .button-close {
  -webkit-filter: invert(80%);
          filter: invert(80%); }

.is-dynacoat .page-result .button-close {
  -webkit-filter: invert(80%);
          filter: invert(80%); }

.is-dynacoat .sticky-header {
  background-color: #ffd500; }
  .is-dynacoat .sticky-header .subheading {
    color: #203662; }
  .is-dynacoat .sticky-header .button-filter__icon {
    stroke: #203662;
    -webkit-filter: invert(80%);
            filter: invert(80%); }
  .is-dynacoat .sticky-header .button-back svg,
  .is-dynacoat .sticky-header .button-close svg {
    fill: #203662;
    color: #203662; }
  .is-dynacoat .sticky-header .button-back {
    -webkit-filter: invert(80%);
            filter: invert(80%); }

.is-dynacoat .sticky-header__button-back {
  color: #203662; }

.is-dynacoat .page-defect-overview .button-filter__icon {
  stroke: transparent;
  fill: #203662; }

.is-dynacoat .page-defect-overview .button-filter__counter {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(32, 54, 98, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(32, 54, 98, 0.15);
  color: #121928; }

.is-dynacoat .filter-causes-item__checkbox:checked {
  border-color: #121928;
  background-color: #121928;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(32, 54, 98, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(32, 54, 98, 0.15); }

.is-dynacoat .page-cause__icon .cls-1 {
  fill: #ffffff; }

.is-dynacoat .page-cause__icon .cls-2 {
  fill: #ffd500; }

.is-dynacoat .page-cause__subheading {
  color: #888888; }
  .is-dynacoat .page-cause__subheading .highlight {
    color: #203662; }

.is-dynacoat .button-icon__icon .cls-1 {
  fill: #ebeff2; }

.is-dynacoat .button-icon__icon .cls-2 {
  fill: #ffd500; }

.is-dynacoat .list-cause__item-heading {
  color: #121928; }

.is-dynacoat .list-cause__item {
  background-color: #f2f2eb; }

.is-dynacoat .page-cause__related-cause-copy {
  color: #121928; }

.is-dynacoat .filter-causes-item__checked {
  -webkit-box-shadow: inset 0 0 0 5px #121928, 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03);
          box-shadow: inset 0 0 0 5px #121928, 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03); }

.is-dynacoat .filter-defects-header .button-text__apply {
  color: #ffffff;
  background-color: #203662; }

.is-dynacoat .overlay-cause-filter__counter {
  background-color: #121928; }

.is-dynacoat .overlay-cause-filter__button-apply {
  color: #ffffff;
  background-color: #203662; }

.is-dynacoat .button-cause-category.is-link .button-cause-category__arrow {
  fill: #121928; }

.is-dynacoat .page-result__content-box {
  background-color: #f2f2eb; }
  .is-dynacoat .page-result__content-box:before {
    background-image: url("/static/img/dynacoat/box-arrow.png"); }

.is-dynacoat .button-ml__tooltip {
  background-color: #ffd500;
  color: #121928; }
  .is-dynacoat .button-ml__tooltip:after {
    border-bottom: 0.25rem solid #ffd500; }

@media (min-width: 768px) {
  .is-dynacoat .page-home__logo {
    margin: 0px auto 7vh; }
  .is-dynacoat .button-camera-capture__tooltip {
    font-size: 1.2rem;
    top: -3.2rem; }
    .is-dynacoat .button-camera-capture__tooltip:after {
      border-width: 0.65rem;
      left: calc(46% - 0.25rem); } }

.is-lesonal .preloader__logo,
.is-lesonal .page-error__logo {
  width: 6rem; }

.is-lesonal .page-home__logo {
  width: 11.85rem;
  margin: 16vh auto 5vh; }

.is-lesonal .heading {
  color: #121928; }
  .is-lesonal .heading--light {
    color: #ffffff; }
  .is-lesonal .heading--color {
    color: #121928; }

.is-lesonal .language-selector {
  background-image: url("/static/img/icons/icon-globe.svg"); }

.is-lesonal .language-selector:after {
  border-top-color: #b8c3ca; }

.is-lesonal .button-home:first-of-type .button-home__background {
  background-color: #6c1d45;
  -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(108, 29, 69, 0.15);
          box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(108, 29, 69, 0.15); }

.is-lesonal .button-home:first-of-type .button-home__icon .cls-1 {
  fill: #ffffff; }

.is-lesonal .button-home:first-of-type .button-home__icon .cls-2 {
  fill: #b7b7b8; }

.is-lesonal .button-home:first-of-type .button-home__arrow {
  fill: #888c93; }

.is-lesonal .button-home:first-of-type .button-home__label {
  color: #ffffff; }

.is-lesonal .button-home:first-of-type .button-home__additional-info {
  color: rgba(255, 255, 255, 0.5); }

.is-lesonal .button-home:last-of-type .button-home__background {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(222, 227, 231, 0.15);
          box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(222, 227, 231, 0.15); }

.is-lesonal .button-home:last-of-type .button-home__icon .cls-1 {
  fill: #6c1d45; }

.is-lesonal .button-home:last-of-type .button-home__icon .cls-2 {
  fill: #121928; }

.is-lesonal .button-home:last-of-type .button-home__arrow {
  fill: rgba(18, 25, 40, 0.5); }

.is-lesonal .button-home:last-of-type .button-home__label {
  color: #121928; }

.is-lesonal .button-home:last-of-type .button-home__additional-info {
  color: rgba(18, 25, 40, 0.5); }

.is-lesonal .button-primary--disabled .button-primary__background {
  border-color: #dee3e7;
  background-color: #dee3e7;
  -webkit-box-shadow: none;
          box-shadow: none; }

.is-lesonal .button-primary--disabled .button-primary__label {
  color: rgba(18, 25, 40, 0.5); }

.is-lesonal .button-primary__background {
  border-color: #6c1d45;
  background-color: #6c1d45;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(108, 29, 69, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(108, 29, 69, 0.15); }

.is-lesonal .button-primary__label {
  color: #ffffff; }

.is-lesonal .button-primary--light .button-primary__background {
  border-color: #dee3e7;
  background-color: transparent;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(222, 227, 231, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(222, 227, 231, 0.15); }

.is-lesonal .button-primary--light .button-primary__label {
  color: #121928; }

.is-lesonal .button-text {
  color: #121928; }

.is-lesonal .button-text--light {
  color: #ffffff; }

.is-lesonal .carousel-counter {
  color: #a1a7b1; }

.is-lesonal .page-add-to-homescreen {
  background-color: #121928; }

.is-lesonal .page-camera {
  background-color: #121928; }

.is-lesonal .preloader__progress-indicator {
  background-color: #6c1d45;
  -webkit-box-shadow: 0 2px 2.4px 0.3px rgba(0, 0, 0, 0.1), 0 8px 10px 0 rgba(108, 29, 69, 0.3);
          box-shadow: 0 2px 2.4px 0.3px rgba(0, 0, 0, 0.1), 0 8px 10px 0 rgba(108, 29, 69, 0.3); }

.is-lesonal .spinner__circle {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6c1d45), to(#a6b0b9));
  background: -webkit-linear-gradient(left, #6c1d45 50%, #a6b0b9 100%);
  background: linear-gradient(90deg, #6c1d45 50%, #a6b0b9 100%); }

.is-lesonal .button-camera-capture__tooltip {
  background-color: #6c1d45;
  color: #ffffff; }

.is-lesonal .button-camera-capture__tooltip:after {
  border-top: 0.25rem solid #6c1d45; }

.is-lesonal .button-camera-next {
  color: #121928; }

.is-lesonal .filter-defects-header .button-text__apply {
  background-color: #121928;
  color: #ffffff; }

.is-lesonal .filter-defects-header__counter {
  background-color: #121928;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(108, 29, 69, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(108, 29, 69, 0.15);
  color: #ffffff; }

.is-lesonal .button-filter__counter {
  background-color: #121928;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(108, 29, 69, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(108, 29, 69, 0.15);
  color: #ffffff; }

.is-lesonal .filter-defects-header .subheading {
  color: #121928; }

.is-lesonal .filter-defects-item__icon-check {
  fill: #ffffff; }

.is-lesonal .filter-defects-item__selected {
  -webkit-box-shadow: inset 0 0 0 5px #121928;
          box-shadow: inset 0 0 0 5px #121928; }

.is-lesonal .filter-defects-item__checkbox:checked {
  background-color: #121928; }

.is-lesonal .page-defect-detail .subheading {
  color: #121928; }

.is-lesonal .page-defect-detail__type-title {
  color: #121928; }

.is-lesonal .page-defect-detail .subheading.page-defect-detail__type-subtitle {
  color: #a6b0b9; }

.is-lesonal .button-cause-category__title {
  color: #121928; }

.is-lesonal .button-cause-category .cls-1,
.is-lesonal .filter-causes-item__icon .cls-1 {
  fill: #f5f7fa; }

.is-lesonal .button-cause-category .cls-2,
.is-lesonal .filter-causes-item__icon .cls-2 {
  fill: #6c1d45; }

.is-lesonal .button-cause-category.is-link {
  border-color: #dee3e7;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .is-lesonal .button-cause-category.is-link .button-cause-category__icon .cls-1 {
    fill: #ffffff; }
  .is-lesonal .button-cause-category.is-link .button-cause-category__icon .cls-2 {
    fill: #6c1d45; }

.is-lesonal .button-back {
  color: #ffffff; }

.is-lesonal .button-back--light {
  color: #ffffff; }

.is-lesonal .sticky-header {
  background-color: #6c1d45; }
  .is-lesonal .sticky-header .subheading {
    color: #ffffff; }

.is-lesonal .page-defect-overview .button-filter__icon {
  stroke: transparent;
  fill: #ffffff; }

.is-lesonal .filter-causes-item__checkbox:checked {
  border-color: #121928;
  background-color: #121928;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(18, 25, 40, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(18, 25, 40, 0.15); }

.is-lesonal .page-cause__icon .cls-1 {
  fill: #ffffff; }

.is-lesonal .page-cause__icon .cls-2 {
  fill: #6c1d45; }

.is-lesonal .page-cause__subheading {
  color: #888888; }
  .is-lesonal .page-cause__subheading .highlight {
    color: #121928; }

.is-lesonal .button-cause-category.is-link .button-cause-category__arrow {
  fill: #6c1d45; }

.is-lesonal .button-icon {
  color: #121928; }

.is-lesonal .button-icon__additional-info {
  color: rgba(18, 25, 40, 0.5); }

.is-lesonal .button-icon__icon .cls-1 {
  fill: #ebeff2; }

.is-lesonal .button-icon__icon .cls-2 {
  fill: #6c1d45; }

.is-lesonal .page-result .page__content .subheading {
  color: rgba(18, 25, 40, 0.5); }

.is-lesonal .page-result__content-box {
  background-color: #f0ebf2; }
  .is-lesonal .page-result__content-box:before {
    background-image: url("/static/img/lesonal/box-arrow.png"); }

.is-lesonal .page-result .page-result__content-box .subheading {
  color: #121928; }

.is-lesonal .list-cause__item-heading {
  color: #121928; }

.is-lesonal .list-cause__item {
  background-color: #f0ebf2; }

.is-lesonal .page-cause__related-cause-copy {
  color: #121928; }

.is-lesonal .filter-causes-item__checked {
  -webkit-box-shadow: inset 0 0 0 5px #121928, 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03);
          box-shadow: inset 0 0 0 5px #121928, 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03); }

.is-lesonal .overlay-cause-filter__counter {
  background-color: #121928; }

.is-lesonal .overlay-cause-filter__button-apply {
  background-color: #121928;
  color: #ffffff; }

.is-lesonal .button-ml__tooltip {
  background-color: #6c1d45;
  color: #ffffff; }
  .is-lesonal .button-ml__tooltip:after {
    border-bottom: 0.25rem solid #6c1d45; }

@media (min-width: 768px) {
  .is-lesonal .page-home__logo {
    margin: 0px auto 7vh; }
  .is-lesonal .button-camera-capture__tooltip {
    font-size: 1.2rem;
    top: -3.2rem; }
    .is-lesonal .button-camera-capture__tooltip:after {
      border-width: 0.65rem;
      left: calc(46% - 0.25rem); } }

.is-sikkens .preloader__logo,
.is-sikkens .page-error__logo {
  width: 6rem; }

.is-sikkens .page-home__logo {
  width: 8.75rem;
  margin: 15vh auto 1.9rem; }

.is-sikkens .heading {
  color: #334c66; }
  .is-sikkens .heading--light {
    color: #ffffff; }
  .is-sikkens .heading--color {
    color: #334c66; }

.is-sikkens .language-selector {
  background-image: url("/static/img/icons/icon-globe.svg"); }

.is-sikkens .language-selector:after {
  border-top-color: #b8c3ca; }

.is-sikkens .button-home:first-of-type .button-home__background {
  background-color: #005a9c;
  -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(0, 90, 156, 0.15);
          box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(0, 90, 156, 0.15); }

.is-sikkens .button-home:first-of-type .button-home__icon .cls-1 {
  fill: #ffffff; }

.is-sikkens .button-home:first-of-type .button-home__icon .cls-2 {
  fill: #829cb6; }

.is-sikkens .button-home:first-of-type .button-home__arrow {
  fill: #888c93; }

.is-sikkens .button-home:first-of-type .button-home__label {
  color: #ffffff; }

.is-sikkens .button-home:first-of-type .button-home__additional-info {
  color: rgba(255, 255, 255, 0.5); }

.is-sikkens .button-home:last-of-type .button-home__background {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(222, 227, 231, 0.15);
          box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(222, 227, 231, 0.15); }

.is-sikkens .button-home:last-of-type .button-home__icon .cls-1 {
  fill: rgba(0, 90, 156, 0.5); }

.is-sikkens .button-home:last-of-type .button-home__icon .cls-2 {
  fill: #005a9c; }

.is-sikkens .button-home:last-of-type .button-home__arrow {
  fill: rgba(0, 90, 156, 0.5); }

.is-sikkens .button-home:last-of-type .button-home__label {
  color: #4c4c4c; }

.is-sikkens .button-home:last-of-type .button-home__additional-info {
  color: rgba(0, 90, 156, 0.5); }

.is-sikkens .button-primary--disabled .button-primary__background {
  border-color: #dee3e7;
  background-color: #dee3e7;
  -webkit-box-shadow: none;
          box-shadow: none; }

.is-sikkens .button-primary--disabled .button-primary__label {
  color: rgba(255, 255, 255, 0.5); }

.is-sikkens .button-primary__background {
  border-color: #005a9c;
  background-color: #005a9c;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 90, 156, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 90, 156, 0.15); }

.is-sikkens .button-primary__label {
  color: #ffffff; }

.is-sikkens .button-primary--light .button-primary__background {
  border-color: #dee3e7;
  background-color: transparent;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(222, 227, 231, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(222, 227, 231, 0.15); }

.is-sikkens .button-primary--light .button-primary__label {
  color: #005a9c; }

.is-sikkens .button-text {
  color: #334c66; }

.is-sikkens .button-text--light {
  color: #ffffff; }

.is-sikkens .carousel-counter {
  color: #8295a8; }

.is-sikkens .page-add-to-homescreen {
  background-color: #334c66; }

.is-sikkens .page-camera {
  background-color: #334c66; }

.is-sikkens .preloader__progress-indicator {
  background-color: #005a9c;
  -webkit-box-shadow: 0 2px 2.4px 0.3px rgba(0, 0, 0, 0.1), 0 8px 10px 0 rgba(0, 90, 156, 0.3);
          box-shadow: 0 2px 2.4px 0.3px rgba(0, 0, 0, 0.1), 0 8px 10px 0 rgba(0, 90, 156, 0.3); }

.is-sikkens .spinner__circle {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #005a9c), to(#a6b0b9));
  background: -webkit-linear-gradient(left, #005a9c 50%, #a6b0b9 100%);
  background: linear-gradient(90deg, #005a9c 50%, #a6b0b9 100%); }

.is-sikkens .button-camera-capture__tooltip {
  background-color: #ffffff;
  color: #334c66; }

.is-sikkens .button-camera-capture__tooltip:after {
  border-top: 0.25rem solid #ffffff; }

.is-sikkens .button-camera-next {
  color: #334c66; }

.is-sikkens .filter-defects-header .button-text__apply {
  background-color: #334c66;
  color: #ffffff; }

.is-sikkens .filter-defects-header__counter {
  background-color: #334c66;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 90, 156, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 90, 156, 0.15);
  color: #ffffff; }

.is-sikkens .button-filter__counter {
  background-color: #334c66;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 90, 156, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 90, 156, 0.15);
  color: #ffffff; }

.is-sikkens .filter-defects-header .subheading {
  color: #334c66; }

.is-sikkens .filter-defects-item__icon-check {
  fill: #ffffff; }

.is-sikkens .filter-defects-item__selected {
  -webkit-box-shadow: inset 0 0 0 5px #334c66;
          box-shadow: inset 0 0 0 5px #334c66; }
  .is-sikkens .filter-defects-item__selected .filter-defects-item__checkbox {
    background-color: #334c66; }

.is-sikkens .page-defect-detail .subheading {
  color: #334c66; }

.is-sikkens .page-defect-detail__type-title {
  color: #334c66; }

.is-sikkens .page-defect-detail .subheading.page-defect-detail__type-subtitle {
  color: #a6b0b9; }

.is-sikkens .button-cause-category__title {
  color: #334c66; }

.is-sikkens .button-cause-category.is-link .button-cause-category__arrow {
  fill: #334c66; }

.is-sikkens .button-cause-category .cls-1,
.is-sikkens .filter-causes-item__icon .cls-1 {
  fill: #e6f3f5; }

.is-sikkens .button-cause-category .cls-2,
.is-sikkens .filter-causes-item__icon .cls-2 {
  fill: #005a9c; }

.is-sikkens .button-cause-category.is-link {
  border-color: #dee3e7;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .is-sikkens .button-cause-category.is-link .button-cause-category__icon .cls-1 {
    fill: #e6f3f5; }
  .is-sikkens .button-cause-category.is-link .button-cause-category__icon .cls-2 {
    fill: #005a9c; }

.is-sikkens .button-back {
  color: #ffffff; }

.is-sikkens .button-back--light {
  color: #ffffff; }

.is-sikkens .sticky-header {
  background-color: #005a9c; }
  .is-sikkens .sticky-header .subheading {
    color: #ffffff; }
  .is-sikkens .sticky-header .button-filter svg {
    fill: #ffffff; }
  .is-sikkens .sticky-header .button-filter .button-filter__counter {
    background-color: #334c66;
    color: #ffffff; }

.is-sikkens .page-defect-overview .button-filter__icon {
  stroke: transparent;
  fill: #005a9c; }

.is-sikkens .page-defect-overview .button-filter__counter {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 90, 156, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 90, 156, 0.15);
  color: #005a9c; }

.is-sikkens .filter-causes-item__checkbox:checked {
  border-color: #334c66;
  background-color: #334c66;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 90, 156, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 90, 156, 0.15); }

.is-sikkens .filter-causes-item__checked {
  -webkit-box-shadow: inset 0 0 0 5px #334c66, 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03);
          box-shadow: inset 0 0 0 5px #334c66, 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03); }

.is-sikkens .overlay-cause-filter__counter {
  background-color: #334c66; }

.is-sikkens .overlay-cause-filter__button-apply {
  background-color: #334c66;
  color: #ffffff; }

.is-sikkens .page-cause__icon .cls-1 {
  fill: #e6f3f5; }

.is-sikkens .page-cause__icon .cls-2 {
  fill: #005a9c; }

.is-sikkens .page-cause__subheading {
  color: #98a5b2; }
  .is-sikkens .page-cause__subheading .highlight {
    color: #334c66; }

.is-sikkens .button-icon {
  color: #334c66; }

.is-sikkens .button-icon__additional-info {
  color: #8295a8; }

.is-sikkens .button-icon__icon .cls-1 {
  fill: #e6f3f5; }

.is-sikkens .button-icon__icon .cls-2 {
  fill: #005a9c; }

.is-sikkens .page-result .page__content .subheading {
  color: #98a5b2; }

.is-sikkens .page-result .page-result__content-box .subheading {
  color: #334c66; }

.is-sikkens .list-cause__item-heading {
  color: #334c66; }

.is-sikkens .page-cause__related-cause-copy {
  color: #334c66; }

.is-sikkens .button-ml__tooltip {
  background-color: #ffffff;
  color: #334c66; }
  .is-sikkens .button-ml__tooltip:after {
    border-bottom: 0.25rem solid #ffffff; }

@media (min-width: 768px) {
  .is-sikkens .page-home__logo {
    margin: 0px auto 7vh; }
  .is-sikkens .button-camera-capture__tooltip {
    font-size: 1.2rem;
    top: -3.2rem; }
    .is-sikkens .button-camera-capture__tooltip:after {
      border-width: 0.65rem;
      left: calc(46% - 0.25rem); } }

.is-wanda .preloader__logo,
.is-wanda .page-error__logo {
  width: 6rem; }

.is-wanda .page-home__logo {
  width: 9.8rem;
  margin: 5.3rem auto 5vh; }

.is-wanda .heading {
  color: #333333; }
  .is-wanda .heading--light {
    color: #ffffff; }
  .is-wanda .heading--color {
    color: #333333; }

.is-wanda .language-selector {
  background-image: url("/static/img/icons/icon-globe.svg"); }

.is-wanda .language-selector:after {
  border-top-color: #b8c3ca; }

.is-wanda .button-home:first-of-type .button-home__background {
  background-color: #dd1820;
  -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(221, 24, 32, 0.15);
          box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(221, 24, 32, 0.15); }

.is-wanda .button-home:first-of-type .button-home__icon .cls-1 {
  fill: #ffffff; }

.is-wanda .button-home:first-of-type .button-home__icon .cls-2 {
  fill: #333333; }

.is-wanda .button-home:first-of-type .button-home__arrow {
  fill: #ffffff; }

.is-wanda .button-home:first-of-type .button-home__label {
  color: #ffffff; }

.is-wanda .button-home:first-of-type .button-home__additional-info {
  color: rgba(255, 255, 255, 0.5); }

.is-wanda .button-home:last-of-type .button-home__background {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(222, 227, 231, 0.15);
          box-shadow: 0 0.35rem 0.8rem 0.05rem rgba(222, 227, 231, 0.15); }

.is-wanda .button-home:last-of-type .button-home__icon .cls-1 {
  fill: #dd1820; }

.is-wanda .button-home:last-of-type .button-home__icon .cls-2 {
  fill: #333333; }

.is-wanda .button-home:last-of-type .button-home__arrow {
  fill: rgba(221, 24, 32, 0.5); }

.is-wanda .button-home:last-of-type .button-home__label {
  color: #4c4c4c; }

.is-wanda .button-home:last-of-type .button-home__additional-info {
  color: rgba(221, 24, 32, 0.5); }

.is-wanda .button-primary--disabled .button-primary__background {
  border-color: #dee3e7;
  background-color: #dee3e7;
  -webkit-box-shadow: none;
          box-shadow: none; }

.is-wanda .button-primary--disabled .button-primary__label {
  color: rgba(255, 255, 255, 0.5); }

.is-wanda .button-primary__background {
  border-color: #dd1820;
  background-color: #dd1820;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(221, 24, 32, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(221, 24, 32, 0.15); }

.is-wanda .button-primary__label {
  color: #ffffff; }

.is-wanda .button-primary--light .button-primary__background {
  border-color: #dee3e7;
  background-color: transparent;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(222, 227, 231, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(222, 227, 231, 0.15); }

.is-wanda .button-primary--light .button-primary__label {
  color: #dd1820; }

.is-wanda .button-text {
  color: #333333; }

.is-wanda .button-text--light {
  color: #ffffff; }

.is-wanda .carousel-counter {
  color: #8295a8; }

.is-wanda .page-add-to-homescreen {
  background-color: #333333; }

.is-wanda .page-camera {
  background-color: #333333; }

.is-wanda .preloader__progress-indicator {
  background-color: #dd1820;
  -webkit-box-shadow: 0 2px 2.4px 0.3px rgba(0, 0, 0, 0.1), 0 8px 10px 0 rgba(221, 24, 32, 0.3);
          box-shadow: 0 2px 2.4px 0.3px rgba(0, 0, 0, 0.1), 0 8px 10px 0 rgba(221, 24, 32, 0.3); }

.is-wanda .spinner__circle {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #dd1820), to(#a6b0b9));
  background: -webkit-linear-gradient(left, #dd1820 50%, #a6b0b9 100%);
  background: linear-gradient(90deg, #dd1820 50%, #a6b0b9 100%); }

.is-wanda .button-camera-capture__tooltip {
  background-color: #dd1820;
  color: #ffffff; }

.is-wanda .button-camera-capture__tooltip:after {
  border-top: 0.25rem solid #dd1820; }

.is-wanda .button-camera-next {
  color: #333333; }

.is-wanda .filter-defects-header .button-text__apply {
  background-color: #333333;
  color: #ffffff; }

.is-wanda .filter-defects-header__counter {
  background-color: #333333;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(221, 24, 32, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(221, 24, 32, 0.15);
  color: #ffffff; }

.is-wanda .button-filter__counter {
  background-color: #333333;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(221, 24, 32, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(221, 24, 32, 0.15);
  color: #ffffff; }

.is-wanda .filter-defects-header .subheading {
  color: #333333; }

.is-wanda .filter-defects-item__selected {
  -webkit-box-shadow: inset 0 0 0 5px #333333;
          box-shadow: inset 0 0 0 5px #333333; }

.is-wanda .filter-defects-item__icon-check {
  fill: #ffffff; }

.is-wanda .filter-defects-item__checkbox:checked {
  background-color: #333333; }

.is-wanda .page-defect-detail .subheading {
  color: #333333; }

.is-wanda .page-defect-detail .page__content-subheading {
  color: #333333; }

.is-wanda .page-defect-detail__type-title {
  color: #333333; }

.is-wanda .page-defect-detail .subheading.page-defect-detail__type-subtitle {
  color: #a6b0b9; }

.is-wanda .button-cause-category__title {
  color: #333333; }

.is-wanda .button-cause-category .cls-1,
.is-wanda .filter-causes-item__icon .cls-1 {
  fill: #f5e6e6; }

.is-wanda .button-cause-category .cls-2,
.is-wanda .filter-causes-item__icon .cls-2 {
  fill: #dd1820; }

.is-wanda .overlay-cause-filter__counter {
  background-color: #333333; }

.is-wanda .overlay-cause-filter__button-apply {
  background-color: #333333;
  color: #ffffff; }

.is-wanda .filter-causes-item__checked {
  -webkit-box-shadow: inset 0 0 0 5px #333333, 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03);
          box-shadow: inset 0 0 0 5px #333333, 0 0.35rem 0.8rem 0.05rem rgba(0, 0, 0, 0.03); }

.is-wanda .button-cause-category.is-link {
  border-color: #dee3e7;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .is-wanda .button-cause-category.is-link .button-cause-category__icon .cls-1 {
    fill: #f5e6e6; }
  .is-wanda .button-cause-category.is-link .button-cause-category__icon .cls-2 {
    fill: #dd1820; }

.is-wanda .button-cause-category.is-link .button-cause-category__arrow {
  fill: #dd1820; }

.is-wanda .button-back {
  color: #ffffff; }

.is-wanda .button-back--light {
  color: #ffffff; }

.is-wanda .sticky-header {
  background-color: #dd1820; }

.is-wanda .sticky-header .subheading {
  color: #ffffff; }

.is-wanda .page-defect-overview .button-filter__icon {
  stroke: transparent;
  fill: #ffffff; }

.is-wanda .page-defect-overview .button-filter__counter {
  background-color: #333333;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(221, 24, 32, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(221, 24, 32, 0.15);
  color: #ffffff; }

.is-wanda .filter-causes-item__checkbox:checked {
  border-color: #333333;
  background-color: #333333;
  -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(221, 24, 32, 0.15);
          box-shadow: 0 0.4rem 0.5rem 0 rgba(221, 24, 32, 0.15); }

.is-wanda .page-cause__icon .cls-1 {
  fill: #f5e6e6; }

.is-wanda .page-cause__icon .cls-2 {
  fill: #dd1820; }

.is-wanda .page-cause__subheading {
  color: #98a5b2; }
  .is-wanda .page-cause__subheading .highlight {
    color: #333333; }

.is-wanda .button-icon {
  color: #333333; }

.is-wanda .button-icon__additional-info {
  color: #8295a8; }

.is-wanda .button-icon__icon .cls-1 {
  fill: #e6f3f5; }

.is-wanda .button-icon__icon .cls-2 {
  fill: #dd1820; }

.is-wanda .page-result .page__content .subheading {
  color: #98a5b2; }

.is-wanda .page-result .page-result__content-box .subheading {
  color: #333333; }

.is-wanda .page-result__content-box {
  background-color: #f2ebeb; }
  .is-wanda .page-result__content-box:before {
    background-image: url("/static/img/wanda/box-arrow.png"); }

.is-wanda .list-cause__item {
  background-color: #f2ebeb; }

.is-wanda .list-cause__item-heading .heading {
  color: #333333; }

.is-wanda .page-cause__related-cause-copy {
  color: #333333; }

.is-wanda .button-ml__tooltip {
  background-color: #ffffff;
  color: #333333; }
  .is-wanda .button-ml__tooltip:after {
    border-bottom: 0.25rem solid #ffffff; }

@media (min-width: 768px) {
  .is-wanda .page-home__logo {
    margin: 0px auto 7vh; }
  .is-wanda .button-camera-capture__tooltip {
    font-size: 1.2rem;
    top: -3.2rem; }
    .is-wanda .button-camera-capture__tooltip:after {
      border-width: 0.65rem;
      left: calc(46% - 0.25rem); } }

