@charset "UTF-8";
/**
 * App
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Functions
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Custom variables
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Bootstrap variable variables
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:700|Roboto:400,400i,500,700,900i");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.875rem; }

p {
  margin-top: 0;
  margin-bottom: 1.25rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 400; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: inherit;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #999999;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000; }

h1, .h1 {
  font-size: 275%; }

h2, .h2 {
  font-size: 225%; }

h3, .h3 {
  font-size: 175%; }

h4, .h4 {
  font-size: 150%; }

h5, .h5 {
  font-size: 125%; }

h6, .h6 {
  font-size: 100%; }

.lead {
  font-size: 120%;
  font-weight: 400; }

.display-1 {
  font-size: 500%;
  font-weight: 700;
  line-height: 1.2; }

.display-2 {
  font-size: 400%;
  font-weight: 700;
  line-height: 1.2; }

.display-3 {
  font-size: 300%;
  font-weight: 700;
  line-height: 1.2; }

.display-4 {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.2; }

hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled, .list, .search-results-list {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 1rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 2.5rem;
  font-size: 1.17188rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #333333; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 1.25rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #666666; }

code {
  font-size: 87.5%;
  color: #D51317;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 0.15rem;
  -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  font-size: 87.5%;
  color: #1a1a1a; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 600px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 2.5rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.625rem;
    vertical-align: top;
    border-top: 1px solid #e6e6e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e6e6e6; }
  .table tbody + tbody {
    border-top: 2px solid #e6e6e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3125rem; }

.table-bordered {
  border: 1px solid #e6e6e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e6e6e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.table-base,
.table-base > th,
.table-base > td {
  background-color: #c6c6c6; }

.table-hover .table-base:hover {
  background-color: #b9b9b9; }
  .table-hover .table-base:hover > td,
  .table-hover .table-base:hover > th {
    background-color: #b9b9b9; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f3bdbe; }

.table-hover .table-primary:hover {
  background-color: #efa7a9; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #efa7a9; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c8e7c6; }

.table-hover .table-secondary:hover {
  background-color: #b7dfb4; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #b7dfb4; }

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #fef5b8; }

.table-hover .table-tertiary:hover {
  background-color: #fef19f; }
  .table-hover .table-tertiary:hover > td,
  .table-hover .table-tertiary:hover > th {
    background-color: #fef19f; }

.table-quaternary,
.table-quaternary > th,
.table-quaternary > td {
  background-color: #fdfdfd; }

.table-hover .table-quaternary:hover {
  background-color: #f0f0f0; }
  .table-hover .table-quaternary:hover > td,
  .table-hover .table-quaternary:hover > th {
    background-color: #f0f0f0; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c8e7c6; }

.table-hover .table-success:hover {
  background-color: #b7dfb4; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b7dfb4; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9f0f7; }

.table-hover .table-info:hover {
  background-color: #c4e8f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e8f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeac7; }

.table-hover .table-warning:hover {
  background-color: #ffe0ae; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe0ae; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f3bdbe; }

.table-hover .table-danger:hover {
  background-color: #efa7a9; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #efa7a9; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #fdfdfd; }

.table-hover .table-gray:hover {
  background-color: #f0f0f0; }
  .table-hover .table-gray:hover > td,
  .table-hover .table-gray:hover > th {
    background-color: #f0f0f0; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.05); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.05); }

.table .thead-dark th {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #2d2d2d; }

.table .thead-light th {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #e6e6e6; }

.table-dark {
  color: #fff;
  background-color: #1a1a1a; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #2d2d2d; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 599.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(3.5rem + 0px);
  padding: 0.8125rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 2;
  color: #4d4d4d;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #333333;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #4d4d4d;
    background-color: #fff;
    border-color: #333333;
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
  .form-control::-webkit-input-placeholder {
    color: #666666;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #666666;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #666666;
    opacity: 1; }
  .form-control::placeholder {
    color: #666666;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e6e6e6;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #4d4d4d;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.8125rem + 0px);
  padding-bottom: calc(0.8125rem + 0px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2; }

.col-form-label-lg {
  padding-top: calc(1.4375rem + 0px);
  padding-bottom: calc(1.4375rem + 0px);
  font-size: 1.125rem;
  line-height: 1.75; }

.col-form-label-sm {
  padding-top: calc(0.5rem + 0px);
  padding-bottom: calc(0.5rem + 0px);
  font-size: 0.82734rem;
  line-height: 1.75; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0;
  line-height: 2;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 0px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(2.44785rem + 0px);
  padding: 0.5rem 0.875rem;
  font-size: 0.82734rem;
  line-height: 1.75;
  border-radius: 0.15rem; }

.form-control-lg {
  height: calc(4.84375rem + 0px);
  padding: 1.4375rem 2.0625rem;
  font-size: 1.125rem;
  line-height: 1.75;
  border-radius: 0.25rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 0; }

.form-text {
  display: block;
  margin-top: 0.83333rem; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #999999; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.83333rem;
  font-size: 80%;
  color: #3AAA35; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.82734rem;
  line-height: 1.75;
  color: #fff;
  background-color: rgba(58, 170, 53, 0.9);
  border-radius: 0.2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .multi-select .dropdown-heading:valid, .multi-select .was-validated .dropdown-heading:valid,
.custom-select.is-valid,
.multi-select .is-valid.dropdown-heading {
  border-color: #3AAA35; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .multi-select .dropdown-heading:valid:focus, .multi-select .was-validated .dropdown-heading:valid:focus,
  .custom-select.is-valid:focus,
  .multi-select .is-valid.dropdown-heading:focus {
    border-color: #3AAA35;
    -webkit-box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.25);
            box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .multi-select .dropdown-heading:valid ~ .valid-feedback, .multi-select .was-validated .dropdown-heading:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .was-validated .multi-select .dropdown-heading:valid ~ .valid-tooltip,
  .multi-select .was-validated .dropdown-heading:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .multi-select .is-valid.dropdown-heading ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip,
  .multi-select .is-valid.dropdown-heading ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3AAA35; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #3AAA35; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #89d985; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #50c74b; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(58, 170, 53, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(58, 170, 53, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3AAA35; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.25);
          box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.83333rem;
  font-size: 80%;
  color: #D51317; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.82734rem;
  line-height: 1.75;
  color: #fff;
  background-color: rgba(213, 19, 23, 0.9);
  border-radius: 0.2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .multi-select .dropdown-heading:invalid, .multi-select .was-validated .dropdown-heading:invalid,
.custom-select.is-invalid,
.multi-select .is-invalid.dropdown-heading {
  border-color: #D51317; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .multi-select .dropdown-heading:invalid:focus, .multi-select .was-validated .dropdown-heading:invalid:focus,
  .custom-select.is-invalid:focus,
  .multi-select .is-invalid.dropdown-heading:focus {
    border-color: #D51317;
    -webkit-box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.25);
            box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .multi-select .dropdown-heading:invalid ~ .invalid-feedback, .multi-select .was-validated .dropdown-heading:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .was-validated .multi-select .dropdown-heading:invalid ~ .invalid-tooltip,
  .multi-select .was-validated .dropdown-heading:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .multi-select .is-invalid.dropdown-heading ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip,
  .multi-select .is-invalid.dropdown-heading ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #D51317; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #D51317; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f37577; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ec2f33; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(213, 19, 23, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(213, 19, 23, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D51317; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.25);
          box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 600px) {
    .form-inline label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select,
    .form-inline .multi-select .dropdown-heading,
    .multi-select .form-inline .dropdown-heading {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -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; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0 solid transparent;
  padding: 0.8125rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 2;
  border-radius: 0.2rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
  .btn.disabled, .btn:disabled {
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15), inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-base {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-base:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a; }
  .btn-base:focus, .btn-base.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(51, 51, 51, 0.5);
            box-shadow: none, 0 0 0 1px rgba(51, 51, 51, 0.5); }
  .btn-base.disabled, .btn-base:disabled {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-base:not(:disabled):not(.disabled):active, .btn-base:not(:disabled):not(.disabled).active,
  .show > .btn-base.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313; }
    .btn-base:not(:disabled):not(.disabled):active:focus, .btn-base:not(:disabled):not(.disabled).active:focus,
    .show > .btn-base.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(51, 51, 51, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(51, 51, 51, 0.5); }

.btn-primary {
  color: #fff;
  background-color: #D51317;
  border-color: #D51317;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-primary:hover {
    color: #fff;
    background-color: #b21013;
    border-color: #a60f12; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(213, 19, 23, 0.5);
            box-shadow: none, 0 0 0 1px rgba(213, 19, 23, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #D51317;
    border-color: #D51317; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a60f12;
    border-color: #9a0e11; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #3AAA35;
  border-color: #3AAA35;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #308d2c;
    border-color: #2d8329; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(58, 170, 53, 0.5);
            box-shadow: none, 0 0 0 1px rgba(58, 170, 53, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #3AAA35;
    border-color: #3AAA35; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2d8329;
    border-color: #297926; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5); }

.btn-tertiary {
  color: #333333;
  background-color: #FBDD00;
  border-color: #FBDD00;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-tertiary:hover {
    color: #333333;
    background-color: #d5bb00;
    border-color: #c8b000; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(251, 221, 0, 0.5);
            box-shadow: none, 0 0 0 1px rgba(251, 221, 0, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #333333;
    background-color: #FBDD00;
    border-color: #FBDD00; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #333333;
    background-color: #c8b000;
    border-color: #bba500; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(251, 221, 0, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(251, 221, 0, 0.5); }

.btn-quaternary {
  color: #333333;
  background-color: #F9F7F7;
  border-color: #F9F7F7;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-quaternary:hover {
    color: #333333;
    background-color: #e9e1e1;
    border-color: #e3dada; }
  .btn-quaternary:focus, .btn-quaternary.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(249, 247, 247, 0.5);
            box-shadow: none, 0 0 0 1px rgba(249, 247, 247, 0.5); }
  .btn-quaternary.disabled, .btn-quaternary:disabled {
    color: #333333;
    background-color: #F9F7F7;
    border-color: #F9F7F7; }
  .btn-quaternary:not(:disabled):not(.disabled):active, .btn-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-quaternary.dropdown-toggle {
    color: #333333;
    background-color: #e3dada;
    border-color: #ded3d3; }
    .btn-quaternary:not(:disabled):not(.disabled):active:focus, .btn-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quaternary.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5); }

.btn-success {
  color: #fff;
  background-color: #3AAA35;
  border-color: #3AAA35;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-success:hover {
    color: #fff;
    background-color: #308d2c;
    border-color: #2d8329; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(58, 170, 53, 0.5);
            box-shadow: none, 0 0 0 1px rgba(58, 170, 53, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #3AAA35;
    border-color: #3AAA35; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d8329;
    border-color: #297926; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5); }

.btn-info {
  color: #333333;
  background-color: #76C8E4;
  border-color: #76C8E4;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-info:hover {
    color: #333333;
    background-color: #56bbde;
    border-color: #4bb7dc; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(118, 200, 228, 0.5);
            box-shadow: none, 0 0 0 1px rgba(118, 200, 228, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #333333;
    background-color: #76C8E4;
    border-color: #76C8E4; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #333333;
    background-color: #4bb7dc;
    border-color: #41b3da; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(118, 200, 228, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(118, 200, 228, 0.5); }

.btn-warning {
  color: #333333;
  background-color: #FFB436;
  border-color: #FFB436;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-warning:hover {
    color: #333333;
    background-color: #ffa610;
    border-color: #ffa103; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(255, 180, 54, 0.5);
            box-shadow: none, 0 0 0 1px rgba(255, 180, 54, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #333333;
    background-color: #FFB436;
    border-color: #FFB436; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #333333;
    background-color: #ffa103;
    border-color: #f59a00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 180, 54, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 180, 54, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #D51317;
  border-color: #D51317;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-danger:hover {
    color: #fff;
    background-color: #b21013;
    border-color: #a60f12; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(213, 19, 23, 0.5);
            box-shadow: none, 0 0 0 1px rgba(213, 19, 23, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #D51317;
    border-color: #D51317; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a60f12;
    border-color: #9a0e11; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5); }

.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-white:hover {
    color: #333333;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(255, 255, 255, 0.5);
            box-shadow: none, 0 0 0 1px rgba(255, 255, 255, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #333333;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 255, 255, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 255, 255, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(0, 0, 0, 0.5);
            box-shadow: none, 0 0 0 1px rgba(0, 0, 0, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(0, 0, 0, 0.5); }

.btn-gray {
  color: #333333;
  background-color: #F9F7F7;
  border-color: #F9F7F7;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-gray:hover {
    color: #333333;
    background-color: #e9e1e1;
    border-color: #e3dada; }
  .btn-gray:focus, .btn-gray.focus {
    -webkit-box-shadow: none, 0 0 0 1px rgba(249, 247, 247, 0.5);
            box-shadow: none, 0 0 0 1px rgba(249, 247, 247, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #333333;
    background-color: #F9F7F7;
    border-color: #F9F7F7; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #333333;
    background-color: #e3dada;
    border-color: #ded3d3; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5); }

.btn-outline-base {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #333333; }
  .btn-outline-base:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-outline-base:focus, .btn-outline-base.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.5);
            box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.5); }
  .btn-outline-base.disabled, .btn-outline-base:disabled {
    color: #333333;
    background-color: transparent; }
  .btn-outline-base:not(:disabled):not(.disabled):active, .btn-outline-base:not(:disabled):not(.disabled).active,
  .show > .btn-outline-base.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
    .btn-outline-base:not(:disabled):not(.disabled):active:focus, .btn-outline-base:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-base.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(51, 51, 51, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(51, 51, 51, 0.5); }

.btn-outline-primary {
  color: #D51317;
  background-color: transparent;
  background-image: none;
  border-color: #D51317; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #D51317;
    border-color: #D51317; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5);
            box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #D51317;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #D51317;
    border-color: #D51317; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5); }

.btn-outline-secondary {
  color: #3AAA35;
  background-color: transparent;
  background-image: none;
  border-color: #3AAA35; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #3AAA35;
    border-color: #3AAA35; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5);
            box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #3AAA35;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #3AAA35;
    border-color: #3AAA35; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5); }

.btn-outline-tertiary {
  color: #FBDD00;
  background-color: transparent;
  background-image: none;
  border-color: #FBDD00; }
  .btn-outline-tertiary:hover {
    color: #333333;
    background-color: #FBDD00;
    border-color: #FBDD00; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(251, 221, 0, 0.5);
            box-shadow: 0 0 0 1px rgba(251, 221, 0, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #FBDD00;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #333333;
    background-color: #FBDD00;
    border-color: #FBDD00; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(251, 221, 0, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(251, 221, 0, 0.5); }

.btn-outline-quaternary {
  color: #F9F7F7;
  background-color: transparent;
  background-image: none;
  border-color: #F9F7F7; }
  .btn-outline-quaternary:hover {
    color: #333333;
    background-color: #F9F7F7;
    border-color: #F9F7F7; }
  .btn-outline-quaternary:focus, .btn-outline-quaternary.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5);
            box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5); }
  .btn-outline-quaternary.disabled, .btn-outline-quaternary:disabled {
    color: #F9F7F7;
    background-color: transparent; }
  .btn-outline-quaternary:not(:disabled):not(.disabled):active, .btn-outline-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quaternary.dropdown-toggle {
    color: #333333;
    background-color: #F9F7F7;
    border-color: #F9F7F7; }
    .btn-outline-quaternary:not(:disabled):not(.disabled):active:focus, .btn-outline-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quaternary.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5); }

.btn-outline-success {
  color: #3AAA35;
  background-color: transparent;
  background-image: none;
  border-color: #3AAA35; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #3AAA35;
    border-color: #3AAA35; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5);
            box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #3AAA35;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #3AAA35;
    border-color: #3AAA35; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5); }

.btn-outline-info {
  color: #76C8E4;
  background-color: transparent;
  background-image: none;
  border-color: #76C8E4; }
  .btn-outline-info:hover {
    color: #333333;
    background-color: #76C8E4;
    border-color: #76C8E4; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(118, 200, 228, 0.5);
            box-shadow: 0 0 0 1px rgba(118, 200, 228, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #76C8E4;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #333333;
    background-color: #76C8E4;
    border-color: #76C8E4; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(118, 200, 228, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(118, 200, 228, 0.5); }

.btn-outline-warning {
  color: #FFB436;
  background-color: transparent;
  background-image: none;
  border-color: #FFB436; }
  .btn-outline-warning:hover {
    color: #333333;
    background-color: #FFB436;
    border-color: #FFB436; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 180, 54, 0.5);
            box-shadow: 0 0 0 1px rgba(255, 180, 54, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFB436;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #333333;
    background-color: #FFB436;
    border-color: #FFB436; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 180, 54, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 180, 54, 0.5); }

.btn-outline-danger {
  color: #D51317;
  background-color: transparent;
  background-image: none;
  border-color: #D51317; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #D51317;
    border-color: #D51317; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5);
            box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #D51317;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #D51317;
    border-color: #D51317; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5); }

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #333333;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #333333;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 255, 255, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 255, 255, 0.5); }

.btn-outline-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(0, 0, 0, 0.5); }

.btn-outline-gray {
  color: #F9F7F7;
  background-color: transparent;
  background-image: none;
  border-color: #F9F7F7; }
  .btn-outline-gray:hover {
    color: #333333;
    background-color: #F9F7F7;
    border-color: #F9F7F7; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    -webkit-box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5);
            box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #F9F7F7;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #333333;
    background-color: #F9F7F7;
    border-color: #F9F7F7; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5); }

.btn-link {
  font-weight: 400;
  color: inherit;
  background-color: transparent; }
  .btn-link:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #666666;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 1.4375rem 2.0625rem;
  font-size: 1.125rem;
  line-height: 1.75;
  border-radius: 0.25rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.6875rem 1rem;
  font-size: 0.82734rem;
  line-height: 1.75;
  border-radius: 0.15rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 105%;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9375rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 1.25rem 0;
  overflow: hidden;
  border-top: 1px solid #cccccc; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1a1a1a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #0d0d0d;
    text-decoration: none;
    background-color: #e6e6e6; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #D51317; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #666666;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.82734rem;
  color: #666666;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #1a1a1a; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: 0; }

.btn-toolbar {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.54688rem;
  padding-left: 1.54688rem; }

.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: 0;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .multi-select .input-group > .dropdown-heading,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .multi-select .input-group > .form-control + .dropdown-heading,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .multi-select .input-group > .dropdown-heading + .form-control,
    .input-group > .custom-select + .custom-select,
    .multi-select .input-group > .dropdown-heading + .custom-select,
    .multi-select .input-group > .custom-select + .dropdown-heading,
    .multi-select .input-group > .dropdown-heading + .dropdown-heading,
    .input-group > .custom-select + .custom-file,
    .multi-select .input-group > .dropdown-heading + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .multi-select .input-group > .custom-file + .dropdown-heading,
    .input-group > .custom-file + .custom-file {
      margin-left: 0px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .multi-select .input-group > .dropdown-heading:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child),
  .multi-select .input-group > .dropdown-heading:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child),
  .multi-select .input-group > .dropdown-heading:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    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; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: 0px; }

.input-group-prepend {
  margin-right: 0px; }

.input-group-append {
  margin-left: 0px; }

.input-group-text {
  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;
  padding: 0.8125rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
  background-color: #cccccc;
  border: 0px solid #333333;
  border-radius: 0.2rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(4.84375rem + 0px);
  padding: 1.4375rem 2.0625rem;
  font-size: 1.125rem;
  line-height: 1.75;
  border-radius: 0.25rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(2.44785rem + 0px);
  padding: 0.5rem 0.875rem;
  font-size: 0.82734rem;
  line-height: 1.75;
  border-radius: 0.15rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.64062rem;
  padding-left: 2.75rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #3AAA35;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #333333; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e6e6e6; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: -0.07969rem;
    left: -2.75rem;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
  .custom-control-label::after {
    position: absolute;
    top: -0.07969rem;
    left: -2.75rem;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55% 55%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.2rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3AAA35; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='%23fff' d='M13.5 0.5 15.5 2.5 6.5 11.5 0.5 5.5 2.5 3.5 6.5 7.5z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #D51317;
  -webkit-box-shadow: none;
          box-shadow: none; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #e6e6e6; }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #e6e6e6; }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3AAA35; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%233AAA35'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #e6e6e6; }

.custom-select, .multi-select .dropdown-heading {
  display: inline-block;
  width: 100%;
  height: calc(3.5rem + 0px);
  padding: 0.625rem 3.75rem 0.625rem 1.25rem;
  line-height: 2;
  color: #4d4d4d;
  vertical-align: middle;
  background: #fff url(../img/arrow-down-gray.svg) no-repeat right 1.25rem center;
  background-size: 12px;
  border: 0px solid #333333;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus, .multi-select .dropdown-heading:focus {
    border-color: #333333;
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
    .custom-select:focus::-ms-value, .multi-select .dropdown-heading:focus::-ms-value {
      color: #4d4d4d;
      background-color: #fff; }
  .custom-select[multiple], .multi-select .dropdown-heading[multiple], .custom-select[size]:not([size="1"]), .multi-select .dropdown-heading[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.25rem;
    background-image: none; }
  .custom-select:disabled, .multi-select .dropdown-heading:disabled {
    color: #666666;
    background-color: #cccccc; }
  .custom-select::-ms-expand, .multi-select .dropdown-heading::-ms-expand {
    opacity: 0; }

.custom-select-sm, .multi-select-sm .dropdown-heading {
  height: calc(2.44785rem + 0px);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(4.84375rem + 0px);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(3.5rem + 0px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3.5rem + 0px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #333333;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #333333; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e6e6e6; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3.5rem + 0px);
  padding: 0.8125rem 1.25rem;
  line-height: 2;
  color: #4d4d4d;
  background-color: #fff;
  border: 0 solid #333333;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 3.5rem;
    padding: 0.8125rem 1.25rem;
    line-height: 2;
    color: #4d4d4d;
    content: "Browse";
    background-color: #cccccc;
    border-left: 0 solid #333333;
    border-radius: 0 0.2rem 0.2rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #D51317;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #f7a4a5; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #b3b3b3;
    border-color: transparent;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #D51317;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #f7a4a5; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #b3b3b3;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 1px;
    margin-left: 1px;
    background-color: #D51317;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #f7a4a5; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-fill-lower {
    background-color: #b3b3b3;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #b3b3b3;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label, .custom-select, .multi-select .dropdown-heading {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label, .custom-select, .multi-select .dropdown-heading {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #666666; }

.nav-tabs {
  border-bottom: 1px solid #b3b3b3; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #cccccc #cccccc #b3b3b3; }
    .nav-tabs .nav-link.disabled {
      color: #666666;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #4d4d4d;
    background-color: #fff;
    border-color: #b3b3b3 #b3b3b3 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.2rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #D51317; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 2.5rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 2.5rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  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-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.2rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 599.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 600px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1280px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  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;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 0.2rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.9375rem; }

.card-subtitle {
  margin-top: -0.46875rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.9375rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6; }
  .card-header:first-child {
    border-radius: calc(0.2rem - 1px) calc(0.2rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.9375rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid #e6e6e6; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.2rem - 1px) calc(0.2rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.9375rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.2rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 1px); }

.card-deck {
  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; }
  .card-deck .card {
    margin-bottom: 20px; }
  @media (min-width: 600px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -20px;
      margin-left: -20px; }
      .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 20px; } }

.card-group {
  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; }
  .card-group > .card {
    margin-bottom: 20px; }
  @media (min-width: 600px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.2rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.2rem;
            border-top-right-radius: 0.2rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.2rem;
            border-bottom-left-radius: 0.2rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.9375rem; }

@media (min-width: 600px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.2rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #666666;
    content: none; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #333333; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.2rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1;
  color: #333333;
  background-color: transparent;
  border: 0 solid #b3b3b3; }
  .page-link:hover {
    z-index: 2;
    color: #333333;
    text-decoration: none;
    background-color: transparent;
    border-color: #b3b3b3; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #333333;
  background-color: transparent;
  border-color: transparent; }

.page-item.disabled .page-link {
  color: #333333;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #b3b3b3; }

.pagination-lg .page-link {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  line-height: 1.75; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.82734rem;
  line-height: 1.75; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem; }

.badge {
  display: inline-block;
  padding: 0.4375rem 0.9375rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  border-radius: 10rem; }

.badge-base {
  color: #fff;
  background-color: #333333; }
  .badge-base[href]:hover, .badge-base[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1a1a1a; }

.badge-primary {
  color: #fff;
  background-color: #D51317; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #a60f12; }

.badge-secondary {
  color: #fff;
  background-color: #3AAA35; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2d8329; }

.badge-tertiary {
  color: #333333;
  background-color: #FBDD00; }
  .badge-tertiary[href]:hover, .badge-tertiary[href]:focus {
    color: #333333;
    text-decoration: none;
    background-color: #c8b000; }

.badge-quaternary {
  color: #333333;
  background-color: #F9F7F7; }
  .badge-quaternary[href]:hover, .badge-quaternary[href]:focus {
    color: #333333;
    text-decoration: none;
    background-color: #e3dada; }

.badge-success {
  color: #fff;
  background-color: #3AAA35; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2d8329; }

.badge-info {
  color: #333333;
  background-color: #76C8E4; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #333333;
    text-decoration: none;
    background-color: #4bb7dc; }

.badge-warning {
  color: #333333;
  background-color: #FFB436; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #333333;
    text-decoration: none;
    background-color: #ffa103; }

.badge-danger {
  color: #fff;
  background-color: #D51317; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #a60f12; }

.badge-white {
  color: #333333;
  background-color: #fff; }
  .badge-white[href]:hover, .badge-white[href]:focus {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6; }

.badge-black {
  color: #fff;
  background-color: #000; }
  .badge-black[href]:hover, .badge-black[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: black; }

.badge-gray {
  color: #333333;
  background-color: #F9F7F7; }
  .badge-gray[href]:hover, .badge-gray[href]:focus {
    color: #333333;
    text-decoration: none;
    background-color: #e3dada; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #cccccc;
  border-radius: 0.25rem; }
  @media (min-width: 600px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.8125rem 1.875rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.2rem; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 5.625rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.8125rem 1.875rem;
    color: inherit; }

.alert-base {
  color: #333333;
  background-color: #d6d6d6;
  border-color: #c6c6c6; }
  .alert-base hr {
    border-top-color: #b9b9b9; }
  .alert-base .alert-link {
    color: #1a1a1a; }

.alert-primary {
  color: #d51317;
  background-color: #f7d0d1;
  border-color: #f3bdbe; }
  .alert-primary hr {
    border-top-color: #efa7a9; }
  .alert-primary .alert-link {
    color: #a60f12; }

.alert-secondary {
  color: #3aaa35;
  background-color: #d8eed7;
  border-color: #c8e7c6; }
  .alert-secondary hr {
    border-top-color: #b7dfb4; }
  .alert-secondary .alert-link {
    color: #2d8329; }

.alert-tertiary {
  color: #fbdd00;
  background-color: #fef8cc;
  border-color: #fef5b8; }
  .alert-tertiary hr {
    border-top-color: #fef19f; }
  .alert-tertiary .alert-link {
    color: #c8b000; }

.alert-quaternary {
  color: #f9f7f7;
  background-color: #fefdfd;
  border-color: #fdfdfd; }
  .alert-quaternary hr {
    border-top-color: #f0f0f0; }
  .alert-quaternary .alert-link {
    color: #e3dada; }

.alert-success {
  color: #3aaa35;
  background-color: #d8eed7;
  border-color: #c8e7c6; }
  .alert-success hr {
    border-top-color: #b7dfb4; }
  .alert-success .alert-link {
    color: #2d8329; }

.alert-info {
  color: #76c8e4;
  background-color: #e4f4fa;
  border-color: #d9f0f7; }
  .alert-info hr {
    border-top-color: #c4e8f3; }
  .alert-info .alert-link {
    color: #4bb7dc; }

.alert-warning {
  color: #ffb436;
  background-color: #fff0d7;
  border-color: #ffeac7; }
  .alert-warning hr {
    border-top-color: #ffe0ae; }
  .alert-warning .alert-link {
    color: #ffa103; }

.alert-danger {
  color: #d51317;
  background-color: #f7d0d1;
  border-color: #f3bdbe; }
  .alert-danger hr {
    border-top-color: #efa7a9; }
  .alert-danger .alert-link {
    color: #a60f12; }

.alert-white {
  color: white;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #e6e6e6; }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

.alert-gray {
  color: #f9f7f7;
  background-color: #fefdfd;
  border-color: #fdfdfd; }
  .alert-gray hr {
    border-top-color: #f0f0f0; }
  .alert-gray .alert-link {
    color: #e3dada; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.70312rem;
  background-color: #cccccc;
  border-radius: 0.2rem;
  -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #D51317;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  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-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #4d4d4d;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #4d4d4d;
    text-decoration: none;
    background-color: #e6e6e6; }
  .list-group-item-action:active {
    color: #333333;
    background-color: #cccccc; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #666666;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #D51317;
    border-color: #D51317; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-base {
  color: #1b1b1b;
  background-color: #c6c6c6; }
  .list-group-item-base.list-group-item-action:hover, .list-group-item-base.list-group-item-action:focus {
    color: #1b1b1b;
    background-color: #b9b9b9; }
  .list-group-item-base.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b; }

.list-group-item-primary {
  color: #6f0a0c;
  background-color: #f3bdbe; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #6f0a0c;
    background-color: #efa7a9; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #6f0a0c;
    border-color: #6f0a0c; }

.list-group-item-secondary {
  color: #1e581c;
  background-color: #c8e7c6; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #1e581c;
    background-color: #b7dfb4; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #1e581c;
    border-color: #1e581c; }

.list-group-item-tertiary {
  color: #837300;
  background-color: #fef5b8; }
  .list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
    color: #837300;
    background-color: #fef19f; }
  .list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #837300;
    border-color: #837300; }

.list-group-item-quaternary {
  color: #818080;
  background-color: #fdfdfd; }
  .list-group-item-quaternary.list-group-item-action:hover, .list-group-item-quaternary.list-group-item-action:focus {
    color: #818080;
    background-color: #f0f0f0; }
  .list-group-item-quaternary.list-group-item-action.active {
    color: #fff;
    background-color: #818080;
    border-color: #818080; }

.list-group-item-success {
  color: #1e581c;
  background-color: #c8e7c6; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #1e581c;
    background-color: #b7dfb4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1e581c;
    border-color: #1e581c; }

.list-group-item-info {
  color: #3d6877;
  background-color: #d9f0f7; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #3d6877;
    background-color: #c4e8f3; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #3d6877;
    border-color: #3d6877; }

.list-group-item-warning {
  color: #855e1c;
  background-color: #ffeac7; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #855e1c;
    background-color: #ffe0ae; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #855e1c;
    border-color: #855e1c; }

.list-group-item-danger {
  color: #6f0a0c;
  background-color: #f3bdbe; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6f0a0c;
    background-color: #efa7a9; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6f0a0c;
    border-color: #6f0a0c; }

.list-group-item-white {
  color: #858585;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-gray {
  color: #818080;
  background-color: #fdfdfd; }
  .list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #818080;
    background-color: #f0f0f0; }
  .list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #818080;
    border-color: #818080; }

.close {
  float: right;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  text-shadow: none;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: inherit;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  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;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  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;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.8; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #cccccc;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.2; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #cccccc; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 600px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-content {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.82734rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.2rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.82734rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.25rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.25rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.25rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333333; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-base {
  background-color: #333333 !important; }

a.bg-base:hover, a.bg-base:focus,
button.bg-base:hover,
button.bg-base:focus {
  background-color: #1a1a1a !important; }

.bg-primary {
  background-color: #D51317 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #a60f12 !important; }

.bg-secondary {
  background-color: #3AAA35 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #2d8329 !important; }

.bg-tertiary {
  background-color: #FBDD00 !important; }

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #c8b000 !important; }

.bg-quaternary {
  background-color: #F9F7F7 !important; }

a.bg-quaternary:hover, a.bg-quaternary:focus,
button.bg-quaternary:hover,
button.bg-quaternary:focus {
  background-color: #e3dada !important; }

.bg-success {
  background-color: #3AAA35 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2d8329 !important; }

.bg-info {
  background-color: #76C8E4 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #4bb7dc !important; }

.bg-warning {
  background-color: #FFB436 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffa103 !important; }

.bg-danger {
  background-color: #D51317 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a60f12 !important; }

.bg-white {
  background-color: #fff !important; }

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-black {
  background-color: #000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-gray {
  background-color: #F9F7F7 !important; }

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #e3dada !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e6e6e6 !important; }

.border-top {
  border-top: 1px solid #e6e6e6 !important; }

.border-right {
  border-right: 1px solid #e6e6e6 !important; }

.border-bottom {
  border-bottom: 1px solid #e6e6e6 !important; }

.border-left {
  border-left: 1px solid #e6e6e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-base {
  border-color: #333333 !important; }

.border-primary {
  border-color: #D51317 !important; }

.border-secondary {
  border-color: #3AAA35 !important; }

.border-tertiary {
  border-color: #FBDD00 !important; }

.border-quaternary {
  border-color: #F9F7F7 !important; }

.border-success {
  border-color: #3AAA35 !important; }

.border-info {
  border-color: #76C8E4 !important; }

.border-warning {
  border-color: #FFB436 !important; }

.border-danger {
  border-color: #D51317 !important; }

.border-white {
  border-color: #fff !important; }

.border-black {
  border-color: #000 !important; }

.border-gray {
  border-color: #F9F7F7 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.2rem !important; }

.rounded-top {
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important; }

.rounded-right {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important; }

.rounded-left {
  border-top-left-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 600px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 600px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 600px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, .swatch__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.625rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.625rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.625rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.625rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.625rem !important; }

.m-2 {
  margin: 1.25rem !important; }

.mt-2,
.my-2 {
  margin-top: 1.25rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1.25rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1.25rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1.25rem !important; }

.m-3 {
  margin: 1.875rem !important; }

.mt-3,
.my-3 {
  margin-top: 1.875rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1.875rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1.875rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1.875rem !important; }

.m-4 {
  margin: 2.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 2.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 2.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 2.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 2.5rem !important; }

.m-5 {
  margin: 3.75rem !important; }

.mt-5,
.my-5 {
  margin-top: 3.75rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3.75rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3.75rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3.75rem !important; }

.m-6 {
  margin: 5rem !important; }

.mt-6,
.my-6 {
  margin-top: 5rem !important; }

.mr-6,
.mx-6 {
  margin-right: 5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 5rem !important; }

.ml-6,
.mx-6 {
  margin-left: 5rem !important; }

.m-7 {
  margin: 7.5rem !important; }

.mt-7,
.my-7 {
  margin-top: 7.5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 7.5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 7.5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 7.5rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.625rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.625rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.625rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.625rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.625rem !important; }

.p-2 {
  padding: 1.25rem !important; }

.pt-2,
.py-2 {
  padding-top: 1.25rem !important; }

.pr-2,
.px-2 {
  padding-right: 1.25rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1.25rem !important; }

.pl-2,
.px-2 {
  padding-left: 1.25rem !important; }

.p-3 {
  padding: 1.875rem !important; }

.pt-3,
.py-3 {
  padding-top: 1.875rem !important; }

.pr-3,
.px-3 {
  padding-right: 1.875rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1.875rem !important; }

.pl-3,
.px-3 {
  padding-left: 1.875rem !important; }

.p-4 {
  padding: 2.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 2.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 2.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 2.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 2.5rem !important; }

.p-5 {
  padding: 3.75rem !important; }

.pt-5,
.py-5 {
  padding-top: 3.75rem !important; }

.pr-5,
.px-5 {
  padding-right: 3.75rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3.75rem !important; }

.pl-5,
.px-5 {
  padding-left: 3.75rem !important; }

.p-6 {
  padding: 5rem !important; }

.pt-6,
.py-6 {
  padding-top: 5rem !important; }

.pr-6,
.px-6 {
  padding-right: 5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 5rem !important; }

.pl-6,
.px-6 {
  padding-left: 5rem !important; }

.p-7 {
  padding: 7.5rem !important; }

.pt-7,
.py-7 {
  padding-top: 7.5rem !important; }

.pr-7,
.px-7 {
  padding-right: 7.5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 7.5rem !important; }

.pl-7,
.px-7 {
  padding-left: 7.5rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 600px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.625rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.625rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.625rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.625rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.625rem !important; }
  .m-sm-2 {
    margin: 1.25rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.25rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.25rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.25rem !important; }
  .m-sm-3 {
    margin: 1.875rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.875rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.875rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.875rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.875rem !important; }
  .m-sm-4 {
    margin: 2.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.5rem !important; }
  .m-sm-5 {
    margin: 3.75rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.75rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.75rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.75rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.75rem !important; }
  .m-sm-6 {
    margin: 5rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 5rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 5rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 5rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 5rem !important; }
  .m-sm-7 {
    margin: 7.5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7.5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7.5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7.5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7.5rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.625rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.625rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.625rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.625rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.625rem !important; }
  .p-sm-2 {
    padding: 1.25rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.25rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.25rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.25rem !important; }
  .p-sm-3 {
    padding: 1.875rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.875rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.875rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.875rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.875rem !important; }
  .p-sm-4 {
    padding: 2.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.5rem !important; }
  .p-sm-5 {
    padding: 3.75rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.75rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.75rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.75rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.75rem !important; }
  .p-sm-6 {
    padding: 5rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 5rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 5rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 5rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 5rem !important; }
  .p-sm-7 {
    padding: 7.5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7.5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7.5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7.5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7.5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.625rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.625rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.625rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.625rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.625rem !important; }
  .m-md-2 {
    margin: 1.25rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.25rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.25rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.25rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.25rem !important; }
  .m-md-3 {
    margin: 1.875rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.875rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.875rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.875rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.875rem !important; }
  .m-md-4 {
    margin: 2.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.5rem !important; }
  .m-md-5 {
    margin: 3.75rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.75rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.75rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.75rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.75rem !important; }
  .m-md-6 {
    margin: 5rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 5rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 5rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 5rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 5rem !important; }
  .m-md-7 {
    margin: 7.5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7.5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7.5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7.5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7.5rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.625rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.625rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.625rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.625rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.625rem !important; }
  .p-md-2 {
    padding: 1.25rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.25rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.25rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.25rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.25rem !important; }
  .p-md-3 {
    padding: 1.875rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.875rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.875rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.875rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.875rem !important; }
  .p-md-4 {
    padding: 2.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.5rem !important; }
  .p-md-5 {
    padding: 3.75rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.75rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.75rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.75rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.75rem !important; }
  .p-md-6 {
    padding: 5rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 5rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 5rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 5rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 5rem !important; }
  .p-md-7 {
    padding: 7.5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7.5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7.5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7.5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7.5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.625rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.625rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.625rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.625rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.625rem !important; }
  .m-lg-2 {
    margin: 1.25rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.25rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.25rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.25rem !important; }
  .m-lg-3 {
    margin: 1.875rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.875rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.875rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.875rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.875rem !important; }
  .m-lg-4 {
    margin: 2.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.5rem !important; }
  .m-lg-5 {
    margin: 3.75rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.75rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.75rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.75rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.75rem !important; }
  .m-lg-6 {
    margin: 5rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 5rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 5rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 5rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 5rem !important; }
  .m-lg-7 {
    margin: 7.5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7.5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7.5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7.5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7.5rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.625rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.625rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.625rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.625rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.625rem !important; }
  .p-lg-2 {
    padding: 1.25rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.25rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.25rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.25rem !important; }
  .p-lg-3 {
    padding: 1.875rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.875rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.875rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.875rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.875rem !important; }
  .p-lg-4 {
    padding: 2.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.5rem !important; }
  .p-lg-5 {
    padding: 3.75rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.75rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.75rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.75rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.75rem !important; }
  .p-lg-6 {
    padding: 5rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 5rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 5rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 5rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 5rem !important; }
  .p-lg-7 {
    padding: 7.5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7.5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7.5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7.5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7.5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.625rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.625rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.625rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.625rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.625rem !important; }
  .m-xl-2 {
    margin: 1.25rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.25rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.25rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.25rem !important; }
  .m-xl-3 {
    margin: 1.875rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.875rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.875rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.875rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.875rem !important; }
  .m-xl-4 {
    margin: 2.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.5rem !important; }
  .m-xl-5 {
    margin: 3.75rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.75rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.75rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.75rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.75rem !important; }
  .m-xl-6 {
    margin: 5rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 5rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 5rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 5rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 5rem !important; }
  .m-xl-7 {
    margin: 7.5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7.5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7.5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7.5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7.5rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.625rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.625rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.625rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.625rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.625rem !important; }
  .p-xl-2 {
    padding: 1.25rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.25rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.25rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.25rem !important; }
  .p-xl-3 {
    padding: 1.875rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.875rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.875rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.875rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.875rem !important; }
  .p-xl-4 {
    padding: 2.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.5rem !important; }
  .p-xl-5 {
    padding: 3.75rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.75rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.75rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.75rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.75rem !important; }
  .p-xl-6 {
    padding: 5rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 5rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 5rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 5rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 5rem !important; }
  .p-xl-7 {
    padding: 7.5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7.5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7.5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7.5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7.5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.625rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.625rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.625rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.625rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.625rem !important; }
  .m-xxl-2 {
    margin: 1.25rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1.25rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1.25rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1.25rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1.25rem !important; }
  .m-xxl-3 {
    margin: 1.875rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1.875rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1.875rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1.875rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1.875rem !important; }
  .m-xxl-4 {
    margin: 2.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 2.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 2.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 2.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 2.5rem !important; }
  .m-xxl-5 {
    margin: 3.75rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3.75rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3.75rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3.75rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3.75rem !important; }
  .m-xxl-6 {
    margin: 5rem !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 5rem !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 5rem !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 5rem !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 5rem !important; }
  .m-xxl-7 {
    margin: 7.5rem !important; }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 7.5rem !important; }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 7.5rem !important; }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 7.5rem !important; }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 7.5rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.625rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.625rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.625rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.625rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.625rem !important; }
  .p-xxl-2 {
    padding: 1.25rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1.25rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1.25rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1.25rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1.25rem !important; }
  .p-xxl-3 {
    padding: 1.875rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1.875rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1.875rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1.875rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1.875rem !important; }
  .p-xxl-4 {
    padding: 2.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 2.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 2.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 2.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 2.5rem !important; }
  .p-xxl-5 {
    padding: 3.75rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3.75rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3.75rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3.75rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3.75rem !important; }
  .p-xxl-6 {
    padding: 5rem !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 5rem !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 5rem !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 5rem !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 5rem !important; }
  .p-xxl-7 {
    padding: 7.5rem !important; }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 7.5rem !important; }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 7.5rem !important; }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 7.5rem !important; }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 7.5rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate, .list--page .list__title, .card--product .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 600px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-base {
  color: #333333 !important; }

a.text-base:hover, a.text-base:focus {
  color: #1a1a1a !important; }

.text-primary {
  color: #D51317 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #a60f12 !important; }

.text-secondary {
  color: #3AAA35 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #2d8329 !important; }

.text-tertiary {
  color: #FBDD00 !important; }

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #c8b000 !important; }

.text-quaternary {
  color: #F9F7F7 !important; }

a.text-quaternary:hover, a.text-quaternary:focus {
  color: #e3dada !important; }

.text-success {
  color: #3AAA35 !important; }

a.text-success:hover, a.text-success:focus {
  color: #2d8329 !important; }

.text-info {
  color: #76C8E4 !important; }

a.text-info:hover, a.text-info:focus {
  color: #4bb7dc !important; }

.text-warning {
  color: #FFB436 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ffa103 !important; }

.text-danger {
  color: #D51317 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a60f12 !important; }

.text-white {
  color: #fff !important; }

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important; }

.text-black {
  color: #000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-gray {
  color: #F9F7F7 !important; }

a.text-gray:hover, a.text-gray:focus {
  color: #e3dada !important; }

.text-body {
  color: #333333 !important; }

.text-muted, .link-discrete {
  color: #999999 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid gray;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #b3b3b3 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #e6e6e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #e6e6e6; } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto; }

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto; }

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column; }

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

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

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  -webkit-order: 2 !important;
          order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column; }

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0; }

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1; }

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important; }

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease; }

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

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

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .glightbox-clean .gprev {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px; }

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb; }

.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.rc-slider-handle:focus {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 0 5px #96dbfa;
          box-shadow: 0 0 0 5px #96dbfa;
  outline: none; }

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  -webkit-box-shadow: unset;
          box-shadow: unset; }

.rc-slider-handle:hover {
  border-color: #57c5f7; }

.rc-slider-handle:active {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 5px #57c5f7;
          box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px; }

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999; }

.rc-slider-mark-text-active {
  color: #666; }

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent; }

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle; }

.rc-slider-dot-active {
  border-color: #96dbfa; }

.rc-slider-disabled {
  background-color: #e9e9e9; }

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc; }

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  cursor: not-allowed; }

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important; }

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px; }

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px; }

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%; }

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running; }

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); } }

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); } }

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip-hidden {
  display: none; }

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0; }

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px #d9d9d9;
          box-shadow: 0 0 4px #d9d9d9; }

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*!
 * jQuery mmenu v7.0.6
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .mm-menu a,
  .mm-menu a:link,
  .mm-menu a:active,
  .mm-menu a:visited,
  .mm-menu a:hover {
    color: inherit;
    text-decoration: none; }

.mm-panels,
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels,
.mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
          transform-origin: top left; }
  .mm-panel:not(.mm-hidden) {
    display: block; }
  .mm-panel:before, .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-panel_has-navbar {
  padding-top: 50px; }

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0); }

.mm-panel_opened-parent {
  -webkit-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
          transform: translate3d(-30%, 0, 0); }

.mm-panel_highest {
  z-index: 2; }

.mm-panel_noanimation {
  -webkit-transition: none !important;
  transition: none !important; }
  .mm-panel_noanimation.mm-panel_opened-parent {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
          transform: none !important;
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-listitem_vertical > .mm-panel:before, .mm-listitem_vertical > .mm-panel:after {
    content: none;
    display: none; }

.mm-listitem_opened > .mm-panel {
  display: block; }

.mm-listitem_vertical > .mm-btn_next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  bottom: auto; }

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent; }

.mm-listitem_opened > .mm-btn_next:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-btn_fullwidth {
  width: 100%; }

.mm-btn_clear:before, .mm-btn_clear:after,
.mm-btn_close:before,
.mm-btn_close:after {
  content: '';
  border: 2px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.mm-btn_clear:before,
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-btn_clear:after,
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-btn_prev:before,
.mm-btn_next:after {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 25px;
  display: none;
  height: 50px;
  padding: 0 50px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .mm-navbar > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 12.5px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar__btn:first-child {
  left: 0; }

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel_has-navbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listitem {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview,
.mm-listitem,
.mm-listitem:after,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before {
  border-color: inherit; }

.mm-listview {
  font: inherit;
  line-height: 30px; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listitem {
  position: relative; }
  .mm-listitem:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .mm-listitem:after {
    left: 20px; }
  .mm-listitem a,
  .mm-listitem a:hover {
    text-decoration: none; }
  .mm-listitem > a,
  .mm-listitem > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0; }
  .mm-listitem .mm-btn_next {
    background: rgba(3, 2, 1, 0);
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listitem .mm-btn_next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
      width: 60px; }
      .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a,
      .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
        margin-right: 60px; }
  .mm-listitem .mm-btn_fullwidth:before {
    border-left: none; }
  .mm-listitem .mm-btn_fullwidth + a,
  .mm-listitem .mm-btn_fullwidth + span {
    padding-right: 60px; }

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 75%;
  text-transform: uppercase;
  padding: 5px 10px 5px 20px; }
  .mm-listitem_divider:after {
    content: ' ';
    display: none;
    position: static;
    display: inline-block; }

.mm-listitem_spacer {
  padding-top: 50px; }
  .mm-listitem_spacer > .mm-btn_next {
    top: 50px; }

.mm-menu {
  background: #fff;
  border-color: #e6e6e6;
  color: #333333; }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: #333333; }
  .mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
    border-color: #333333; }
  .mm-menu .mm-listview .mm-btn_next:after {
    border-color: #333333; }
  .mm-menu .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: rgba(51, 51, 51, 0.05);
    tap-highlight-color: rgba(51, 51, 51, 0.05); }
  .mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
  .mm-menu .mm-listitem_selected > span {
    background: rgba(51, 51, 51, 0.05); }
  .mm-menu .mm-listitem_opened > .mm-btn_next,
  .mm-menu .mm-listitem_opened > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-listitem_divider {
    background: rgba(0, 0, 0, 0.05); }

/*	
 * jQuery mmenu offCanvas add-on
 * mmenu.frebsite.nl
 */
.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1; }

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative; }

.mm-wrapper_background .mm-page {
  background: inherit; }

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0; }
  .mm-menu_offcanvas.mm-menu_opened {
    display: block; }

.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
  z-index: 10; }

.mm-menu_offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
          transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
            transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0); } }

.mm-page__blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-wrapper_blocking {
  overflow: hidden; }
  .mm-wrapper_blocking body {
    overflow: hidden; }
  .mm-wrapper_blocking .mm-page__blocker {
    display: block; }

/*
 * jQuery mmenu screenReader add-on
 * mmenu.frebsite.nl
 */
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

/*
 * jQuery mmenu positioning extension
 * mmenu.frebsite.nl
 */
.mm-menu_position-right {
  left: auto;
  right: 0; }

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
          transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
            transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
            transform: translate3d(-440px, 0, 0); } }

.mm-menu_position-front,
.mm-menu_position-top,
.mm-menu_position-bottom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
  .mm-menu_position-front.mm-menu_opened,
  .mm-menu_position-top.mm-menu_opened,
  .mm-menu_position-bottom.mm-menu_opened {
    z-index: 2; }
    .mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
    .mm-menu_position-top.mm-menu_opened ~ .mm-slideout,
    .mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout {
      -webkit-transform: none !important;
              transform: none !important;
      z-index: 0; }
    .mm-menu_position-front.mm-menu_opened ~ .mm-page__blocker,
    .mm-menu_position-top.mm-menu_opened ~ .mm-page__blocker,
    .mm-menu_position-bottom.mm-menu_opened ~ .mm-page__blocker {
      z-index: 1; }

.mm-menu_position-front {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }
  .mm-menu_position-front.mm-menu_position-right {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }

.mm-menu_position-top,
.mm-menu_position-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu_position-top {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-menu_position-bottom {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top,
.mm-wrapper_opening .mm-menu_position-bottom {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/*
 * jQuery mmenu fullscreen extension
 * mmenu.frebsite.nl
 */
.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
            transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
            transform: translate3d(10000px, 0, 0); } }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
          transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
            transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
            transform: translate3d(-10000px, 0, 0); } }

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

/**
 * FormFieldDependency
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.js [data-depends-on]:not(.is-open) {
  display: none; }

.icon {
  display: inline-block;
  margin-top: -0.3ex;
  vertical-align: middle;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  fill: currentColor; }

.icon--8 {
  width: 0.5rem;
  height: 0.5rem; }

.icon--10 {
  width: 0.625rem;
  height: 0.625rem; }

.icon--12 {
  width: 0.75rem;
  height: 0.75rem; }

.icon--16 {
  width: 1rem;
  height: 1rem; }

.icon--20 {
  width: 1.25rem;
  height: 1.25rem; }

.icon--24 {
  width: 1.5rem;
  height: 1.5rem; }

.icon--30 {
  width: 1.875rem;
  height: 1.875rem; }

.icon--32 {
  width: 2rem;
  height: 2rem; }

.icon--40 {
  width: 2.5rem;
  height: 2.5rem; }

.icon--48 {
  width: 3rem;
  height: 3rem; }

.icon--64 {
  width: 4rem;
  height: 4rem; }

.icon--80 {
  width: 5rem;
  height: 5rem; }

.icon--96 {
  width: 6rem;
  height: 6rem; }

.icon--112 {
  width: 7rem;
  height: 7rem; }

.icon--128 {
  width: 8rem;
  height: 8rem; }

.pane, .pane--structured .pane__body {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .pane, .pane--structured .pane__body {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1280px) {
    .pane, .pane--structured .pane__body {
      padding-top: 60px;
      padding-bottom: 60px; } }

.pane--default:nth-child(even) {
  background-color: #F9F7F7; }

.pane--black {
  background-color: #000;
  color: #fff; }
  .pane--black + .pane--black {
    padding-top: 1px; }

.pane--white {
  background-color: #fff; }
  .pane--white + .pane--white {
    padding-top: 1px; }

.pane--base {
  background-color: #333333;
  color: #fff; }
  .pane--base + .pane--base {
    padding-top: 1px; }

.pane--base-100 {
  background-color: #ebebeb;
  color: #333333; }
  .pane--base-100 + .pane--base-100 {
    padding-top: 1px; }

.pane--primary {
  background-color: #D51317;
  color: #fff; }
  .pane--primary + .pane--primary {
    padding-top: 1px; }

.pane--primary-100 {
  background-color: #fbe7e8;
  color: #333333; }
  .pane--primary-100 + .pane--primary-100 {
    padding-top: 1px; }

.pane--secondary {
  background-color: #3AAA35;
  color: #fff; }
  .pane--secondary + .pane--secondary {
    padding-top: 1px; }

.pane--secondary-100 {
  background-color: #ebf7eb;
  color: #333333; }
  .pane--secondary-100 + .pane--secondary-100 {
    padding-top: 1px; }

.pane--tertiary {
  background-color: #FBDD00;
  color: #333333; }
  .pane--tertiary + .pane--tertiary {
    padding-top: 1px; }

.pane--tertiary-100 {
  background-color: #fffce6;
  color: #333333; }
  .pane--tertiary-100 + .pane--tertiary-100 {
    padding-top: 1px; }

.pane--quaternary {
  background-color: #F9F7F7;
  color: #333333; }
  .pane--quaternary + .pane--quaternary {
    padding-top: 1px; }

.pane--quaternary-100 {
  background-color: #fefefe;
  color: #333333; }
  .pane--quaternary-100 + .pane--quaternary-100 {
    padding-top: 1px; }

.pane--success {
  background-color: #3AAA35;
  color: #fff; }
  .pane--success + .pane--success {
    padding-top: 1px; }

.pane--success-100 {
  background-color: #ebf7eb;
  color: #333333; }
  .pane--success-100 + .pane--success-100 {
    padding-top: 1px; }

.pane--info {
  background-color: #76C8E4;
  color: #333333; }
  .pane--info + .pane--info {
    padding-top: 1px; }

.pane--info-100 {
  background-color: #f1fafc;
  color: #333333; }
  .pane--info-100 + .pane--info-100 {
    padding-top: 1px; }

.pane--warning {
  background-color: #FFB436;
  color: #333333; }
  .pane--warning + .pane--warning {
    padding-top: 1px; }

.pane--warning-100 {
  background-color: #fff8eb;
  color: #333333; }
  .pane--warning-100 + .pane--warning-100 {
    padding-top: 1px; }

.pane--danger {
  background-color: #D51317;
  color: #fff; }
  .pane--danger + .pane--danger {
    padding-top: 1px; }

.pane--danger-100 {
  background-color: #fbe7e8;
  color: #333333; }
  .pane--danger-100 + .pane--danger-100 {
    padding-top: 1px; }

.pane--white {
  background-color: #fff;
  color: #333333; }
  .pane--white + .pane--white {
    padding-top: 1px; }

.pane--white-100 {
  background-color: white;
  color: #333333; }
  .pane--white-100 + .pane--white-100 {
    padding-top: 1px; }

.pane--black {
  background-color: #000;
  color: #fff; }
  .pane--black + .pane--black {
    padding-top: 1px; }

.pane--black-100 {
  background-color: #e6e6e6;
  color: #333333; }
  .pane--black-100 + .pane--black-100 {
    padding-top: 1px; }

.pane--gray {
  background-color: #F9F7F7;
  color: #333333; }
  .pane--gray + .pane--gray {
    padding-top: 1px; }

.pane--gray-100 {
  background-color: #fefefe;
  color: #333333; }
  .pane--gray-100 + .pane--gray-100 {
    padding-top: 1px; }

.stars {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  text-indent: -9999px;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden; }
  .stars:before, .stars:after {
    content: "★★★★★";
    display: block;
    margin-right: 0;
    text-indent: 0;
    letter-spacing: 0;
    overflow: hidden; }
  .stars:before {
    color: rgba(0, 0, 0, 0.1); }
  .stars:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: #D51317; }

.stars--10:after {
  width: 10%; }

.stars--20:after {
  width: 20%; }

.stars--30:after {
  width: 30%; }

.stars--40:after {
  width: 40%; }

.stars--50:after {
  width: 50%; }

.stars--60:after {
  width: 60%; }

.stars--70:after {
  width: 70%; }

.stars--80:after {
  width: 80%; }

.stars--90:after {
  width: 90%; }

.stars--100:after {
  width: 100%; }

.stars--sm {
  font-size: 75%; }

.stars--lg {
  font-size: 125%; }

/**
 * Alerts
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.alert {
  line-height: 2; }
  @media (max-width: 991.98px) {
    .alert {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

/**
 * Badge
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.badge {
  line-height: 1.75;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

a.badge {
  text-decoration: none; }

/**
 * Button
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.btn {
  border-radius: 0.2rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-size: 100% 100%;
  -webkit-mask-image: url(../img/border-cutout.svg);
          mask-image: url(../img/border-cutout.svg);
  -webkit-mask-position: bottom 0 right 0;
          mask-position: bottom 0 right 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991.98px) {
    .btn {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      -webkit-mask-image: url(../img/border-cutout-small.svg);
              mask-image: url(../img/border-cutout-small.svg); } }
  .btn:hover {
    background-size: 150% 100%;
    background-position: 100% 100%; }
  a.btn:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.btn-lg, .btn-group-lg > .btn {
  padding: 1.4375rem 2.0625rem;
  font-size: 1.125rem;
  line-height: 1.75;
  border-radius: 0.25rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.6875rem 1rem;
  font-size: 0.82734rem;
  line-height: 1.75;
  border-radius: 0.15rem; }

.btn-xs {
  padding: 0.4rem 0.8rem;
  font-size: 0.65625rem;
  line-height: 1.8;
  border-radius: 0.15rem; }

@media (min-width: 600px) {
  .btn-sm-lg {
    padding: 1.4375rem 2.0625rem;
    font-size: 1.125rem;
    line-height: 1.75;
    border-radius: 0.25rem; }
  .btn-sm-sm {
    padding: 0.6875rem 1rem;
    font-size: 0.82734rem;
    line-height: 1.75;
    border-radius: 0.15rem; }
  .btn-sm-xs {
    padding: 0.4rem 0.8rem;
    font-size: 0.65625rem;
    line-height: 1.8;
    border-radius: 0.15rem; } }

@media (min-width: 768px) {
  .btn-md-lg {
    padding: 1.4375rem 2.0625rem;
    font-size: 1.125rem;
    line-height: 1.75;
    border-radius: 0.25rem; }
  .btn-md-sm {
    padding: 0.6875rem 1rem;
    font-size: 0.82734rem;
    line-height: 1.75;
    border-radius: 0.15rem; }
  .btn-md-xs {
    padding: 0.4rem 0.8rem;
    font-size: 0.65625rem;
    line-height: 1.8;
    border-radius: 0.15rem; } }

@media (min-width: 992px) {
  .btn-lg-lg {
    padding: 1.4375rem 2.0625rem;
    font-size: 1.125rem;
    line-height: 1.75;
    border-radius: 0.25rem; }
  .btn-lg-sm {
    padding: 0.6875rem 1rem;
    font-size: 0.82734rem;
    line-height: 1.75;
    border-radius: 0.15rem; }
  .btn-lg-xs {
    padding: 0.4rem 0.8rem;
    font-size: 0.65625rem;
    line-height: 1.8;
    border-radius: 0.15rem; } }

@media (min-width: 1280px) {
  .btn-xl-lg {
    padding: 1.4375rem 2.0625rem;
    font-size: 1.125rem;
    line-height: 1.75;
    border-radius: 0.25rem; }
  .btn-xl-sm {
    padding: 0.6875rem 1rem;
    font-size: 0.82734rem;
    line-height: 1.75;
    border-radius: 0.15rem; }
  .btn-xl-xs {
    padding: 0.4rem 0.8rem;
    font-size: 0.65625rem;
    line-height: 1.8;
    border-radius: 0.15rem; } }

@media (min-width: 1440px) {
  .btn-xxl-lg {
    padding: 1.4375rem 2.0625rem;
    font-size: 1.125rem;
    line-height: 1.75;
    border-radius: 0.25rem; }
  .btn-xxl-sm {
    padding: 0.6875rem 1rem;
    font-size: 0.82734rem;
    line-height: 1.75;
    border-radius: 0.15rem; }
  .btn-xxl-xs {
    padding: 0.4rem 0.8rem;
    font-size: 0.65625rem;
    line-height: 1.8;
    border-radius: 0.15rem; } }

/**
 * Card
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.card {
  text-align: left; }

.card-body {
  padding: 0.9375rem 1.25rem; }

.card-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.card-title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit; }

.card-subtitle {
  font-size: 87.5%; }

.card-text {
  font-size: 0.82734rem; }

.card {
  border: 0; }

.card-header {
  border: 0; }

.card-footer {
  border-top: inherit; }

/**
 * Close
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.close {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 40px; }

/**
 * Custom control
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.custom-control {
  margin-bottom: 0.5rem;
  min-height: 1.8rem; }

.custom-control-label {
  font-weight: 400; }
  .custom-control-label:before, .custom-control-label:after {
    top: 0; }

.col-form-label {
  font-weight: 500;
  margin-bottom: 0.5rem; }

.custom-control-sm {
  min-height: 1.3rem;
  font-size: 75%;
  padding-left: 2rem; }
  .custom-control-sm .custom-control-label:before, .custom-control-sm .custom-control-label:after {
    left: -2rem;
    width: 1.3rem;
    height: 1.3rem; }

.custom-radio .custom-control-label:after {
  background-size: 80% 80%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%238E9396'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #e6e6e6; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3e%3cg fill='none' fill-rule='evenodd'%3e%3crect width='2' height='14' x='9.253' y='-1.318' fill='#8E9396' transform='rotate(-135 10.253 5.682)'/%3e%3crect width='8' height='2' x='-.111' y='6.803' fill='#8E9396' transform='rotate(-135 3.89 7.803)'/%3e%3c/g%3e%3c/svg%3e "); }

.custom-radio-field {
  padding-left: 0; }
  .custom-radio-field .form-control {
    height: auto;
    background: #fff;
    padding: 20px 20px 20px 70px;
    border-radius: 3px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .custom-radio-field .form-control {
        padding: 30px 30px 30px 70px; } }
  .custom-radio-field .form-control:before,
  .custom-radio-field .form-control:after {
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .custom-radio-field .form-control p {
    margin: 0; }
  .custom-radio-field .custom-control-input:checked + .form-control {
    -webkit-box-shadow: 0 0 0 2px inset #3AAA35;
            box-shadow: 0 0 0 2px inset #3AAA35; }

.custom-select-sm, .multi-select-sm .dropdown-heading {
  padding-left: 0.625rem;
  padding-right: 1.875rem;
  background-position: top 50% right 0.625rem; }

/**
 * Embed
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
@media (max-width: 991.98px) {
  .embed-responsive-mobile:before {
    padding-bottom: 200%; } }

/**
 * Forms
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
input[type=search]::-webkit-search-cancel-button {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #e6e6e6 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M6.429 5L10 8.571 8.571 10 5 6.429 1.429 10 0 8.571 3.571 5 0 1.429 1.429 0 5 3.571 8.571 0 10 1.429z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
  border-radius: 100%;
  cursor: pointer; }

/*.form-control {
    font-size: max(pxToRem(16), $font-size-base);
}

.form-control-sm {
    font-size: max(pxToRem(16), $font-size-sm);
}

.form-control-lg {
    font-size: max(pxToRem(16), $font-size-lg);
}*/
.form-control,
.form-control-sm,
.form-control-lg {
  font-size: 16px; }

/**
 * Grid
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Images
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.figure {
  position: relative; }

/**
 * Modal
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.modal-open .modal {
  -webkit-overflow-scrolling: touch; }

.modal-dialog {
  margin-bottom: 0.5rem !important; }

/**
 * Pagination
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pagination {
  font-weight: 700; }

/**
 * Tables
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.table tr {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

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

.table th:last-child,
.table td:last-child {
  padding-right: 0; }

.table th {
  border-top: 0; }

/**
 * Type
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.lead {
  color: rgba(51, 51, 51, 0.8); }

.display-1 {
  font-size: 500%;
  font-weight: 700;
  line-height: 1.2; }

.display-2 {
  font-size: 400%;
  font-weight: 700;
  line-height: 1.2; }

.display-3 {
  font-size: 300%;
  font-weight: 700;
  line-height: 1.2; }

.display-4 {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.2; }

@media (min-width: 600px) {
  .display-sm-1 {
    font-size: 500%;
    font-weight: 700;
    line-height: 1.2; }
  .display-sm-2 {
    font-size: 400%;
    font-weight: 700;
    line-height: 1.2; }
  .display-sm-3 {
    font-size: 300%;
    font-weight: 700;
    line-height: 1.2; }
  .display-sm-4 {
    font-size: 200%;
    font-weight: 700;
    line-height: 1.2; } }

@media (min-width: 768px) {
  .display-md-1 {
    font-size: 500%;
    font-weight: 700;
    line-height: 1.2; }
  .display-md-2 {
    font-size: 400%;
    font-weight: 700;
    line-height: 1.2; }
  .display-md-3 {
    font-size: 300%;
    font-weight: 700;
    line-height: 1.2; }
  .display-md-4 {
    font-size: 200%;
    font-weight: 700;
    line-height: 1.2; } }

@media (min-width: 992px) {
  .display-lg-1 {
    font-size: 500%;
    font-weight: 700;
    line-height: 1.2; }
  .display-lg-2 {
    font-size: 400%;
    font-weight: 700;
    line-height: 1.2; }
  .display-lg-3 {
    font-size: 300%;
    font-weight: 700;
    line-height: 1.2; }
  .display-lg-4 {
    font-size: 200%;
    font-weight: 700;
    line-height: 1.2; } }

@media (min-width: 1280px) {
  .display-xl-1 {
    font-size: 500%;
    font-weight: 700;
    line-height: 1.2; }
  .display-xl-2 {
    font-size: 400%;
    font-weight: 700;
    line-height: 1.2; }
  .display-xl-3 {
    font-size: 300%;
    font-weight: 700;
    line-height: 1.2; }
  .display-xl-4 {
    font-size: 200%;
    font-weight: 700;
    line-height: 1.2; } }

@media (min-width: 1440px) {
  .display-xxl-1 {
    font-size: 500%;
    font-weight: 700;
    line-height: 1.2; }
  .display-xxl-2 {
    font-size: 400%;
    font-weight: 700;
    line-height: 1.2; }
  .display-xxl-3 {
    font-size: 300%;
    font-weight: 700;
    line-height: 1.2; }
  .display-xxl-4 {
    font-size: 200%;
    font-weight: 700;
    line-height: 1.2; } }

.blockquote-footer:before {
  content: ""; }

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

/**
 * Flickity
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.flickity-page-dots {
  bottom: -30px;
  left: 50%;
  width: auto;
  font-size: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .flickity-page-dots .dot {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: #999999;
    border-radius: 100px;
    opacity: 0.2;
    -webkit-transition: opacity 0.2s, background-color 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, background-color 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, background-color 0.2s;
    transition: opacity 0.2s, transform 0.2s, background-color 0.2s, -webkit-transform 0.2s; }
    .flickity-page-dots .dot:hover {
      opacity: 0.4; }
    .flickity-page-dots .dot.is-selected {
      opacity: 1;
      background-color: #D51317; }

.flickity-prev-next-button {
  top: auto;
  bottom: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 0;
  opacity: 1;
  z-index: 50;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .flickity-prev-next-button svg {
    position: static;
    width: 100%;
    height: 100%; }
  .flickity-prev-next-button.previous {
    right: 61px;
    left: auto; }
  .flickity-prev-next-button.next {
    right: 0; }
  .flickity-prev-next-button .flickity-button-icon {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .flickity-prev-next-button .arrow {
    fill: #fff; }
  .flickity-prev-next-button.no-svg {
    color: #fff; }
  .flickity-prev-next-button:disabled {
    opacity: 0.5;
    pointer-events: auto; }
  .flickity-prev-next-button:hover {
    background-color: #000; }
  @media (min-width: 1280px) {
    .flickity-prev-next-button {
      width: 80px;
      height: 80px; }
      .flickity-prev-next-button.previous {
        right: calc(81px + 40px); }
      .flickity-prev-next-button.next {
        right: 40px; } }

/**
 * Fslightbox
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.fslightbox-toolbar-button:first-child {
  display: none; }

.mm-menu_opened {
  z-index: 1030 !important; }

/*.rc-slider {
    height: 16px;
    margin-left: 9px;
    padding: 15px 0;
    width: calc(100% - 18px);
    border-radius: 6px;
}

.rc-slider-rail {
    width: 100%;
    height: 4px;
    margin-top: -2px;
    border-radius: 6px;
}

.rc-slider-track {
    left: 0;
    height: 4px;
    margin-top: -2px;
    background-color: $primary;
    border-radius: 6px;
}

.rc-slider-handle {
    margin-left: -10px;
    margin-top: -15px;
    width: 20px;
    height: 30px;
    border: solid 1px $border-color;
    border-radius: $border-radius;
    box-shadow: 0 2px 2px 0 rgba($black, 0.15);

    &:hover {
        border-color: $gray-300;
        box-shadow: 0 2px 2px 0 rgba($black, 0.3);
    }

    &:active {
        border-color: $gray-400;
        box-shadow: 0 2px 2px 0 rgba($black, 0.5);
    }
}

.rc-slider-mark {
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px;
}

.rc-slider-step {
    width: 100%;
    height: 4px;
}

.rc-slider-dot {
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
}

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px;
}

.rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    margin-bottom: -7px;
}

.rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%;
}

.rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px;
}

.rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:first-child {
    margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:last-child {
    margin-bottom: -4px;
}
*/
.rc-slider {
  padding: 13px 0;
  height: 30px; }

.rc-slider-rail,
.rc-slider-track {
  height: 6px; }

.rc-slider-rail {
  background-color: #e6e6e6; }

.rc-slider-track {
  background-color: #D51317; }

.rc-slider-handle {
  margin-top: -13px;
  margin-left: -10px;
  width: 20px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s; }
  .rc-slider-handle:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: 0 0 0 2px rgba(213, 19, 23, 0.5);
            box-shadow: 0 0 0 2px rgba(213, 19, 23, 0.5); }
  .rc-slider-handle:hover {
    border-color: #b3b3b3; }
  .rc-slider-handle:active {
    border-color: #b3b3b3;
    -webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2); }

.rc-slider-handle-click-focused:focus {
  border-color: #b3b3b3; }

@media (min-width: 992px) {
  .rc-slider-rail,
  .rc-slider-track {
    height: 4px; } }

.Collapsible {
  border-bottom: 1px solid #e6e6e6; }
  .Collapsible:last-child {
    border-bottom: 0; }

.Collapsible__trigger {
  position: relative;
  display: block;
  padding: 0.9375rem 1.25rem;
  cursor: pointer; }
  .Collapsible__trigger:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    width: 0.6875rem;
    height: 0.6875rem;
    background: url(../img/chevron-down-base.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .Collapsible__trigger.is-open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .Collapsible__trigger.is-disabled {
    background-color: gray;
    opacity: 0.5; }

.Collapsible__icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }
  .is-open .Collapsible__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }

.Collapsible__contentInner {
  padding: 1.25rem;
  padding-top: 0; }

.ReactCollapse--collapse {
  -webkit-transition: height 500ms;
  transition: height 500ms; }

.pane--default:nth-child(even) {
  background-color: #fff; }

.pane--default:nth-of-type(even) {
  background-color: #F9F7F7; }
  .pane--default:nth-of-type(even):last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.pane--base a:not(.btn) {
  border-color: #fff;
  color: #fff; }

.pane--base h1,
.pane--base h2,
.pane--base h3,
.pane--base h4,
.pane--base h5,
.pane--base h6 {
  color: #fff; }

.pane--base .lead {
  color: rgba(255, 255, 255, 0.75); }

.pane--base .subtitle {
  color: rgba(255, 255, 255, 0.75); }

.pane--primary a:not(.btn) {
  border-color: #fff;
  color: #fff; }

.pane--primary h1,
.pane--primary h2,
.pane--primary h3,
.pane--primary h4,
.pane--primary h5,
.pane--primary h6 {
  color: #fff; }

.pane--primary .lead {
  color: rgba(255, 255, 255, 0.75); }

.pane--primary .subtitle {
  color: rgba(255, 255, 255, 0.75); }

.pane--secondary a:not(.btn) {
  border-color: #fff;
  color: #fff; }

.pane--secondary h1,
.pane--secondary h2,
.pane--secondary h3,
.pane--secondary h4,
.pane--secondary h5,
.pane--secondary h6 {
  color: #fff; }

.pane--secondary .lead {
  color: rgba(255, 255, 255, 0.75); }

.pane--secondary .subtitle {
  color: rgba(255, 255, 255, 0.75); }

.pane--tertiary a:not(.btn) {
  border-color: #D51317;
  color: inherit; }

.pane--tertiary h1,
.pane--tertiary h2,
.pane--tertiary h3,
.pane--tertiary h4,
.pane--tertiary h5,
.pane--tertiary h6 {
  color: #000; }

.pane--tertiary .lead {
  color: rgba(51, 51, 51, 0.7); }

.pane--tertiary .subtitle {
  color: #D51317; }

.pane--quaternary a:not(.btn) {
  border-color: #D51317;
  color: inherit; }

.pane--quaternary h1,
.pane--quaternary h2,
.pane--quaternary h3,
.pane--quaternary h4,
.pane--quaternary h5,
.pane--quaternary h6 {
  color: #000; }

.pane--quaternary .lead {
  color: rgba(51, 51, 51, 0.7); }

.pane--quaternary .subtitle {
  color: #D51317; }

.pane--success a:not(.btn) {
  border-color: #fff;
  color: #fff; }

.pane--success h1,
.pane--success h2,
.pane--success h3,
.pane--success h4,
.pane--success h5,
.pane--success h6 {
  color: #fff; }

.pane--success .lead {
  color: rgba(255, 255, 255, 0.75); }

.pane--success .subtitle {
  color: rgba(255, 255, 255, 0.75); }

.pane--info a:not(.btn) {
  border-color: #D51317;
  color: inherit; }

.pane--info h1,
.pane--info h2,
.pane--info h3,
.pane--info h4,
.pane--info h5,
.pane--info h6 {
  color: #000; }

.pane--info .lead {
  color: rgba(51, 51, 51, 0.7); }

.pane--info .subtitle {
  color: #D51317; }

.pane--warning a:not(.btn) {
  border-color: #D51317;
  color: inherit; }

.pane--warning h1,
.pane--warning h2,
.pane--warning h3,
.pane--warning h4,
.pane--warning h5,
.pane--warning h6 {
  color: #000; }

.pane--warning .lead {
  color: rgba(51, 51, 51, 0.7); }

.pane--warning .subtitle {
  color: #D51317; }

.pane--danger a:not(.btn) {
  border-color: #fff;
  color: #fff; }

.pane--danger h1,
.pane--danger h2,
.pane--danger h3,
.pane--danger h4,
.pane--danger h5,
.pane--danger h6 {
  color: #fff; }

.pane--danger .lead {
  color: rgba(255, 255, 255, 0.75); }

.pane--danger .subtitle {
  color: rgba(255, 255, 255, 0.75); }

.pane--white a:not(.btn) {
  border-color: #D51317;
  color: inherit; }

.pane--white h1,
.pane--white h2,
.pane--white h3,
.pane--white h4,
.pane--white h5,
.pane--white h6 {
  color: #000; }

.pane--white .lead {
  color: rgba(51, 51, 51, 0.7); }

.pane--white .subtitle {
  color: #D51317; }

.pane--black a:not(.btn) {
  border-color: #fff;
  color: #fff; }

.pane--black h1,
.pane--black h2,
.pane--black h3,
.pane--black h4,
.pane--black h5,
.pane--black h6 {
  color: #fff; }

.pane--black .lead {
  color: rgba(255, 255, 255, 0.75); }

.pane--black .subtitle {
  color: rgba(255, 255, 255, 0.75); }

.pane--gray a:not(.btn) {
  border-color: #D51317;
  color: inherit; }

.pane--gray h1,
.pane--gray h2,
.pane--gray h3,
.pane--gray h4,
.pane--gray h5,
.pane--gray h6 {
  color: #000; }

.pane--gray .lead {
  color: rgba(51, 51, 51, 0.7); }

.pane--gray .subtitle {
  color: #D51317; }

.stars--base:after {
  color: #333333; }

.stars--primary:after {
  color: #D51317; }

.stars--secondary:after {
  color: #3AAA35; }

.stars--tertiary:after {
  color: #FBDD00; }

.stars--quaternary:after {
  color: #F9F7F7; }

.stars--success:after {
  color: #3AAA35; }

.stars--info:after {
  color: #76C8E4; }

.stars--warning:after {
  color: #FFB436; }

.stars--danger:after {
  color: #D51317; }

.stars--white:after {
  color: #fff; }

.stars--black:after {
  color: #000; }

.stars--gray:after {
  color: #F9F7F7; }

.multi-select {
  text-align: left;
  color: #333333; }
  .multi-select .dropdown-container {
    border: 0; }
  .multi-select .dropdown-heading .gray {
    color: inherit; }
  .multi-select .dropdown-content {
    padding-top: 0; }
  .multi-select .select-item {
    padding: 0.625rem; }
    .multi-select .select-item:hover {
      background: #f2f2f2; }
    .multi-select .select-item.selected {
      background: #e6e6e6; }

/**
 * Fonts
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Base
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
html {
  font-size: 1rem; }
  @media (min-width: 768px) {
    html {
      font-size: 1.0625rem; } }
  @media (min-width: 992px) {
    html {
      font-size: 1.133333rem; } }

html.is-fixed,
html.is-fixed body {
  overflow: hidden;
  height: 100%; }

body {
  overflow-x: hidden; }

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s; }

[href^="tel:"],
[href^="tel:"]:hover {
  color: inherit; }

[href^="tel:"] {
  text-decoration: none; }

label {
  font-weight: 500; }

label[for] {
  cursor: pointer; }

p:empty {
  display: none; }

p a {
  border-bottom: 2px solid #D51317; }
  p a:hover {
    border-color: #ea898b; }

label a {
  text-decoration: underline; }

table {
  width: 100%;
  empty-cells: show; }

th {
  font-weight: 400;
  color: #999999; }

ul {
  list-style-type: square; }

@media (min-width: 768px) {
  hr.border-md {
    border-width: 2px; } }

/**
 * Type
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.address p {
  margin-bottom: 0; }

.link-discrete {
  border: none;
  text-decoration: underline; }
  .link-discrete:hover {
    text-decoration: underline; }

.subtitle {
  font-weight: 900;
  font-size: 120%;
  font-style: italic;
  text-transform: uppercase;
  color: #D51317; }

/**
 * Vertical rhythm
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.card-subtitle, .subtitle, .list--spaced .list__item, .card--product .card__swatches, .card--vehicle-search .card-title, .pane--product .pane__title, .pane--vehicle .pane__title {
  margin-bottom: 0.625rem; }

dd,
dl,
ol,
ul,
form,
table, .finance-calculator, .finance-calculator__header, .finance-calculator__field, .media--product, .truncate, .truncate .truncate__body, .main-footer__logo {
  margin-bottom: 1.25rem; }

.card, .card-group, .embed-responsive, .row, .figure, .address, .carousel, .search-results-content {
  margin-bottom: 2.5rem; }

@media (min-width: 992px) {
  .finance-calculator, .finance-calculator__header {
    margin-bottom: 2.5rem; } }

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

.custom-control--standalone {
  padding-left: 1.8rem; }
  .custom-control--standalone .custom-control-input {
    left: 0; }
  .custom-control--standalone .custom-control-label {
    position: static;
    text-indent: -9999px; }
    .custom-control--standalone .custom-control-label:before, .custom-control--standalone .custom-control-label:after {
      left: 0; }

.custom-select.is-loading, .multi-select .is-loading.dropdown-heading {
  background-image: url(../img/loading-spin.svg);
  background-position: top 50% right 20px;
  background-size: 20px; }

.form-control--indicator {
  padding-right: 0.3125rem;
  height: 1.8rem; }

.custom-select--indicator {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  height: 1.8rem; }

.number-spinner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1); }

.number-spinner__input,
.number-spinner__control {
  width: 2.1875rem;
  height: 2.1875rem; }

.number-spinner__input {
  position: relative;
  margin-right: -1px;
  margin-left: -1px;
  padding: 0.3125rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center; }
  .number-spinner__input[readonly] {
    background-color: #fff; }

.number-spinner__control {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #666666;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  .number-spinner__control:focus {
    outline: none; }
  .number-spinner__control .icon {
    margin: 0; }

.number-spinner__control--up {
  border-radius: 0 0.2rem 0.2rem 0; }
  .is-max .number-spinner__control--up {
    color: #cccccc; }

.number-spinner__control--down {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  border-radius: 0.2rem 0 0 0.2rem; }
  .is-min .number-spinner__control--down {
    color: #cccccc; }

/**
 * Search
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.form--quick-search {
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (min-width: 1280px) {
    .form--quick-search {
      display: block;
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
      border-radius: 0.2rem; } }
  .is-open > .form--quick-search {
    display: block;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (min-width: 992px) {
      .is-open > .form--quick-search {
        top: 80px;
        padding: 20px;
        background-color: #F9F7F7; } }
    .is-open > .form--quick-search .form--quick-search {
      width: 100%;
      max-width: 600px; }
  .form--quick-search .form-control--search {
    height: 50px;
    border-radius: 0;
    padding-left: 1.25rem;
    padding-right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    font-size: 16px; }
    @media (min-width: 992px) {
      .form--quick-search .form-control--search {
        margin-left: auto;
        padding-left: 0.9375rem;
        width: calc(100% - 245px);
        height: initial;
        border-radius: 0.2rem;
        line-height: initial; } }
    @media (min-width: 1280px) {
      .form--quick-search .form-control--search {
        width: 100%; } }
  .form--quick-search .btn--search {
    background: #fff url(../img/magnifier.svg) no-repeat 50% 50%;
    background-size: 14px auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    -webkit-mask-image: none;
            mask-image: none;
    width: 50px; }
    .form--quick-search .btn--search:focus, .form--quick-search .btn--search:active {
      -webkit-box-shadow: none;
              box-shadow: none; }
    @media (min-width: 992px) {
      .form--quick-search .btn--search {
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem; } }

/**
 * Validation
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <http://www.webstores.nl/>
 */
.is-error.form-control, .is-error.custom-select, .multi-select .is-error.dropdown-heading {
  -webkit-box-shadow: 0 0 0 3px #D51317;
          box-shadow: 0 0 0 3px #D51317; }

.is-error [type="checkbox"] + label,
.is-error [type="radio"] + label {
  color: #D51317; }

.is-error .custom-control-label:before {
  background-color: #ea898b; }

.parsley-errors-list {
  margin-top: 10px;
  padding: 0;
  list-style: none;
  color: #D51317; }
  .parsley-errors-list:empty {
    display: none; }

/**
 * Outline badge
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
[class*="badge-outline-"] {
  padding: 0.375rem 0.875rem;
  background-color: #fff;
  border: 0.0625rem solid transparent; }

.badge-outline-base {
  border-color: #333333;
  color: #333333; }

a.badge-outline-base:hover {
  background-color: #333333;
  color: #fff; }

.badge-outline-primary {
  border-color: #D51317;
  color: #D51317; }

a.badge-outline-primary:hover {
  background-color: #D51317;
  color: #fff; }

.badge-outline-secondary {
  border-color: #3AAA35;
  color: #3AAA35; }

a.badge-outline-secondary:hover {
  background-color: #3AAA35;
  color: #fff; }

.badge-outline-tertiary {
  border-color: #FBDD00;
  color: #FBDD00; }

a.badge-outline-tertiary:hover {
  background-color: #FBDD00;
  color: #333333; }

.badge-outline-quaternary {
  border-color: #F9F7F7;
  color: #F9F7F7; }

a.badge-outline-quaternary:hover {
  background-color: #F9F7F7;
  color: #333333; }

.badge-outline-success {
  border-color: #3AAA35;
  color: #3AAA35; }

a.badge-outline-success:hover {
  background-color: #3AAA35;
  color: #fff; }

.badge-outline-info {
  border-color: #76C8E4;
  color: #76C8E4; }

a.badge-outline-info:hover {
  background-color: #76C8E4;
  color: #333333; }

.badge-outline-warning {
  border-color: #FFB436;
  color: #FFB436; }

a.badge-outline-warning:hover {
  background-color: #FFB436;
  color: #333333; }

.badge-outline-danger {
  border-color: #D51317;
  color: #D51317; }

a.badge-outline-danger:hover {
  background-color: #D51317;
  color: #fff; }

.badge-outline-white {
  border-color: #fff;
  color: #fff; }

a.badge-outline-white:hover {
  background-color: #fff;
  color: #333333; }

.badge-outline-black {
  border-color: #000;
  color: #000; }

a.badge-outline-black:hover {
  background-color: #000;
  color: #fff; }

.badge-outline-gray {
  border-color: #F9F7F7;
  color: #F9F7F7; }

a.badge-outline-gray:hover {
  background-color: #F9F7F7;
  color: #333333; }

/**
 * Button
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.btn .btn-arrow {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 1.25rem;
  margin-top: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (min-width: 768px) {
    .btn .btn-arrow {
      margin-left: 2.5rem; } }

.btn .btn-spinner {
  margin-top: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url(../img/loading-spin-light.svg);
  background-size: 100%; }

.btn:hover:not(:disabled):not(.disabled) .btn-arrow {
  -webkit-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem); }

.btn-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.btn-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#a60f12), to(#D51317));
  background-image: linear-gradient(to right, #a60f12 0%, #D51317 100%); }

.btn-secondary {
  background-image: -webkit-gradient(linear, left top, right top, from(#2d8329), to(#3AAA35));
  background-image: linear-gradient(to right, #2d8329 0%, #3AAA35 100%); }

.btn-tertiary {
  background-image: -webkit-gradient(linear, left top, right top, from(#c8b000), to(#FBDD00));
  background-image: linear-gradient(to right, #c8b000 0%, #FBDD00 100%); }

.btn-success {
  background-image: -webkit-gradient(linear, left top, right top, from(#2d8329), to(#3AAA35));
  background-image: linear-gradient(to right, #2d8329 0%, #3AAA35 100%); }

.btn-info {
  background-image: -webkit-gradient(linear, left top, right top, from(#4bb7dc), to(#76C8E4));
  background-image: linear-gradient(to right, #4bb7dc 0%, #76C8E4 100%); }

.btn-warning {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa103), to(#FFB436));
  background-image: linear-gradient(to right, #ffa103 0%, #FFB436 100%); }

.btn-danger {
  background-image: -webkit-gradient(linear, left top, right top, from(#a60f12), to(#D51317));
  background-image: linear-gradient(to right, #a60f12 0%, #D51317 100%); }

.btn-black {
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(#000));
  background-image: linear-gradient(to right, black 0%, #000 100%); }

.btn-gray {
  background-image: -webkit-gradient(linear, left top, right top, from(#e3dada), to(#F9F7F7));
  background-image: linear-gradient(to right, #e3dada 0%, #F9F7F7 100%); }

.btn-white-translucent {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff !important; }
  .btn-white-translucent:hover {
    background-color: rgba(255, 255, 255, 0.3); }

.btn-block .btn-arrow {
  margin-left: auto; }

.button-clean {
  border: none;
  background: none;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button-clean:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

.btn:disabled {
  color: rgba(51, 51, 51, 0.25);
  background: #E5E5E5;
  cursor: not-allowed; }

.btn-full {
  -webkit-mask-image: none;
          mask-image: none; }

.btn--kiyoh {
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.2;
  text-align: left; }

.btn--thuiswinkel {
  -webkit-mask-image: none;
          mask-image: none; }
  .btn--thuiswinkel img {
    max-height: 40px; }

.btn--thuiswinkel-header {
  background: none;
  padding: 0; }
  .btn--thuiswinkel-header .tww_popup__image {
    position: relative;
    top: 8px;
    height: 30px !important;
    margin-right: 25px; }

.btn--truncate {
  padding: 0;
  background: none !important;
  font-weight: 700;
  line-height: inherit;
  -webkit-mask-image: none;
          mask-image: none;
  color: #D51317; }
  .btn--truncate .btn-icon {
    margin: -1px; }
  .btn--truncate:hover {
    color: #dd4245; }
  .btn--truncate:focus, .btn--truncate:not(:disabled):not(.disabled):active, .btn--truncate:not(:disabled):not(.disabled):active:focus {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn--truncate.is-active .btn-minus {
    display: none; }
  .btn--truncate:not(.is-active) .btn-plus {
    display: none; }

.cart-counter {
  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; }
  .cart-counter .counter__input {
    color: #333333;
    padding: 0 2px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    width: 2%; }
    .cart-counter .counter__input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .cart-counter .counter__input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .cart-counter .counter__input:disabled {
      background-color: #fff; }
  .cart-counter .counter__minus,
  .cart-counter .counter__plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 0 3px 3px 0;
    color: #333333;
    cursor: pointer; }
  .cart-counter .counter__minus {
    border-radius: 3px 0 0 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .cart-counter .counter__input,
  .cart-counter .counter__minus,
  .cart-counter .counter__plus {
    -webkit-box-shadow: 0 2px 2px rgba(51, 51, 51, 0.15);
            box-shadow: 0 2px 2px rgba(51, 51, 51, 0.15); }

.dl__group {
  -webkit-column-break-inside: avoid;
          break-inside: avoid; }

/**
 * Icon
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.icon--arrow-left,
.icon--arrow-right {
  width: 4rem;
  height: 0.625rem; }

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

.icon--base {
  color: #333333; }

.icon--primary {
  color: #D51317; }

.icon--secondary {
  color: #3AAA35; }

.icon--tertiary {
  color: #FBDD00; }

.icon--quaternary {
  color: #F9F7F7; }

.icon--success {
  color: #3AAA35; }

.icon--info {
  color: #76C8E4; }

.icon--warning {
  color: #FFB436; }

.icon--danger {
  color: #D51317; }

.icon--white {
  color: #fff; }

.icon--black {
  color: #000; }

.icon--gray {
  color: #F9F7F7; }

.icon--duotone {
  fill: #D51317;
  color: #333333; }

/**
 * Link
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.link--base .link-text {
  border-color: #333333; }

.link--base .link-arrow {
  fill: #333333; }

.link--primary .link-text {
  border-color: #D51317; }

.link--primary .link-arrow {
  fill: #D51317; }

.link--secondary .link-text {
  border-color: #3AAA35; }

.link--secondary .link-arrow {
  fill: #3AAA35; }

.link--tertiary .link-text {
  border-color: #FBDD00; }

.link--tertiary .link-arrow {
  fill: #FBDD00; }

.link--quaternary .link-text {
  border-color: #F9F7F7; }

.link--quaternary .link-arrow {
  fill: #F9F7F7; }

.link--success .link-text {
  border-color: #3AAA35; }

.link--success .link-arrow {
  fill: #3AAA35; }

.link--info .link-text {
  border-color: #76C8E4; }

.link--info .link-arrow {
  fill: #76C8E4; }

.link--warning .link-text {
  border-color: #FFB436; }

.link--warning .link-arrow {
  fill: #FFB436; }

.link--danger .link-text {
  border-color: #D51317; }

.link--danger .link-arrow {
  fill: #D51317; }

.link--white .link-text {
  border-color: #fff; }

.link--white .link-arrow {
  fill: #fff; }

.link--black .link-text {
  border-color: #000; }

.link--black .link-arrow {
  fill: #000; }

.link--gray .link-text {
  border-color: #F9F7F7; }

.link--gray .link-arrow {
  fill: #F9F7F7; }

.link-text {
  border-bottom: 2px solid;
  font-weight: 700;
  padding-bottom: 0.25rem; }

/**
 * Link arrow
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.link-arrow {
  margin-right: 0.625rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

:hover > .link-arrow {
  -webkit-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem); }

/**
 * List
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.list--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -1rem; }
  .list--inline .list__item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-top: 1rem;
    margin-right: 1rem; }
    .list--inline .list__item:last-child {
      margin-right: 0; }

.list--bordered .list__item {
  padding-top: 0.4em;
  padding-bottom: 0.4em; }
  .list--bordered .list__item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6; }

.list--piped .list__item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 20px; }
  .list--piped .list__item:last-child {
    border-right: 0;
    padding-right: 0; }

.list--icon .list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.list--icon .list__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  top: 0.82031rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.list--icon .list__text {
  margin-right: 0.625rem;
  margin-left: 0.625rem; }

.list--page .list__link {
  display: block; }

.list--page .list__title {
  display: block; }

.list--swatch {
  margin-top: -0.3125rem;
  font-size: 0;
  line-height: 1; }
  .list--swatch.list--inline .list__item {
    margin-top: 0.3125rem;
    margin-right: 0.3125rem; }
    .list--swatch.list--inline .list__item:last-child {
      margin-right: 0; }

/**
 * Logo
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.logo {
  display: inline-block; }

.logo__link {
  display: block;
  padding: 9px 0 9px 15px;
  position: relative; }

.logo__image {
  height: 42px; }

@media (min-width: 992px) {
  .logo__link {
    padding: 0 0 0 26px; }
    .logo__link:before {
      height: 26px; }
  .logo__image {
    width: 160px;
    height: auto; } }

.price {
  white-space: nowrap; }
  .price del,
  .price ins {
    text-decoration: none; }
  .price del {
    position: relative;
    display: inline-block; }
    .price del:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      border-top: 1px solid;
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg); }

.price--fancy {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2; }
  .price--fancy .price__value--current {
    font-family: "Roboto Slab", serif;
    font-size: 175%; }
  .price--fancy .price__value--original {
    font-size: 87.5%; }

.rating__score {
  font-weight: 700;
  vertical-align: middle; }

.swatch {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  line-height: 1;
  overflow: hidden; }

.swatch__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.swatch__color {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.table__property {
  width: 33.333333%;
  font-weight: 400; }

/**
 * Accordion
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.accordion__item {
  padding-top: spacer(2);
  padding-bottom: spacer(2); }
  .accordion__item + .accordion__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.accordion__title {
  margin: 0;
  font: inherit;
  color: inherit; }

.accordion__toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-decoration: none;
  color: inherit; }
  .accordion__toggler .icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
    .accordion__toggler .icon:last-child {
      margin: 0 0 0 auto; }
  .accordion__toggler:hover {
    text-decoration: none;
    color: #5c5c5c; }
  .accordion__toggler[aria-expanded="true"] .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.breadcrumb {
  color: #999999;
  font-size: 0.8125rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem; }

.breadcrumb-item a {
  color: inherit; }

.breadcrumb-item:not(:last-child) {
  padding-right: 28px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3e%3cpolygon fill='rgba(51, 51, 51, 0.4)' points='9.5 2.5 3.5 9.5 -2.5 2.5' transform='rotate(-90 3.5 6)'/%3e%3c/svg%3e ");
  background-position: right 11px top 50%;
  background-repeat: no-repeat;
  background-size: 5px auto; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0; }

.bar--cta {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  font-size: 87.5%;
  line-height: 1.5;
  z-index: 1020; }
  .bar--cta .container {
    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; }
    .bar--cta .container > * {
      margin-bottom: 0; }
  .bar--cta .bar__specifications {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .bar--cta .bar__specifications .dl__group {
      margin: 0; }
      .bar--cta .bar__specifications .dl__group + .dl__group {
        margin-left: 1.25rem;
        padding-left: 1.25rem;
        border-left: 1px solid #e6e6e6; }
  .bar--cta .bar__ctas {
    margin-left: auto;
    margin-right: -20px; }
  @media (max-width: 991.98px) {
    .bar--cta .bar__ctas .btn {
      border-radius: 0;
      -webkit-mask-image: none;
              mask-image: none; } }
  @media (min-width: 992px) {
    .bar--cta {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; }
      .bar--cta .bar__ctas {
        margin-right: 0; } }

.bar--active-filters {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 440;
  background-color: #fff;
  padding: 1.25rem 0; }
  @media (max-width: 991.98px) {
    .bar--active-filters {
      margin: 0 -1.25rem;
      padding: 1.25rem;
      overflow-x: auto;
      overflow-scrolling: touch; }
      .bar--active-filters > .row {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
  .bar--active-filters .bar__label,
  .bar--active-filters .bar__reset-filters {
    margin-top: 6px; }

.is-loading .bar--active-filters {
  z-index: 9; }

.card {
  -webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1); }

.card__embed {
  margin: 0; }

.card--base {
  background-color: #333333; }

.card--primary {
  background-color: #D51317; }

.card--secondary {
  background-color: #3AAA35; }

.card--tertiary {
  background-color: #FBDD00; }

.card--quaternary {
  background-color: #F9F7F7; }

.card--success {
  background-color: #3AAA35; }

.card--info {
  background-color: #76C8E4; }

.card--warning {
  background-color: #FFB436; }

.card--danger {
  background-color: #D51317; }

.card--white {
  background-color: #fff; }

.card--black {
  background-color: #000; }

.card--gray {
  background-color: #F9F7F7; }

.card--bordered {
  border: 1px solid #e6e6e6; }
  .card--bordered .card-body {
    border-top: 1px solid #e6e6e6; }
    .card--bordered .card-body:first-child {
      border-top: 0; }

.card__link {
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-decoration: none;
  color: inherit; }
  .card__link:hover {
    color: inherit;
    text-decoration: inherit; }

.card--link {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  will-change: transform; }
  .card--link:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  @media all and (-ms-high-contrast: none) {
    .card--link {
      -webkit-box-flex: 0 !important;
      -webkit-flex-grow: 0 !important;
          -ms-flex-positive: 0 !important;
              flex-grow: 0 !important;
      -webkit-flex-shrink: 0 !important;
          -ms-flex-negative: 0 !important;
              flex-shrink: 0 !important; }
      .card--link .card-img-top {
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none; } }

.card__link {
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-decoration: none;
  color: inherit; }
  .card__link:hover {
    color: inherit;
    text-decoration: inherit; }

.card--shadow {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15); }

.card--add-to-cart {
  background-color: #333333;
  color: #fff; }
  .card--add-to-cart .card-body {
    padding: 20px; }
    .card--add-to-cart .card-body:first-child {
      border-radius: 0.2rem 0.2rem 0 0; }
    .card--add-to-cart .card-body:nth-child(odd) {
      position: relative;
      background-color: rgba(255, 255, 255, 0.1); }
      .card--add-to-cart .card-body:nth-child(odd):before {
        content: "";
        position: absolute;
        top: 100%;
        left: 40px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: rgba(255, 255, 255, 0.1);
        pointer-events: none; }
  .card--add-to-cart .card-footer {
    padding: 20px; }
  @media (min-width: 992px) {
    .card--add-to-cart:first-child {
      margin-top: calc((80px + (0.8125rem + 0.9375rem * 2 / 2)) * -1); }
    .card--add-to-cart .card-body,
    .card--add-to-cart .card-footer {
      padding: 20px 40px; } }

.card__add-to-cart-text {
  font-weight: 700;
  font-size: 0.8125rem;
  margin-bottom: 0.9375rem; }

.card__add-to-cart-image {
  width: calc((100% / 3) - 13px);
  height: auto;
  margin: 5px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.card--category .card-body {
  padding: 0.5rem 0.75rem; }

.card--category .card-title {
  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;
  font-size: 90%;
  line-height: 150%;
  margin-bottom: 0.625rem; }
  .card--category .card-title:last-child {
    margin-bottom: 0; }

.card--category .card-subtitle {
  line-height: 150%; }

.card--category .card__arrow {
  display: none;
  margin: 0 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media (min-width: 768px) {
  .card--category .card-body {
    padding: 0.9375rem 1.25rem; }
  .card--category .card-title {
    font-size: inherit;
    line-height: 150%; }
  .card--category .card__arrow {
    display: block; } }

.card--product .card__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20%; }
  .card--product .card__media [class*="card-img"] {
    width: auto;
    max-height: 100%;
    border-radius: 0; }

.card--vehicle-search {
  background: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  word-wrap: normal;
  color: #fff; }
  .card--vehicle-search .card-title {
    font-family: "Roboto Slab", serif;
    font-size: 175%;
    line-height: 1.2;
    color: inherit; }
  @media (min-width: 992px) {
    .card--vehicle-search {
      text-align: left; } }

/**
 * Carousel
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
@media (min-width: 992px) {
  .carousel.has-thumbs .flickity-page-dots {
    display: none; } }

.carousel__slide {
  width: 100%; }
  .carousel__slide:not(:first-child) {
    display: none; }
  .flickity-enabled .carousel__slide {
    display: block; }

.carousel--thumbs .carousel__slide {
  margin-bottom: 0.625rem;
  margin-right: 1.25rem;
  width: 20%;
  background-color: #fff;
  border-radius: 0.2rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s; }
  .carousel--thumbs .carousel__slide.is-nav-selected {
    -webkit-box-shadow: 0 0.625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.15);
    opacity: 1; }

.carousel--overflow .flickity-viewport {
  overflow: visible; }

.carousel--overflow .carousel__slide {
  margin-right: 20px; }

@media (min-width: 992px) {
  .carousel--overflow .carousel__slide {
    margin-right: 40px; } }

.container-sm {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .container-sm {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1280px) {
    .container-sm {
      padding-top: 60px;
      padding-bottom: 60px; } }

.extra-information-toggler .icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.extra-information-toggler.is-active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.figure__link {
  display: block; }

.figure__overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 200%;
  color: #fff;
  pointer-events: none; }

.finance-calculator__title {
  margin-bottom: 0.625rem; }

.finance-calculator__label {
  margin-bottom: 0.625rem;
  font-weight: bold; }

.finance-calculator__slider .rc-slider-rail {
  background-color: rgba(255, 255, 255, 0.15); }

.finance-calculator__slider .rc-slider-handle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }

.finance-calculator__preview {
  font-weight: bold;
  text-align: right; }

.finance-calculator__card {
  color: #333333; }
  .finance-calculator__card .card-body {
    padding: 30px; }
    .finance-calculator__card .card-body:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.025); }
  .finance-calculator__card .card-body--small {
    font-size: 75%; }
  .finance-calculator__card .card__table .table__property {
    width: auto; }
  .finance-calculator__card .card__table .table__value {
    text-align: right; }

@media (max-width: 991.98px) {
  .filter {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 70px;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 1030; }
    .filter.is-open {
      -webkit-transform: none;
              transform: none; }
  .filter__heading {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    text-align: center; }
  .filter__button,
  .filter__toggler,
  .filter__reset {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    -webkit-mask-image: none;
            mask-image: none;
    border-radius: 0;
    color: #fff; }
  .filter__button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 50%;
    width: 50%;
    background-color: #D51317; }
  .filter__reset {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    width: 50%;
    background-color: #333333 !important;
    color: #fff !important; }
  .filter__toggler {
    width: 50%;
    background-color: #333333;
    background-image: url(../img/arrow-down-light.svg);
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 12px;
    z-index: 90; }
    .filter__toggler:hover {
      background-position: right 1.25rem center;
      background-size: 12px; } }

.filter .Collapsible__contentOuter {
  position: relative; }
  .filter .Collapsible__contentOuter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 -30px 10px #fff;
            box-shadow: inset 0 -30px 10px #fff;
    pointer-events: none;
    z-index: 10; }

.filter .Collapsible__contentInner {
  max-height: 200px;
  overflow: auto;
  padding: 2px 1.25rem 10px; }
  .filter .Collapsible__contentInner:last-child {
    margin-bottom: 1.25rem; }

@media (min-width: 992px) {
  .filter .Collapsible__trigger {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem; }
    .filter .Collapsible__trigger:after {
      right: 0.83333rem; }
  .filter .Collapsible__contentInner {
    max-height: 350px;
    padding: 2px 0.83333rem 10px; } }

/**
 * Grid
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.container-xs {
  max-width: 0; }

@media (min-width: 600px) {
  .container-sm {
    max-width: 600px; } }

@media (min-width: 768px) {
  .container-md {
    max-width: 768px; } }

@media (min-width: 992px) {
  .container-lg {
    max-width: 992px; } }

@media (min-width: 1280px) {
  .container-xl {
    max-width: 1280px; } }

@media (min-width: 1440px) {
  .container-xxl {
    max-width: 1440px; } }

.row.gutters {
  margin-top: -40px;
  margin-bottom: 40px; }
  .row.gutters > .col,
  .row.gutters > [class*="col-"] {
    padding-top: 40px; }

.row.gutters-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }
  .row.gutters-0 > .col,
  .row.gutters-0 > [class*="col-"] {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0; }

.row.gutters-1 {
  margin-top: -10px;
  margin-right: -5px;
  margin-bottom: 10px;
  margin-left: -5px; }
  .row.gutters-1 > .col,
  .row.gutters-1 > [class*="col-"] {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px; }

.row.gutters-2 {
  margin-top: -20px;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px; }
  .row.gutters-2 > .col,
  .row.gutters-2 > [class*="col-"] {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px; }

.row.gutters-3 {
  margin-top: -30px;
  margin-right: -15px;
  margin-bottom: 30px;
  margin-left: -15px; }
  .row.gutters-3 > .col,
  .row.gutters-3 > [class*="col-"] {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px; }

.row.gutters-4 {
  margin-top: -40px;
  margin-right: -20px;
  margin-bottom: 40px;
  margin-left: -20px; }
  .row.gutters-4 > .col,
  .row.gutters-4 > [class*="col-"] {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px; }

.row.gutters-5 {
  margin-top: -60px;
  margin-right: -30px;
  margin-bottom: 60px;
  margin-left: -30px; }
  .row.gutters-5 > .col,
  .row.gutters-5 > [class*="col-"] {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px; }

.row.gutters-6 {
  margin-top: -80px;
  margin-right: -40px;
  margin-bottom: 80px;
  margin-left: -40px; }
  .row.gutters-6 > .col,
  .row.gutters-6 > [class*="col-"] {
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px; }

.row.gutters-7 {
  margin-top: -120px;
  margin-right: -60px;
  margin-bottom: 120px;
  margin-left: -60px; }
  .row.gutters-7 > .col,
  .row.gutters-7 > [class*="col-"] {
    padding-top: 120px;
    padding-right: 60px;
    padding-left: 60px; }

@media (min-width: 600px) {
  .row.gutters-sm {
    margin-top: -40px;
    margin-bottom: 40px; }
    .row.gutters-sm > .col,
    .row.gutters-sm > [class*="col-"] {
      padding-top: 40px; }
  .row.gutters-sm-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; }
    .row.gutters-sm-0 > .col,
    .row.gutters-sm-0 > [class*="col-"] {
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; }
  .row.gutters-sm-1 {
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 10px;
    margin-left: -5px; }
    .row.gutters-sm-1 > .col,
    .row.gutters-sm-1 > [class*="col-"] {
      padding-top: 10px;
      padding-right: 5px;
      padding-left: 5px; }
  .row.gutters-sm-2 {
    margin-top: -20px;
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px; }
    .row.gutters-sm-2 > .col,
    .row.gutters-sm-2 > [class*="col-"] {
      padding-top: 20px;
      padding-right: 10px;
      padding-left: 10px; }
  .row.gutters-sm-3 {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px; }
    .row.gutters-sm-3 > .col,
    .row.gutters-sm-3 > [class*="col-"] {
      padding-top: 30px;
      padding-right: 15px;
      padding-left: 15px; }
  .row.gutters-sm-4 {
    margin-top: -40px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px; }
    .row.gutters-sm-4 > .col,
    .row.gutters-sm-4 > [class*="col-"] {
      padding-top: 40px;
      padding-right: 20px;
      padding-left: 20px; }
  .row.gutters-sm-5 {
    margin-top: -60px;
    margin-right: -30px;
    margin-bottom: 60px;
    margin-left: -30px; }
    .row.gutters-sm-5 > .col,
    .row.gutters-sm-5 > [class*="col-"] {
      padding-top: 60px;
      padding-right: 30px;
      padding-left: 30px; }
  .row.gutters-sm-6 {
    margin-top: -80px;
    margin-right: -40px;
    margin-bottom: 80px;
    margin-left: -40px; }
    .row.gutters-sm-6 > .col,
    .row.gutters-sm-6 > [class*="col-"] {
      padding-top: 80px;
      padding-right: 40px;
      padding-left: 40px; }
  .row.gutters-sm-7 {
    margin-top: -120px;
    margin-right: -60px;
    margin-bottom: 120px;
    margin-left: -60px; }
    .row.gutters-sm-7 > .col,
    .row.gutters-sm-7 > [class*="col-"] {
      padding-top: 120px;
      padding-right: 60px;
      padding-left: 60px; } }

@media (min-width: 768px) {
  .row.gutters-md {
    margin-top: -40px;
    margin-bottom: 40px; }
    .row.gutters-md > .col,
    .row.gutters-md > [class*="col-"] {
      padding-top: 40px; }
  .row.gutters-md-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; }
    .row.gutters-md-0 > .col,
    .row.gutters-md-0 > [class*="col-"] {
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; }
  .row.gutters-md-1 {
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 10px;
    margin-left: -5px; }
    .row.gutters-md-1 > .col,
    .row.gutters-md-1 > [class*="col-"] {
      padding-top: 10px;
      padding-right: 5px;
      padding-left: 5px; }
  .row.gutters-md-2 {
    margin-top: -20px;
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px; }
    .row.gutters-md-2 > .col,
    .row.gutters-md-2 > [class*="col-"] {
      padding-top: 20px;
      padding-right: 10px;
      padding-left: 10px; }
  .row.gutters-md-3 {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px; }
    .row.gutters-md-3 > .col,
    .row.gutters-md-3 > [class*="col-"] {
      padding-top: 30px;
      padding-right: 15px;
      padding-left: 15px; }
  .row.gutters-md-4 {
    margin-top: -40px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px; }
    .row.gutters-md-4 > .col,
    .row.gutters-md-4 > [class*="col-"] {
      padding-top: 40px;
      padding-right: 20px;
      padding-left: 20px; }
  .row.gutters-md-5 {
    margin-top: -60px;
    margin-right: -30px;
    margin-bottom: 60px;
    margin-left: -30px; }
    .row.gutters-md-5 > .col,
    .row.gutters-md-5 > [class*="col-"] {
      padding-top: 60px;
      padding-right: 30px;
      padding-left: 30px; }
  .row.gutters-md-6 {
    margin-top: -80px;
    margin-right: -40px;
    margin-bottom: 80px;
    margin-left: -40px; }
    .row.gutters-md-6 > .col,
    .row.gutters-md-6 > [class*="col-"] {
      padding-top: 80px;
      padding-right: 40px;
      padding-left: 40px; }
  .row.gutters-md-7 {
    margin-top: -120px;
    margin-right: -60px;
    margin-bottom: 120px;
    margin-left: -60px; }
    .row.gutters-md-7 > .col,
    .row.gutters-md-7 > [class*="col-"] {
      padding-top: 120px;
      padding-right: 60px;
      padding-left: 60px; } }

@media (min-width: 992px) {
  .row.gutters-lg {
    margin-top: -40px;
    margin-bottom: 40px; }
    .row.gutters-lg > .col,
    .row.gutters-lg > [class*="col-"] {
      padding-top: 40px; }
  .row.gutters-lg-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; }
    .row.gutters-lg-0 > .col,
    .row.gutters-lg-0 > [class*="col-"] {
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; }
  .row.gutters-lg-1 {
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 10px;
    margin-left: -5px; }
    .row.gutters-lg-1 > .col,
    .row.gutters-lg-1 > [class*="col-"] {
      padding-top: 10px;
      padding-right: 5px;
      padding-left: 5px; }
  .row.gutters-lg-2 {
    margin-top: -20px;
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px; }
    .row.gutters-lg-2 > .col,
    .row.gutters-lg-2 > [class*="col-"] {
      padding-top: 20px;
      padding-right: 10px;
      padding-left: 10px; }
  .row.gutters-lg-3 {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px; }
    .row.gutters-lg-3 > .col,
    .row.gutters-lg-3 > [class*="col-"] {
      padding-top: 30px;
      padding-right: 15px;
      padding-left: 15px; }
  .row.gutters-lg-4 {
    margin-top: -40px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px; }
    .row.gutters-lg-4 > .col,
    .row.gutters-lg-4 > [class*="col-"] {
      padding-top: 40px;
      padding-right: 20px;
      padding-left: 20px; }
  .row.gutters-lg-5 {
    margin-top: -60px;
    margin-right: -30px;
    margin-bottom: 60px;
    margin-left: -30px; }
    .row.gutters-lg-5 > .col,
    .row.gutters-lg-5 > [class*="col-"] {
      padding-top: 60px;
      padding-right: 30px;
      padding-left: 30px; }
  .row.gutters-lg-6 {
    margin-top: -80px;
    margin-right: -40px;
    margin-bottom: 80px;
    margin-left: -40px; }
    .row.gutters-lg-6 > .col,
    .row.gutters-lg-6 > [class*="col-"] {
      padding-top: 80px;
      padding-right: 40px;
      padding-left: 40px; }
  .row.gutters-lg-7 {
    margin-top: -120px;
    margin-right: -60px;
    margin-bottom: 120px;
    margin-left: -60px; }
    .row.gutters-lg-7 > .col,
    .row.gutters-lg-7 > [class*="col-"] {
      padding-top: 120px;
      padding-right: 60px;
      padding-left: 60px; } }

@media (min-width: 1280px) {
  .row.gutters-xl {
    margin-top: -40px;
    margin-bottom: 40px; }
    .row.gutters-xl > .col,
    .row.gutters-xl > [class*="col-"] {
      padding-top: 40px; }
  .row.gutters-xl-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; }
    .row.gutters-xl-0 > .col,
    .row.gutters-xl-0 > [class*="col-"] {
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; }
  .row.gutters-xl-1 {
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 10px;
    margin-left: -5px; }
    .row.gutters-xl-1 > .col,
    .row.gutters-xl-1 > [class*="col-"] {
      padding-top: 10px;
      padding-right: 5px;
      padding-left: 5px; }
  .row.gutters-xl-2 {
    margin-top: -20px;
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px; }
    .row.gutters-xl-2 > .col,
    .row.gutters-xl-2 > [class*="col-"] {
      padding-top: 20px;
      padding-right: 10px;
      padding-left: 10px; }
  .row.gutters-xl-3 {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px; }
    .row.gutters-xl-3 > .col,
    .row.gutters-xl-3 > [class*="col-"] {
      padding-top: 30px;
      padding-right: 15px;
      padding-left: 15px; }
  .row.gutters-xl-4 {
    margin-top: -40px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px; }
    .row.gutters-xl-4 > .col,
    .row.gutters-xl-4 > [class*="col-"] {
      padding-top: 40px;
      padding-right: 20px;
      padding-left: 20px; }
  .row.gutters-xl-5 {
    margin-top: -60px;
    margin-right: -30px;
    margin-bottom: 60px;
    margin-left: -30px; }
    .row.gutters-xl-5 > .col,
    .row.gutters-xl-5 > [class*="col-"] {
      padding-top: 60px;
      padding-right: 30px;
      padding-left: 30px; }
  .row.gutters-xl-6 {
    margin-top: -80px;
    margin-right: -40px;
    margin-bottom: 80px;
    margin-left: -40px; }
    .row.gutters-xl-6 > .col,
    .row.gutters-xl-6 > [class*="col-"] {
      padding-top: 80px;
      padding-right: 40px;
      padding-left: 40px; }
  .row.gutters-xl-7 {
    margin-top: -120px;
    margin-right: -60px;
    margin-bottom: 120px;
    margin-left: -60px; }
    .row.gutters-xl-7 > .col,
    .row.gutters-xl-7 > [class*="col-"] {
      padding-top: 120px;
      padding-right: 60px;
      padding-left: 60px; } }

@media (min-width: 1440px) {
  .row.gutters-xxl {
    margin-top: -40px;
    margin-bottom: 40px; }
    .row.gutters-xxl > .col,
    .row.gutters-xxl > [class*="col-"] {
      padding-top: 40px; }
  .row.gutters-xxl-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; }
    .row.gutters-xxl-0 > .col,
    .row.gutters-xxl-0 > [class*="col-"] {
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; }
  .row.gutters-xxl-1 {
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 10px;
    margin-left: -5px; }
    .row.gutters-xxl-1 > .col,
    .row.gutters-xxl-1 > [class*="col-"] {
      padding-top: 10px;
      padding-right: 5px;
      padding-left: 5px; }
  .row.gutters-xxl-2 {
    margin-top: -20px;
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px; }
    .row.gutters-xxl-2 > .col,
    .row.gutters-xxl-2 > [class*="col-"] {
      padding-top: 20px;
      padding-right: 10px;
      padding-left: 10px; }
  .row.gutters-xxl-3 {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px; }
    .row.gutters-xxl-3 > .col,
    .row.gutters-xxl-3 > [class*="col-"] {
      padding-top: 30px;
      padding-right: 15px;
      padding-left: 15px; }
  .row.gutters-xxl-4 {
    margin-top: -40px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px; }
    .row.gutters-xxl-4 > .col,
    .row.gutters-xxl-4 > [class*="col-"] {
      padding-top: 40px;
      padding-right: 20px;
      padding-left: 20px; }
  .row.gutters-xxl-5 {
    margin-top: -60px;
    margin-right: -30px;
    margin-bottom: 60px;
    margin-left: -30px; }
    .row.gutters-xxl-5 > .col,
    .row.gutters-xxl-5 > [class*="col-"] {
      padding-top: 60px;
      padding-right: 30px;
      padding-left: 30px; }
  .row.gutters-xxl-6 {
    margin-top: -80px;
    margin-right: -40px;
    margin-bottom: 80px;
    margin-left: -40px; }
    .row.gutters-xxl-6 > .col,
    .row.gutters-xxl-6 > [class*="col-"] {
      padding-top: 80px;
      padding-right: 40px;
      padding-left: 40px; }
  .row.gutters-xxl-7 {
    margin-top: -120px;
    margin-right: -60px;
    margin-bottom: 120px;
    margin-left: -60px; }
    .row.gutters-xxl-7 > .col,
    .row.gutters-xxl-7 > [class*="col-"] {
      padding-top: 120px;
      padding-right: 60px;
      padding-left: 60px; } }

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

.row--equalized > * {
  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; }
  .row--equalized > * > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

/**
 * Hero
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.hero {
  margin: 0;
  background: #333333 50% 50% no-repeat;
  background-size: cover;
  color: #fff; }
  .hero .hero__container {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
    transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
    transition: opacity 1s 0.5s, transform 1s 0.5s;
    transition: opacity 1s 0.5s, transform 1s 0.5s, -webkit-transform 1s 0.5s; }
  .hero .hero__title {
    color: inherit; }
  .hero .hero__subtitle {
    color: inherit; }
  .hero .hero__text {
    font-size: 0.875rem;
    line-height: 125%; }
  .hero .carousel__slide {
    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;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background: right 50% no-repeat;
    background-size: cover; }
    .hero .carousel__slide.has-overlay:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
      pointer-events: none; }
    .hero .carousel__slide.is-selected .hero__container {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .hero .flickity-prev-next-button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-color: #000;
    opacity: 1;
    z-index: 50;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
    .hero .flickity-prev-next-button.previous {
      right: 61px;
      left: auto; }
    .hero .flickity-prev-next-button.next {
      right: 0; }
    .hero .flickity-prev-next-button:disabled {
      opacity: 0.5; }
  .hero .flickity-button-icon {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media (max-width: 767.98px) {
    .hero .hero__title {
      font-size: 150%;
      margin-bottom: 0.9375rem; }
    .hero .hero__subtitle {
      font-size: 100%;
      margin-bottom: 0; }
    .hero .btn {
      padding: 0.625rem 0.9375rem;
      font-size: 0.875rem;
      line-height: 1.75;
      white-space: normal; } }
  @media (min-width: 768px) {
    .hero .hero__text {
      font-size: 120%; }
    .hero .carousel__slide {
      padding-top: 80px;
      padding-bottom: 80px;
      min-height: 50vh; } }
  @media (min-width: 1280px) {
    .hero .carousel__slide {
      padding-top: 120px;
      padding-bottom: 120px;
      min-height: 55vh; }
    .hero .flickity-prev-next-button {
      width: 80px;
      height: 80px; }
      .hero .flickity-prev-next-button.previous {
        right: 241px; }
      .hero .flickity-prev-next-button.next {
        right: 160px; } }

.hero--small {
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .hero--small {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1280px) {
    .hero--small {
      padding-top: 120px;
      padding-bottom: 120px; } }

.media--product {
  font-size: 13px;
  line-height: 1.6;
  color: #999999; }
  .media--product .media__figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0.625rem;
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #e6e6e6;
    border-radius: 0.2rem; }
    .media--product .media__figure .media__image {
      max-width: 75%;
      max-height: 75%; }
  .media--product .media__title {
    margin: 0;
    font: inherit; }
  .media--product .media__text {
    margin: 0; }

.tab-content--positioned {
  position: relative; }
  .tab-content--positioned > .tab-pane {
    display: block; }
  .tab-content--positioned > :not(.active) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden; }

/**
 * Primary nav
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.nav--primary {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .nav--primary .nav-link {
    font-weight: 700;
    padding-left: 0;
    padding-right: 0; }
  .nav--primary > .nav-item {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 64px;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    @media (min-width: 1280px) {
      .nav--primary > .nav-item {
        padding-right: 20px;
        padding-left: 20px; } }
    .nav--primary > .nav-item.parent:hover > .nav-link:after {
      content: '';
      width: 19px;
      height: 9px;
      position: absolute;
      bottom: -1px;
      left: 50%;
      margin-left: -9px;
      background: url(../img/chevron-top-rounded.svg) no-repeat 0 0;
      z-index: 2; }
    .nav--primary > .nav-item.parent:hover {
      background-position: calc(50% - 12px) calc(100% + 7px); }
    .nav--primary > .nav-item .nav-icon {
      color: gray;
      margin-left: 10px;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
    .nav--primary > .nav-item > .nav-link {
      position: relative;
      text-decoration: none; }
    .nav--primary > .nav-item:hover > .nav-link > .nav-icon {
      color: #D51317;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .nav--primary > .nav-item:hover > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      opacity: 1;
      visibility: visible;
      border-top: 1px solid #E5E5E5; }
  .nav--primary .nav--sub {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 216px;
    z-index: 1;
    background-color: #F9F7F7;
    -webkit-box-shadow: inset 0 -1px 0 #e6e6e6;
            box-shadow: inset 0 -1px 0 #e6e6e6;
    visibility: hidden;
    opacity: 0; }
    .nav--primary .nav--sub > .nav-item {
      padding-right: 12px;
      padding-left: 12px; }
      @media (min-width: 1280px) {
        .nav--primary .nav--sub > .nav-item {
          padding-right: 20px;
          padding-left: 20px; } }
      .nav--primary .nav--sub > .nav-item.parent:hover {
        background: url(../img/chevron-top-bordered.svg) no-repeat calc(50% - 12px) calc(100% + 7px); }
      .nav--primary .nav--sub > .nav-item .nav-link {
        font-weight: 700; }
        .nav--primary .nav--sub > .nav-item .nav-link:hover {
          color: #666666; }
      .nav--primary .nav--sub > .nav-item .nav-icon {
        color: #b3b3b3;
        margin-left: 10px;
        -webkit-transition: 0.25s;
        transition: 0.25s; }
      .nav--primary .nav--sub > .nav-item:hover > .nav-link > .nav-icon {
        color: #D51317;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .nav--primary .nav--sub > .nav-item:hover > .nav--dropdown {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
  .nav--primary > .nav-item:hover > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .nav--primary .nav--dropdown {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 30px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999999;
    font-size: 0.9375rem;
    background-color: #fff;
    z-index: 1;
    line-height: 1.75; }
    .nav--primary .nav--dropdown > .container {
      max-width: none; }
      @media (min-width: 1280px) {
        .nav--primary .nav--dropdown > .container {
          margin-right: 80px;
          margin-left: 80px; } }
    .nav--primary .nav--dropdown .nav--dropdown__heading {
      margin-bottom: 0.625rem;
      font-size: 1.0625rem;
      color: #333333;
      font-family: "Roboto", sans-serif;
      font-weight: 700; }
    .nav--primary .nav--dropdown .nav--dropdown__list {
      margin-bottom: 1.25rem; }
      .nav--primary .nav--dropdown .nav--dropdown__list > .nav-item {
        padding: 0.125rem 0; }
        .nav--primary .nav--dropdown .nav--dropdown__list > .nav-item a:hover {
          color: #666666; }

/**
 * Secondary nav
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.nav--secondary {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 88.25%;
  line-height: 50px; }
  .nav--secondary .nav__text {
    margin-right: 5px;
    margin-left: 5px; }
    .nav--secondary .nav__text:first-child {
      margin-left: 0; }
    .nav--secondary .nav__text:last-child {
      margin-right: 0; }
  .nav--secondary > .nav__item {
    color: rgba(51, 51, 51, 0.4); }
    .nav--secondary > .nav__item > .nav__link {
      text-decoration: none;
      color: rgba(51, 51, 51, 0.4);
      margin-right: 25px; }
      .nav--secondary > .nav__item > .nav__link .nav__icon {
        margin-right: 5px; }
      .nav--secondary > .nav__item > .nav__link:hover {
        color: rgba(51, 51, 51, 0.6); }

/**
 * Underlined nav
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.nav--underlined {
  position: relative;
  background-color: #fff; }
  .nav--underlined .nav-item {
    position: relative;
    margin: 0 15px; }
    .nav--underlined .nav-item:first-child {
      margin-left: 0; }
    .nav--underlined .nav-item:last-child {
      margin-right: 0; }
  .nav--underlined .nav-link {
    border-bottom: 2px solid transparent;
    text-decoration: none;
    padding: 19px 0 17px;
    color: #999;
    font-size: 0.8125rem; }
    .nav--underlined .nav-link:hover {
      color: #333333; }
    .nav--underlined .nav-link.active, .nav--underlined .nav-link:hover, .nav--underlined .nav-link:focus {
      color: #333333;
      border-color: transparent transparent #D51317 transparent; }

.nav__container {
  position: relative;
  height: 100%; }

.nav--extranet {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F9F7F7;
  padding: 0;
  z-index: 1;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  display: inline-block; }
  @media (min-width: 1440px) {
    .nav--extranet {
      width: 5rem;
      height: 100%; } }
  .nav--extranet .nav__collapse {
    z-index: 9;
    -webkit-transition: background-color 250ms ease, color 250ms ease;
    transition: background-color 250ms ease, color 250ms ease;
    background-color: #F9F7F7;
    padding: 30px 0 0 0; }
    .nav--extranet .nav__collapse .icon {
      -webkit-transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .nav--extranet .nav__collapse.is-active .icon {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1);
      color: #333333; }
    @media (min-width: 1440px) {
      .nav--extranet .nav__collapse {
        padding: 40px 0 20px 0; }
        .nav--extranet .nav__collapse.is-active .icon {
          color: #D51317;
          -webkit-transform: scaleX(-1);
                  transform: scaleX(-1); } }
  .nav--extranet .nav__collapse:hover {
    color: #333333; }
    @media (min-width: 1440px) {
      .nav--extranet .nav__collapse:hover {
        color: #D51317; } }
  .nav--extranet .nav__menu {
    width: 100%;
    padding: 0;
    opacity: 0;
    height: 0;
    visibility: hidden; }
    @media (min-width: 1440px) {
      .nav--extranet .nav__menu {
        display: inline; } }
    .nav--extranet .nav__menu.is-open {
      opacity: 1;
      height: 100%;
      visibility: visible; }
      @media (min-width: 1440px) {
        .nav--extranet .nav__menu.is-open {
          height: 0; } }
    @media (min-width: 1440px) {
      .nav--extranet .nav__menu {
        opacity: 1;
        visibility: visible; } }
    .nav--extranet .nav__menu .nav__item {
      border-left: 0;
      padding: 0 15px;
      background-color: #F9F7F7; }
      @media (min-width: 1440px) {
        .nav--extranet .nav__menu .nav__item {
          padding: 0;
          border-left: 4px solid transparent; } }
    .nav--extranet .nav__menu .nav__item:hover,
    .nav--extranet .nav__menu .nav__item.active {
      background-color: #fff;
      color: #D51317;
      border-color: #D51317; }
      .nav--extranet .nav__menu .nav__item:hover .icon,
      .nav--extranet .nav__menu .nav__item.active .icon {
        color: #333333; }
        @media (min-width: 1440px) {
          .nav--extranet .nav__menu .nav__item:hover .icon,
          .nav--extranet .nav__menu .nav__item.active .icon {
            color: #D51317; } }
      .nav--extranet .nav__menu .nav__item:hover .nav__text,
      .nav--extranet .nav__menu .nav__item.active .nav__text {
        background-color: #fff;
        color: #333333; }
    .nav--extranet .nav__menu .nav__link {
      position: relative;
      padding: 15px;
      -webkit-transition: initial;
      transition: initial;
      width: 100%; }
      @media (min-width: 1440px) {
        .nav--extranet .nav__menu .nav__link {
          display: block;
          margin: 0 auto;
          padding: 30px;
          width: auto;
          border: none;
          border-bottom: 1px solid #e6e6e6; } }
    .nav--extranet .nav__menu .nav__item.is-open .nav__link .nav__text {
      opacity: 1; }
      @media (min-width: 1440px) {
        .nav--extranet .nav__menu .nav__item.is-open .nav__link .nav__text {
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          -webkit-transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease;
          transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1); } }
    .nav--extranet .nav__menu .nav__link .nav__text {
      left: 100%;
      top: 50%;
      width: 15rem;
      color: #333333; }
      @media (min-width: 1440px) {
        .nav--extranet .nav__menu .nav__link .nav__text {
          position: absolute;
          -webkit-transform: translate(-150%, -50%);
                  transform: translate(-150%, -50%);
          color: #fff;
          opacity: 0;
          padding: 28px;
          -webkit-transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease;
          transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1); } }

@media (min-width: 1440px) {
  .nav__linktext span {
    position: relative;
    z-index: 2; }
  .nav__collapse-extra {
    position: absolute;
    width: 15rem;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-15rem);
            transform: translateX(-15rem);
    height: 100%;
    background: #333333;
    -webkit-transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .nav__collapse-extra.is-open {
      -webkit-transform: translateX(5rem);
              transform: translateX(5rem);
      -webkit-transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1); } }

.nav--pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .nav--pagination .list__item:not(:last-child) {
    margin-right: 2rem; }
  .nav--pagination .list__link {
    position: relative;
    padding: 0 5px; }
    .nav--pagination .list__link:after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #D51317;
      opacity: 0;
      -webkit-transition: opacity 150ms ease;
      transition: opacity 150ms ease; }
    .nav--pagination .list__link:hover:after, .nav--pagination .list__link.is-active:after {
      opacity: 1; }

.pagination__item .page-link {
  position: relative; }
  .pagination__item .page-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.pagination__item.active .page-link:after {
  background-color: #D51317; }

.pagination__break .page-link {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 992px) {
  .pagination__break .page-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

.pagination__prev .page-link,
.pagination__next .page-link {
  min-height: 30px;
  position: relative; }
  .pagination__prev .page-link:after,
  .pagination__next .page-link:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 12px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='%23D51317' d='M2.00051559,0.343359313 L7.65736983,6.00021356 L2.00051559,11.6570678 L0.586302023,10.2428542 L4.82894271,6.00021356 L0.586302023,1.75757288 L2.00051559,0.343359313 Z M10.0006186,0.343608125 L15.6574729,6.00046237 L10.0006186,11.6573166 L8.58640508,10.2431031 L12.8290458,6.00046237 L8.58640508,1.75782169 L10.0006186,0.343608125 Z'/%3E%3C/svg%3E");
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.pagination__prev.disabled .page-link,
.pagination__next.disabled .page-link {
  opacity: 0.5; }

.pagination__prev {
  margin-right: auto; }
  .pagination__prev .page-link {
    padding-left: 1.25rem; }
    .pagination__prev .page-link:after {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }

.pagination__next {
  margin-left: auto; }
  .pagination__next .page-link {
    padding-right: 1.25rem; }
    .pagination__next .page-link:after {
      right: 0; }

/**
 * Pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane.has-nav, .pane--structured .has-nav.pane__body {
  padding-top: 0;
  padding-bottom: 0; }
  .pane.has-nav .pane__nav, .pane--structured .has-nav.pane__body .pane__nav {
    position: absolute;
    width: 100%;
    margin-bottom: 24px;
    top: 50px; }
  .pane.has-nav .pane__body, .pane--structured .has-nav.pane__body .pane__body {
    padding-top: 20px;
    padding-bottom: 60px;
    margin-top: 90px;
    width: 100%; }
  @media (min-width: 992px) {
    .pane.has-nav, .pane--structured .has-nav.pane__body {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .pane.has-nav .pane__nav, .pane--structured .has-nav.pane__body .pane__nav {
        top: 0; } }
  @media (min-width: 1440px) {
    .pane.has-nav .pane__nav, .pane--structured .has-nav.pane__body .pane__nav {
      position: relative;
      width: auto;
      background-color: #F9F7F7;
      margin-bottom: 0; }
    .pane.has-nav .pane__body, .pane--structured .has-nav.pane__body .pane__body {
      position: relative;
      margin-top: 0;
      padding-top: 60px;
      width: calc(100% - 10rem); } }

@media (min-width: 992px) {
  .pane--quaternary-split {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(0, #F9F7F7));
    background-image: linear-gradient(to right, #fff 50%, #F9F7F7 0); } }

@media (min-width: 992px) {
  .background-split-9-4-gutters-6 {
    background-image: linear-gradient(to right, #fff calc( ((100vw - 1000px) / 2) +            // Leftmost .row side:    >|____________| ((1000px / 12) * 9)), #F9F7F7 0); } }

@media (min-width: 1280px) {
  .background-split-9-4-gutters-6 {
    background-image: linear-gradient(to right, #fff calc(((100vw - 1240px) / 2) + ((1240px / 12) * 9)), #F9F7F7 0); } }

/**
 * Pane structured
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <http://www.webstores.nl/>
 */
.pane--structured {
  padding: 0; }
  .pane--structured .pane__header {
    padding-top: 20px;
    padding-bottom: 20px; }
  .pane--structured .pane__footer {
    padding-top: 20px;
    padding-bottom: 20px; }

/**
 * Pane tabbed
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <http://www.webstores.nl/>
 */
.pane--tabbed .pane__header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  padding-top: 0;
  padding-bottom: 0; }

.pane--tabbed .pane__body {
  background-color: #F9F7F7; }
  @media (min-width: 992px) {
    .pane--tabbed .pane__body {
      padding-top: 60px;
      padding-bottom: 60px; } }

/**
 * AFM pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--afm {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  .pane--afm .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pane--afm .pane__title {
    font-size: inherit; }

/**
 * Finance pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--finance .pane__header {
  background-color: #fff;
  text-align: center;
  color: #333333; }

.pane--finance .pane__body {
  padding-top: 40px;
  padding-bottom: 40px; }

.pane--finance .pane__title {
  font-family: Arial, Helvetica, sans-serif;
  color: #000; }

@media (min-width: 992px) {
  .pane--finance .pane__header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left; } }

/**
 * Product pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--product .pane__header, .pane--vehicle .pane__header {
  background-color: #333333;
  text-align: center;
  color: #fff; }

.pane--product .pane__body, .pane--vehicle .pane__body {
  padding-top: 40px;
  padding-bottom: 40px; }

.pane--product .pane__title, .pane--vehicle .pane__title {
  color: inherit; }

@media (min-width: 992px) {
  .pane--product .pane__header, .pane--vehicle .pane__header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left; } }

/**
 * Text + image (large) pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--text-image-large {
  padding: 0; }
  .pane--text-image-large .pane__image {
    margin-right: -20px;
    margin-left: -20px;
    max-width: calc(100% + 40px); }
  @media (min-width: 992px) {
    .pane--text-image-large .pane__image {
      margin-right: 0;
      margin-left: -15vw;
      width: calc(100% + 15vw);
      max-width: calc(100% + 15vw); }
    .pane--text-image-large .flex-row-reverse .pane__image {
      margin-right: -15vw;
      margin-left: 0; } }

/**
 * USPs pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--usps {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.8125rem;
  color: #999999; }

.pane__usps .list__icon {
  top: 0.71094rem; }

/**
 * Vehicle pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--vehicle {
  overflow-x: hidden; }
  .pane--vehicle .pane__body {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      .pane--vehicle .pane__body {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 1280px) {
      .pane--vehicle .pane__body {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .pane--vehicle .pane__body--media {
    padding-top: 0;
    padding-bottom: 50px;
    background-color: #333333; }
    .pane--vehicle .pane__body--media .container {
      position: relative; }
  .pane--vehicle .pane__carousel .carousel__slide {
    background-color: #333333; }
    .pane--vehicle .pane__carousel .carousel__slide.is-selected .carousel__image {
      opacity: 1; }
  .pane--vehicle .pane__carousel.flickity-enabled .carousel__image {
    opacity: 0.25;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  @media (min-width: 992px) {
    .pane--vehicle .pane__body--media {
      padding-bottom: 40px;
      background: linear-gradient(to top, #fff 140px, #333333 140px); } }

.parts-search__form {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none; }

.parts-search__table {
  font-size: 87.5%; }
  .parts-search__table td {
    vertical-align: middle; }
  .parts-search__table .table__action {
    width: 1px; }
    .parts-search__table .table__action .btn {
      padding: 5px 10px;
      -webkit-mask-image: none;
              mask-image: none; }

.quick-order__search {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none; }

.quick-order__table {
  font-size: 87.5%;
  white-space: nowrap; }
  .quick-order__table th:first-child,
  .quick-order__table td:first-child {
    padding-left: 0.625rem; }
  .quick-order__table th:last-child,
  .quick-order__table td:last-child {
    padding-right: 0.625rem; }
  .quick-order__table td {
    vertical-align: middle; }
  .quick-order__table .table__input,
  .quick-order__table .table__barcode,
  .quick-order__table .table__stock {
    width: 1px; }
  .quick-order__table .table__input {
    padding-right: 0; }
  .quick-order__table .table__quantity {
    width: 90px; }
  .quick-order__table .table__title {
    white-space: normal; }
  .quick-order__table .table__stock {
    text-align: right; }
  .quick-order__table td.table__barcode {
    font-family: monospace;
    color: #999999; }

.product-finder__search {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none; }

.product-finder__table {
  font-size: 87.5%;
  white-space: nowrap; }
  .product-finder__table th:first-child,
  .product-finder__table td:first-child {
    padding-left: 0.625rem; }
  .product-finder__table th:last-child,
  .product-finder__table td:last-child {
    padding-right: 0.625rem; }
  .product-finder__table td {
    vertical-align: middle; }
  .product-finder__table tr {
    cursor: pointer; }
    .product-finder__table tr.is-active {
      color: #fff;
      background: #3AAA35; }
      .product-finder__table tr.is-active:hover {
        background: #3AAA35; }

.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s; }
  .search-results.is-open {
    opacity: 1;
    visibility: visible; }
  .search-results > .container > .row > [class*=col]:last-child {
    position: relative; }
    .search-results > .container > .row > [class*=col]:last-child:after {
      content: '';
      position: absolute;
      top: 0;
      right: -9999px;
      bottom: 0;
      left: 100%;
      background-color: #F9F7F7; }
  .search-results .btn-close {
    margin-bottom: 1.25rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    color: #999999;
    font-weight: 400; }
    .search-results .btn-close .icon {
      margin-top: 0;
      margin-right: 5px; }
    .search-results .btn-close:hover {
      color: #333333; }
  @media (max-width: 1279.98px) {
    .search-results {
      display: none; } }

.search-results-title {
  margin: 25px 0; }

.search-results-products .search-results-title {
  margin-bottom: 20px; }

.search-results-products .scroll-container {
  max-height: 476px;
  margin-right: -25px;
  margin-left: -25px;
  padding: 5px 25px 40px; }

.search-results-content .scroll-container {
  max-height: 325px; }

.search-results-list-item:not(:last-child) {
  margin-bottom: 10px; }

.search-results-list-link:hover {
  color: #D51317; }

.search-results-list-title,
.search-results-list-slug {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.search-results-list-title {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.25; }

.search-results-list-slug {
  color: #999999;
  font-size: 0.8125rem; }

@media (max-width: 991.98px) {
  .sort {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50px;
    border-left: 1px solid gray;
    z-index: 90; }
    .sort .custom-select, .sort .multi-select .dropdown-heading, .multi-select .sort .dropdown-heading {
      height: 100%;
      background-color: #333333;
      border-radius: 0;
      color: #fff;
      font-weight: 500;
      background-image: url("../img/arrow-down-light.svg"); } }

.store-locator__map-container {
  height: 75vw; }
  @media (min-width: 992px) {
    .store-locator__map-container {
      height: 60vh;
      min-height: 570px; } }

.store-locator__loading,
.store-locator__map {
  height: 100%; }

.store-locator__card .card-header {
  padding: 1.25rem; }

.store-locator__card .card-body {
  position: relative; }

.store-locator__card .scroll-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.store-locator__card .Collapsible__contentInner {
  font-size: 87.5%; }

.store-locator--fluid .store-locator__card {
  margin: 20px;
  margin-top: calc( (1.25rem + (0.5rem + 0.82734rem * 1.75 / 2)) * -1);
  height: 366px; }

@media (min-width: 992px) {
  .store-locator--fluid {
    position: relative; }
    .store-locator--fluid .store-locator__card {
      position: absolute;
      top: 2.5rem;
      right: 2.5rem;
      bottom: 2.5rem;
      margin: 0;
      width: 380px;
      height: auto; } }

.store-locator--contained {
  border: 1px solid #e6e6e6;
  border-radius: 0.2rem;
  overflow: hidden; }
  .store-locator--contained .store-locator__card {
    height: 444px;
    border: 0;
    border-radius: 0; }
  @media (min-width: 992px) {
    .store-locator--contained .store-locator__card {
      height: 100%; } }

.truncate .truncate__body {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  transition: height 0.2s; }
  .truncate .truncate__body:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    -webkit-transition: inherit;
    transition: inherit;
    pointer-events: none; }
  .pane--default:nth-of-type(even) .truncate .truncate__body:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#F9F7F7), to(rgba(249, 247, 247, 0)));
    background: linear-gradient(to top, #F9F7F7, rgba(249, 247, 247, 0)); }
  .truncate .truncate__body + .truncate__toggler {
    display: none; }
  .truncate .truncate__body.is-truncated + .truncate__toggler {
    display: block; }
  .truncate .truncate__body.is-truncated:after {
    height: 150px; }
  .truncate .truncate__body + .button-truncated {
    display: block; }

.checkout__collapse {
  display: none; }
  .checkout__collapse.is-open {
    display: block; }
  .checkout__collapse.is-open + hr {
    display: none; }

.modal--language.mm-page {
  position: fixed;
  z-index: 1050; }

.modal--language .modal-header .close {
  margin: 0; }

/**
 * Main header
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.main-header {
  position: relative; }
  .main-header > .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  @media (min-width: 1280px) {
    .main-header > .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.main-header__meta-nav {
  background-color: #F9F7F7;
  position: relative;
  z-index: 500; }

.main-header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 550;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.mm-wrapper_opened .main-header__container {
  -webkit-box-shadow: 0 1px 0 0 #e5e5e5;
          box-shadow: 0 1px 0 0 #e5e5e5; }

.main-header__overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 450;
  visibility: hidden;
  opacity: 0; }

.main-header__overlay.is-open,
.disable-scroll .main-header__overlay {
  visibility: visible;
  opacity: 1; }

.main-header__logo {
  z-index: 1050; }
  @media (min-width: 992px) {
    .main-header__logo {
      margin-top: -50px;
      padding-right: 30px;
      background-color: #fff;
      height: 130px;
      width: 216px;
      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; } }

@media (max-width: 1279.98px) {
  .main-header__menu {
    max-width: calc(100% - 500px); } }

@media (min-width: 1280px) {
  .main-header__menu {
    max-width: calc(100% - 670px); } }

.main-header__utilities {
  margin-left: auto; }
  .main-header__utilities .cart__icon {
    margin-right: 6px;
    width: 1.5rem; }
  .main-header__utilities .cart__price {
    font-weight: 700;
    margin-right: 10px; }
  .main-header__utilities .cart__amount {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    background-color: #FBDD00;
    padding: 3px 8px;
    border-radius: 12px; }
    @media (min-width: 992px) {
      .main-header__utilities .cart__amount {
        font-size: 0.9375rem;
        padding: 4px 12px; } }
    .main-header__utilities .cart__amount.cart__amount--empty {
      background-color: #e6e6e6;
      color: #999999; }
  .main-header__utilities .list--inline .list__item {
    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;
    margin-right: 0;
    line-height: 59px; }
    @media (min-width: 768px) {
      .main-header__utilities .list--inline .list__item {
        line-height: 64px; } }
    @media (min-width: 992px) {
      .main-header__utilities .list--inline .list__item {
        margin-right: 0.9375rem;
        line-height: 80px; }
        .main-header__utilities .list--inline .list__item:not(:first-child) {
          margin-left: 0.9375rem; } }
  .main-header__utilities .search-toggler {
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    border-left: 2px solid #F2F2F2;
    border-right: 2px solid #F2F2F2;
    position: relative; }
    .main-header__utilities .search-toggler .icon--search-toggler {
      width: 18px;
      height: 18px;
      position: relative;
      display: block;
      margin-top: 13px; }
      .main-header__utilities .search-toggler .icon--search-toggler:before {
        content: '';
        display: block;
        background-color: #fff;
        border: 2px solid #333333;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .main-header__utilities .search-toggler .icon--search-toggler:after {
        content: '';
        display: block;
        background-color: #333333;
        width: 8px;
        height: 2px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        bottom: 1px;
        right: -1px;
        border-radius: 2px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .main-header__utilities .search-toggler.is-active:after {
      content: '';
      width: 25px;
      height: 9px;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -12px;
      background: url(../img/chevron-top-bordered.svg) no-repeat 0 0;
      z-index: 2; }
      @media (min-width: 992px) {
        .main-header__utilities .search-toggler.is-active:after {
          bottom: -20px;
          margin-left: -10px;
          background: url(../img/chevron-top-rounded.svg) no-repeat 0 0; } }
    .main-header__utilities .search-toggler.is-active .icon--search-toggler {
      margin-top: 12px; }
      .main-header__utilities .search-toggler.is-active .icon--search-toggler:before {
        content: '';
        display: block;
        background-color: #333333;
        width: 20px;
        height: 2px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        border: 0;
        border-radius: 2px;
        top: 9px;
        left: 0; }
      .main-header__utilities .search-toggler.is-active .icon--search-toggler:after {
        content: '';
        display: block;
        background-color: #333333;
        width: 20px;
        height: 2px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        border-radius: 2px;
        bottom: 7px;
        right: -2px; }
    @media (min-width: 992px) {
      .main-header__utilities .search-toggler {
        padding: 0 0.3125rem;
        border: 0; } }
  .main-header__utilities .cart {
    padding: 0 15px; }
    @media (min-width: 992px) {
      .main-header__utilities .cart {
        padding: 0;
        min-width: 160px; } }

.main-header__search {
  display: none;
  z-index: 500;
  position: absolute;
  left: 0;
  top: 60px;
  background: #fff;
  width: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e6e6e6; }
  .main-header__search .form--quick-search {
    width: 100%;
    max-width: 600px; }
  .main-header__search.is-open {
    display: block; }

.main-header__mobile-nav {
  top: 61px;
  font-size: 1.0625rem;
  font-weight: 700;
  display: none; }
  .main-header__mobile-nav .mm-navbar__title {
    font-size: 1.1875rem; }
  .main-header__mobile-nav .mm-listitem:after {
    left: 0; }
  .main-header__mobile-nav .mm-listitem .text-muted, .main-header__mobile-nav .mm-listitem .link-discrete {
    font-weight: 400; }
  .main-header__mobile-nav .mm-btn {
    height: 70px; }
  .main-header__mobile-nav .mm-btn_prev:before,
  .main-header__mobile-nav .mm-btn_next:after {
    width: 6px;
    height: 6px; }
  .main-header__mobile-nav .mm-btn_next:before {
    left: 20px; }
  .main-header__mobile-nav .mm-btn_next:after {
    right: 17px; }
  .main-header__mobile-nav .mm-btn_prev:before {
    left: 17px; }
  .main-header__mobile-nav .mm-btn_prev:after {
    content: '';
    border-top: 2px solid #333333;
    border-left: 2px solid #333333;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 25px;
    right: auto; }
  .main-header__mobile-nav .mm-panel_has-navbar {
    padding-top: 70px; }
    .main-header__mobile-nav .mm-panel_has-navbar.mm-panel .mm-navbar {
      line-height: 45px;
      height: 70px; }
  .main-header__mobile-nav .mm-listitem > a,
  .main-header__mobile-nav .mm-listitem > span {
    padding-left: 15px; }

.main-header--clean .main-header__container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 80px;
  padding: 1.5rem 3rem; }

.main-header--clean .main-header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .main-header--clean .main-header__logo {
      top: inherit;
      bottom: 0;
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); } }

.main-header--clean .logo__link:before {
  content: none; }

.main-header--clean .logo__link {
  padding: 0; }

/**
 * Main content
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Main footer
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.main-footer__primary {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333333;
  color: #fff; }
  .main-footer__primary .main-footer__title {
    color: inherit; }
  @media (min-width: 768px) {
    .main-footer__primary {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    .main-footer__primary {
      padding-top: 100px;
      padding-bottom: 100px; } }

.main-footer__secondary {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  font-size: 87.5%; }
  @media (min-width: 600px) and (max-width: 991.98px) {
    .main-footer__secondary {
      text-align: center; } }
  @media (min-width: 992px) {
    .main-footer__secondary .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .main-footer__secondary .container > * {
        margin-right: 1.875rem;
        margin-bottom: 0; }
        .main-footer__secondary .container > *:last-child {
          margin-right: 0; } }
  @media (min-width: 1280px) {
    .main-footer__secondary:before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      max-width: 560px;
      height: 150px;
      background: url(../img/background-bottom-left-shape.svg) 0 100% no-repeat;
      background-size: cover;
      pointer-events: none; } }

.main-footer__navs {
  margin-right: -20px;
  margin-left: -20px; }
  .main-footer__navs:first-child {
    margin-top: -20px; }
  @media (min-width: 768px) {
    .main-footer__navs {
      margin: 0 !important; } }

.main-footer__title {
  position: relative;
  margin: 0;
  padding: 0.9375rem 20px;
  font: inherit;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer; }
  .main-footer__title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0.6875rem;
    height: 0.6875rem;
    background: url(../img/chevron-down-white.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .main-footer__title.is-active {
    border: 0; }
    .main-footer__title.is-active:after {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  @media (min-width: 768px) {
    .main-footer__title {
      margin: 0 0 10px;
      padding: 0;
      border: 0;
      cursor: default; }
      .main-footer__title:after {
        display: none; } }

.main-footer__nav {
  padding: 0 20px 0.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 87.5%;
  line-height: 1.5; }
  .main-footer__nav .list__link {
    color: rgba(255, 255, 255, 0.6); }
    .main-footer__nav .list__link:hover {
      color: #fff; }
  @media (min-width: 768px) {
    .main-footer__nav {
      padding: 0;
      border: 0; } }

.main-footer__logo {
  position: relative;
  white-space: nowrap; }
  .main-footer__logo:before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% - 20px);
    width: 50vw;
    height: 35%;
    background-color: #D51317;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }
  .main-footer__logo .logo__image {
    position: relative;
    width: 86px;
    height: auto; }
  .main-footer__logo .logo__tagline {
    margin-left: 0.625rem;
    font-family: "Roboto Slab", serif;
    font-size: 1rem; }
  @media (min-width: 600px) and (max-width: 991.98px) {
    .main-footer__logo:before {
      display: none; } }
  @media (min-width: 992px) {
    .main-footer__logo {
      position: absolute;
      left: 30px; } }
  @media (min-width: 1280px) {
    .main-footer__logo {
      top: -10px; }
      .main-footer__logo .logo__image {
        width: 124px; }
      .main-footer__logo .logo__tagline {
        font-size: 1.125rem; } }

.main-footer__legal {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 992px) {
    .main-footer__legal {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .main-footer__legal .list__link {
    color: rgba(51, 51, 51, 0.6); }
    .main-footer__legal .list__link:hover {
      color: #333333; }

.main-footer__social {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 992px) {
    .main-footer__social {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .main-footer__social .list__item {
    margin-right: 0.3125rem; }
  .main-footer__social .list__icon {
    margin: 0; }

.section-extranet .main-content {
  position: relative;
  overflow-y: hidden;
  padding-left: 0;
  padding-top: 80px; }

@media (min-width: 1280px) {
  .section-extranet .main-content {
    padding-left: 5rem;
    padding-top: 60px; } }

@media (max-width: 991.98px) {
  .product-overview-page body {
    padding-bottom: 50px; } }

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

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

/**
 * Cut out utility
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <http://www.webstores.nl/>
 */
.cut-out {
  position: relative; }
  @media (min-width: 600px) {
    .cut-out:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url(../img/mask-shape.svg);
      background-repeat: no-repeat;
      background-position: bottom left;
      background-size: 40% auto;
      pointer-events: none; } }
  @media (min-width: 768px) {
    .cut-out:before {
      background-size: 35% auto; } }
  @media (min-width: 1280px) {
    .cut-out:before {
      background-size: 560px auto; } }
  .cut-out.cut-out--small:before {
    background-size: 130px auto; }
    @media (min-width: 600px) {
      .cut-out.cut-out--small:before {
        background-size: 30% auto; } }
    @media (min-width: 768px) {
      .cut-out.cut-out--small:before {
        background-size: 290px auto; } }

/**
 * Disable scroll
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */
.disable-scroll {
  height: 100%;
  overflow: hidden; }
  .disable-scroll body {
    height: inherit;
    overflow: inherit; }
  @media (min-width: 1280px) {
    .disable-scroll {
      height: auto; } }

/**
 * Elevation utility
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <http://www.webstores.nl/>
 */
.elevated {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important; }

.elevated-dp0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.elevated-dp1 {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important; }

.elevated-dp2 {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) !important; }

.elevated-dp3 {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important; }

.elevated-dp4 {
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25) !important; }

.elevated-dp5 {
  -webkit-box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3) !important; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  text-transform: none;
  margin: 0;
  overflow: visible;
  height: 42px;
  line-height: 42px; }

.hamburger-box {
  width: 20px;
  height: 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.hamburger-inner {
  display: block;
  margin-top: -2px;
  top: auto;
  bottom: 0;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 18px;
  height: 2px;
  background-color: #333333;
  border-radius: 5px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block; }

.hamburger-inner:before {
  top: -6px;
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger-inner:after {
  bottom: -6px;
  top: -12px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--close {
  visibility: hidden;
  opacity: 0;
  position: absolute; }
  .hamburger--close:after {
    content: '';
    width: 25px;
    height: 9px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;
    background: url(../img/chevron-top-bordered.svg) no-repeat 0 0;
    z-index: 2; }

.mm-wrapper_opening .hamburger--open {
  visibility: hidden;
  opacity: 0; }

.mm-wrapper_opening .hamburger--close {
  visibility: visible;
  opacity: 1; }

.mm-wrapper_opening .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
  -webkit-transition-delay: .32s;
          transition-delay: .32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.mm-wrapper_opening .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }

.mm-wrapper_opening .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

.is-loading {
  position: relative; }
  .is-loading > * {
    -webkit-filter: blur(2px);
            filter: blur(2px); }
  .is-loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7) url(../img/loading-spin.svg) 50% 50% no-repeat;
    border-radius: inherit;
    z-index: 10; }

.is-loading--overview {
  min-height: 200px; }
  .is-loading--overview > * {
    -webkit-filter: none;
            filter: none; }
  .is-loading--overview:before {
    background-position: 50% 25%; }

.masked {
  -webkit-mask-image: url(../img/border-cutout.svg);
          mask-image: url(../img/border-cutout.svg);
  -webkit-mask-position: right 0 bottom 0;
          mask-position: right 0 bottom 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat; }

/**
 * Multi-column utility
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.multi-column {
  -webkit-column-gap: 40px;
          column-gap: 40px;
  orphans: 1;
  widows: 1; }
  .multi-column > * {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
            break-inside: avoid; }
  .multi-column > .card {
    margin-bottom: 40px;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }

.multi-column-1 {
  -webkit-column-count: 1;
          column-count: 1; }

.multi-column-2 {
  -webkit-column-count: 2;
          column-count: 2; }

.multi-column-3 {
  -webkit-column-count: 3;
          column-count: 3; }

.multi-column-4 {
  -webkit-column-count: 4;
          column-count: 4; }

.multi-column-5 {
  -webkit-column-count: 5;
          column-count: 5; }

.multi-column-6 {
  -webkit-column-count: 6;
          column-count: 6; }

.multi-column-7 {
  -webkit-column-count: 7;
          column-count: 7; }

.multi-column-8 {
  -webkit-column-count: 8;
          column-count: 8; }

.multi-column-9 {
  -webkit-column-count: 9;
          column-count: 9; }

.multi-column-10 {
  -webkit-column-count: 10;
          column-count: 10; }

.multi-column-11 {
  -webkit-column-count: 11;
          column-count: 11; }

.multi-column-12 {
  -webkit-column-count: 12;
          column-count: 12; }

@media (min-width: 600px) {
  .multi-column-sm-1 {
    -webkit-column-count: 1;
            column-count: 1; }
  .multi-column-sm-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .multi-column-sm-3 {
    -webkit-column-count: 3;
            column-count: 3; }
  .multi-column-sm-4 {
    -webkit-column-count: 4;
            column-count: 4; }
  .multi-column-sm-5 {
    -webkit-column-count: 5;
            column-count: 5; }
  .multi-column-sm-6 {
    -webkit-column-count: 6;
            column-count: 6; }
  .multi-column-sm-7 {
    -webkit-column-count: 7;
            column-count: 7; }
  .multi-column-sm-8 {
    -webkit-column-count: 8;
            column-count: 8; }
  .multi-column-sm-9 {
    -webkit-column-count: 9;
            column-count: 9; }
  .multi-column-sm-10 {
    -webkit-column-count: 10;
            column-count: 10; }
  .multi-column-sm-11 {
    -webkit-column-count: 11;
            column-count: 11; }
  .multi-column-sm-12 {
    -webkit-column-count: 12;
            column-count: 12; } }

@media (min-width: 768px) {
  .multi-column-md-1 {
    -webkit-column-count: 1;
            column-count: 1; }
  .multi-column-md-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .multi-column-md-3 {
    -webkit-column-count: 3;
            column-count: 3; }
  .multi-column-md-4 {
    -webkit-column-count: 4;
            column-count: 4; }
  .multi-column-md-5 {
    -webkit-column-count: 5;
            column-count: 5; }
  .multi-column-md-6 {
    -webkit-column-count: 6;
            column-count: 6; }
  .multi-column-md-7 {
    -webkit-column-count: 7;
            column-count: 7; }
  .multi-column-md-8 {
    -webkit-column-count: 8;
            column-count: 8; }
  .multi-column-md-9 {
    -webkit-column-count: 9;
            column-count: 9; }
  .multi-column-md-10 {
    -webkit-column-count: 10;
            column-count: 10; }
  .multi-column-md-11 {
    -webkit-column-count: 11;
            column-count: 11; }
  .multi-column-md-12 {
    -webkit-column-count: 12;
            column-count: 12; } }

@media (min-width: 992px) {
  .multi-column-lg-1 {
    -webkit-column-count: 1;
            column-count: 1; }
  .multi-column-lg-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .multi-column-lg-3 {
    -webkit-column-count: 3;
            column-count: 3; }
  .multi-column-lg-4 {
    -webkit-column-count: 4;
            column-count: 4; }
  .multi-column-lg-5 {
    -webkit-column-count: 5;
            column-count: 5; }
  .multi-column-lg-6 {
    -webkit-column-count: 6;
            column-count: 6; }
  .multi-column-lg-7 {
    -webkit-column-count: 7;
            column-count: 7; }
  .multi-column-lg-8 {
    -webkit-column-count: 8;
            column-count: 8; }
  .multi-column-lg-9 {
    -webkit-column-count: 9;
            column-count: 9; }
  .multi-column-lg-10 {
    -webkit-column-count: 10;
            column-count: 10; }
  .multi-column-lg-11 {
    -webkit-column-count: 11;
            column-count: 11; }
  .multi-column-lg-12 {
    -webkit-column-count: 12;
            column-count: 12; } }

@media (min-width: 1280px) {
  .multi-column-xl-1 {
    -webkit-column-count: 1;
            column-count: 1; }
  .multi-column-xl-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .multi-column-xl-3 {
    -webkit-column-count: 3;
            column-count: 3; }
  .multi-column-xl-4 {
    -webkit-column-count: 4;
            column-count: 4; }
  .multi-column-xl-5 {
    -webkit-column-count: 5;
            column-count: 5; }
  .multi-column-xl-6 {
    -webkit-column-count: 6;
            column-count: 6; }
  .multi-column-xl-7 {
    -webkit-column-count: 7;
            column-count: 7; }
  .multi-column-xl-8 {
    -webkit-column-count: 8;
            column-count: 8; }
  .multi-column-xl-9 {
    -webkit-column-count: 9;
            column-count: 9; }
  .multi-column-xl-10 {
    -webkit-column-count: 10;
            column-count: 10; }
  .multi-column-xl-11 {
    -webkit-column-count: 11;
            column-count: 11; }
  .multi-column-xl-12 {
    -webkit-column-count: 12;
            column-count: 12; } }

@media (min-width: 1440px) {
  .multi-column-xxl-1 {
    -webkit-column-count: 1;
            column-count: 1; }
  .multi-column-xxl-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .multi-column-xxl-3 {
    -webkit-column-count: 3;
            column-count: 3; }
  .multi-column-xxl-4 {
    -webkit-column-count: 4;
            column-count: 4; }
  .multi-column-xxl-5 {
    -webkit-column-count: 5;
            column-count: 5; }
  .multi-column-xxl-6 {
    -webkit-column-count: 6;
            column-count: 6; }
  .multi-column-xxl-7 {
    -webkit-column-count: 7;
            column-count: 7; }
  .multi-column-xxl-8 {
    -webkit-column-count: 8;
            column-count: 8; }
  .multi-column-xxl-9 {
    -webkit-column-count: 9;
            column-count: 9; }
  .multi-column-xxl-10 {
    -webkit-column-count: 10;
            column-count: 10; }
  .multi-column-xxl-11 {
    -webkit-column-count: 11;
            column-count: 11; }
  .multi-column-xxl-12 {
    -webkit-column-count: 12;
            column-count: 12; } }

.multi-column-gap-0 {
  -webkit-column-gap: 0;
          column-gap: 0; }
  .multi-column-gap-0 > .card {
    margin-bottom: 0; }

.multi-column-gap-1 {
  -webkit-column-gap: 10px;
          column-gap: 10px; }
  .multi-column-gap-1 > .card {
    margin-bottom: 10px; }

.multi-column-gap-2 {
  -webkit-column-gap: 20px;
          column-gap: 20px; }
  .multi-column-gap-2 > .card {
    margin-bottom: 20px; }

.multi-column-gap-3 {
  -webkit-column-gap: 30px;
          column-gap: 30px; }
  .multi-column-gap-3 > .card {
    margin-bottom: 30px; }

.multi-column-gap-4 {
  -webkit-column-gap: 40px;
          column-gap: 40px; }
  .multi-column-gap-4 > .card {
    margin-bottom: 40px; }

.multi-column-gap-5 {
  -webkit-column-gap: 60px;
          column-gap: 60px; }
  .multi-column-gap-5 > .card {
    margin-bottom: 60px; }

.multi-column-gap-6 {
  -webkit-column-gap: 80px;
          column-gap: 80px; }
  .multi-column-gap-6 > .card {
    margin-bottom: 80px; }

.multi-column-gap-7 {
  -webkit-column-gap: 120px;
          column-gap: 120px; }
  .multi-column-gap-7 > .card {
    margin-bottom: 120px; }

@media (min-width: 600px) {
  .multi-column-gap-sm-0 {
    -webkit-column-gap: 0;
            column-gap: 0; }
    .multi-column-gap-sm-0 > .card {
      margin-bottom: 0; }
  .multi-column-gap-sm-1 {
    -webkit-column-gap: 10px;
            column-gap: 10px; }
    .multi-column-gap-sm-1 > .card {
      margin-bottom: 10px; }
  .multi-column-gap-sm-2 {
    -webkit-column-gap: 20px;
            column-gap: 20px; }
    .multi-column-gap-sm-2 > .card {
      margin-bottom: 20px; }
  .multi-column-gap-sm-3 {
    -webkit-column-gap: 30px;
            column-gap: 30px; }
    .multi-column-gap-sm-3 > .card {
      margin-bottom: 30px; }
  .multi-column-gap-sm-4 {
    -webkit-column-gap: 40px;
            column-gap: 40px; }
    .multi-column-gap-sm-4 > .card {
      margin-bottom: 40px; }
  .multi-column-gap-sm-5 {
    -webkit-column-gap: 60px;
            column-gap: 60px; }
    .multi-column-gap-sm-5 > .card {
      margin-bottom: 60px; }
  .multi-column-gap-sm-6 {
    -webkit-column-gap: 80px;
            column-gap: 80px; }
    .multi-column-gap-sm-6 > .card {
      margin-bottom: 80px; }
  .multi-column-gap-sm-7 {
    -webkit-column-gap: 120px;
            column-gap: 120px; }
    .multi-column-gap-sm-7 > .card {
      margin-bottom: 120px; } }

@media (min-width: 768px) {
  .multi-column-gap-md-0 {
    -webkit-column-gap: 0;
            column-gap: 0; }
    .multi-column-gap-md-0 > .card {
      margin-bottom: 0; }
  .multi-column-gap-md-1 {
    -webkit-column-gap: 10px;
            column-gap: 10px; }
    .multi-column-gap-md-1 > .card {
      margin-bottom: 10px; }
  .multi-column-gap-md-2 {
    -webkit-column-gap: 20px;
            column-gap: 20px; }
    .multi-column-gap-md-2 > .card {
      margin-bottom: 20px; }
  .multi-column-gap-md-3 {
    -webkit-column-gap: 30px;
            column-gap: 30px; }
    .multi-column-gap-md-3 > .card {
      margin-bottom: 30px; }
  .multi-column-gap-md-4 {
    -webkit-column-gap: 40px;
            column-gap: 40px; }
    .multi-column-gap-md-4 > .card {
      margin-bottom: 40px; }
  .multi-column-gap-md-5 {
    -webkit-column-gap: 60px;
            column-gap: 60px; }
    .multi-column-gap-md-5 > .card {
      margin-bottom: 60px; }
  .multi-column-gap-md-6 {
    -webkit-column-gap: 80px;
            column-gap: 80px; }
    .multi-column-gap-md-6 > .card {
      margin-bottom: 80px; }
  .multi-column-gap-md-7 {
    -webkit-column-gap: 120px;
            column-gap: 120px; }
    .multi-column-gap-md-7 > .card {
      margin-bottom: 120px; } }

@media (min-width: 992px) {
  .multi-column-gap-lg-0 {
    -webkit-column-gap: 0;
            column-gap: 0; }
    .multi-column-gap-lg-0 > .card {
      margin-bottom: 0; }
  .multi-column-gap-lg-1 {
    -webkit-column-gap: 10px;
            column-gap: 10px; }
    .multi-column-gap-lg-1 > .card {
      margin-bottom: 10px; }
  .multi-column-gap-lg-2 {
    -webkit-column-gap: 20px;
            column-gap: 20px; }
    .multi-column-gap-lg-2 > .card {
      margin-bottom: 20px; }
  .multi-column-gap-lg-3 {
    -webkit-column-gap: 30px;
            column-gap: 30px; }
    .multi-column-gap-lg-3 > .card {
      margin-bottom: 30px; }
  .multi-column-gap-lg-4 {
    -webkit-column-gap: 40px;
            column-gap: 40px; }
    .multi-column-gap-lg-4 > .card {
      margin-bottom: 40px; }
  .multi-column-gap-lg-5 {
    -webkit-column-gap: 60px;
            column-gap: 60px; }
    .multi-column-gap-lg-5 > .card {
      margin-bottom: 60px; }
  .multi-column-gap-lg-6 {
    -webkit-column-gap: 80px;
            column-gap: 80px; }
    .multi-column-gap-lg-6 > .card {
      margin-bottom: 80px; }
  .multi-column-gap-lg-7 {
    -webkit-column-gap: 120px;
            column-gap: 120px; }
    .multi-column-gap-lg-7 > .card {
      margin-bottom: 120px; } }

@media (min-width: 1280px) {
  .multi-column-gap-xl-0 {
    -webkit-column-gap: 0;
            column-gap: 0; }
    .multi-column-gap-xl-0 > .card {
      margin-bottom: 0; }
  .multi-column-gap-xl-1 {
    -webkit-column-gap: 10px;
            column-gap: 10px; }
    .multi-column-gap-xl-1 > .card {
      margin-bottom: 10px; }
  .multi-column-gap-xl-2 {
    -webkit-column-gap: 20px;
            column-gap: 20px; }
    .multi-column-gap-xl-2 > .card {
      margin-bottom: 20px; }
  .multi-column-gap-xl-3 {
    -webkit-column-gap: 30px;
            column-gap: 30px; }
    .multi-column-gap-xl-3 > .card {
      margin-bottom: 30px; }
  .multi-column-gap-xl-4 {
    -webkit-column-gap: 40px;
            column-gap: 40px; }
    .multi-column-gap-xl-4 > .card {
      margin-bottom: 40px; }
  .multi-column-gap-xl-5 {
    -webkit-column-gap: 60px;
            column-gap: 60px; }
    .multi-column-gap-xl-5 > .card {
      margin-bottom: 60px; }
  .multi-column-gap-xl-6 {
    -webkit-column-gap: 80px;
            column-gap: 80px; }
    .multi-column-gap-xl-6 > .card {
      margin-bottom: 80px; }
  .multi-column-gap-xl-7 {
    -webkit-column-gap: 120px;
            column-gap: 120px; }
    .multi-column-gap-xl-7 > .card {
      margin-bottom: 120px; } }

@media (min-width: 1440px) {
  .multi-column-gap-xxl-0 {
    -webkit-column-gap: 0;
            column-gap: 0; }
    .multi-column-gap-xxl-0 > .card {
      margin-bottom: 0; }
  .multi-column-gap-xxl-1 {
    -webkit-column-gap: 10px;
            column-gap: 10px; }
    .multi-column-gap-xxl-1 > .card {
      margin-bottom: 10px; }
  .multi-column-gap-xxl-2 {
    -webkit-column-gap: 20px;
            column-gap: 20px; }
    .multi-column-gap-xxl-2 > .card {
      margin-bottom: 20px; }
  .multi-column-gap-xxl-3 {
    -webkit-column-gap: 30px;
            column-gap: 30px; }
    .multi-column-gap-xxl-3 > .card {
      margin-bottom: 30px; }
  .multi-column-gap-xxl-4 {
    -webkit-column-gap: 40px;
            column-gap: 40px; }
    .multi-column-gap-xxl-4 > .card {
      margin-bottom: 40px; }
  .multi-column-gap-xxl-5 {
    -webkit-column-gap: 60px;
            column-gap: 60px; }
    .multi-column-gap-xxl-5 > .card {
      margin-bottom: 60px; }
  .multi-column-gap-xxl-6 {
    -webkit-column-gap: 80px;
            column-gap: 80px; }
    .multi-column-gap-xxl-6 > .card {
      margin-bottom: 80px; }
  .multi-column-gap-xxl-7 {
    -webkit-column-gap: 120px;
            column-gap: 120px; }
    .multi-column-gap-xxl-7 > .card {
      margin-bottom: 120px; } }

/**
 * Text
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.text-translucent, .card-text, .dl__term, .price__value--original, .table__property {
  opacity: 0.5; }

.text-bold {
  font-weight: 700; }

.text-size-xs {
  font-size: 13px;
  line-height: 24px; }

.text-size-sm {
  font-size: 13px;
  line-height: 24px; }
  @media (min-width: 992px) {
    .text-size-sm {
      font-size: 15px;
      line-height: 27px; } }

.text-size-lg {
  font-size: 17px;
  line-height: 30px; }
  @media (min-width: 992px) {
    .text-size-lg {
      font-size: 19px;
      line-height: 34px; } }

@media (min-width: 992px) {
  .text-offset-top {
    margin-top: 6.7rem; } }

.text-marked {
  display: inline-block;
  padding: 0.25% 0.625rem; }

.text-marked--base {
  background-color: #333333;
  color: #fff; }

.text-marked--primary {
  background-color: #D51317;
  color: #fff; }

.text-marked--secondary {
  background-color: #3AAA35;
  color: #fff; }

.text-marked--tertiary {
  background-color: #FBDD00;
  color: #333333; }

.text-marked--quaternary {
  background-color: #F9F7F7;
  color: #333333; }

.text-marked--success {
  background-color: #3AAA35;
  color: #fff; }

.text-marked--info {
  background-color: #76C8E4;
  color: #333333; }

.text-marked--warning {
  background-color: #FFB436;
  color: #333333; }

.text-marked--danger {
  background-color: #D51317;
  color: #fff; }

.text-marked--white {
  background-color: #fff;
  color: #333333; }

.text-marked--black {
  background-color: #000;
  color: #fff; }

.text-marked--gray {
  background-color: #F9F7F7;
  color: #333333; }

.text-facebook {
  color: #3b5998; }
  a.text-facebook:hover {
    color: #2d4373; }

.text-flickr {
  color: #0063dc; }
  a.text-flickr:hover {
    color: #004ca9; }

.text-foursquare {
  color: #f94877; }
  a.text-foursquare:hover {
    color: #f71752; }

.text-google-plus {
  color: #dd4b39; }
  a.text-google-plus:hover {
    color: #c23321; }

.text-instagram {
  color: #e34b88; }
  a.text-instagram:hover {
    color: #d9226b; }

.text-linkedin {
  color: #0077b5; }
  a.text-linkedin:hover {
    color: #005582; }

.text-pinterest {
  color: #bd081c; }
  a.text-pinterest:hover {
    color: #8c0615; }

.text-snapchat {
  color: #fffc00; }
  a.text-snapchat:hover {
    color: #ccca00; }

.text-tumblr {
  color: #35465c; }
  a.text-tumblr:hover {
    color: #222d3c; }

.text-twitter {
  color: #1da1f2; }
  a.text-twitter:hover {
    color: #0c85d0; }

.text-vimeo {
  color: #162221; }
  a.text-vimeo:hover {
    color: #020303; }

.text-whatsapp {
  color: #075e54; }
  a.text-whatsapp:hover {
    color: #032f2a; }

.text-youtube {
  color: #ff0000; }
  a.text-youtube:hover {
    color: #cc0000; }

.text-adjacent-0:not(:first-child) {
  margin-left: 0; }

.text-adjacent-0:not(:last-child) {
  margin-right: 0; }

.text-adjacent-1:not(:first-child), .rating__score:not(:first-child) {
  margin-left: 0.15625rem; }

.text-adjacent-1:not(:last-child), .rating__score:not(:last-child) {
  margin-right: 0.15625rem; }

.text-adjacent-2:not(:first-child) {
  margin-left: 0.3125rem; }

.text-adjacent-2:not(:last-child) {
  margin-right: 0.3125rem; }

.text-adjacent-3:not(:first-child) {
  margin-left: 0.46875rem; }

.text-adjacent-3:not(:last-child) {
  margin-right: 0.46875rem; }

.text-adjacent-4:not(:first-child) {
  margin-left: 0.625rem; }

.text-adjacent-4:not(:last-child) {
  margin-right: 0.625rem; }

.text-adjacent-5:not(:first-child) {
  margin-left: 0.9375rem; }

.text-adjacent-5:not(:last-child) {
  margin-right: 0.9375rem; }

.text-adjacent-6:not(:first-child) {
  margin-left: 1.25rem; }

.text-adjacent-6:not(:last-child) {
  margin-right: 1.25rem; }

.text-adjacent-7:not(:first-child) {
  margin-left: 1.875rem; }

.text-adjacent-7:not(:last-child) {
  margin-right: 1.875rem; }

@media (min-width: 600px) {
  .text-adjacent-sm-0:not(:first-child) {
    margin-left: 0; }
  .text-adjacent-sm-0:not(:last-child) {
    margin-right: 0; }
  .text-adjacent-sm-1:not(:first-child) {
    margin-left: 0.15625rem; }
  .text-adjacent-sm-1:not(:last-child) {
    margin-right: 0.15625rem; }
  .text-adjacent-sm-2:not(:first-child) {
    margin-left: 0.3125rem; }
  .text-adjacent-sm-2:not(:last-child) {
    margin-right: 0.3125rem; }
  .text-adjacent-sm-3:not(:first-child) {
    margin-left: 0.46875rem; }
  .text-adjacent-sm-3:not(:last-child) {
    margin-right: 0.46875rem; }
  .text-adjacent-sm-4:not(:first-child) {
    margin-left: 0.625rem; }
  .text-adjacent-sm-4:not(:last-child) {
    margin-right: 0.625rem; }
  .text-adjacent-sm-5:not(:first-child) {
    margin-left: 0.9375rem; }
  .text-adjacent-sm-5:not(:last-child) {
    margin-right: 0.9375rem; }
  .text-adjacent-sm-6:not(:first-child) {
    margin-left: 1.25rem; }
  .text-adjacent-sm-6:not(:last-child) {
    margin-right: 1.25rem; }
  .text-adjacent-sm-7:not(:first-child) {
    margin-left: 1.875rem; }
  .text-adjacent-sm-7:not(:last-child) {
    margin-right: 1.875rem; } }

@media (min-width: 768px) {
  .text-adjacent-md-0:not(:first-child) {
    margin-left: 0; }
  .text-adjacent-md-0:not(:last-child) {
    margin-right: 0; }
  .text-adjacent-md-1:not(:first-child) {
    margin-left: 0.15625rem; }
  .text-adjacent-md-1:not(:last-child) {
    margin-right: 0.15625rem; }
  .text-adjacent-md-2:not(:first-child) {
    margin-left: 0.3125rem; }
  .text-adjacent-md-2:not(:last-child) {
    margin-right: 0.3125rem; }
  .text-adjacent-md-3:not(:first-child) {
    margin-left: 0.46875rem; }
  .text-adjacent-md-3:not(:last-child) {
    margin-right: 0.46875rem; }
  .text-adjacent-md-4:not(:first-child) {
    margin-left: 0.625rem; }
  .text-adjacent-md-4:not(:last-child) {
    margin-right: 0.625rem; }
  .text-adjacent-md-5:not(:first-child) {
    margin-left: 0.9375rem; }
  .text-adjacent-md-5:not(:last-child) {
    margin-right: 0.9375rem; }
  .text-adjacent-md-6:not(:first-child) {
    margin-left: 1.25rem; }
  .text-adjacent-md-6:not(:last-child) {
    margin-right: 1.25rem; }
  .text-adjacent-md-7:not(:first-child) {
    margin-left: 1.875rem; }
  .text-adjacent-md-7:not(:last-child) {
    margin-right: 1.875rem; } }

@media (min-width: 992px) {
  .text-adjacent-lg-0:not(:first-child) {
    margin-left: 0; }
  .text-adjacent-lg-0:not(:last-child) {
    margin-right: 0; }
  .text-adjacent-lg-1:not(:first-child) {
    margin-left: 0.15625rem; }
  .text-adjacent-lg-1:not(:last-child) {
    margin-right: 0.15625rem; }
  .text-adjacent-lg-2:not(:first-child) {
    margin-left: 0.3125rem; }
  .text-adjacent-lg-2:not(:last-child) {
    margin-right: 0.3125rem; }
  .text-adjacent-lg-3:not(:first-child) {
    margin-left: 0.46875rem; }
  .text-adjacent-lg-3:not(:last-child) {
    margin-right: 0.46875rem; }
  .text-adjacent-lg-4:not(:first-child) {
    margin-left: 0.625rem; }
  .text-adjacent-lg-4:not(:last-child) {
    margin-right: 0.625rem; }
  .text-adjacent-lg-5:not(:first-child) {
    margin-left: 0.9375rem; }
  .text-adjacent-lg-5:not(:last-child) {
    margin-right: 0.9375rem; }
  .text-adjacent-lg-6:not(:first-child) {
    margin-left: 1.25rem; }
  .text-adjacent-lg-6:not(:last-child) {
    margin-right: 1.25rem; }
  .text-adjacent-lg-7:not(:first-child) {
    margin-left: 1.875rem; }
  .text-adjacent-lg-7:not(:last-child) {
    margin-right: 1.875rem; } }

@media (min-width: 1280px) {
  .text-adjacent-xl-0:not(:first-child) {
    margin-left: 0; }
  .text-adjacent-xl-0:not(:last-child) {
    margin-right: 0; }
  .text-adjacent-xl-1:not(:first-child) {
    margin-left: 0.15625rem; }
  .text-adjacent-xl-1:not(:last-child) {
    margin-right: 0.15625rem; }
  .text-adjacent-xl-2:not(:first-child) {
    margin-left: 0.3125rem; }
  .text-adjacent-xl-2:not(:last-child) {
    margin-right: 0.3125rem; }
  .text-adjacent-xl-3:not(:first-child) {
    margin-left: 0.46875rem; }
  .text-adjacent-xl-3:not(:last-child) {
    margin-right: 0.46875rem; }
  .text-adjacent-xl-4:not(:first-child) {
    margin-left: 0.625rem; }
  .text-adjacent-xl-4:not(:last-child) {
    margin-right: 0.625rem; }
  .text-adjacent-xl-5:not(:first-child) {
    margin-left: 0.9375rem; }
  .text-adjacent-xl-5:not(:last-child) {
    margin-right: 0.9375rem; }
  .text-adjacent-xl-6:not(:first-child) {
    margin-left: 1.25rem; }
  .text-adjacent-xl-6:not(:last-child) {
    margin-right: 1.25rem; }
  .text-adjacent-xl-7:not(:first-child) {
    margin-left: 1.875rem; }
  .text-adjacent-xl-7:not(:last-child) {
    margin-right: 1.875rem; } }

@media (min-width: 1440px) {
  .text-adjacent-xxl-0:not(:first-child) {
    margin-left: 0; }
  .text-adjacent-xxl-0:not(:last-child) {
    margin-right: 0; }
  .text-adjacent-xxl-1:not(:first-child) {
    margin-left: 0.15625rem; }
  .text-adjacent-xxl-1:not(:last-child) {
    margin-right: 0.15625rem; }
  .text-adjacent-xxl-2:not(:first-child) {
    margin-left: 0.3125rem; }
  .text-adjacent-xxl-2:not(:last-child) {
    margin-right: 0.3125rem; }
  .text-adjacent-xxl-3:not(:first-child) {
    margin-left: 0.46875rem; }
  .text-adjacent-xxl-3:not(:last-child) {
    margin-right: 0.46875rem; }
  .text-adjacent-xxl-4:not(:first-child) {
    margin-left: 0.625rem; }
  .text-adjacent-xxl-4:not(:last-child) {
    margin-right: 0.625rem; }
  .text-adjacent-xxl-5:not(:first-child) {
    margin-left: 0.9375rem; }
  .text-adjacent-xxl-5:not(:last-child) {
    margin-right: 0.9375rem; }
  .text-adjacent-xxl-6:not(:first-child) {
    margin-left: 1.25rem; }
  .text-adjacent-xxl-6:not(:last-child) {
    margin-right: 1.25rem; }
  .text-adjacent-xxl-7:not(:first-child) {
    margin-left: 1.875rem; }
  .text-adjacent-xxl-7:not(:last-child) {
    margin-right: 1.875rem; } }

.text-underlined {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4); }

.scroll-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.spinner {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -2px 10px 0;
  border-radius: 100%;
  border: 2px solid #D51317;
  border-right-color: transparent;
  -webkit-animation: spin 0.5s infinite linear;
          animation: spin 0.5s infinite linear; }

.underline {
  display: inline-block;
  border-bottom: 2px solid #D51317; }
  h1.underline,
  .h1.underline,
  h2.underline,
  .h2.underline,
  h3.underline,
  .h3.underline {
    padding-bottom: 10px;
    border-bottom-width: 4px; }

.background--base {
  position: relative;
  background-color: #333333; }

.background--base-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #333333;
  z-index: -1; }

.background--primary {
  position: relative;
  background-color: #D51317; }

.background--primary-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #D51317;
  z-index: -1; }

.background--secondary {
  position: relative;
  background-color: #3AAA35; }

.background--secondary-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #3AAA35;
  z-index: -1; }

.background--tertiary {
  position: relative;
  background-color: #FBDD00; }

.background--tertiary-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #FBDD00;
  z-index: -1; }

.background--quaternary {
  position: relative;
  background-color: #F9F7F7; }

.background--quaternary-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #F9F7F7;
  z-index: -1; }

.background--success {
  position: relative;
  background-color: #3AAA35; }

.background--success-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #3AAA35;
  z-index: -1; }

.background--info {
  position: relative;
  background-color: #76C8E4; }

.background--info-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #76C8E4;
  z-index: -1; }

.background--warning {
  position: relative;
  background-color: #FFB436; }

.background--warning-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #FFB436;
  z-index: -1; }

.background--danger {
  position: relative;
  background-color: #D51317; }

.background--danger-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #D51317;
  z-index: -1; }

.background--white {
  position: relative;
  background-color: #fff; }

.background--white-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #fff;
  z-index: -1; }

.background--black {
  position: relative;
  background-color: #000; }

.background--black-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #000;
  z-index: -1; }

.background--gray {
  position: relative;
  background-color: #F9F7F7; }

.background--gray-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #F9F7F7;
  z-index: -1; }

.border {
  border: 1px solid #e6e6e6 !important; }

.border-top {
  border-top: 1px solid #e6e6e6 !important; }

.border-right {
  border-right: 1px solid #e6e6e6 !important; }

.border-bottom {
  border-bottom: 1px solid #e6e6e6 !important; }

.border-left {
  border-left: 1px solid #e6e6e6 !important; }

.border-none {
  border: none !important; }

@media (min-width: 600px) {
  .border-sm {
    border: 1px solid #e6e6e6 !important; }
  .border-sm-top {
    border-top: 1px solid #e6e6e6 !important; }
  .border-sm-right {
    border-right: 1px solid #e6e6e6 !important; }
  .border-sm-bottom {
    border-bottom: 1px solid #e6e6e6 !important; }
  .border-sm-left {
    border-left: 1px solid #e6e6e6 !important; }
  .border-sm-none {
    border: none !important; } }

@media (min-width: 768px) {
  .border-md {
    border: 1px solid #e6e6e6 !important; }
  .border-md-top {
    border-top: 1px solid #e6e6e6 !important; }
  .border-md-right {
    border-right: 1px solid #e6e6e6 !important; }
  .border-md-bottom {
    border-bottom: 1px solid #e6e6e6 !important; }
  .border-md-left {
    border-left: 1px solid #e6e6e6 !important; }
  .border-md-none {
    border: none !important; } }

@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #e6e6e6 !important; }
  .border-lg-top {
    border-top: 1px solid #e6e6e6 !important; }
  .border-lg-right {
    border-right: 1px solid #e6e6e6 !important; }
  .border-lg-bottom {
    border-bottom: 1px solid #e6e6e6 !important; }
  .border-lg-left {
    border-left: 1px solid #e6e6e6 !important; }
  .border-lg-none {
    border: none !important; } }

@media (min-width: 1280px) {
  .border-xl {
    border: 1px solid #e6e6e6 !important; }
  .border-xl-top {
    border-top: 1px solid #e6e6e6 !important; }
  .border-xl-right {
    border-right: 1px solid #e6e6e6 !important; }
  .border-xl-bottom {
    border-bottom: 1px solid #e6e6e6 !important; }
  .border-xl-left {
    border-left: 1px solid #e6e6e6 !important; }
  .border-xl-none {
    border: none !important; } }

@media (min-width: 1440px) {
  .border-xxl {
    border: 1px solid #e6e6e6 !important; }
  .border-xxl-top {
    border-top: 1px solid #e6e6e6 !important; }
  .border-xxl-right {
    border-right: 1px solid #e6e6e6 !important; }
  .border-xxl-bottom {
    border-bottom: 1px solid #e6e6e6 !important; }
  .border-xxl-left {
    border-left: 1px solid #e6e6e6 !important; }
  .border-xxl-none {
    border: none !important; } }
