@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 97.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-13, .grid-x > .xlarge-14, .grid-x > .xlarge-15, .grid-x > .xlarge-16, .grid-x > .xlarge-17, .grid-x > .xlarge-18, .grid-x > .xlarge-19, .grid-x > .xlarge-20, .grid-x > .xlarge-21, .grid-x > .xlarge-22, .grid-x > .xlarge-23, .grid-x > .xlarge-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-13, .grid-x > .xxlarge-14, .grid-x > .xxlarge-15, .grid-x > .xxlarge-16, .grid-x > .xxlarge-17, .grid-x > .xxlarge-18, .grid-x > .xxlarge-19, .grid-x > .xxlarge-20, .grid-x > .xxlarge-21, .grid-x > .xxlarge-22, .grid-x > .xxlarge-23, .grid-x > .xxlarge-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-24, .grid-x > .small-23, .grid-x > .small-22, .grid-x > .small-21, .grid-x > .small-20, .grid-x > .small-19, .grid-x > .small-18, .grid-x > .small-17, .grid-x > .small-16, .grid-x > .small-15, .grid-x > .small-14, .grid-x > .small-13, .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 4.1666666667%;
}

.grid-x > .small-2 {
  width: 8.3333333333%;
}

.grid-x > .small-3 {
  width: 12.5%;
}

.grid-x > .small-4 {
  width: 16.6666666667%;
}

.grid-x > .small-5 {
  width: 20.8333333333%;
}

.grid-x > .small-6 {
  width: 25%;
}

.grid-x > .small-7 {
  width: 29.1666666667%;
}

.grid-x > .small-8 {
  width: 33.3333333333%;
}

.grid-x > .small-9 {
  width: 37.5%;
}

.grid-x > .small-10 {
  width: 41.6666666667%;
}

.grid-x > .small-11 {
  width: 45.8333333333%;
}

.grid-x > .small-12 {
  width: 50%;
}

.grid-x > .small-13 {
  width: 54.1666666667%;
}

.grid-x > .small-14 {
  width: 58.3333333333%;
}

.grid-x > .small-15 {
  width: 62.5%;
}

.grid-x > .small-16 {
  width: 66.6666666667%;
}

.grid-x > .small-17 {
  width: 70.8333333333%;
}

.grid-x > .small-18 {
  width: 75%;
}

.grid-x > .small-19 {
  width: 79.1666666667%;
}

.grid-x > .small-20 {
  width: 83.3333333333%;
}

.grid-x > .small-21 {
  width: 87.5%;
}

.grid-x > .small-22 {
  width: 91.6666666667%;
}

.grid-x > .small-23 {
  width: 95.8333333333%;
}

.grid-x > .small-24 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-24, .grid-x > .medium-23, .grid-x > .medium-22, .grid-x > .medium-21, .grid-x > .medium-20, .grid-x > .medium-19, .grid-x > .medium-18, .grid-x > .medium-17, .grid-x > .medium-16, .grid-x > .medium-15, .grid-x > .medium-14, .grid-x > .medium-13, .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 4.1666666667%;
  }
  .grid-x > .medium-2 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-3 {
    width: 12.5%;
  }
  .grid-x > .medium-4 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-5 {
    width: 20.8333333333%;
  }
  .grid-x > .medium-6 {
    width: 25%;
  }
  .grid-x > .medium-7 {
    width: 29.1666666667%;
  }
  .grid-x > .medium-8 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-9 {
    width: 37.5%;
  }
  .grid-x > .medium-10 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-11 {
    width: 45.8333333333%;
  }
  .grid-x > .medium-12 {
    width: 50%;
  }
  .grid-x > .medium-13 {
    width: 54.1666666667%;
  }
  .grid-x > .medium-14 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-15 {
    width: 62.5%;
  }
  .grid-x > .medium-16 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-17 {
    width: 70.8333333333%;
  }
  .grid-x > .medium-18 {
    width: 75%;
  }
  .grid-x > .medium-19 {
    width: 79.1666666667%;
  }
  .grid-x > .medium-20 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-21 {
    width: 87.5%;
  }
  .grid-x > .medium-22 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-23 {
    width: 95.8333333333%;
  }
  .grid-x > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-24, .grid-x > .large-23, .grid-x > .large-22, .grid-x > .large-21, .grid-x > .large-20, .grid-x > .large-19, .grid-x > .large-18, .grid-x > .large-17, .grid-x > .large-16, .grid-x > .large-15, .grid-x > .large-14, .grid-x > .large-13, .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 4.1666666667%;
  }
  .grid-x > .large-2 {
    width: 8.3333333333%;
  }
  .grid-x > .large-3 {
    width: 12.5%;
  }
  .grid-x > .large-4 {
    width: 16.6666666667%;
  }
  .grid-x > .large-5 {
    width: 20.8333333333%;
  }
  .grid-x > .large-6 {
    width: 25%;
  }
  .grid-x > .large-7 {
    width: 29.1666666667%;
  }
  .grid-x > .large-8 {
    width: 33.3333333333%;
  }
  .grid-x > .large-9 {
    width: 37.5%;
  }
  .grid-x > .large-10 {
    width: 41.6666666667%;
  }
  .grid-x > .large-11 {
    width: 45.8333333333%;
  }
  .grid-x > .large-12 {
    width: 50%;
  }
  .grid-x > .large-13 {
    width: 54.1666666667%;
  }
  .grid-x > .large-14 {
    width: 58.3333333333%;
  }
  .grid-x > .large-15 {
    width: 62.5%;
  }
  .grid-x > .large-16 {
    width: 66.6666666667%;
  }
  .grid-x > .large-17 {
    width: 70.8333333333%;
  }
  .grid-x > .large-18 {
    width: 75%;
  }
  .grid-x > .large-19 {
    width: 79.1666666667%;
  }
  .grid-x > .large-20 {
    width: 83.3333333333%;
  }
  .grid-x > .large-21 {
    width: 87.5%;
  }
  .grid-x > .large-22 {
    width: 91.6666666667%;
  }
  .grid-x > .large-23 {
    width: 95.8333333333%;
  }
  .grid-x > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-24, .grid-x > .xlarge-23, .grid-x > .xlarge-22, .grid-x > .xlarge-21, .grid-x > .xlarge-20, .grid-x > .xlarge-19, .grid-x > .xlarge-18, .grid-x > .xlarge-17, .grid-x > .xlarge-16, .grid-x > .xlarge-15, .grid-x > .xlarge-14, .grid-x > .xlarge-13, .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 4.1666666667%;
  }
  .grid-x > .xlarge-2 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-3 {
    width: 12.5%;
  }
  .grid-x > .xlarge-4 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-5 {
    width: 20.8333333333%;
  }
  .grid-x > .xlarge-6 {
    width: 25%;
  }
  .grid-x > .xlarge-7 {
    width: 29.1666666667%;
  }
  .grid-x > .xlarge-8 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-9 {
    width: 37.5%;
  }
  .grid-x > .xlarge-10 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-11 {
    width: 45.8333333333%;
  }
  .grid-x > .xlarge-12 {
    width: 50%;
  }
  .grid-x > .xlarge-13 {
    width: 54.1666666667%;
  }
  .grid-x > .xlarge-14 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-15 {
    width: 62.5%;
  }
  .grid-x > .xlarge-16 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-17 {
    width: 70.8333333333%;
  }
  .grid-x > .xlarge-18 {
    width: 75%;
  }
  .grid-x > .xlarge-19 {
    width: 79.1666666667%;
  }
  .grid-x > .xlarge-20 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-21 {
    width: 87.5%;
  }
  .grid-x > .xlarge-22 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-23 {
    width: 95.8333333333%;
  }
  .grid-x > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-24, .grid-x > .xxlarge-23, .grid-x > .xxlarge-22, .grid-x > .xxlarge-21, .grid-x > .xxlarge-20, .grid-x > .xxlarge-19, .grid-x > .xxlarge-18, .grid-x > .xxlarge-17, .grid-x > .xxlarge-16, .grid-x > .xxlarge-15, .grid-x > .xxlarge-14, .grid-x > .xxlarge-13, .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .grid-x > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-3 {
    width: 12.5%;
  }
  .grid-x > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .grid-x > .xxlarge-6 {
    width: 25%;
  }
  .grid-x > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .grid-x > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-9 {
    width: 37.5%;
  }
  .grid-x > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .grid-x > .xxlarge-12 {
    width: 50%;
  }
  .grid-x > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .grid-x > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-15 {
    width: 62.5%;
  }
  .grid-x > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .grid-x > .xxlarge-18 {
    width: 75%;
  }
  .grid-x > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .grid-x > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-21 {
    width: 87.5%;
  }
  .grid-x > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .grid-x > .xxlarge-24 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(4.1666666667% - 1.875rem);
}
.grid-margin-x > .small-2 {
  width: calc(8.3333333333% - 1.875rem);
}
.grid-margin-x > .small-3 {
  width: calc(12.5% - 1.875rem);
}
.grid-margin-x > .small-4 {
  width: calc(16.6666666667% - 1.875rem);
}
.grid-margin-x > .small-5 {
  width: calc(20.8333333333% - 1.875rem);
}
.grid-margin-x > .small-6 {
  width: calc(25% - 1.875rem);
}
.grid-margin-x > .small-7 {
  width: calc(29.1666666667% - 1.875rem);
}
.grid-margin-x > .small-8 {
  width: calc(33.3333333333% - 1.875rem);
}
.grid-margin-x > .small-9 {
  width: calc(37.5% - 1.875rem);
}
.grid-margin-x > .small-10 {
  width: calc(41.6666666667% - 1.875rem);
}
.grid-margin-x > .small-11 {
  width: calc(45.8333333333% - 1.875rem);
}
.grid-margin-x > .small-12 {
  width: calc(50% - 1.875rem);
}
.grid-margin-x > .small-13 {
  width: calc(54.1666666667% - 1.875rem);
}
.grid-margin-x > .small-14 {
  width: calc(58.3333333333% - 1.875rem);
}
.grid-margin-x > .small-15 {
  width: calc(62.5% - 1.875rem);
}
.grid-margin-x > .small-16 {
  width: calc(66.6666666667% - 1.875rem);
}
.grid-margin-x > .small-17 {
  width: calc(70.8333333333% - 1.875rem);
}
.grid-margin-x > .small-18 {
  width: calc(75% - 1.875rem);
}
.grid-margin-x > .small-19 {
  width: calc(79.1666666667% - 1.875rem);
}
.grid-margin-x > .small-20 {
  width: calc(83.3333333333% - 1.875rem);
}
.grid-margin-x > .small-21 {
  width: calc(87.5% - 1.875rem);
}
.grid-margin-x > .small-22 {
  width: calc(91.6666666667% - 1.875rem);
}
.grid-margin-x > .small-23 {
  width: calc(95.8333333333% - 1.875rem);
}
.grid-margin-x > .small-24 {
  width: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-24 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-24 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .large-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .large-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-24 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-24 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-24 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.875rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.875rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.875rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 4.1666666667%;
}
.small-margin-collapse > .small-2 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-3 {
  width: 12.5%;
}
.small-margin-collapse > .small-4 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-5 {
  width: 20.8333333333%;
}
.small-margin-collapse > .small-6 {
  width: 25%;
}
.small-margin-collapse > .small-7 {
  width: 29.1666666667%;
}
.small-margin-collapse > .small-8 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-9 {
  width: 37.5%;
}
.small-margin-collapse > .small-10 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-11 {
  width: 45.8333333333%;
}
.small-margin-collapse > .small-12 {
  width: 50%;
}
.small-margin-collapse > .small-13 {
  width: 54.1666666667%;
}
.small-margin-collapse > .small-14 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-15 {
  width: 62.5%;
}
.small-margin-collapse > .small-16 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-17 {
  width: 70.8333333333%;
}
.small-margin-collapse > .small-18 {
  width: 75%;
}
.small-margin-collapse > .small-19 {
  width: 79.1666666667%;
}
.small-margin-collapse > .small-20 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-21 {
  width: 87.5%;
}
.small-margin-collapse > .small-22 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-23 {
  width: 95.8333333333%;
}
.small-margin-collapse > .small-24 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .medium-6 {
    width: 25%;
  }
  .small-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .medium-12 {
    width: 50%;
  }
  .small-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .medium-18 {
    width: 75%;
  }
  .small-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .large-6 {
    width: 25%;
  }
  .small-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .large-12 {
    width: 50%;
  }
  .small-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .large-18 {
    width: 75%;
  }
  .small-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .small-6 {
    width: 25%;
  }
  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .small-12 {
    width: 50%;
  }
  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .small-18 {
    width: 75%;
  }
  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .medium-18 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .large-6 {
    width: 25%;
  }
  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .large-12 {
    width: 50%;
  }
  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .large-18 {
    width: 75%;
  }
  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .small-6 {
    width: 25%;
  }
  .large-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .small-12 {
    width: 50%;
  }
  .large-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .small-18 {
    width: 75%;
  }
  .large-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .medium-6 {
    width: 25%;
  }
  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .medium-12 {
    width: 50%;
  }
  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .medium-18 {
    width: 75%;
  }
  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .large-6 {
    width: 25%;
  }
  .large-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .large-12 {
    width: 50%;
  }
  .large-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .large-18 {
    width: 75%;
  }
  .large-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .small-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .medium-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .large-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .small-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .large-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.875rem / 2);
}

.small-offset-1 {
  margin-left: 4.1666666667%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(4.1666666667% + 1.875rem / 2);
}

.small-offset-2 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(8.3333333333% + 1.875rem / 2);
}

.small-offset-3 {
  margin-left: 12.5%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(12.5% + 1.875rem / 2);
}

.small-offset-4 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(16.6666666667% + 1.875rem / 2);
}

.small-offset-5 {
  margin-left: 20.8333333333%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(20.8333333333% + 1.875rem / 2);
}

.small-offset-6 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(25% + 1.875rem / 2);
}

.small-offset-7 {
  margin-left: 29.1666666667%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(29.1666666667% + 1.875rem / 2);
}

.small-offset-8 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(33.3333333333% + 1.875rem / 2);
}

.small-offset-9 {
  margin-left: 37.5%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(37.5% + 1.875rem / 2);
}

.small-offset-10 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(41.6666666667% + 1.875rem / 2);
}

.small-offset-11 {
  margin-left: 45.8333333333%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(45.8333333333% + 1.875rem / 2);
}

.small-offset-12 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-12 {
  margin-left: calc(50% + 1.875rem / 2);
}

.small-offset-13 {
  margin-left: 54.1666666667%;
}

.grid-margin-x > .small-offset-13 {
  margin-left: calc(54.1666666667% + 1.875rem / 2);
}

.small-offset-14 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-14 {
  margin-left: calc(58.3333333333% + 1.875rem / 2);
}

.small-offset-15 {
  margin-left: 62.5%;
}

.grid-margin-x > .small-offset-15 {
  margin-left: calc(62.5% + 1.875rem / 2);
}

.small-offset-16 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-16 {
  margin-left: calc(66.6666666667% + 1.875rem / 2);
}

.small-offset-17 {
  margin-left: 70.8333333333%;
}

.grid-margin-x > .small-offset-17 {
  margin-left: calc(70.8333333333% + 1.875rem / 2);
}

.small-offset-18 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-18 {
  margin-left: calc(75% + 1.875rem / 2);
}

.small-offset-19 {
  margin-left: 79.1666666667%;
}

.grid-margin-x > .small-offset-19 {
  margin-left: calc(79.1666666667% + 1.875rem / 2);
}

.small-offset-20 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-20 {
  margin-left: calc(83.3333333333% + 1.875rem / 2);
}

.small-offset-21 {
  margin-left: 87.5%;
}

.grid-margin-x > .small-offset-21 {
  margin-left: calc(87.5% + 1.875rem / 2);
}

.small-offset-22 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-22 {
  margin-left: calc(91.6666666667% + 1.875rem / 2);
}

.small-offset-23 {
  margin-left: 95.8333333333%;
}

.grid-margin-x > .small-offset-23 {
  margin-left: calc(95.8333333333% + 1.875rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .medium-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .medium-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .large-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .large-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .large-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .large-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .large-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .large-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .large-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .xlarge-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xlarge-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .xlarge-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .xlarge-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .xlarge-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .xlarge-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xlarge-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .xlarge-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .xlarge-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .xlarge-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xxlarge-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .xxlarge-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .xxlarge-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xxlarge-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .xxlarge-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .xxlarge-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-13, .grid-y > .xlarge-14, .grid-y > .xlarge-15, .grid-y > .xlarge-16, .grid-y > .xlarge-17, .grid-y > .xlarge-18, .grid-y > .xlarge-19, .grid-y > .xlarge-20, .grid-y > .xlarge-21, .grid-y > .xlarge-22, .grid-y > .xlarge-23, .grid-y > .xlarge-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-13, .grid-y > .xxlarge-14, .grid-y > .xxlarge-15, .grid-y > .xxlarge-16, .grid-y > .xxlarge-17, .grid-y > .xxlarge-18, .grid-y > .xxlarge-19, .grid-y > .xxlarge-20, .grid-y > .xxlarge-21, .grid-y > .xxlarge-22, .grid-y > .xxlarge-23, .grid-y > .xxlarge-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-24, .grid-y > .small-23, .grid-y > .small-22, .grid-y > .small-21, .grid-y > .small-20, .grid-y > .small-19, .grid-y > .small-18, .grid-y > .small-17, .grid-y > .small-16, .grid-y > .small-15, .grid-y > .small-14, .grid-y > .small-13, .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 4.1666666667%;
}
.grid-y > .small-2 {
  height: 8.3333333333%;
}
.grid-y > .small-3 {
  height: 12.5%;
}
.grid-y > .small-4 {
  height: 16.6666666667%;
}
.grid-y > .small-5 {
  height: 20.8333333333%;
}
.grid-y > .small-6 {
  height: 25%;
}
.grid-y > .small-7 {
  height: 29.1666666667%;
}
.grid-y > .small-8 {
  height: 33.3333333333%;
}
.grid-y > .small-9 {
  height: 37.5%;
}
.grid-y > .small-10 {
  height: 41.6666666667%;
}
.grid-y > .small-11 {
  height: 45.8333333333%;
}
.grid-y > .small-12 {
  height: 50%;
}
.grid-y > .small-13 {
  height: 54.1666666667%;
}
.grid-y > .small-14 {
  height: 58.3333333333%;
}
.grid-y > .small-15 {
  height: 62.5%;
}
.grid-y > .small-16 {
  height: 66.6666666667%;
}
.grid-y > .small-17 {
  height: 70.8333333333%;
}
.grid-y > .small-18 {
  height: 75%;
}
.grid-y > .small-19 {
  height: 79.1666666667%;
}
.grid-y > .small-20 {
  height: 83.3333333333%;
}
.grid-y > .small-21 {
  height: 87.5%;
}
.grid-y > .small-22 {
  height: 91.6666666667%;
}
.grid-y > .small-23 {
  height: 95.8333333333%;
}
.grid-y > .small-24 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-24, .grid-y > .medium-23, .grid-y > .medium-22, .grid-y > .medium-21, .grid-y > .medium-20, .grid-y > .medium-19, .grid-y > .medium-18, .grid-y > .medium-17, .grid-y > .medium-16, .grid-y > .medium-15, .grid-y > .medium-14, .grid-y > .medium-13, .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 4.1666666667%;
  }
  .grid-y > .medium-2 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-3 {
    height: 12.5%;
  }
  .grid-y > .medium-4 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-5 {
    height: 20.8333333333%;
  }
  .grid-y > .medium-6 {
    height: 25%;
  }
  .grid-y > .medium-7 {
    height: 29.1666666667%;
  }
  .grid-y > .medium-8 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-9 {
    height: 37.5%;
  }
  .grid-y > .medium-10 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-11 {
    height: 45.8333333333%;
  }
  .grid-y > .medium-12 {
    height: 50%;
  }
  .grid-y > .medium-13 {
    height: 54.1666666667%;
  }
  .grid-y > .medium-14 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-15 {
    height: 62.5%;
  }
  .grid-y > .medium-16 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-17 {
    height: 70.8333333333%;
  }
  .grid-y > .medium-18 {
    height: 75%;
  }
  .grid-y > .medium-19 {
    height: 79.1666666667%;
  }
  .grid-y > .medium-20 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-21 {
    height: 87.5%;
  }
  .grid-y > .medium-22 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-23 {
    height: 95.8333333333%;
  }
  .grid-y > .medium-24 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-24, .grid-y > .large-23, .grid-y > .large-22, .grid-y > .large-21, .grid-y > .large-20, .grid-y > .large-19, .grid-y > .large-18, .grid-y > .large-17, .grid-y > .large-16, .grid-y > .large-15, .grid-y > .large-14, .grid-y > .large-13, .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 4.1666666667%;
  }
  .grid-y > .large-2 {
    height: 8.3333333333%;
  }
  .grid-y > .large-3 {
    height: 12.5%;
  }
  .grid-y > .large-4 {
    height: 16.6666666667%;
  }
  .grid-y > .large-5 {
    height: 20.8333333333%;
  }
  .grid-y > .large-6 {
    height: 25%;
  }
  .grid-y > .large-7 {
    height: 29.1666666667%;
  }
  .grid-y > .large-8 {
    height: 33.3333333333%;
  }
  .grid-y > .large-9 {
    height: 37.5%;
  }
  .grid-y > .large-10 {
    height: 41.6666666667%;
  }
  .grid-y > .large-11 {
    height: 45.8333333333%;
  }
  .grid-y > .large-12 {
    height: 50%;
  }
  .grid-y > .large-13 {
    height: 54.1666666667%;
  }
  .grid-y > .large-14 {
    height: 58.3333333333%;
  }
  .grid-y > .large-15 {
    height: 62.5%;
  }
  .grid-y > .large-16 {
    height: 66.6666666667%;
  }
  .grid-y > .large-17 {
    height: 70.8333333333%;
  }
  .grid-y > .large-18 {
    height: 75%;
  }
  .grid-y > .large-19 {
    height: 79.1666666667%;
  }
  .grid-y > .large-20 {
    height: 83.3333333333%;
  }
  .grid-y > .large-21 {
    height: 87.5%;
  }
  .grid-y > .large-22 {
    height: 91.6666666667%;
  }
  .grid-y > .large-23 {
    height: 95.8333333333%;
  }
  .grid-y > .large-24 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-24, .grid-y > .xlarge-23, .grid-y > .xlarge-22, .grid-y > .xlarge-21, .grid-y > .xlarge-20, .grid-y > .xlarge-19, .grid-y > .xlarge-18, .grid-y > .xlarge-17, .grid-y > .xlarge-16, .grid-y > .xlarge-15, .grid-y > .xlarge-14, .grid-y > .xlarge-13, .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 4.1666666667%;
  }
  .grid-y > .xlarge-2 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-3 {
    height: 12.5%;
  }
  .grid-y > .xlarge-4 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-5 {
    height: 20.8333333333%;
  }
  .grid-y > .xlarge-6 {
    height: 25%;
  }
  .grid-y > .xlarge-7 {
    height: 29.1666666667%;
  }
  .grid-y > .xlarge-8 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-9 {
    height: 37.5%;
  }
  .grid-y > .xlarge-10 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-11 {
    height: 45.8333333333%;
  }
  .grid-y > .xlarge-12 {
    height: 50%;
  }
  .grid-y > .xlarge-13 {
    height: 54.1666666667%;
  }
  .grid-y > .xlarge-14 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-15 {
    height: 62.5%;
  }
  .grid-y > .xlarge-16 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-17 {
    height: 70.8333333333%;
  }
  .grid-y > .xlarge-18 {
    height: 75%;
  }
  .grid-y > .xlarge-19 {
    height: 79.1666666667%;
  }
  .grid-y > .xlarge-20 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-21 {
    height: 87.5%;
  }
  .grid-y > .xlarge-22 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-23 {
    height: 95.8333333333%;
  }
  .grid-y > .xlarge-24 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-24, .grid-y > .xxlarge-23, .grid-y > .xxlarge-22, .grid-y > .xxlarge-21, .grid-y > .xxlarge-20, .grid-y > .xxlarge-19, .grid-y > .xxlarge-18, .grid-y > .xxlarge-17, .grid-y > .xxlarge-16, .grid-y > .xxlarge-15, .grid-y > .xxlarge-14, .grid-y > .xxlarge-13, .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 4.1666666667%;
  }
  .grid-y > .xxlarge-2 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-3 {
    height: 12.5%;
  }
  .grid-y > .xxlarge-4 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-5 {
    height: 20.8333333333%;
  }
  .grid-y > .xxlarge-6 {
    height: 25%;
  }
  .grid-y > .xxlarge-7 {
    height: 29.1666666667%;
  }
  .grid-y > .xxlarge-8 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-9 {
    height: 37.5%;
  }
  .grid-y > .xxlarge-10 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-11 {
    height: 45.8333333333%;
  }
  .grid-y > .xxlarge-12 {
    height: 50%;
  }
  .grid-y > .xxlarge-13 {
    height: 54.1666666667%;
  }
  .grid-y > .xxlarge-14 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-15 {
    height: 62.5%;
  }
  .grid-y > .xxlarge-16 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-17 {
    height: 70.8333333333%;
  }
  .grid-y > .xxlarge-18 {
    height: 75%;
  }
  .grid-y > .xxlarge-19 {
    height: 79.1666666667%;
  }
  .grid-y > .xxlarge-20 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-21 {
    height: 87.5%;
  }
  .grid-y > .xxlarge-22 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-23 {
    height: 95.8333333333%;
  }
  .grid-y > .xxlarge-24 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.875rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.875rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.875rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.875rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.875rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.875rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.875rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.875rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.875rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.875rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.875rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.875rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.875rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.875rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.875rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.875rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.875rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.875rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.875rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.875rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.875rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.875rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.875rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-24 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-24 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.875rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.875rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.875rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.875rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.875rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.875rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.875rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.875rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.875rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.875rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.875rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.875rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.875rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.875rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.875rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.875rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.875rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.875rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.875rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.875rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.875rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.875rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.875rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-24 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-24 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

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

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

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

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

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

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

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/**
 * Swiper 5.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: map-get($colors, offwhite);
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@font-face {
  font-family: "icons";
  src: url("/assets/fonts/icons/icons.840aaab5-cb2f-4dee-96d8-1d98c4b279d0.woff2") format("woff2"), url("/assets/fonts/icons/icons.840aaab5-cb2f-4dee-96d8-1d98c4b279d0.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.backtotop:after, .customselect:after, .impactmeter-header .impactmeter-header__content .impactmeter-header__text .btn-text:after, .check-list li:before, .icon-youtube, .icon-whatsapp, .icon-twitter, .icon-search, .icon-post, .icon-post-package, .icon-phone, .icon-pencil, .icon-package, .icon-mail, .icon-location, .icon-linkedin, .icon-instagram, .icon-info, .icon-googleplus, .icon-full-arrow-right, .icon-facebook, .icon-close, .icon-check2, .icon-check, .tnt .form .formfield .formfield__choice input[type=radio] + span:after, .icon-arrow-upward, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-forward, .icon-arrow-drop-up, .icon-arrow-down, .icon-arrow-back {
  font-family: "icons", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

.icon-arrow-back:before {
  content: "\EA01";
}

.icon-arrow-down:before {
  content: "\EA02";
}

.icon-arrow-drop-up:before {
  content: "\EA03";
}

.icon-arrow-forward:before {
  content: "\EA04";
}

.icon-arrow-left:before {
  content: "\EA05";
}

.icon-arrow-right:before {
  content: "\EA06";
}

.icon-arrow-up:before {
  content: "\EA07";
}

.icon-arrow-upward:before {
  content: "\EA08";
}

.icon-check:before {
  content: "\EA09";
}

.icon-check2:before {
  content: "\EA0A";
}

.icon-close:before {
  content: "\EA0B";
}

.icon-facebook:before {
  content: "\EA0C";
}

.icon-full-arrow-right:before {
  content: "\EA0D";
}

.icon-googleplus:before {
  content: "\EA0E";
}

.icon-info:before {
  content: "\EA0F";
}

.icon-instagram:before {
  content: "\EA10";
}

.icon-linkedin:before {
  content: "\EA11";
}

.icon-location:before {
  content: "\EA12";
}

.icon-mail:before {
  content: "\EA13";
}

.icon-package:before {
  content: "\EA14";
}

.icon-pencil:before {
  content: "\EA15";
}

.icon-phone:before {
  content: "\EA16";
}

.icon-post-package:before {
  content: "\EA17";
}

.icon-post:before {
  content: "\EA18";
}

.icon-search:before {
  content: "\EA19";
}

.icon-twitter:before {
  content: "\EA1A";
}

.icon-whatsapp:before {
  content: "\EA1B";
}

.icon-youtube:before {
  content: "\EA1C";
}

@font-face {
  font-family: "Mont";
  src: url(/assets/fonts/c50bdbda.font.woff2) format("woff2"), url(/assets/fonts/93f65b7b.font.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(16px + 1.75 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1500px) {
  html {
    font-size: 17.75px;
  }
}

body {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  color: #070247;
  line-height: 1.618;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.tnt .tnt__datetime,
.h3,
.h4,
.article-column h3,
.h5,
.h6 {
  font-family: "Mont", "Helvetice Neue", Arial, sans-serif;
  margin: 0;
  margin-bottom: 0.25em;
  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 900;
}
@media print, screen and (max-width: 39.99875em) {
  h1:not(.force-br) br,
h2:not(.force-br) br,
h3:not(.force-br) br,
h4:not(.force-br) br,
h5:not(.force-br) br,
h6:not(.force-br) br,
.h1:not(.force-br) br,
.h2:not(.force-br) br,
.tnt .tnt__datetime:not(.force-br) br,
.h3:not(.force-br) br,
.h4:not(.force-br) br,
.h5:not(.force-br) br,
.h6:not(.force-br) br {
    display: none;
  }
}

h1,
.h1 {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(28px + 12 * ((100vw - 640px) / 860));
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  h1,
.h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1500px) {
  h1,
.h1 {
    font-size: 40px;
  }
}

.h1--large {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(28px + 20 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .h1--large {
    font-size: 28px;
  }
}
@media screen and (min-width: 1500px) {
  .h1--large {
    font-size: 48px;
  }
}

.h1--xlarge {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(32px + 24 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .h1--xlarge {
    font-size: 32px;
  }
}
@media screen and (min-width: 1500px) {
  .h1--xlarge {
    font-size: 56px;
  }
}

.h1--xxlarge {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(46px + 26 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .h1--xxlarge {
    font-size: 46px;
  }
}
@media screen and (min-width: 1500px) {
  .h1--xxlarge {
    font-size: 72px;
  }
}
@media screen and (min-width: 100em) {
  .h1--xxlarge {
    font-size: 90px;
  }
}

h2,
.h2,
.tnt .tnt__datetime {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(24px + 12 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  h2,
.h2,
.tnt .tnt__datetime {
    font-size: 24px;
  }
}
@media screen and (min-width: 1500px) {
  h2,
.h2,
.tnt .tnt__datetime {
    font-size: 36px;
  }
}

h3,
.h3 {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(22px + 8 * ((100vw - 640px) / 860));
  text-transform: none;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  h3,
.h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1500px) {
  h3,
.h3 {
    font-size: 30px;
  }
}

h4,
.h4,
.article-column h3 {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(20px + 2 * ((100vw - 640px) / 860));
  line-height: 1.25;
}
@media screen and (max-width: 640px) {
  h4,
.h4,
.article-column h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1500px) {
  h4,
.h4,
.article-column h3 {
    font-size: 22px;
  }
}

h5,
.h5 {
  text-transform: none;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(16px + 4 * ((100vw - 640px) / 860));
  color: #e4002b;
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  h5,
.h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1500px) {
  h5,
.h5 {
    font-size: 20px;
  }
}

h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
}

p {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
}
p.p--small {
  font-size: 80%;
  line-height: 1.5;
  margin-top: 0;
}
p.p--big {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}

ul a,
ol a,
p a,
label a,
address a,
table a {
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}

.intro {
  color: #5b5e6c;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(18px + 2 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .intro {
    font-size: 18px;
  }
}
@media screen and (min-width: 1500px) {
  .intro {
    font-size: 20px;
  }
}
.intro p:last-child {
  margin-bottom: 0;
}

address {
  font-style: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul > li,
ol > li {
  margin: 0;
  padding: 0;
}

ol.inline-list {
  counter-reset: section;
}
ol.inline-list > li {
  list-style: none;
}
ol.inline-list > li:before {
  position: absolute;
  left: 5px;
  font-weight: 700;
  counter-increment: section;
  content: counters(section, ".") ". ";
}

noscript > div {
  background-color: #ffe3e2;
  border: 1px solid #ffd4d2;
  padding: 20px;
  color: #db2a4b;
}
noscript > div.noscript-inline {
  margin: 1.5rem 0;
}

html {
  scroll-behavior: smooth;
}
html.behavior-auto {
  scroll-behavior: auto;
}

i {
  position: relative;
}

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

.inline-link, .column-list a, .formfield.formfield--singlechoice a {
  color: #e4002b;
  font-weight: 600;
  -webkit-transition: color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}
.inline-link.inline-link--small, .column-list a.inline-link--small, .formfield.formfield--singlechoice a.inline-link--small {
  font-weight: 400;
}
.inline-link:hover, .column-list a:hover, .formfield.formfield--singlechoice a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.link {
  display: block;
  color: #070247;
  font-weight: 500;
  text-decoration: underline;
}
.link.link--small {
  font-size: 0.9rem;
}
.link:hover {
  text-decoration-thickness: 2px;
}

a {
  text-decoration: none;
}

figcaption {
  margin-top: 1rem;
  font-style: italic;
  color: #c7c9c7;
  font-size: 80%;
  line-height: 1.5;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul > li,
ol > li {
  margin: 0;
  padding: 0;
}

th,
b,
strong {
  font-weight: 600;
}

figure {
  margin: 0;
}
figure canvas {
  width: 100%;
  max-width: 100%;
}

button {
  cursor: pointer;
}

table {
  width: 100%;
}
table tr td {
  padding: 10px;
}
table tr td:first-child {
  padding-left: 0;
}
table tr td:last-child {
  padding-right: 0;
}

.hr {
  margin-bottom: 3rem;
  border-bottom: 4px solid #f4c3cc;
}

.hr-top {
  border-top: 2px solid #f4c3cc;
}

.inline-list {
  display: block;
  position: relative;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.check-list li {
  position: relative;
  padding-left: 20px;
}
.check-list li:before {
  content: "\EA09";
  position: absolute;
  top: 0.25em;
  left: 0;
}

.quick-links.quick-links--3-cols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media print, screen and (min-width: 40em) {
  .quick-links.quick-links--3-cols {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media print, screen and (min-width: 40em) {
  .quick-links {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

noscript > div {
  background-color: #ffe3e2;
  border: 1px solid #ffd4d2;
  padding: 20px;
  color: #db2a4b;
}
noscript > div.noscript-inline {
  margin: 1rem 0;
}

.message-panel {
  background-color: #d8ebfb;
  border: 1px solid #c2daee;
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
  font-size: 90%;
}
.message-panel.message-panel--yellow {
  background-color: #fff0d9;
  border-color: #fadbc8;
}
.message-panel p:first-child {
  margin-top: 0;
}
.message-panel p:last-child {
  margin-bottom: 0;
}
.message-panel h2,
.message-panel h3,
.message-panel h4 {
  margin-top: 0 !important;
}

.inline-table {
  margin: 1rem 0;
}

.grid-padding-small-x > .cell {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.grid-padding-small-x .grid-padding-small-x {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.grid-padding-small-y > .cell {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.grid-padding-small-y .grid-padding-small-y {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.grid-container:not(.full) > .grid-padding-small-x {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
.grid-container:not(.full) > .grid-padding-small-y {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.grid-container {
  max-width: 800px;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: 0 calc(15px + 65 * ((100vw - 800px) / 700));
}
@media screen and (max-width: 800px) {
  .grid-container {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1500px) {
  .grid-container {
    padding: 0 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    max-width: 90rem;
  }
}

@media screen and (min-width: 68.75em) {
  .space-left {
    padding-left: 70px;
  }
}

@media screen and (min-width: 68.75em) {
  .space-right {
    padding-right: 70px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .grid-x-nowrap {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .grid-x-nowrap > .cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .grid-x-nowrap.grid-x-nowrap--2 > .cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.section.section--spacing-large.bg--white + .section.section--spacing-large.bg--white, .section.section--spacing-large.article-block + .section.section--spacing-large.bg--white, .section.section--spacing-large.bg--white + .section.section--spacing-large.article-block, .section.section--spacing-large.article-block + .section.section--spacing-large.article-block, .section.section--spacing-large.service-block + .section.section--spacing-large.bg--white, .section.section--spacing-large.service-block + .section.section--spacing-large.article-block, .section.section--spacing-large.bg--white + .section.section--spacing-large.service-block, .section.section--spacing-large.article-block + .section.section--spacing-large.service-block, .section.section--spacing-large.service-block + .section.section--spacing-large.service-block, .section.section--spacing-large.bg--white + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-large.article-block + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-large.bg--white + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-large.article-block + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-large.service-block + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-large.service-block + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-large.bg--white + [skip-section] + .section.section--spacing-large.service-block, .section.section--spacing-large.article-block + [skip-section] + .section.section--spacing-large.service-block, .section.section--spacing-large.service-block + [skip-section] + .section.section--spacing-large.service-block, .section.section--spacing-large.bg--white + .section.section--spacing-medium.bg--white, .section.section--spacing-large.article-block + .section.section--spacing-medium.bg--white, .section.section--spacing-large.bg--white + .section.section--spacing-medium.article-block, .section.section--spacing-large.article-block + .section.section--spacing-medium.article-block, .section.section--spacing-large.service-block + .section.section--spacing-medium.bg--white, .section.section--spacing-large.service-block + .section.section--spacing-medium.article-block, .section.section--spacing-large.bg--white + .section.section--spacing-medium.service-block, .section.section--spacing-large.article-block + .section.section--spacing-medium.service-block, .section.section--spacing-large.service-block + .section.section--spacing-medium.service-block, .section.section--spacing-large.bg--white + [skip-section] + .section.section--spacing-medium.bg--white, .section.section--spacing-large.article-block + [skip-section] + .section.section--spacing-medium.bg--white, .section.section--spacing-large.bg--white + [skip-section] + .section.section--spacing-medium.article-block, .section.section--spacing-large.article-block + [skip-section] + .section.section--spacing-medium.article-block, .section.section--spacing-large.service-block + [skip-section] + .section.section--spacing-medium.bg--white, .section.section--spacing-large.service-block + [skip-section] + .section.section--spacing-medium.article-block, .section.section--spacing-large.bg--white + [skip-section] + .section.section--spacing-medium.service-block, .section.section--spacing-large.article-block + [skip-section] + .section.section--spacing-medium.service-block, .section.section--spacing-large.service-block + [skip-section] + .section.section--spacing-medium.service-block, .section.section--spacing-large.bg--white + .section.bg--white, .section.section--spacing-large.article-block + .section.bg--white, .section.section--spacing-large.bg--white + .section.article-block, .section.section--spacing-large.article-block + .section.article-block, .section.section--spacing-large.service-block + .section.bg--white, .section.section--spacing-large.service-block + .section.article-block, .section.section--spacing-large.bg--white + .section.service-block, .section.section--spacing-large.article-block + .section.service-block, .section.section--spacing-large.service-block + .section.service-block, .section.section--spacing-large.bg--white + [skip-section] + .section.bg--white, .section.section--spacing-large.article-block + [skip-section] + .section.bg--white, .section.section--spacing-large.bg--white + [skip-section] + .section.article-block, .section.section--spacing-large.article-block + [skip-section] + .section.article-block, .section.section--spacing-large.service-block + [skip-section] + .section.bg--white, .section.section--spacing-large.service-block + [skip-section] + .section.article-block, .section.section--spacing-large.bg--white + [skip-section] + .section.service-block, .section.section--spacing-large.article-block + [skip-section] + .section.service-block, .section.section--spacing-large.service-block + [skip-section] + .section.service-block, .section.section--spacing-medium.bg--white + .section.section--spacing-medium.bg--white, .section.section--spacing-medium.article-block + .section.section--spacing-medium.bg--white, .section.section--spacing-medium.bg--white + .section.section--spacing-medium.article-block, .section.section--spacing-medium.article-block + .section.section--spacing-medium.article-block, .section.section--spacing-medium.service-block + .section.section--spacing-medium.bg--white, .section.section--spacing-medium.service-block + .section.section--spacing-medium.article-block, .section.section--spacing-medium.bg--white + .section.section--spacing-medium.service-block, .section.section--spacing-medium.article-block + .section.section--spacing-medium.service-block, .section.section--spacing-medium.service-block + .section.section--spacing-medium.service-block, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-medium.bg--white, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-medium.bg--white, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-medium.article-block, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-medium.article-block, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-medium.bg--white, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-medium.article-block, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-medium.service-block, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-medium.service-block, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-medium.service-block, .section.section--spacing-medium.bg--white + .section.bg--white, .section.section--spacing-medium.article-block + .section.bg--white, .section.section--spacing-medium.bg--white + .section.article-block, .section.section--spacing-medium.article-block + .section.article-block, .section.section--spacing-medium.service-block + .section.bg--white, .section.section--spacing-medium.service-block + .section.article-block, .section.section--spacing-medium.bg--white + .section.service-block, .section.section--spacing-medium.article-block + .section.service-block, .section.section--spacing-medium.service-block + .section.service-block, .section.section--spacing-medium.bg--white + [skip-section] + .section.bg--white, .section.section--spacing-medium.article-block + [skip-section] + .section.bg--white, .section.section--spacing-medium.bg--white + [skip-section] + .section.article-block, .section.section--spacing-medium.article-block + [skip-section] + .section.article-block, .section.section--spacing-medium.service-block + [skip-section] + .section.bg--white, .section.section--spacing-medium.service-block + [skip-section] + .section.article-block, .section.section--spacing-medium.bg--white + [skip-section] + .section.service-block, .section.section--spacing-medium.article-block + [skip-section] + .section.service-block, .section.section--spacing-medium.service-block + [skip-section] + .section.service-block, .section.bg--white + .section.bg--white, .section.article-block + .section.bg--white, .section.bg--white + .section.article-block, .section.article-block + .section.article-block, .section.service-block + .section.bg--white, .section.service-block + .section.article-block, .section.bg--white + .section.service-block, .section.article-block + .section.service-block, .section.service-block + .section.service-block, .tarif-calculator .card .section.content + .section.bg--white, .tarif-calculator .card .section.content + .section.article-block, .tarif-calculator .card .section.content + .section.service-block, .tarif-calculator .card .section.bg--white + .section.content, .tarif-calculator .card .section.article-block + .section.content, .tarif-calculator .card .section.service-block + .section.content, .tarif-calculator .card .section.content + .section.content, .section.bg--white + [skip-section] + .section.bg--white, .section.article-block + [skip-section] + .section.bg--white, .section.bg--white + [skip-section] + .section.article-block, .section.article-block + [skip-section] + .section.article-block, .section.service-block + [skip-section] + .section.bg--white, .section.service-block + [skip-section] + .section.article-block, .section.bg--white + [skip-section] + .section.service-block, .section.article-block + [skip-section] + .section.service-block, .section.service-block + [skip-section] + .section.service-block, .tarif-calculator .card .section.content + [skip-section] + .section.bg--white, .tarif-calculator .card .section.content + [skip-section] + .section.article-block, .tarif-calculator .card .section.content + [skip-section] + .section.service-block, .tarif-calculator .card .section.bg--white + [skip-section] + .section.content, .tarif-calculator .card .section.article-block + [skip-section] + .section.content, .tarif-calculator .card .section.service-block + [skip-section] + .section.content, .tarif-calculator .card .section.content + [skip-section] + .section.content, .section.section--spacing-large.bg--transparent + .section.section--spacing-large.bg--transparent, .section.section--spacing-large.bg--transparent + [skip-section] + .section.section--spacing-large.bg--transparent, .section.section--spacing-large.bg--transparent + .section.section--spacing-medium.bg--transparent, .section.section--spacing-large.bg--transparent + [skip-section] + .section.section--spacing-medium.bg--transparent, .section.section--spacing-large.bg--transparent + .section.bg--transparent, .section.section--spacing-large.bg--transparent + [skip-section] + .section.bg--transparent, .section.section--spacing-medium.bg--transparent + .section.section--spacing-medium.bg--transparent, .section.section--spacing-medium.bg--transparent + [skip-section] + .section.section--spacing-medium.bg--transparent, .section.section--spacing-medium.bg--transparent + .section.bg--transparent, .section.section--spacing-medium.bg--transparent + [skip-section] + .section.bg--transparent, .section.bg--transparent + .section.bg--transparent, .section.bg--transparent + [skip-section] + .section.bg--transparent {
  padding-top: 0;
}

.section {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(20px + 30 * ((100vw - 640px) / 860)) 0;
}
@media screen and (max-width: 640px) {
  .section {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1500px) {
  .section {
    padding: 50px 0;
  }
}
.section.section--spacing-medium {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(40px + 40 * ((100vw - 640px) / 860)) 0;
}
@media screen and (max-width: 640px) {
  .section.section--spacing-medium {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1500px) {
  .section.section--spacing-medium {
    padding: 80px 0;
  }
}
.section.section--spacing-large {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(60px + 40 * ((100vw - 640px) / 860)) 0;
}
@media screen and (max-width: 640px) {
  .section.section--spacing-large {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1500px) {
  .section.section--spacing-large {
    padding: 100px 0;
  }
}
.section.bg--transparent + .section.section--spacing-medium.bg--transparent, .section.bg--transparent + [skip-section] + .section.section--spacing-medium.bg--transparent {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding-top: calc(20px + 10 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .section.bg--transparent + .section.section--spacing-medium.bg--transparent, .section.bg--transparent + [skip-section] + .section.section--spacing-medium.bg--transparent {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .section.bg--transparent + .section.section--spacing-medium.bg--transparent, .section.bg--transparent + [skip-section] + .section.section--spacing-medium.bg--transparent {
    padding-top: 30px;
  }
}
.section.bg--transparent + .section.section--spacing-large.bg--transparent, .section.bg--transparent + [skip-section] + .section.section--spacing-large.bg--transparent {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding-top: calc(40px + 10 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .section.bg--transparent + .section.section--spacing-large.bg--transparent, .section.bg--transparent + [skip-section] + .section.section--spacing-large.bg--transparent {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .section.bg--transparent + .section.section--spacing-large.bg--transparent, .section.bg--transparent + [skip-section] + .section.section--spacing-large.bg--transparent {
    padding-top: 50px;
  }
}
.section.section--spacing-medium.bg--transparent + .section.section--spacing-large.bg--transparent, .section.section--spacing-medium.bg--transparent + [skip-section] + .section.section--spacing-large.bg--transparent {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .section.section--spacing-medium.bg--transparent + .section.section--spacing-large.bg--transparent, .section.section--spacing-medium.bg--transparent + [skip-section] + .section.section--spacing-large.bg--transparent {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .section.section--spacing-medium.bg--transparent + .section.section--spacing-large.bg--transparent, .section.section--spacing-medium.bg--transparent + [skip-section] + .section.section--spacing-large.bg--transparent {
    padding-top: 20px;
  }
}
.section.bg--white + .section.section--spacing-medium.bg--white, .section.article-block + .section.section--spacing-medium.bg--white, .section.bg--white + .section.section--spacing-medium.article-block, .section.article-block + .section.section--spacing-medium.article-block, .section.service-block + .section.section--spacing-medium.bg--white, .section.service-block + .section.section--spacing-medium.article-block, .section.bg--white + .section.section--spacing-medium.service-block, .section.article-block + .section.section--spacing-medium.service-block, .section.service-block + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.content + .section.section--spacing-medium.bg--white, .tarif-calculator .card .section.content + .section.section--spacing-medium.article-block, .tarif-calculator .card .section.content + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.bg--white + .section.section--spacing-medium.content, .tarif-calculator .card .section.article-block + .section.section--spacing-medium.content, .tarif-calculator .card .section.service-block + .section.section--spacing-medium.content, .tarif-calculator .card .section.content + .section.section--spacing-medium.content, .section.bg--white + [skip-section] + .section.section--spacing-medium.bg--white, .section.article-block + [skip-section] + .section.section--spacing-medium.bg--white, .section.bg--white + [skip-section] + .section.section--spacing-medium.article-block, .section.article-block + [skip-section] + .section.section--spacing-medium.article-block, .section.service-block + [skip-section] + .section.section--spacing-medium.bg--white, .section.service-block + [skip-section] + .section.section--spacing-medium.article-block, .section.bg--white + [skip-section] + .section.section--spacing-medium.service-block, .section.article-block + [skip-section] + .section.section--spacing-medium.service-block, .section.service-block + [skip-section] + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.bg--white, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.article-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.bg--white + [skip-section] + .section.section--spacing-medium.content, .tarif-calculator .card .section.article-block + [skip-section] + .section.section--spacing-medium.content, .tarif-calculator .card .section.service-block + [skip-section] + .section.section--spacing-medium.content, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.content {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding-top: calc(20px + 10 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .section.bg--white + .section.section--spacing-medium.bg--white, .section.article-block + .section.section--spacing-medium.bg--white, .section.bg--white + .section.section--spacing-medium.article-block, .section.article-block + .section.section--spacing-medium.article-block, .section.service-block + .section.section--spacing-medium.bg--white, .section.service-block + .section.section--spacing-medium.article-block, .section.bg--white + .section.section--spacing-medium.service-block, .section.article-block + .section.section--spacing-medium.service-block, .section.service-block + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.content + .section.section--spacing-medium.bg--white, .tarif-calculator .card .section.content + .section.section--spacing-medium.article-block, .tarif-calculator .card .section.content + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.bg--white + .section.section--spacing-medium.content, .tarif-calculator .card .section.article-block + .section.section--spacing-medium.content, .tarif-calculator .card .section.service-block + .section.section--spacing-medium.content, .tarif-calculator .card .section.content + .section.section--spacing-medium.content, .section.bg--white + [skip-section] + .section.section--spacing-medium.bg--white, .section.article-block + [skip-section] + .section.section--spacing-medium.bg--white, .section.bg--white + [skip-section] + .section.section--spacing-medium.article-block, .section.article-block + [skip-section] + .section.section--spacing-medium.article-block, .section.service-block + [skip-section] + .section.section--spacing-medium.bg--white, .section.service-block + [skip-section] + .section.section--spacing-medium.article-block, .section.bg--white + [skip-section] + .section.section--spacing-medium.service-block, .section.article-block + [skip-section] + .section.section--spacing-medium.service-block, .section.service-block + [skip-section] + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.bg--white, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.article-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.bg--white + [skip-section] + .section.section--spacing-medium.content, .tarif-calculator .card .section.article-block + [skip-section] + .section.section--spacing-medium.content, .tarif-calculator .card .section.service-block + [skip-section] + .section.section--spacing-medium.content, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .section.bg--white + .section.section--spacing-medium.bg--white, .section.article-block + .section.section--spacing-medium.bg--white, .section.bg--white + .section.section--spacing-medium.article-block, .section.article-block + .section.section--spacing-medium.article-block, .section.service-block + .section.section--spacing-medium.bg--white, .section.service-block + .section.section--spacing-medium.article-block, .section.bg--white + .section.section--spacing-medium.service-block, .section.article-block + .section.section--spacing-medium.service-block, .section.service-block + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.content + .section.section--spacing-medium.bg--white, .tarif-calculator .card .section.content + .section.section--spacing-medium.article-block, .tarif-calculator .card .section.content + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.bg--white + .section.section--spacing-medium.content, .tarif-calculator .card .section.article-block + .section.section--spacing-medium.content, .tarif-calculator .card .section.service-block + .section.section--spacing-medium.content, .tarif-calculator .card .section.content + .section.section--spacing-medium.content, .section.bg--white + [skip-section] + .section.section--spacing-medium.bg--white, .section.article-block + [skip-section] + .section.section--spacing-medium.bg--white, .section.bg--white + [skip-section] + .section.section--spacing-medium.article-block, .section.article-block + [skip-section] + .section.section--spacing-medium.article-block, .section.service-block + [skip-section] + .section.section--spacing-medium.bg--white, .section.service-block + [skip-section] + .section.section--spacing-medium.article-block, .section.bg--white + [skip-section] + .section.section--spacing-medium.service-block, .section.article-block + [skip-section] + .section.section--spacing-medium.service-block, .section.service-block + [skip-section] + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.bg--white, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.article-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.service-block, .tarif-calculator .card .section.bg--white + [skip-section] + .section.section--spacing-medium.content, .tarif-calculator .card .section.article-block + [skip-section] + .section.section--spacing-medium.content, .tarif-calculator .card .section.service-block + [skip-section] + .section.section--spacing-medium.content, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-medium.content {
    padding-top: 30px;
  }
}
.section.bg--white + .section.section--spacing-large.bg--white, .section.article-block + .section.section--spacing-large.bg--white, .section.bg--white + .section.section--spacing-large.article-block, .section.article-block + .section.section--spacing-large.article-block, .section.service-block + .section.section--spacing-large.bg--white, .section.service-block + .section.section--spacing-large.article-block, .section.bg--white + .section.section--spacing-large.service-block, .section.article-block + .section.section--spacing-large.service-block, .section.service-block + .section.section--spacing-large.service-block, .tarif-calculator .card .section.content + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.content + .section.section--spacing-large.article-block, .tarif-calculator .card .section.content + .section.section--spacing-large.service-block, .tarif-calculator .card .section.bg--white + .section.section--spacing-large.content, .tarif-calculator .card .section.article-block + .section.section--spacing-large.content, .tarif-calculator .card .section.service-block + .section.section--spacing-large.content, .tarif-calculator .card .section.content + .section.section--spacing-large.content, .section.bg--white + [skip-section] + .section.section--spacing-large.bg--white, .section.article-block + [skip-section] + .section.section--spacing-large.bg--white, .section.bg--white + [skip-section] + .section.section--spacing-large.article-block, .section.article-block + [skip-section] + .section.section--spacing-large.article-block, .section.service-block + [skip-section] + .section.section--spacing-large.bg--white, .section.service-block + [skip-section] + .section.section--spacing-large.article-block, .section.bg--white + [skip-section] + .section.section--spacing-large.service-block, .section.article-block + [skip-section] + .section.section--spacing-large.service-block, .section.service-block + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.article-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.bg--white + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.article-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.service-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.content {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding-top: calc(40px + 10 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .section.bg--white + .section.section--spacing-large.bg--white, .section.article-block + .section.section--spacing-large.bg--white, .section.bg--white + .section.section--spacing-large.article-block, .section.article-block + .section.section--spacing-large.article-block, .section.service-block + .section.section--spacing-large.bg--white, .section.service-block + .section.section--spacing-large.article-block, .section.bg--white + .section.section--spacing-large.service-block, .section.article-block + .section.section--spacing-large.service-block, .section.service-block + .section.section--spacing-large.service-block, .tarif-calculator .card .section.content + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.content + .section.section--spacing-large.article-block, .tarif-calculator .card .section.content + .section.section--spacing-large.service-block, .tarif-calculator .card .section.bg--white + .section.section--spacing-large.content, .tarif-calculator .card .section.article-block + .section.section--spacing-large.content, .tarif-calculator .card .section.service-block + .section.section--spacing-large.content, .tarif-calculator .card .section.content + .section.section--spacing-large.content, .section.bg--white + [skip-section] + .section.section--spacing-large.bg--white, .section.article-block + [skip-section] + .section.section--spacing-large.bg--white, .section.bg--white + [skip-section] + .section.section--spacing-large.article-block, .section.article-block + [skip-section] + .section.section--spacing-large.article-block, .section.service-block + [skip-section] + .section.section--spacing-large.bg--white, .section.service-block + [skip-section] + .section.section--spacing-large.article-block, .section.bg--white + [skip-section] + .section.section--spacing-large.service-block, .section.article-block + [skip-section] + .section.section--spacing-large.service-block, .section.service-block + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.article-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.bg--white + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.article-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.service-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .section.bg--white + .section.section--spacing-large.bg--white, .section.article-block + .section.section--spacing-large.bg--white, .section.bg--white + .section.section--spacing-large.article-block, .section.article-block + .section.section--spacing-large.article-block, .section.service-block + .section.section--spacing-large.bg--white, .section.service-block + .section.section--spacing-large.article-block, .section.bg--white + .section.section--spacing-large.service-block, .section.article-block + .section.section--spacing-large.service-block, .section.service-block + .section.section--spacing-large.service-block, .tarif-calculator .card .section.content + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.content + .section.section--spacing-large.article-block, .tarif-calculator .card .section.content + .section.section--spacing-large.service-block, .tarif-calculator .card .section.bg--white + .section.section--spacing-large.content, .tarif-calculator .card .section.article-block + .section.section--spacing-large.content, .tarif-calculator .card .section.service-block + .section.section--spacing-large.content, .tarif-calculator .card .section.content + .section.section--spacing-large.content, .section.bg--white + [skip-section] + .section.section--spacing-large.bg--white, .section.article-block + [skip-section] + .section.section--spacing-large.bg--white, .section.bg--white + [skip-section] + .section.section--spacing-large.article-block, .section.article-block + [skip-section] + .section.section--spacing-large.article-block, .section.service-block + [skip-section] + .section.section--spacing-large.bg--white, .section.service-block + [skip-section] + .section.section--spacing-large.article-block, .section.bg--white + [skip-section] + .section.section--spacing-large.service-block, .section.article-block + [skip-section] + .section.section--spacing-large.service-block, .section.service-block + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.article-block, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.bg--white + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.article-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.service-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.content + [skip-section] + .section.section--spacing-large.content {
    padding-top: 50px;
  }
}
.section.section--spacing-medium.bg--white + .section.section--spacing-large.bg--white, .section.section--spacing-medium.article-block + .section.section--spacing-large.bg--white, .section.section--spacing-medium.bg--white + .section.section--spacing-large.article-block, .section.section--spacing-medium.article-block + .section.section--spacing-large.article-block, .section.section--spacing-medium.service-block + .section.section--spacing-large.bg--white, .section.section--spacing-medium.service-block + .section.section--spacing-large.article-block, .section.section--spacing-medium.bg--white + .section.section--spacing-large.service-block, .section.section--spacing-medium.article-block + .section.section--spacing-large.service-block, .section.section--spacing-medium.service-block + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.article-block, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.bg--white + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.article-block + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.service-block + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.content, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.service-block, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.service-block, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.article-block, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.content {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .section.section--spacing-medium.bg--white + .section.section--spacing-large.bg--white, .section.section--spacing-medium.article-block + .section.section--spacing-large.bg--white, .section.section--spacing-medium.bg--white + .section.section--spacing-large.article-block, .section.section--spacing-medium.article-block + .section.section--spacing-large.article-block, .section.section--spacing-medium.service-block + .section.section--spacing-large.bg--white, .section.section--spacing-medium.service-block + .section.section--spacing-large.article-block, .section.section--spacing-medium.bg--white + .section.section--spacing-large.service-block, .section.section--spacing-medium.article-block + .section.section--spacing-large.service-block, .section.section--spacing-medium.service-block + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.article-block, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.bg--white + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.article-block + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.service-block + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.content, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.service-block, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.service-block, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.article-block, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .section.section--spacing-medium.bg--white + .section.section--spacing-large.bg--white, .section.section--spacing-medium.article-block + .section.section--spacing-large.bg--white, .section.section--spacing-medium.bg--white + .section.section--spacing-large.article-block, .section.section--spacing-medium.article-block + .section.section--spacing-large.article-block, .section.section--spacing-medium.service-block + .section.section--spacing-large.bg--white, .section.section--spacing-medium.service-block + .section.section--spacing-large.article-block, .section.section--spacing-medium.bg--white + .section.section--spacing-large.service-block, .section.section--spacing-medium.article-block + .section.section--spacing-large.service-block, .section.section--spacing-medium.service-block + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.article-block, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.bg--white + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.article-block + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.service-block + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.content + .section.section--spacing-large.content, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.bg--white, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.article-block, .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.service-block, .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.service-block, .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.bg--white, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.article-block, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.service-block, .tarif-calculator .card .section.section--spacing-medium.bg--white + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.article-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.service-block + [skip-section] + .section.section--spacing-large.content, .tarif-calculator .card .section.section--spacing-medium.content + [skip-section] + .section.section--spacing-large.content {
    padding-top: 20px;
  }
}
.section {
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .section {
    border-radius: 1rem;
    margin-bottom: 3rem;
  }
}

body,
.page-container {
  background-color: #f8f6f3;
}

.bg--transparent {
  background: transparent;
}

.bg--lightred,
.bg--lightblue,
.bg--black,
.bg--red,
.teaser.teaser--flow-border {
  overflow: hidden;
}

.bg--lightred .line-shape path,
.bg--lightblue .line-shape path,
.bg--black .line-shape path,
.bg--red .line-shape path,
.teaser.teaser--flow-border .line-shape path {
  stroke: #f8f6f3;
}

.bg--lightred {
  background-color: #f4c3cc;
}
.bg--lightred h1,
.bg--lightred .h1,
.bg--lightred h2,
.bg--lightred .h2,
.bg--lightred .tnt .tnt__datetime,
.tnt .bg--lightred .tnt__datetime,
.bg--lightred h3,
.bg--lightred .h3,
.bg--lightred h4,
.bg--lightred .h4 {
  color: #070247;
}
.bg--lightred h5,
.bg--lightred .h5 {
  color: #e4002b;
  opacity: 1;
}

.bg--lightblue {
  background-color: #99d6ea;
}

.bg--black,
.bg--red,
.teaser.teaser--flow-border {
  color: #f8f6f3;
}
.bg--black h1,
.bg--black .h1,
.bg--black h2,
.bg--black .h2,
.bg--black .tnt .tnt__datetime,
.tnt .bg--black .tnt__datetime,
.bg--black h3,
.bg--black .h3,
.bg--black h4,
.bg--black .h4,
.bg--black h5,
.bg--black .h5,
.bg--red h1,
.teaser.teaser--flow-border h1,
.bg--red .h1,
.teaser.teaser--flow-border .h1,
.bg--red h2,
.teaser.teaser--flow-border h2,
.bg--red .h2,
.teaser.teaser--flow-border .h2,
.bg--red .tnt .tnt__datetime,
.teaser.teaser--flow-border .tnt .tnt__datetime,
.tnt .bg--red .tnt__datetime,
.tnt .teaser.teaser--flow-border .tnt__datetime,
.bg--red h3,
.teaser.teaser--flow-border h3,
.bg--red .h3,
.teaser.teaser--flow-border .h3,
.bg--red h4,
.teaser.teaser--flow-border h4,
.bg--red .h4,
.teaser.teaser--flow-border .h4,
.bg--red h5,
.teaser.teaser--flow-border h5,
.bg--red .h5,
.teaser.teaser--flow-border .h5 {
  color: #f8f6f3;
}
.bg--black h5,
.bg--black .h5,
.bg--red h5,
.teaser.teaser--flow-border h5,
.bg--red .h5,
.teaser.teaser--flow-border .h5 {
  opacity: 0.75;
}
.bg--black .inline-link, .bg--black .column-list a, .column-list .bg--black a, .bg--black .formfield.formfield--singlechoice a, .formfield.formfield--singlechoice .bg--black a,
.bg--red .inline-link,
.teaser.teaser--flow-border .inline-link,
.bg--red .column-list a,
.teaser.teaser--flow-border .column-list a,
.column-list .bg--red a,
.column-list .teaser.teaser--flow-border a,
.bg--red .formfield.formfield--singlechoice a,
.teaser.teaser--flow-border .formfield.formfield--singlechoice a,
.formfield.formfield--singlechoice .bg--red a,
.formfield.formfield--singlechoice .teaser.teaser--flow-border a {
  color: #FFC600;
}
.bg--black .inline-link:hover, .bg--black .column-list a:hover, .column-list .bg--black a:hover, .bg--black .formfield.formfield--singlechoice a:hover, .formfield.formfield--singlechoice .bg--black a:hover,
.bg--red .inline-link:hover,
.teaser.teaser--flow-border .inline-link:hover,
.bg--red .column-list a:hover,
.teaser.teaser--flow-border .column-list a:hover,
.column-list .bg--red a:hover,
.column-list .teaser.teaser--flow-border a:hover,
.bg--red .formfield.formfield--singlechoice a:hover,
.teaser.teaser--flow-border .formfield.formfield--singlechoice a:hover,
.formfield.formfield--singlechoice .bg--red a:hover,
.formfield.formfield--singlechoice .teaser.teaser--flow-border a:hover {
  border-color: #FFC600;
}
.bg--black .btn-text,
.bg--red .btn-text,
.teaser.teaser--flow-border .btn-text {
  color: #fff;
}
.bg--black .faq,
.bg--red .faq,
.teaser.teaser--flow-border .faq {
  color: #fff;
  border-color: #fff;
}
.bg--black .faq .faq__item,
.bg--red .faq .faq__item,
.teaser.teaser--flow-border .faq .faq__item {
  border-color: #fff;
}
.bg--black .faq .faq__item .faq__question,
.bg--red .faq .faq__item .faq__question,
.teaser.teaser--flow-border .faq .faq__item .faq__question {
  color: #fff;
}
.bg--black .faq .faq__item .faq__question:hover,
.bg--red .faq .faq__item .faq__question:hover,
.teaser.teaser--flow-border .faq .faq__item .faq__question:hover {
  color: #fff;
  opacity: 0.75;
}

.bg--black {
  background-color: #070247;
}

.bg--red, .teaser.teaser--flow-border {
  background-color: #e4002b;
}

.bg--white, .article-block, .service-block, .tarif-calculator .card .content {
  color: #f8f6f3;
}

.bg--white, .article-block, .service-block, .tarif-calculator .card .content,
.bg--transparent {
  color: #070247;
}
.bg--white h1, .article-block h1, .service-block h1, .tarif-calculator .card .content h1,
.bg--white .h1,
.article-block .h1,
.service-block .h1,
.tarif-calculator .card .content .h1,
.bg--white h2,
.article-block h2,
.service-block h2,
.tarif-calculator .card .content h2,
.bg--white .h2,
.article-block .h2,
.service-block .h2,
.tarif-calculator .card .content .h2,
.bg--white .tnt .tnt__datetime,
.article-block .tnt .tnt__datetime,
.service-block .tnt .tnt__datetime,
.tarif-calculator .card .content .tnt .tnt__datetime,
.tnt .bg--white .tnt__datetime,
.tnt .article-block .tnt__datetime,
.tnt .service-block .tnt__datetime,
.tnt .tarif-calculator .card .content .tnt__datetime,
.tarif-calculator .card .tnt .content .tnt__datetime,
.bg--white h3,
.article-block h3,
.service-block h3,
.tarif-calculator .card .content h3,
.bg--white .h3,
.article-block .h3,
.service-block .h3,
.tarif-calculator .card .content .h3,
.bg--white h4,
.article-block h4,
.service-block h4,
.tarif-calculator .card .content h4,
.bg--white .h4,
.article-block .h4,
.service-block .h4,
.tarif-calculator .card .content .h4,
.bg--transparent h1,
.bg--transparent .h1,
.bg--transparent h2,
.bg--transparent .h2,
.bg--transparent .tnt .tnt__datetime,
.tnt .bg--transparent .tnt__datetime,
.bg--transparent h3,
.bg--transparent .h3,
.bg--transparent h4,
.bg--transparent .h4 {
  color: #070247;
}
.bg--white h5, .article-block h5, .service-block h5, .tarif-calculator .card .content h5,
.bg--white .h5,
.article-block .h5,
.service-block .h5,
.tarif-calculator .card .content .h5,
.bg--transparent h5,
.bg--transparent .h5 {
  color: #e4002b;
  opacity: 1;
}

.impactmeter-header {
  position: relative;
}
.impactmeter-header .impactmeter-header__image {
  display: block;
  position: absolute;
  background-color: #070247;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 650px;
  border-radius: 1rem;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .impactmeter-header .impactmeter-header__image {
    max-height: none;
    border-radius: 1.5rem;
  }
}
.impactmeter-header .impactmeter-header__image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.impactmeter-header .impactmeter-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.impactmeter-header .impactmeter-header__content {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .impactmeter-header .impactmeter-header__content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.impactmeter-header .impactmeter-header__content .impactmeter-header__text {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .impactmeter-header .impactmeter-header__content .impactmeter-header__text {
    margin-bottom: 0;
  }
}
.impactmeter-header .impactmeter-header__content .impactmeter-header__text h1 {
  color: #fff;
}
.impactmeter-header .impactmeter-header__content .impactmeter-header__text p {
  max-width: 550px;
}
.impactmeter-header .impactmeter-header__content .impactmeter-header__text .btn-text {
  position: relative;
  font-size: 1rem;
  color: #fff;
}
.impactmeter-header .impactmeter-header__content .impactmeter-header__text .btn-text:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -0.25rem;
  left: -0.5rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 0.5rem);
  border-radius: 0.25rem;
  background-color: #000;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.impactmeter-header .impactmeter-header__content .impactmeter-header__text .btn-text:hover:before {
  opacity: 0.2;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.impactmeter-header .impactmeter-header__content .impactmeter-header__text .btn-text:after {
  position: absolute;
  content: "\EA04";
  font-size: 1.25rem;
  top: 0.125rem;
  right: -1.75rem;
}
.impactmeter-header .impactmeter-header__content .impactmeter-header__text .impactmeter-header__buttons {
  margin-top: 1rem;
}

.image-header {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.image-header.image-header--mirror .image-header__image {
  left: auto;
  right: -22px;
  -webkit-mask-image: url(/assets/img/masks/flow-shape-01-mirror.svg);
          mask-image: url(/assets/img/masks/flow-shape-01-mirror.svg);
}
.image-header .image-header__grid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (min-width: 64em) {
  .image-header {
    border-radius: 1rem;
  }
  .image-header .image-header__grid {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .image-header .image-header__image {
    left: 0;
    right: auto;
  }
  .image-header.image-header--mirror .image-header__grid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.image-header .image-header__image {
  display: block;
  position: relative;
  margin-top: -2rem;
  bottom: 0;
  right: 0;
  -webkit-mask-image: url(/assets/img/masks/flow-shape-01.svg);
          mask-image: url(/assets/img/masks/flow-shape-01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.image-header--mirror .image-header .image-header__image {
  left: auto;
  right: -22px;
  -webkit-mask-image: url(/assets/img/masks/flow-shape-01-mirror.svg);
          mask-image: url(/assets/img/masks/flow-shape-01-mirror.svg);
}
@media print, screen and (min-width: 64em) {
  .image-header .image-header__image {
    position: absolute;
    width: 70%;
    margin-top: 0;
  }
}
@media screen and (min-width: 87.5em) {
  .image-header .image-header__image {
    width: 62%;
  }
}
.image-header .image-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-header .image-header__text {
  margin-bottom: 30px;
  padding: 4rem 0 0;
}
.image-header .image-header__text p {
  font-weight: 600;
}
@media print, screen and (min-width: 64em) {
  .image-header .image-header__text {
    margin-bottom: 0;
    padding: 150px 0;
  }
}
.image-header .grid-container {
  position: relative;
  z-index: 1;
}

.page-header-shape {
  display: block;
  width: 100%;
  position: relative;
}
.page-header-shape path {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  height: calc(10px + 10 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .page-header-shape path {
    height: 10px;
  }
}
@media screen and (min-width: 1500px) {
  .page-header-shape path {
    height: 20px;
  }
}

.page-header {
  position: relative;
  margin: 0 auto;
  z-index: 20;
  color: #f8f6f3;
  background-color: #e4002b;
}
.page-header.page-header--news {
  color: #070247;
  background-color: #f8f6f3;
}
.page-header .page-header__title {
  max-width: 738px;
  margin: 0 auto;
}
.page-header .page-header__title .page-header__subtitle {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 1.3;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(17.75px + 2.25 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .page-header .page-header__title .page-header__subtitle {
    font-size: 17.75px;
  }
}
@media screen and (min-width: 1500px) {
  .page-header .page-header__title .page-header__subtitle {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 40em) {
  .page-header .page-header__title .page-header__subtitle {
    margin-top: 1rem;
  }
}
.page-header p {
  font-weight: 600;
}

.topbar {
  display: none;
  position: relative;
  background-color: #f8f6f3;
  z-index: 200;
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 90%;
}
@media screen and (min-width: 78.125em) {
  .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 87.5em) {
  .topbar {
    padding: 1rem 2rem;
  }
}
.topbar .topbar__nav li {
  display: inline-block;
  position: relative;
}
.topbar .topbar__nav li .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  color: #e4002b;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  -webkit-transition: color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}
.topbar .topbar__nav li .menu-item span {
  position: relative;
  top: 2px;
}
.topbar .topbar__nav li .menu-item:hover {
  color: #b10021;
}
.topbar .topbar__nav li:hover .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.topbar .topbar__nav li .submenu-toggle {
  display: none;
}
.topbar .topbar__nav li .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  top: 66px;
  left: -16px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.topbar .topbar__nav li .submenu:before {
  content: "";
  background-image: url("/assets/img/submenu-arrow.svg");
  position: absolute;
  top: -9px;
  width: 25px;
  height: 9px;
  left: 90px;
}
.topbar .topbar__nav li .submenu > li {
  width: 190px;
  padding: 10px 0 10px 10px;
}
.topbar .topbar__nav li .submenu > li:last-of-type {
  width: 220px;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.topbar .topbar__nav li .submenu > li:last-of-type:before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: -1px;
  width: 1px;
  height: 60%;
  background-color: #f4c3cc;
}
.topbar .topbar__nav li .submenu > li:last-of-type a:hover {
  color: #e4002b;
}
.topbar .topbar__nav li .submenu > li .menu-link {
  color: #e4002b;
  font-weight: 600;
  display: block;
  height: 100%;
  padding: 10px 20px 30px;
  border-radius: 0.25rem;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.topbar .topbar__nav li .submenu > li .menu-link img {
  width: 86px;
  height: 86px;
}
.topbar .topbar__nav li .submenu > li .menu-link p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
.topbar .topbar__nav li .submenu > li .menu-link:hover {
  background-color: #f4c3cc;
}
.topbar .topbar__nav li .submenu > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.topbar .topbar__nav li .submenu > li > ul > li .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  padding: 0;
  line-height: 1.3;
}
.topbar .topbar__nav li .submenu > li > ul > li .menu-link span {
  position: relative;
  top: 3px;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: opacity 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}
.topbar .topbar__nav li .submenu > li > ul > li .menu-link:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #fff;
}
.topbar .topbar__nav li .submenu > li > ul > li .menu-link:hover span {
  opacity: 1;
}
.topbar .topbar__ctas .btn {
  margin: 0;
}
.topbar .topbar__logo {
  line-height: 0;
}

.mobile-topbar {
  position: relative;
  background-color: #f8f6f3;
  padding: 1rem;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-topbar:before {
  content: "";
  display: block;
  position: fixed;
  background-color: #f8f6f3;
  height: 0;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: height 300ms cubic-bezier(0.25, 0.46, 0.45, 0.93);
  transition: height 300ms cubic-bezier(0.25, 0.46, 0.45, 0.93);
}
.mobile-topbar.show {
  position: fixed;
  top: 0;
  width: 100%;
}
.mobile-topbar.show + .tnt,
.mobile-topbar.show + .alert,
.mobile-topbar.show + .page-header,
.mobile-topbar.show + .image-header {
  margin-top: 54px;
}
.mobile-topbar.show:before {
  height: 30vh;
}
.mobile-topbar.show .mobile-topbar__nav {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 78.125em) {
  .mobile-topbar {
    display: none;
  }
}
.mobile-topbar .mobile-topbar__toggle {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 24px;
}
.mobile-topbar .mobile-topbar__toggle span {
  position: absolute;
  text-indent: -1000px;
}
.mobile-topbar .mobile-topbar__link {
  position: relative;
  z-index: 2;
  font-size: 85%;
  color: #e4002b;
  margin-right: 0.75rem;
}
.mobile-topbar .mobile-topbar__link:last-of-type {
  margin-right: 0;
}
.mobile-topbar .mobile-topbar__nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f8f6f3;
  z-index: 1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 4rem;
  padding: 0 2rem 3rem;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.93);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.93);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .menu-item {
  display: block;
  padding: 0.5rem 0;
  color: #070247;
  font-size: 130%;
  font-family: "Mont", "Helvetice Neue", Arial, sans-serif;
  font-weight: 700;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .menu-item span {
  display: none;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu-toggle {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 30px;
  height: 30px;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu-toggle.submenu-toggle--open:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu-toggle:before, .mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu-toggle:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #070247;
  top: 14px;
  left: 2px;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu-toggle:after {
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu {
  display: none;
  position: relative;
  margin: 1rem 0;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu > li {
  font-weight: 600;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu > li p {
  margin: 0;
  font-weight: 400;
  color: #070247;
  font-size: 85%;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu > li > ul {
  margin: 1rem 0 1.5rem;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu > li > ul > li {
  margin-left: 65px;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu > li > ul > li .menu-link {
  margin-bottom: 10px;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu > li .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #e4002b;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu > li .menu-link > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu > li .menu-link img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.mobile-topbar .mobile-topbar__nav .mobile-topbar__nav-actual > ul > li .submenu > li .menu-link span {
  position: relative;
  top: 1px;
  display: none;
}
.mobile-topbar .mobile-topbar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-topbar .mobile-topbar__btn {
  display: inline;
  text-align: center;
}
.mobile-topbar .mobile-topbar__logo {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 0;
  margin-left: 1rem;
  top: 3px;
}
.mobile-topbar .mobile-topbar__logo svg,
.mobile-topbar .mobile-topbar__logo img {
  width: 100px;
}

.footer {
  position: relative;
  z-index: 1;
  font-size: 90%;
}
@media print, screen and (min-width: 64em) {
  .footer {
    font-size: 100%;
  }
}
.footer .footer__img-link {
  display: block;
}
.footer .footer__img-link img {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  width: calc(80px + 87 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .footer .footer__img-link img {
    width: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .footer .footer__img-link img {
    width: 167px;
  }
}
.footer .footer__img-link + div {
  margin-top: 2rem;
}
.footer a {
  color: #070247;
}
.footer a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.footer h5,
.footer .h5 {
  display: block;
  color: #070247;
  margin-bottom: 1rem;
  font-weight: 700;
}
.footer .footer__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 2rem 0 2rem;
}
@media print, screen and (min-width: 64em) {
  .footer .footer__top {
    margin: 6rem 0 8rem;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
  }
}
.footer .footer__top .footer__column {
  margin-bottom: 2rem;
  margin-right: 1rem;
  max-width: 300px;
}
.footer .footer__top .footer__column:first-child {
  max-width: none;
  grid-column: 1/3;
}
@media print, screen and (min-width: 64em) {
  .footer .footer__top .footer__column:first-child {
    grid-column: 1/2;
  }
}
.footer .footer__top .footer__column li {
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 64em) {
  .footer .footer__top .footer__column {
    margin-bottom: 0;
  }
  .footer .footer__top .footer__column:last-child {
    margin-right: 0;
  }
}
.footer .footer__top .footer__column ul + ul {
  margin-top: 3rem;
}
.footer .footer__top .footer__badge {
  width: 78px;
  margin-right: 5rem;
}
.footer .footer__top .footer__thuiswinkel-logo {
  width: 200px;
}
.footer .footer__top .footer__tel {
  display: inline-block;
  font-size: 22px;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  margin-top: 1rem;
}
.footer .footer__bottom {
  padding: 2rem 0;
  border-top: 1px solid #070247;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .footer .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer .footer__bottom .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer__bottom .footer__social li {
  margin-right: 1rem;
  font-size: 1.5rem;
}
.footer .footer__bottom .footer__social li a {
  display: block;
  text-decoration: none;
}

/* text fields */
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=password] {
  position: relative;
  padding: 0 15px 0;
  z-index: 5;
}
input[type=text]::-ms-clear,
input[type=number]::-ms-clear,
input[type=email]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=date]::-ms-clear,
input[type=password]::-ms-clear {
  display: none;
}

.error-message {
  color: #e4002b;
}

.error-link {
  color: #e4002b;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

/* textarea */
textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 272px;
  padding: 17px 15px 20px;
  color: #070247;
}

select {
  height: 50px;
}
@media print, screen and (min-width: 40em) {
  select {
    height: 60px;
  }
}

/* resetting */
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=password],
select,
.customselect-container,
textarea,
ul.inputlist,
div.inputlist {
  width: 100%;
  height: 48px;
  color: #070247;
}
@media print, screen and (min-width: 40em) {
  input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=password],
select,
.customselect-container,
textarea,
ul.inputlist,
div.inputlist {
    height: 58px;
  }
}

input,
textarea,
select {
  border-radius: 4px;
  border: none;
  background-color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

input[type=file] {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
}

.formfield__btn-group {
  background-color: #f8f6f3;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.formfield__btn-group input[type=text],
.formfield__btn-group input[type=number],
.formfield__btn-group input[type=email],
.formfield__btn-group input[type=tel],
.formfield__btn-group input[type=password] {
  border-radius: 0;
  border: none;
  background-color: transparent;
  height: 48px;
}
@media print, screen and (min-width: 40em) {
  .formfield__btn-group input[type=text],
.formfield__btn-group input[type=number],
.formfield__btn-group input[type=email],
.formfield__btn-group input[type=tel],
.formfield__btn-group input[type=password] {
    height: 58px;
  }
}
.formfield__btn-group .btn {
  height: 50px;
  padding: 15px 13px;
  border-radius: 0;
}
@media print, screen and (min-width: 40em) {
  .formfield__btn-group .btn {
    height: 60px;
  }
}
.formfield__btn-group .btn i {
  text-align: center;
}

.grid-formgroup > .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-formgroup > .cell .formgroup {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.formgroup {
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 25px 30px 30px;
  margin-bottom: 30px;
}
.formgroup .formfield:last-child {
  margin-bottom: 0;
}

.formfield {
  position: relative;
  margin-bottom: 25px;
}
.formfield .formfield__description {
  margin: -7px 0 10px;
}
.formfield .formfield__label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  color: #070247;
}
.formfield .formfield__input {
  position: relative;
}
.formfield .formfield__choice {
  display: block;
}
.formfield .formfield__choice input[type=radio],
.formfield .formfield__choice input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: -99999px;
}
.formfield .formfield__choice input[type=radio] + span,
.formfield .formfield__choice input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  padding: 5px 0 5px 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.formfield .formfield__choice input[type=radio] + span svg,
.formfield .formfield__choice input[type=checkbox] + span svg {
  width: 18px;
  height: 18px;
  margin: 0 10px;
  fill: #070247;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.formfield .formfield__choice input[type=radio] + span:before, .formfield .formfield__choice input[type=radio] + span:after,
.formfield .formfield__choice input[type=checkbox] + span:before,
.formfield .formfield__choice input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.formfield .formfield__choice input[type=radio] + span:before,
.formfield .formfield__choice input[type=checkbox] + span:before {
  border: 1px solid #070247;
}
.formfield .formfield__choice input[type=radio] + span:after,
.formfield .formfield__choice input[type=checkbox] + span:after {
  opacity: 0;
  visibility: hidden;
  background-color: #e4002b;
  width: 14px;
  height: 14px;
  left: 5px;
  top: 11px;
}
.formfield .formfield__choice input[type=radio]:checked + span:after,
.formfield .formfield__choice input[type=checkbox]:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.formfield .formfield__choice input[type=radio]:focus + span:before,
.formfield .formfield__choice input[type=checkbox]:focus + span:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border: 2px solid rgb(0, 95, 204);
}
.formfield .formfield__choice input[type=radio] + span:before, .formfield .formfield__choice input[type=radio] + span:after {
  border-radius: 100%;
}
.formfield .formfield__choice + .formfield__choice-other {
  height: 0;
  overflow: hidden;
}
.formfield .formfield__choice + .formfield__choice-other .formfield {
  margin-bottom: 0;
}
.formfield .formfield__choice.formfield__choice--checked + .formfield__choice-other {
  height: auto;
}
.formfield .formfield__choice--checked {
  display: block;
}
.formfield .formfield__choice--checked input[type=radio],
.formfield .formfield__choice--checked input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: -99999px;
}
.formfield .formfield__choice--checked input[type=radio] + span,
.formfield .formfield__choice--checked input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  padding: 5px 0 5px 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.formfield .formfield__choice--checked input[type=radio] + span svg,
.formfield .formfield__choice--checked input[type=checkbox] + span svg {
  width: 18px;
  height: 18px;
  margin: 0 10px;
  fill: #070247;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.formfield .formfield__choice--checked input[type=radio] + span:before, .formfield .formfield__choice--checked input[type=radio] + span:after,
.formfield .formfield__choice--checked input[type=checkbox] + span:before,
.formfield .formfield__choice--checked input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 8;
  background-color: #fff;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.formfield .formfield__choice--checked input[type=radio] + span:before,
.formfield .formfield__choice--checked input[type=checkbox] + span:before {
  border: 1px solid #e4002b;
}
.formfield .formfield__choice--checked input[type=radio] + span:after,
.formfield .formfield__choice--checked input[type=checkbox] + span:after {
  content: "✓";
  opacity: 0;
  visibility: hidden;
  background-color: #e4002b;
  width: 14px;
  height: 14px;
  left: 5px;
  top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  color: #fff;
}
.formfield .formfield__choice--checked input[type=radio]:checked + span:before,
.formfield .formfield__choice--checked input[type=checkbox]:checked + span:before {
  background-color: #e4002b;
}
.formfield .formfield__choice--checked input[type=radio]:checked + span:after,
.formfield .formfield__choice--checked input[type=checkbox]:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.formfield .formfield__choice--checked input[type=radio]:focus + span:before,
.formfield .formfield__choice--checked input[type=checkbox]:focus + span:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border: 2px solid rgb(0, 95, 204);
}
.formfield .formfield__choice--checked input[type=radio] + span:before, .formfield .formfield__choice--checked input[type=radio] + span:after {
  border-radius: 100%;
}
.formfield .formfield__choice--checked + .formfield__choice-other {
  height: 0;
  overflow: hidden;
}
.formfield .formfield__choice--checked + .formfield__choice-other .formfield {
  margin-bottom: 0;
}
.formfield .formfield__choice--checked.formfield__choice--checked + .formfield__choice-other {
  height: auto;
}
.formfield .formfield__error {
  color: #e4002b;
  font-size: 60%;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
}
.formfield.formfield--error .formfield__input input,
.formfield.formfield--error .formfield__input textarea {
  border-color: #e4002b;
  border-width: 1px;
  background-color: #ffebee;
}
.formfield.formfield--error .formfield__input .customselect, .formfield.formfield--error .formfield__input.customselect {
  border-color: #e4002b;
  border-width: 1px;
  background-color: #ffebee;
}
.formfield.formfield--error .formfield__input .customselect select, .formfield.formfield--error .formfield__input.customselect select {
  border-color: #e4002b;
  border-width: 1px;
  background-color: #ffebee;
}
.formfield.formfield--error .formfield__input:after {
  content: "❗️";
  position: absolute;
  color: #e4002b;
  right: 10px;
  font-size: 16px;
  top: 50%;
  margin-top: -10px;
  z-index: 30;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: showError 0.2s ease-out forwards;
          animation: showError 0.2s ease-out forwards;
}
@-webkit-keyframes showError {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes showError {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.formfield.formfield--inputlist .formfield {
  margin-top: 15px;
}
.formfield.formfield--other {
  margin-top: 10px;
}
.formfield.formfield--textarea textarea {
  display: block;
}
.formfield.formfield--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formfield.formfield--button .loader {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
}
.formfield.formfield--button.formfield--button-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.formfield.formfield--date .formfield {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  margin-bottom: 0;
}
.formfield.formfield--date .formfield:last-child {
  margin-bottom: 0;
}
.formfield.formfield--date .formfield input {
  text-align: center;
}
.formfield.formfield--date .formfield.formfield--month {
  width: 140px;
}
.formfield.formfield--date .formfield.formfield--year {
  width: 110px;
}
.formfield.formfield__label-inlined {
  position: relative;
}
.formfield.formfield__label-inlined label {
  position: absolute;
  top: -0.6rem;
  left: 0.8rem;
  padding: 0 0.2rem;
  font-size: 12px;
  font-weight: 500;
  z-index: 10;
  background-color: #fff;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formfield.formfield__label-inlined label span {
  margin-left: 5px;
}
.formfield.formfield__label-inlined label svg {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  fill: #070247;
}
.formfield.formfield__label-inlined input {
  border: 1px solid #070247;
  background: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
}
.formfield.formfield__label-inlined--error {
  margin-bottom: 1.5rem;
}
.formfield.formfield__label-inlined--error input {
  position: relative;
  border-color: #e4002b;
}
.formfield.formfield__label-inlined--error label {
  color: #e4002b;
}
.formfield.formfield__label-inlined--error::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 0.9rem;
  height: 1.2rem;
  width: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23E4002B'/%3E%3Cpath fill='%23fff' d='m13.08 5.88-.208 7.76h-1.52l-.208-7.76h1.936Zm-.912 11.232a1.13 1.13 0 0 1-.832-.336 1.13 1.13 0 0 1-.336-.832c0-.33.112-.608.336-.832a1.13 1.13 0 0 1 .832-.336c.32 0 .592.112.816.336.224.224.336.501.336.832 0 .33-.112.608-.336.832a1.11 1.11 0 0 1-.816.336Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.form {
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  margin: 2rem 0 0;
}
.form.form--grey input,
.form.form--grey textarea,
.form.form--grey select,
.form.form--grey .customselect,
.form.form--grey .formfield__btn-group,
.form.form--grey .fileupload.fileupload__filename {
  background-color: #f2f2fd;
}
.form.form--grey .formfield.formfield__choiceinput[type=radio] + span:after,
.form.form--grey .formfield.formfield__choiceinput[type=checkbox] + span:after {
  background-color: #f2f2fd;
}
@media print, screen and (min-width: 40em) {
  .form.form--cols .formfield .formfield__input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form.form--cols .formfield .formfield__error,
.form.form--cols .formfield .formfield__input {
    margin-left: auto;
    width: 70%;
    max-width: 500px;
  }
}
.form .btn {
  margin-top: 0;
}
.form .form__divider {
  border-top: 1px solid #ccc;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.form .form__step {
  overflow: hidden;
  height: 0;
  padding: 5px;
}
.form .form__step .form__step-inner {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 2px solid #c7c9c7;
  padding-bottom: 5px;
}
.form .form__step .form__step-inner > .formfield:last-child {
  margin-bottom: 0;
}
.form .form__step:first-child {
  height: auto;
}
.form .form__step:first-child .form__step-inner {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.form .form__content {
  margin: 30px 0;
}
.form .form__errors {
  display: none;
  color: #e4002b;
  margin: -5px 0 10px;
  line-height: 1.2;
  font-size: 80%;
}
.form .form__errors li {
  overflow: hidden;
}
.form .form__errors li:first-child {
  margin-top: 5px;
}
.form.form--loading {
  opacity: 0.6;
}
.form.form--loading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.form.form--loading .formfield.formfield--button .loader {
  opacity: 1;
  visibility: visible;
}

/* formfield error handling */
.fileupload {
  position: relative;
  border: 1px solid #CEC1B6;
  overflow: hidden;
}
.fileupload .fileupload__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fileupload + .fileupload {
  margin-top: 10px;
}
.fileupload + .btn {
  margin-top: 10px;
}
.fileupload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1000px;
  opacity: 0;
  z-index: 100;
}
.fileupload .fileupload__dropzone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.fileupload .fileupload__filename {
  border-radius: 4px;
  background-color: #f8f6f3;
  width: 100%;
  padding: 12px 15px;
  position: relative;
  z-index: 5;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  overflow: hidden;
}
.fileupload .fileupload__filename .fileupload__placeholder {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}
.fileupload .fileupload__filename .fileupload__name {
  display: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fileupload .fileupload__button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: #CEC1B6;
  color: #EBEBEB;
  z-index: 150;
  padding: 13px 10px 12px;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: background-color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: background-color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fileupload .fileupload__button.fileupload__button--choose {
  z-index: 90;
}
.fileupload .fileupload__button.fileupload__button--choose:hover {
  background-color: #c7c9c7;
}
.fileupload .fileupload__button.fileupload__button--delete {
  display: none;
}
.fileupload .fileupload__loader {
  display: none;
  z-index: 999;
  position: absolute;
  top: 12px;
  right: 8px;
}
.fileupload .fileupload__loader .loader {
  position: relative;
  z-index: 10;
  font-size: 3.5px;
}
.fileupload.fileupload--uploading {
  background-color: #c7c9c7;
}
.fileupload.fileupload--uploading .fileupload__loader {
  display: block;
}
.fileupload.fileupload--uploading .fileupload__button {
  display: none;
}
.fileupload.file--hasfile .fileupload__dropzone {
  display: none;
}
.fileupload.file--hasfile .fileupload__filename .fileupload__placeholder {
  display: none;
}
.fileupload.file--hasfile .fileupload__filename .fileupload__name {
  display: block;
}
.fileupload.file--hasfile .fileupload__button--delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fileupload.file--hasfile .fileupload__button--choose {
  display: none;
}

.customselect {
  position: relative;
  border: none;
  border-radius: 4px;
  background-color: #fff;
}
.customselect:after {
  content: "\EA02";
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -14px;
  font-size: 28px;
  pointer-events: none;
}
.customselect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.…points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  border: none;
  background-color: #fff;
  padding: 0 30px 0 15px;
}
.customselect select::-ms-expand {
  display: none;
}

.weekday-selector {
  width: 100%;
}
.weekday-selector__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  width: 100%;
}
.weekday-selector__item {
  position: relative;
}
.weekday-selector__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.weekday-selector__checkbox:focus + .weekday-selector__label {
  -webkit-box-shadow: 0 0 0 2px rgba(228, 0, 43, 0.3);
          box-shadow: 0 0 0 2px rgba(228, 0, 43, 0.3);
}
.weekday-selector__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 8px 12px 8px;
  border: 1px solid #070247;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  text-transform: lowercase;
  color: #070247;
}
.weekday-selector__label:hover {
  background-color: #f2f2f2;
}
.weekday-selector__label--selected {
  background-color: #e4002b;
  color: #fff;
  border-color: #e4002b;
  font-weight: 700;
}
.weekday-selector__label--selected:hover {
  background-color: #cb0026;
}

.primary-radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 4px 0;
  cursor: pointer;
}
.primary-radio-label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #070247;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.primary-radio-label input[type=radio]:checked {
  border-color: #e4002b;
}
.primary-radio-label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #e4002b;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.primary-radio-label input[type=radio]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(228, 0, 43, 0.3);
          box-shadow: 0 0 0 2px rgba(228, 0, 43, 0.3);
}
.primary-radio-label svg {
  width: 18px;
  height: 18px;
  margin: 0 10px;
  fill: #070247;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.formfield__datepicker .formfield__datepicker__input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formfield__datepicker .formfield__datepicker__input-container svg {
  position: absolute;
  left: 15px;
}
.formfield__datepicker .formfield__datepicker__input-container input {
  padding-left: 50px;
}

.alert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 21;
  background-color: #f6ebc4;
  padding: 1rem;
  line-height: 1.4;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-size: 80%;
}
.alert p {
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .alert {
    border-radius: 1rem;
    padding: 1rem 2rem;
  }
}

.cell .article-column:first-child h3,
.cell .article-column:first-child .h3,
.cell .article-column:first-child h2,
.cell .article-column:first-child .h2,
.cell .article-column:first-child .tnt .tnt__datetime,
.tnt .cell .article-column:first-child .tnt__datetime,
.cell .article-column:first-child h4,
.cell .article-column:first-child .h4 {
  margin: 0;
}

.article-column {
  margin: 0 auto;
}
.article-column.article-column--outset {
  max-width: 960px;
}
.article-column.article-column--inset {
  max-width: 738px;
}
.article-column h1 {
  margin-bottom: 2rem;
}
.article-column h3,
.article-column .h3,
.article-column h2,
.article-column .h2,
.article-column .tnt .tnt__datetime,
.tnt .article-column .tnt__datetime,
.article-column h4,
.article-column .h4 {
  margin-top: 3rem;
  margin-bottom: 0;
  text-transform: none;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(17.75px + 4.25 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .article-column h3,
.article-column .h3,
.article-column h2,
.article-column .h2,
.article-column .tnt .tnt__datetime,
.tnt .article-column .tnt__datetime,
.article-column h4,
.article-column .h4 {
    font-size: 17.75px;
  }
}
@media screen and (min-width: 1500px) {
  .article-column h3,
.article-column .h3,
.article-column h2,
.article-column .h2,
.article-column .tnt .tnt__datetime,
.tnt .article-column .tnt__datetime,
.article-column h4,
.article-column .h4 {
    font-size: 22px;
  }
}
.article-column .responsive-embed.widescreen,
.article-column .flex-video.widescreen,
.article-column figure {
  margin: 2rem 0;
  text-align: center;
}
.article-column .responsive-embed.widescreen img,
.article-column .flex-video.widescreen img,
.article-column figure img {
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .article-column .responsive-embed.widescreen,
.article-column .flex-video.widescreen,
.article-column figure {
    margin: 4rem 0;
  }
}
.article-column .table {
  margin: 1rem 0 2rem;
  text-align: left;
}
.article-column .table td {
  vertical-align: top;
}
.article-column .article-column__mt0 {
  margin-top: 0;
}
.article-column .article-column__intro p {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(17.75px + 6.25 * ((100vw - 640px) / 860));
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .article-column .article-column__intro p {
    font-size: 17.75px;
  }
}
@media screen and (min-width: 1500px) {
  .article-column .article-column__intro p {
    font-size: 24px;
  }
}

body.client-info-page {
  overflow: auto;
}

.stickysidebar {
  position: sticky;
  top: 5vh;
  margin-bottom: 3rem;
}

.client-info {
  margin-bottom: 80px;
}
.client-info.article-column--inset {
  max-width: none;
}
.client-info.article-column--inset:first-of-type .client-info__heading {
  border: 0;
  padding-top: 0;
}
.client-info h2,
.client-info h3,
.client-info h4 {
  margin-top: 3rem;
}
.client-info .client-info__heading {
  position: relative;
  margin-top: 0;
  padding-top: 1rem;
  margin-bottom: 3rem;
  border-top: 3px solid #c7c9c7;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(26px + 14 * ((100vw - 640px) / 860));
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .client-info .client-info__heading {
    font-size: 26px;
  }
}
@media screen and (min-width: 1500px) {
  .client-info .client-info__heading {
    font-size: 40px;
  }
}
.client-info .client-info__heading + .client-info__anchor + .client-info__subheading {
  border: 0;
  padding-top: 0;
}
.client-info .client-info__subheading {
  margin-top: 40px !important;
  margin-bottom: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #c7c9c7;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(22px + 4 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .client-info .client-info__subheading {
    font-size: 22px;
  }
}
@media screen and (min-width: 1500px) {
  .client-info .client-info__subheading {
    font-size: 26px;
  }
}
.client-info .client-info__subheading.dash:after, .client-info .client-info__subheading:after {
  margin-top: 1rem !important;
  width: 40px !important;
  background-color: #070247 !important;
}
.client-info .client-info__textfigure {
  margin-bottom: 3rem;
}
.client-info .client-info__textfigure p:first-child,
.client-info .client-info__textfigure ul:first-child,
.client-info .client-info__textfigure h2:first-child,
.client-info .client-info__textfigure h3:first-child,
.client-info .client-info__textfigure h4:first-child {
  margin-top: 0;
}
.client-info .inline-table {
  text-align: left;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  border-collapse: collapse;
}
.client-info .inline-table tr {
  border-bottom: 1px solid #efeeea;
}
.client-info .inline-table tr th,
.client-info .inline-table tr td {
  padding: 1rem 1.5rem 1rem 0.5rem;
  width: 25%;
  font-size: 90%;
}
.client-info .inline-table tr th {
  color: #e4002b;
}
.client-info .inline-table tbody tr {
  background-color: #f8f6f3;
}
.client-info .inline-table tbody tr:first-child {
  border-top: 1px solid #efeeea;
}
.client-info .inline-table tbody tr:nth-child(odd) {
  background-color: #efeeea;
}

.skiplink {
  position: absolute;
  z-index: 3;
  top: 48px;
  left: 24px;
}
@media print, screen and (min-width: 64em) {
  .skiplink {
    top: 80px;
  }
}
.skiplink a {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  margin: 0;
}
.skiplink a:focus {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
}

.impactmeter-widget-container {
  position: relative;
}
.impactmeter-widget-container .impactmeter-widget-container__content {
  position: relative;
  z-index: 5;
}
.impactmeter-widget-container .impactmeter-widget-container__image {
  display: none;
  position: absolute;
  background-color: #070247;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 650px;
  border-radius: 1rem;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .impactmeter-widget-container .impactmeter-widget-container__image {
    max-height: none;
    display: block;
    border-radius: 1.5rem;
  }
}
.impactmeter-widget-container .impactmeter-widget-container__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media print, screen and (min-width: 64em) {
  .impactmeter-widget-container .impactmeter-widget {
    margin-top: -3rem;
    margin-bottom: 1rem;
  }
}

.impactmeter-widget {
  border-radius: 1rem;
  padding: 2rem;
}
.impactmeter-widget h2 {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(24px + 8 * ((100vw - 640px) / 860));
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .impactmeter-widget h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1500px) {
  .impactmeter-widget h2 {
    font-size: 32px;
  }
}
.impactmeter-widget h2 span {
  display: block;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(20px + 6 * ((100vw - 640px) / 860));
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .impactmeter-widget h2 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .impactmeter-widget h2 span {
    font-size: 26px;
  }
}
.impactmeter-widget ul {
  margin: 1rem 0;
}
.impactmeter-widget ul li {
  position: relative;
  color: #00D695;
  font-size: 0.925rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.impactmeter-widget ul li i {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  top: 0.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.25rem;
}
.impactmeter-widget .impactmeter-widget__logo {
  text-align: center;
  margin-top: 2rem;
}
.impactmeter-widget .impactmeter-widget__logo svg {
  width: 142px;
}

.impactmeter-widget-panel {
  border-radius: 1rem;
}
.impactmeter-widget-panel .impactmeter-widget-panel__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
}
.impactmeter-widget-panel .impactmeter-widget-panel__tabs .impactmeter-widget-panel__tab {
  padding: 0.5rem 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem 0.5rem 0 0;
  -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  font-weight: 600;
  color: rgba(7, 2, 71, 0.5);
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.impactmeter-widget-panel .impactmeter-widget-panel__tabs .impactmeter-widget-panel__tab:hover {
  color: rgba(7, 2, 71, 0.75);
}
.impactmeter-widget-panel .impactmeter-widget-panel__tabs .impactmeter-widget-panel__tab:nth-child(1) {
  z-index: 3;
}
.impactmeter-widget-panel .impactmeter-widget-panel__tabs .impactmeter-widget-panel__tab:nth-child(2) {
  z-index: 2;
}
.impactmeter-widget-panel .impactmeter-widget-panel__tabs .impactmeter-widget-panel__tab.impactmeter-widget-panel__tab--active {
  background-color: #fff;
  z-index: 4;
  color: #070247;
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual {
  position: relative;
  z-index: 5;
  border-radius: 0.5rem;
  padding: 1.25rem 1rem 1rem;
  background-color: #fff;
  margin-top: -0.5rem;
  font-size: 0.925rem;
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual p {
  color: #070247;
  opacity: 0.6;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content {
  display: none;
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content.impactmeter-widget-panel__content--active {
  display: block;
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content .impactmeter-widget-panel__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 40em) {
  .impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content .impactmeter-widget-panel__form {
    grid-template-columns: 1fr 1fr;
  }
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content .impactmeter-widget-panel__form .formfield {
  margin: 0;
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content .impactmeter-widget-panel__form .formfield label {
  text-transform: capitalize;
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content .impactmeter-widget-panel__form .formfield label span {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content .impactmeter-widget-panel__form .formfield label span {
    display: inline;
  }
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content .impactmeter-widget-panel__form .btn {
  height: 50px;
  padding: 0.25rem 0.5rem;
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content .impactmeter-widget-panel__form.impactmeter-widget-panel__form--doubleinput {
  grid-template-columns: 1fr 1fr;
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content .impactmeter-widget-panel__form.impactmeter-widget-panel__form--doubleinput .btn {
  grid-column: 1/3;
}
.impactmeter-widget-panel .impactmeter-widget-panel__actual .impactmeter-widget-panel__content .impactmeter-widget-panel__form .btn {
  margin: 0;
}

.message-bar {
  position: relative;
  z-index: 99;
  line-height: 1.3;
}
.message-bar img {
  height: 20px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.message-bar p {
  display: inline-block;
  margin: 0;
}
.message-bar .message-bar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #070247;
  padding: 0.5rem;
  color: #f8f6f3;
  font-size: 80%;
  -webkit-transition: color 300ms cubic-bezier(0.2, 0.79, 0.44, 1), background-color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: color 300ms cubic-bezier(0.2, 0.79, 0.44, 1), background-color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}
@media print, screen and (min-width: 64em) {
  .message-bar .message-bar__link {
    padding: 0.75rem 2rem;
  }
}
.usp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(12px + 3 * ((100vw - 640px) / 860));
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .usp-list {
    font-size: 12px;
  }
}
@media screen and (min-width: 1500px) {
  .usp-list {
    font-size: 15px;
  }
}
.usp-list.usp-list--large {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(13px + 3 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .usp-list.usp-list--large {
    font-size: 13px;
  }
}
@media screen and (min-width: 1500px) {
  .usp-list.usp-list--large {
    font-size: 16px;
  }
}
.button-list .usp-list {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.page-header .usp-list {
  margin: 1rem 0 2rem;
}
.usp-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.25rem;
  margin-right: 1rem;
}
.usp-list li .usp-list__icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .usp-list li .usp-list__icon {
    width: 30px;
    height: 30px;
  }
}
.usp-list li .usp-list__icon.usp-list__icon--salary {
  position: relative;
  top: -1px;
}
.usp-list li:last-child:after {
  display: none;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.hamburger div {
  display: block;
  margin: 3px 0;
  width: 22px;
  height: 2px;
  background-color: #e4002b;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.93);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.93);
}
.hamburger div:nth-child(2) {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
}
.hamburger.open div:nth-child(2) {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
  opacity: 0;
}
.hamburger.open div:nth-child(1), .hamburger.open div:nth-child(3) {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: translateY(8px) rotate(45deg) scaleX(0.8);
          transform: translateY(8px) rotate(45deg) scaleX(0.8);
}
.hamburger.open div:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg) scaleX(0.8);
          transform: translateY(-8px) rotate(-45deg) scaleX(0.8);
}

.ourclients {
  text-align: center;
}
.ourclients h3 {
  margin-bottom: 2rem;
}
.ourclients a:hover img {
  opacity: 1;
}
.ourclients img {
  width: 120px;
  -webkit-transition: opacity 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: opacity 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}

.partners h4 {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(16px + 8 * ((100vw - 640px) / 860));
  margin: 0;
}
@media screen and (max-width: 640px) {
  .partners h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1500px) {
  .partners h4 {
    font-size: 24px;
  }
}
.partners img {
  opacity: 1;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  max-width: calc(60px + 90 * ((100vw - 640px) / 860));
  max-height: 80px;
  -webkit-transition: opacity 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: opacity 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}
@media screen and (max-width: 640px) {
  .partners img {
    max-width: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .partners img {
    max-width: 150px;
  }
}

.tnt-page .backtotop {
  display: none;
}
.tnt-page .page-container {
  max-width: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.tnt {
  position: relative;
  min-height: 1000px;
  z-index: 2;
  padding: 2.5rem 8px 0;
  line-height: 1.5;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .tnt {
    padding: 2rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .tnt {
    padding: 4rem 1rem;
  }
}
.tnt p {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
}
.tnt b,
.tnt strong {
  font-weight: 600;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
}
.tnt .btn {
  text-transform: none;
  font-size: 100%;
  width: 100%;
}
.tnt .btn.swap-btn {
  width: calc(50% - 0.15em);
}
.tnt h1,
.tnt .h1,
.tnt h2,
.tnt .h2,
.tnt .tnt__datetime,
.tnt h3,
.tnt .h3 h4,
.tnt .h4 {
  letter-spacing: 0;
}
.tnt h1,
.tnt .h1 {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(22px + 14 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .tnt h1,
.tnt .h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1500px) {
  .tnt h1,
.tnt .h1 {
    font-size: 36px;
  }
}
.tnt h1 span,
.tnt .h1 span {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(22px + 13 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .tnt h1 span,
.tnt .h1 span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1500px) {
  .tnt h1 span,
.tnt .h1 span {
    font-size: 35px;
  }
}
.tnt h2,
.tnt .h2,
.tnt .tnt__datetime {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(26px + 8 * ((100vw - 640px) / 860));
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .tnt h2,
.tnt .h2,
.tnt .tnt__datetime {
    font-size: 26px;
  }
}
@media screen and (min-width: 1500px) {
  .tnt h2,
.tnt .h2,
.tnt .tnt__datetime {
    font-size: 34px;
  }
}
.tnt h2.h2--small,
.tnt .h2.h2--small,
.tnt .tnt__datetime {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(22px + 6 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .tnt h2.h2--small,
.tnt .h2.h2--small,
.tnt .tnt__datetime {
    font-size: 22px;
  }
}
@media screen and (min-width: 1500px) {
  .tnt h2.h2--small,
.tnt .h2.h2--small,
.tnt .tnt__datetime {
    font-size: 28px;
  }
}
.tnt h3,
.tnt .h3 {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(18px + 2 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .tnt h3,
.tnt .h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1500px) {
  .tnt h3,
.tnt .h3 {
    font-size: 20px;
  }
}
.tnt h3 + p,
.tnt .h3 + p {
  margin-top: 0.5rem;
}
.tnt section {
  margin: 0;
}
.tnt section + section {
  margin-top: 3rem;
}
.tnt .inline-link, .tnt .column-list a, .column-list .tnt a, .tnt .formfield.formfield--singlechoice a, .formfield.formfield--singlechoice .tnt a {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
}
.tnt .inline-link.inline-link--small, .tnt .column-list a.inline-link--small, .column-list .tnt a.inline-link--small, .tnt .formfield.formfield--singlechoice a.inline-link--small, .formfield.formfield--singlechoice .tnt a.inline-link--small {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
}
.tnt .tnt__datetime {
  display: inline-block;
  margin: 0;
}
.tnt .tnt__datetime br {
  display: inline-block;
}
.tnt .tnt__datetime::first-letter {
  text-transform: uppercase;
}
.tnt .tnt__not-allowed-content {
  margin-bottom: 2rem;
}
.tnt .tnt__websitelink {
  max-width: 770px;
  margin: 0 auto 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.tnt .tnt__websitelink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #070247;
}
.tnt .tnt__websitelink a span:first-child {
  height: 1.2rem;
  width: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
  border: 2px solid #070247;
  border-radius: 50%;
}
.tnt .tnt__websitelink a span:last-child {
  text-decoration: underline;
}
.tnt .tnt__topbar {
  display: grid;
  grid-template-columns: 32px auto 32px;
  padding: 2rem 1rem 1rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .tnt .tnt__topbar {
    padding: 3rem 2rem 1rem;
  }
}
.tnt .tnt__topbar .locale-changer select {
  height: 32px;
  border: 0;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  .tnt .tnt__topbar .locale-changer select {
    height: 48px;
  }
}
.tnt .tnt__topbar .tnt__topbar-logo {
  margin: 0 auto;
  width: 100px;
}
.tnt .tnt__topbar .tnt__topbar-logo.tnt__topbar-logo--fks-cycloon {
  width: 250px;
}
@media print, screen and (min-width: 40em) {
  .tnt .tnt__topbar .tnt__topbar-logo {
    width: 150px;
  }
  .tnt .tnt__topbar .tnt__topbar-logo.tnt__topbar-logo--fks-cycloon {
    width: 404px;
  }
}
.tnt .tnt__datetime-label {
  margin-bottom: 0.25rem;
}
.tnt .tnt__header-subtitle {
  font-size: 1rem;
}
.tnt .tnt__container {
  position: relative;
  min-height: 1000px;
  max-width: 770px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
}
.tnt .tnt__container .tnt__inner {
  max-width: 600px;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .tnt .tnt__container .tnt__inner {
    padding: 0 1rem 1rem;
  }
}
.tnt .tnt__container .tnt__faq {
  padding-bottom: 2rem;
}
.tnt .tnt__container .tnt__faq .faq-title {
  margin-bottom: 2rem;
}
.tnt .tnt__container .tnt__faq .faq .faq__item .faq__question {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tnt .tnt__container .tnt__faq .faq .faq__item .faq__question.h4, .tnt .tnt__container .tnt__faq .faq .faq__item .article-column h3.faq__question, .article-column .tnt .tnt__container .tnt__faq .faq .faq__item h3.faq__question {
  font-size: 16px;
}
.tnt .tnt__container .tnt__faq .faq .faq__item .faq__question:before {
  top: 0.75rem;
  right: 0.5rem;
}
.tnt .tnt__container .tnt__faq .faq .faq__item .faq__answer {
  padding-bottom: 1rem;
}
.tnt .tnt__container .tnt__content {
  padding: 1rem 2rem;
}
.tnt .tnt__container .tnt__content.tnt__content--tight {
  padding: 0 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .tnt .tnt__container .tnt__content {
    padding: 1rem 4rem;
  }
  .tnt .tnt__container .tnt__content.tnt__content--tight {
    padding: 0 4rem;
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .tnt .tnt__container .tnt__content .tnt-popup .tnt__panel {
    margin: 0 0 1rem 0;
  }
}
.tnt .tnt__container .tnt__content .tnt-popup .tnt__panel .tnt__panel-icon-header p {
  margin-top: 0;
}
.tnt .tnt__container .tnt__content .tnt__panel {
  border-radius: 10px;
  background-color: #fef2f4;
  padding: 1.5rem 1rem;
  margin: 0 -1rem;
}
.tnt .tnt__container .tnt__content .tnt__panel.tnt__panel--alert {
  background-color: #fff9ee;
  padding: 1rem;
  font-size: 0.75rem;
}
.tnt .tnt__container .tnt__content .tnt__panel.tnt__panel--alert .tnt__panel-icon-header {
  display: grid;
  grid-template-columns: auto 26px;
}
.tnt .tnt__container .tnt__content .tnt__panel.tnt__panel--alert .tnt__panel-icon-header h4 {
  font-size: 0.875rem;
}
.tnt .tnt__container .tnt__content .tnt__panel.tnt__panel--alert .tnt__panel-icon-header + p {
  margin-top: 0.25rem;
}
.tnt .tnt__container .tnt__content .tnt__panel.tnt__panel--alert .tnt__attention {
  position: relative;
  margin-top: -3px;
  justify-self: flex-end;
}
@media print, screen and (min-width: 40em) {
  .tnt .tnt__container .tnt__content .tnt__panel {
    padding: 1.5rem 2rem;
    margin: 0 -2rem;
  }
  .tnt .tnt__container .tnt__content .tnt__panel.tnt__panel--alert {
    padding: 1rem 2rem;
  }
}
.tnt .tnt__container .tnt__content .tnt__panel + .tnt__content--panel {
  padding-top: 0;
}
.tnt .tnt__container .tnt__content .tnt__panel p:last-of-type,
.tnt .tnt__container .tnt__content .tnt__panel ul:last-of-type {
  margin-bottom: 0;
}
.tnt .tnt__container .tnt__content .tnt__panel .tnt__panel-section {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #070247;
}
.tnt .tnt__container .tnt__content .tnt__panel .tnt__panel-section:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.tnt .tnt__container .tnt__formfield-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.tnt .tnt__container .tnt__formfield-cols.tnt__formfield-cols--address {
  grid-template-columns: 2fr 1fr;
}
@media print, screen and (min-width: 40em) {
  .tnt .tnt__container .tnt__formfield-cols.tnt__formfield-cols--address {
    grid-template-columns: 1fr 1fr;
  }
}
.tnt .tnt__container .tnt__formfield-cols.tnt__formfield-cols--cityzip {
  grid-template-columns: 2fr 3fr;
}
@media print, screen and (min-width: 40em) {
  .tnt .tnt__container .tnt__formfield-cols.tnt__formfield-cols--cityzip {
    grid-template-columns: 1fr 1fr;
  }
}
.tnt .tnt__container .tnt__impact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tnt .tnt__container .tnt__impact img {
  width: 25%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}
.tnt .tnt__container .tnt__header {
  margin: 1rem 0 2rem;
}
.tnt .tnt__container .tnt__trackingcode-label {
  text-align: center;
}
.tnt .tnt__container .tnt__attention {
  background-color: #ffc700;
  border-radius: 50%;
  line-height: 22px;
  font-size: 11px;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.tnt .tnt__container .tnt__label {
  display: inline-block;
  background-color: #f8f6f3;
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 0 10px;
}
.tnt .tnt__container .tnt__delivery-message {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  background-color: #d9f6ff;
  border-radius: 4px;
  padding: 0.75rem;
  color: #004480;
  font-weight: 600;
}
.tnt .tnt__container .tnt__footer-image {
  position: relative;
  top: 1px;
  margin-top: 1rem;
  line-height: 0;
}
.tnt .tnt__container .tnt__collapse-section {
  border-top: 1px solid #f1f1f1;
}
.tnt .tnt__container .tnt__collapse-section:last-of-type {
  border-bottom: 1px solid #f1f1f1;
}
.tnt .tnt__container .tnt__collapse-section .tnt__collapse-section__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  color: #070247;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0;
  text-align: left;
}
.tnt .tnt__container .tnt__collapse-section .tnt__collapse-section__btn h3 {
  margin: 0;
}
.tnt .tnt__container .tnt__collapse-section .tnt__collapse-section__btn span {
  font-size: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tnt .tnt__container .tnt__collapse-section .tnt__collapse-section__btn span i {
  background-color: #070247;
  border-radius: 3px;
  color: #fff;
  position: relative;
  top: 3px;
}
.tnt .tnt__container .tnt__collapse-section .tnt__collapse-section__content p {
  margin: 0;
  padding-top: 1rem;
}
.tnt .tnt__container .tnt__collapse-section .tnt__collapse-section__content p:first-child {
  padding-top: 0;
}
.tnt .tnt__container .tnt__collapse-section .tnt__collapse-section__content p:last-child {
  padding-bottom: 2rem;
}
.tnt .tnt__container .tnt__collapse-section .tnt__collapse-section__content ul:last-child {
  padding-bottom: 1rem;
}
.tnt .tnt__deliverer {
  margin: 3rem 0;
}
.tnt .tnt__icon-text {
  display: grid;
  grid-template-columns: 20px auto;
}
.tnt .tnt__icon-text svg {
  width: 20px;
}
.tnt .tnt__icon-text div {
  margin-left: 15px;
}
.tnt .tnt__rounded-img-text {
  display: grid;
  grid-template-columns: 50px auto;
}
.tnt .tnt__rounded-img-text.tnt__rounded-img-text--logo figure {
  border-color: #070247;
}
.tnt .tnt__rounded-img-text figure {
  margin: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background-color: rgba(7, 2, 71, 0.1);
}
.tnt .tnt__rounded-img-text div {
  margin-left: 15px;
  -ms-flex-item-align: center;
      align-self: center;
}
.tnt .tnt__login .formfield:last-of-type {
  margin-bottom: 0;
}
.tnt .tnt__history .tnt__history__item {
  position: relative;
}
.tnt .tnt__history .tnt__history__item > div {
  display: grid;
  grid-template-columns: 50px auto;
  padding: 0 0 0.5rem;
}
.tnt .tnt__history .tnt__history__item img {
  position: relative;
  z-index: 1;
  width: 36px;
}
.tnt .tnt__history .tnt__history__item:last-of-type:before {
  display: none;
}
.tnt .tnt__history .tnt__history__item:last-of-type .tnt__history__item-label {
  border: 0;
}
.tnt .tnt__history .tnt__history__item .tnt__history__mainitem {
  padding-bottom: 0.25rem;
}
.tnt .tnt__history .tnt__history__item:first-of-type .tnt__history__mainitem {
  padding-top: 0;
}
.tnt .tnt__history .tnt__history__item:before {
  content: "";
  position: absolute;
  top: 0.275rem;
  left: 16px;
  width: 2px;
  height: 100%;
  background-color: #e4002b;
}
.tnt .tnt__history .tnt__history__item .tnt__history__subitem:after {
  content: "";
  position: absolute;
  top: 0.275rem;
  left: 12px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #e4002b;
  border-radius: 50%;
}
.tnt .tnt__history .tnt__history__item i {
  display: inline-block;
}
.tnt .tnt__history .tnt__history__item .tnt__history__mainitem {
  padding-top: 1rem;
}
.tnt .tnt__history .tnt__history__item .tnt__history__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
}
.tnt .tnt__history .tnt__history__item .tnt__history__item-label span {
  max-width: 275px;
}
.tnt .tnt__history .tnt__history__item .tnt__history__item-label .tnt__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  margin-top: 2px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.tnt .tnt__backbtn {
  position: absolute;
  top: -29px;
  left: 10px;
  font-size: 85%;
  color: #070247;
  opacity: 0.6;
}
.tnt .tnt__backbtn:hover {
  opacity: 0.9;
}
.tnt .tnt__backbtn i {
  position: relative;
  display: inline-block;
  top: 3px;
  padding: 0 2px 0 0;
}
.tnt .tnt__changedelivery-link {
  margin-top: 2rem;
}
.tnt .tnt__return-message {
  border-top: 1px solid #ccc;
  padding-top: 3rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.tnt .tnt__return-message p {
  margin: 0;
}
.tnt .tnt__loading {
  opacity: 0;
}
.tnt .tnt__message {
  font-size: 0.875rem;
  margin: 1rem -1rem 1rem -1rem;
  padding: 0.5rem 0.9375rem;
  background-color: #fff8eb;
  border-radius: 10px;
}
@media print, screen and (min-width: 40em) {
  .tnt .tnt__message {
    padding: 1rem;
    margin-top: 1rem;
  }
}
.tnt .tnt__loader {
  width: 50px;
  height: 50px;
  margin: 3rem auto;
}
.tnt .btn {
  margin-top: 0;
}
.tnt .form.form--small .formfield input[type=text],
.tnt .form.form--small .formfield input[type=number],
.tnt .form.form--small .formfield input[type=email],
.tnt .form.form--small .formfield input[type=tel],
.tnt .form.form--small .formfield input[type=date],
.tnt .form.form--small .formfield input[type=password],
.tnt .form.form--small .formfield select,
.tnt .form.form--small .formfield .customselect-container {
  height: 32px;
  background-color: #f8f6f3;
}
@media print, screen and (min-width: 40em) {
  .tnt .form.form--small .formfield input[type=text],
.tnt .form.form--small .formfield input[type=number],
.tnt .form.form--small .formfield input[type=email],
.tnt .form.form--small .formfield input[type=tel],
.tnt .form.form--small .formfield input[type=date],
.tnt .form.form--small .formfield input[type=password],
.tnt .form.form--small .formfield select,
.tnt .form.form--small .formfield .customselect-container {
    height: 48px;
  }
}
.tnt .form .formfield.mb-0 {
  margin-bottom: 0;
}
.tnt .form .formfield input[type=text],
.tnt .form .formfield input[type=number],
.tnt .form .formfield input[type=email],
.tnt .form .formfield input[type=tel],
.tnt .form .formfield input[type=date],
.tnt .form .formfield input[type=password],
.tnt .form .formfield select,
.tnt .form .formfield .customselect-container {
  background-color: #f8f6f3;
}
.tnt .form .formfield.formfield--error .formfield__input input[type=text] {
  border-color: #ea0000;
}
.tnt .form .formfield .formfield__label {
  font-weight: 400;
}
.tnt .form .formfield .formfield__choice .formfield {
  margin-top: 0px;
  padding-top: 5px;
}
.tnt .form .formfield .formfield__choice input[type=radio]:checked + span {
  border-color: #e4002b;
}
.tnt .form .formfield .formfield__choice input[type=radio] + span {
  display: block;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  background-color: #070247;
  border: 2px solid #070247;
  border-radius: 0.5rem;
  color: #fff;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(10px + 8 * ((100vw - 640px) / 860)) calc(30px + 30 * ((100vw - 640px) / 860)) calc(10px + 8 * ((100vw - 640px) / 860)) 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 200ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 200ms cubic-bezier(0.2, 0.79, 0.44, 1);
  line-height: 1.2;
  cursor: pointer;
  margin-top: 1rem;
  margin-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .tnt .form .formfield .formfield__choice input[type=radio] + span {
    padding: 10px 30px 10px 60px;
  }
}
@media screen and (min-width: 1500px) {
  .tnt .form .formfield .formfield__choice input[type=radio] + span {
    padding: 18px 60px 18px 60px;
  }
}
.tnt .form .formfield .formfield__choice input[type=radio] + span:before {
  left: 16px;
}
.tnt .form .formfield .formfield__choice input[type=radio] + span:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  content: "\ea09";
  background: transparent;
  color: #e4002b;
  font-size: 18px;
  left: 15px;
  margin-top: -13px;
}
.tnt .form .formfield ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #34485a;
  opacity: 0.3;
}
.tnt .form .formfield ::-moz-placeholder {
  /* Firefox 19+ */
  color: #34485a;
  opacity: 0.3;
}
.tnt .form .formfield :-ms-input-placeholder {
  /* IE 10+ */
  color: #34485a;
  opacity: 0.3;
}
.tnt .form .formfield :-moz-placeholder {
  /* Firefox 18- */
  color: #34485a;
  opacity: 0.3;
}
.tnt .form .formfield label {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
}
.tnt .form .formfield .customselect {
  border-radius: 0;
  border: 0;
}
.tnt .form .formfield select:invalid {
  color: rgba(7, 2, 71, 0.3);
}
.tnt .form .formfield select,
.tnt .form .formfield input[type=text] {
  height: 48px;
}
.tnt .form .formfield select:focus,
.tnt .form .formfield input[type=text]:focus {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.tnt .form .formfield .formfield__error {
  font-weight: 500;
  text-transform: none;
  font-size: 0.975rem;
}
.tnt .fade-enter-active,
.tnt .fade-leave-active {
  -webkit-transition: opacity 550ms;
  transition: opacity 550ms;
}
.tnt .fade-enter,
.tnt .fade-leave-to {
  opacity: 0;
}

.tnt-bar {
  padding: 0 20px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 28.125em) {
  .tnt-bar {
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .tnt-bar {
    padding: 0 50px;
  }
}
.tnt-bar .tnt-bar__step.tnt-bar__step--active {
  z-index: 1;
}
.tnt-bar .tnt-bar__step .tnt-bar__bullet {
  position: relative;
  width: 22px;
  height: 22px;
}
.tnt-bar .tnt-bar__step .tnt-bar__bullet > div {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #070247;
  border-radius: 50%;
  opacity: 0.2;
  color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tnt-bar .tnt-bar__step .tnt-bar__bullet > div.tnt-bar__bullet--fill {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.tnt-bar .tnt-bar__step .tnt-bar__bullet > div.tnt-bar__bullet--fill i {
  bottom: 0;
}
.tnt-bar .tnt-bar__step .tnt-bar__illustration {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  width: calc(70px + 20 * ((100vw - 640px) / 860));
  position: relative;
  top: -0.25em;
}
@media screen and (max-width: 640px) {
  .tnt-bar .tnt-bar__step .tnt-bar__illustration {
    width: 70px;
  }
}
@media screen and (min-width: 1500px) {
  .tnt-bar .tnt-bar__step .tnt-bar__illustration {
    width: 90px;
  }
}
.tnt-bar .tnt-bar__bar {
  position: relative;
  width: 100%;
  height: 2px;
}
.tnt-bar .tnt-bar__bar > div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #070247;
}
.tnt-bar .tnt-bar__bar > div.tnt-bar__bar__fill {
  opacity: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.tnt-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.tnt-popup__switcher {
  margin-bottom: 1rem;
}
.tnt-popup__switcher span {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}
.tnt-popup__switcher .btn {
  font-weight: 500;
}
.tnt-popup__switcher .btn.active {
  background-color: #070247;
  color: #fff;
  font-weight: 500;
}
.tnt-popup__notification {
  padding: 0.6rem 0.75rem;
  border-radius: 0.25rem;
  background-color: #fff9ee;
  position: relative;
  margin-bottom: 1.5rem;
}
.tnt-popup__notification p {
  margin: 0;
  font-size: 0.85rem;
  max-width: 90%;
}
.tnt-popup__notification p:first-child {
  font-weight: 600;
}
.tnt-popup__notification div {
  position: absolute;
  top: 0.6rem;
  right: 0.75rem;
  background-color: #ffc700;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
}
.tnt-popup .tnt-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.tnt-popup .tnt-popup__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup {
  position: relative;
  top: 5vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 100px;
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__header {
  padding: 3em 2rem 4rem;
  background-color: #fef2f4;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__header {
    padding-bottom: 5rem;
  }
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__header .tnt-popup__header-content {
  max-width: 504px;
  padding: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__header .tnt-popup__header-content {
    padding: 0 2rem;
  }
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__header .tnt-popup__header-content p {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__header em {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #e4002b;
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__header-img {
  text-align: center;
  margin-top: -3rem;
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__header-img img {
  width: 90px;
}
@media print, screen and (min-width: 40em) {
  .tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__header-img {
    margin-top: -3.75rem;
  }
  .tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__header-img img {
    width: 120px;
  }
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__content {
  padding: 1rem 2rem 2rem;
  max-width: 504px;
  margin: 0 auto;
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__content form {
  margin: 0;
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__content .tnt__panel {
  padding: 1rem;
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__dropdown-title {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 1rem;
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #070247;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
}
.tnt-popup .tnt-popup__mask .tnt-popup__popup .tnt-popup__close i {
  bottom: -2px;
}

.tnt .tnt-popup .form .formfield select:invalid {
  color: #070247;
}

.tnt-apiinput .tnt-apiinput__toggle {
  position: fixed;
  z-index: 99999;
  top: 30px;
  left: 20px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #00f;
}
.tnt-apiinput .tnt-apiinput__sidebar {
  position: absolute;
  z-index: 9999;
  border-radius: 10px;
  top: 0;
  left: 0;
  background-color: #f6f6f9;
  border: 2px solid #ccc;
  padding: 2rem;
}

.onboarding-page {
  padding: 2rem 1rem 1rem;
}
.onboarding-page .impactmeter__header {
  margin-bottom: 2rem;
}
.onboarding-page .container {
  max-width: 770px;
  margin: 20px auto;
  border-radius: 10px;
  background: #fff;
  padding: 40px;
}
.onboarding-page .price-calculation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .onboarding-page .price-calculation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.onboarding-page .price-calculation svg {
  margin-left: 5px;
  width: 12px;
  height: 12px;
  fill: #070247;
}
.onboarding-page .price-calculation__price {
  font-weight: 700;
  margin-right: 10px;
}
.onboarding-page .address-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.alert-popup {
  display: none;
  background-color: #fff;
  position: fixed;
  font-size: 90%;
  z-index: 41;
  bottom: 0;
  right: 10px;
  width: 100%;
  max-width: 268px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  padding: 1.375rem 0.9375rem 0.9375rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .alert-popup {
    padding: 1.5rem;
    max-width: 334px;
  }
}
.alert-popup .alert-popup__img {
  width: auto;
}
.alert-popup .alert-popup__text {
  position: relative;
}
.alert-popup h3 {
  margin-bottom: 0;
}
.alert-popup .btn {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: inline-block;
}
.alert-popup .close {
  position: absolute;
  z-index: 999;
  top: 5px;
  right: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #070247;
  color: #f8f6f3;
  text-decoration: none;
}
.alert-popup .close:before {
  display: block;
  position: absolute;
  font-size: 18px;
  width: 26px;
  height: 26px;
  text-align: center;
  top: 4px;
}

.info-block .info-block__inner {
  border-radius: 0.5rem;
  background-color: #fff;
  display: block;
  display: grid;
  grid-auto-rows: auto 1fr;
  height: 100%;
  position: relative;
  padding: 0 1rem 1rem;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  color: #070247;
}
.info-block .info-block__inner .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.info-block .info-block__inner h3 {
  width: 80%;
}
@media print, screen and (min-width: 64em) {
  .info-block .info-block__inner {
    padding: 0 2rem 2rem;
  }
}
@media screen and (min-width: 75em) {
  .info-block .info-block__inner {
    padding: 0 2rem 2rem;
  }
}
.info-block .info-block__inner .info-block__content {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}
.info-block .info-block__inner .info-block__icon {
  position: absolute;
  top: 0.25rem;
  right: 1rem;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  width: calc(80px + 20 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .info-block .info-block__inner .info-block__icon {
    width: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .info-block .info-block__inner .info-block__icon {
    width: 100px;
  }
}
.info-block .info-block__inner .info-block__btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.cta-block h2,
.cta-block .h2,
.cta-block .tnt .tnt__datetime,
.tnt .cta-block .tnt__datetime {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(32px + 8 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .cta-block h2,
.cta-block .h2,
.cta-block .tnt .tnt__datetime,
.tnt .cta-block .tnt__datetime {
    font-size: 32px;
  }
}
@media screen and (min-width: 1500px) {
  .cta-block h2,
.cta-block .h2,
.cta-block .tnt .tnt__datetime,
.tnt .cta-block .tnt__datetime {
    font-size: 40px;
  }
}
.cta-block .cta-block__title-container {
  max-width: 33%;
}
@media print, screen and (min-width: 64em) {
  .cta-block p,
.cta-block h2,
.cta-block h3,
.cta-block .btn {
    margin: 0;
  }
}

.tarif-calculator {
  max-width: 900px;
  margin: 0 auto;
}
.tarif-calculator .h4, .tarif-calculator .article-column h3, .article-column .tarif-calculator h3,
.tarif-calculator .p--big {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
}
@media screen and (max-width: 600px) {
  .tarif-calculator .h4, .tarif-calculator .article-column h3, .article-column .tarif-calculator h3,
.tarif-calculator .p--big {
    font-size: 1.2rem;
  }
}
.tarif-calculator .card .radio {
  display: none;
}
.tarif-calculator .card .radio:checked ~ .content {
  border-color: #070247;
}
.tarif-calculator .card .content {
  position: relative;
  border-radius: 0.5rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(8px + 8 * ((100vw - 640px) / 860)) calc(8px + 8 * ((100vw - 640px) / 860)) calc(8px + 8 * ((100vw - 640px) / 860));
  color: #070247;
  border: 2px solid;
  border-color: #fff;
}
@media screen and (max-width: 640px) {
  .tarif-calculator .card .content {
    padding: 8px 8px 8px;
  }
}
@media screen and (min-width: 1500px) {
  .tarif-calculator .card .content {
    padding: 16px 16px 16px;
  }
}
.tarif-calculator .card .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0px;
}
.tarif-calculator .card .content > span {
  color: #070247;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tarif-calculator .card .content .icon {
  margin: 1rem auto;
}
.tarif-calculator .card .content:hover {
  cursor: pointer;
  border: 2px solid;
}
@media screen and (max-width: 600px) {
  .tarif-calculator .card .content .icon {
    display: none;
  }
}
.tarif-calculator .customselect select {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .tarif-calculator .customselect select {
    font-size: 1.2rem;
  }
}
.tarif-calculator .formfield__choice {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tarif-calculator .formfield__choice input {
  height: 20px;
  width: 20px;
}
.tarif-calculator .franking-box {
  background-color: rgba(255, 198, 0, 0.2);
  padding: 1rem;
  color: #070247;
  border-radius: 6px;
  margin-bottom: 2rem;
  display: none;
}
.tarif-calculator .franking-box p {
  margin: 0;
}
.tarif-calculator .price-box {
  margin: 2rem 0;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(16px + 16 * ((100vw - 640px) / 860)) calc(16px + 16 * ((100vw - 640px) / 860)) calc(16px + 16 * ((100vw - 640px) / 860));
  border-radius: 6px;
  border: 2px solid;
  border-color: #070247;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .tarif-calculator .price-box {
    padding: 16px 16px 16px;
  }
}
@media screen and (min-width: 1500px) {
  .tarif-calculator .price-box {
    padding: 32px 32px 32px;
  }
}
.tarif-calculator .price-box .text {
  margin-top: 0.5rem;
  gap: 0.5rem;
  color: #00D695;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tarif-calculator .price-box .stack.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  min-width: 200px;
}
.tarif-calculator .price-box .stack p {
  margin: 0;
}
.tarif-calculator .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.price-box__tarif-text {
  font-size: 1.5rem;
  color: #070247;
}

.price-box__price-text {
  color: #070247;
}

.backtotop {
  position: fixed;
  display: inline-block;
  z-index: 40;
  bottom: 20px;
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  background-color: rgba(18, 28, 36, 0.3);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.2, 0.79, 0.44, 1), visibility 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: opacity 300ms cubic-bezier(0.2, 0.79, 0.44, 1), visibility 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}
.backtotop:after {
  content: "\EA07";
  position: absolute;
  font-size: 26px;
  text-align: center;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  color: #f8f6f3;
}
.backtotop.backtotop--is-visible {
  -webkit-transition: opacity 300ms cubic-bezier(0.2, 0.79, 0.44, 1), visibility 300ms cubic-bezier(0.2, 0.79, 0.44, 1), background-color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: opacity 300ms cubic-bezier(0.2, 0.79, 0.44, 1), visibility 300ms cubic-bezier(0.2, 0.79, 0.44, 1), background-color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  visibility: visible;
  opacity: 1;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  text-decoration: none;
  font-size: 90%;
  background-color: #FFC600;
  border: 2px solid #FFC600;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #070247;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(10px + 2 * ((100vw - 640px) / 860)) 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  line-height: 1.2;
  cursor: pointer;
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .btn {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1500px) {
  .btn {
    padding: 12px 20px;
  }
}
.btn:hover {
  border-color: #ffab00;
  background-color: #ffab00;
}
.btn.btn--secondary {
  background-color: #f1f1f2;
  border-color: #f1f1f2;
  color: #070247;
}
.btn.btn--secondary:hover {
  background-color: #ddd;
  border-color: #ddd;
}
.btn.btn--white {
  background-color: #f8f6f3;
  border-color: #f8f6f3;
  color: #070247;
}
.btn.btn--white:hover {
  background-color: #070247;
  border-color: #070247;
  color: #f8f6f3;
}
.bg--black .btn.btn--white:hover {
  background-color: #e4002b;
  border-color: #e4002b;
}
.btn.btn--small {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(6px + 2 * ((100vw - 640px) / 860)) calc(10px + 8 * ((100vw - 640px) / 860));
  font-size: 80%;
}
@media screen and (max-width: 640px) {
  .btn.btn--small {
    padding: 6px 10px;
  }
}
@media screen and (min-width: 1500px) {
  .btn.btn--small {
    padding: 8px 18px;
  }
}
.btn.btn--large {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(15px + 3 * ((100vw - 640px) / 860)) calc(36px + 30 * ((100vw - 640px) / 860));
  font-size: 100%;
}
@media screen and (max-width: 640px) {
  .btn.btn--large {
    padding: 15px 36px;
  }
}
@media screen and (min-width: 1500px) {
  .btn.btn--large {
    padding: 18px 66px;
  }
}
.btn.btn--black {
  background-color: #070247;
  border-color: #070247;
  color: #fff;
}
.btn.btn--black:hover {
  border-color: #020115;
  background-color: #020115;
}
.btn.btn--fullwidth {
  width: 100%;
}
.btn.btn--cancel {
  background-color: transparent;
  border-color: #fff;
  color: #aaa;
}
.btn.btn--cancel:hover {
  color: #070247;
}
.btn.btn--animated-icon:hover i {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: transform 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: transform 300ms cubic-bezier(0.2, 0.79, 0.44, 1), -webkit-transform 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}
.btn.btn--outline {
  background-color: transparent;
  color: #e4002b;
  border-color: #e4002b;
}
.btn.btn--outline:hover {
  background-color: rgba(228, 0, 43, 0.1);
  color: #e4002b;
  border-color: #e4002b;
}
.btn.btn--outline-white {
  background-color: transparent;
  color: #fff;
  border-color: #f8f6f3;
}
.btn.btn--outline-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn--outline-black {
  background-color: transparent;
  color: #070247;
  border-color: #070247;
}
.btn.btn--outline-black:hover {
  background-color: rgba(7, 2, 71, 0.1);
}
.btn.btn--outline-gray {
  background-color: transparent;
  color: #7f8c8d;
  border-color: #7f8c8d;
}
.btn.btn--outline-gray:hover {
  background-color: rgba(127, 140, 141, 0.1);
}
.btn.btn--only-icon {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(10px + 2 * ((100vw - 640px) / 860)) calc(10px + 2 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .btn.btn--only-icon {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1500px) {
  .btn.btn--only-icon {
    padding: 12px 12px;
  }
}
.btn.btn--small-icon i {
  font-size: 18px;
}
.btn i {
  font-size: 24px;
  margin: -10px 0;
}
.btn span + i {
  margin-left: 3px;
}
.btn i + span {
  margin-left: 3px;
}
.btn .loader {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
}

.btn-text {
  color: #070247;
  font-weight: 600;
  -webkit-transition: color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: color 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  font-size: 90%;
}

.btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem -5px;
}
.btn-holder .btn {
  margin: 5px;
}

.arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.arrow-btn span {
  font-size: 85%;
  font-weight: 600;
  color: #070247;
}
.arrow-btn i {
  font-size: 1.25em;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  color: #070247;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}

.loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem auto 8rem;
}

.loader {
  display: block;
  position: relative;
  text-indent: -9999em;
  border-top: 0.375rem solid rgba(228, 0, 43, 0.3);
  border-right: 0.375rem solid rgba(228, 0, 43, 0.3);
  border-bottom: 0.375rem solid rgba(228, 0, 43, 0.3);
  border-left: 0.375rem solid #e4002b;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
}

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

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.faq {
  margin-top: 1rem;
  border-bottom: 1px solid #070247;
}
.faq .faq__item {
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  border-top: 1px solid #070247;
}
.faq .faq__item .faq__question {
  display: block;
  position: relative;
  line-height: 1.3;
  color: #070247;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 1rem 2.5rem 1rem 0;
}
.faq .faq__item .faq__question:hover {
  color: #e4002b;
}
.faq .faq__item .faq__question:before {
  content: "+";
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  font-size: 24px;
}
@media print, screen and (min-width: 40em) {
  .faq .faq__item .faq__question {
    padding: 1.5rem 3rem 1.5rem 0;
  }
  .faq .faq__item .faq__question:before {
    top: 1.375rem;
  }
}
.faq .faq__item .faq__answer {
  display: none;
  padding: 0 1rem 1.5rem 0;
}
@media print, screen and (min-width: 40em) {
  .faq .faq__item .faq__answer {
    padding: 0 2rem 1.5rem 0;
  }
  .faq .faq__item .faq__answer p:first-of-type {
    margin-top: -1rem;
  }
}
.faq .faq__item .faq__answer p:first-of-type {
  margin-top: 0;
}
.faq .faq__item .faq__answer.faq__answer--open {
  display: block;
}

.faq-title {
  margin-bottom: 2rem;
  font-weight: 600;
  text-transform: none;
}
.faq-title.faq-title--small {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(20px + 10 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .faq-title.faq-title--small {
    font-size: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .faq-title.faq-title--small {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 40em) {
  .faq-title.faq-title--small {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .faq-title {
    margin-bottom: 3rem;
  }
}

.image-header + .faq-section,
.page-header + .faq-section {
  margin-top: 3rem;
}

.faq-cards {
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq-cards__container {
  padding: 1rem;
}
@media print, screen and (min-width: 64em) {
  .faq-cards__container {
    padding: 0;
  }
}
.faq-cards .faq-cards__card {
  background: #fff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  border-radius: 0.5rem;
}
.faq-cards .faq-cards__card:first-of-type {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  .faq-cards .faq-cards__card:first-of-type {
    margin-bottom: 0;
  }
}
.faq-cards .faq-cards__card img {
  margin-top: 2px;
  fill: #e4002b;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 1.5rem;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .faq-cards .faq-cards__card img {
    display: inline-block;
  }
}

.sticky-faq {
  margin-top: 1rem;
}
.sticky-faq__wrapper {
  padding: 0 1rem;
}
@media print, screen and (min-width: 64em) {
  .sticky-faq__wrapper {
    padding: 0;
  }
}
.sticky-faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 64em) {
  .sticky-faq__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sticky-faq__sticky-container {
  position: absolute;
  width: calc(100% - 2rem);
  left: 1rem;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media print, screen and (min-width: 64em) {
  .sticky-faq__sticky-container {
    position: relative;
    width: calc(33% - 1rem);
    height: unset;
    left: 0;
  }
}
.sticky-faq__faqs-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding-top: 8rem;
}
@media print, screen and (min-width: 64em) {
  .sticky-faq__faqs-container {
    padding: 0;
    width: calc(67% - 1rem);
  }
}
.sticky-faq__menu {
  position: sticky;
  top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.5rem;
  padding: 2.5rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 105px;
  pointer-events: all;
}
.sticky-faq__menu * {
  pointer-events: none;
}
.sticky-faq__menu.active {
  height: unset;
}
.sticky-faq__menu.active * {
  pointer-events: all;
}
@media print, screen and (min-width: 64em) {
  .sticky-faq__menu {
    height: unset;
  }
  .sticky-faq__menu * {
    pointer-events: all;
  }
}
.sticky-faq__menu h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.sticky-faq__menu h4:before {
  content: "+";
  position: absolute;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  font-weight: 600;
  top: 2.4rem;
  right: 2rem;
  font-size: 26px;
}
@media print, screen and (min-width: 64em) {
  .sticky-faq__menu h4:before {
    display: none;
  }
}
.sticky-faq__menu-item {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6666666667);
  padding: 1rem 0;
  overflow: hidden;
}
.sticky-faq__menu-item:last-of-type {
  border: 0;
}
.sticky-faq__menu-item svg {
  margin-top: 2px;
  margin-right: 1rem;
}
.sticky-faq__menu-item svg,
.sticky-faq__menu-item span {
  display: inline-block;
  font-weight: 300;
  -webkit-transform: translateX(-2.2rem);
          transform: translateX(-2.2rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sticky-faq__menu-item:hover svg,
.sticky-faq__menu-item:hover span {
  font-weight: 900;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sticky-faq__last-faq, .sticky-faq__faq {
  position: relative;
  padding: 3rem;
  border-radius: 0.5rem;
}
.sticky-faq__faq {
  background: #fff;
}
.sticky-faq__last-faq {
  display: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background-color: #f4c3cc;
  color: #070247;
}
.sticky-faq__last-faq h4 {
  color: #070247;
}
.sticky-faq__last-faq svg {
  fill: #070247;
  height: 1.1rem;
  width: 1.1rem;
}
.sticky-faq__scroll-target {
  position: absolute;
  top: -7.5rem;
}
@media print, screen and (min-width: 64em) {
  .sticky-faq__scroll-target {
    top: -2.5rem;
  }
}
.sticky-faq__item {
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  border-top: 1px solid #070247;
}
.sticky-faq__item:first-of-type {
  border: 0;
}
.sticky-faq__item .sticky-faq__question {
  display: block;
  position: relative;
  line-height: 1.3;
  color: #070247;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 1rem 2.5rem 1rem 0;
}
.sticky-faq__item .sticky-faq__question:hover {
  color: #e4002b;
}
.sticky-faq__item .sticky-faq__question:before {
  content: "+";
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  font-size: 24px;
}
@media print, screen and (min-width: 40em) {
  .sticky-faq__item .sticky-faq__question {
    padding: 1.5rem 3rem 1.5rem 0;
  }
  .sticky-faq__item .sticky-faq__question:before {
    top: 1.375rem;
  }
}
.sticky-faq__item .sticky-faq__answer {
  display: none;
  padding: 0 1rem 1.5rem 0;
}
@media print, screen and (min-width: 40em) {
  .sticky-faq__item .sticky-faq__answer {
    padding: 0 2rem 1.5rem 0;
  }
  .sticky-faq__item .sticky-faq__answer p:first-of-type {
    margin-top: -1rem;
  }
}
.sticky-faq__item .sticky-faq__answer p:first-of-type {
  margin-top: 0;
}
.sticky-faq__item .sticky-faq__answer.sticky-faq__answer--open {
  display: block;
}
.sticky-faq__item .sticky-faq__answer li {
  margin-top: 0.75rem;
}
.sticky-faq__title {
  margin-bottom: 2rem;
  font-weight: 600;
  text-transform: none;
}
.sticky-faq__title.sticky-faq-title--small {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(20px + 10 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .sticky-faq__title.sticky-faq-title--small {
    font-size: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .sticky-faq__title.sticky-faq-title--small {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 40em) {
  .sticky-faq__title.sticky-faq-title--small {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .sticky-faq__title {
    margin-bottom: 3rem;
  }
}

.image-header + .sticky-faq-section,
.page-header + .sticky-faq-section {
  margin-top: 3rem;
}

.service-block {
  position: relative;
  border-radius: 0.5rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(24px + 24 * ((100vw - 640px) / 860)) calc(16px + 16 * ((100vw - 640px) / 860)) calc(16px + 16 * ((100vw - 640px) / 860));
  color: #070247;
}
@media screen and (max-width: 640px) {
  .service-block {
    padding: 24px 16px 16px;
  }
}
@media screen and (min-width: 1500px) {
  .service-block {
    padding: 48px 32px 32px;
  }
}
.service-block.service-block--hasIcon {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(36px + 44 * ((100vw - 640px) / 860)) calc(16px + 16 * ((100vw - 640px) / 860)) calc(16px + 16 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .service-block.service-block--hasIcon {
    padding: 36px 16px 16px;
  }
}
@media screen and (min-width: 1500px) {
  .service-block.service-block--hasIcon {
    padding: 80px 32px 32px;
  }
}
.service-block.service-block--hasIcon h3 {
  width: 80%;
}
.service-block .service-block__icon {
  position: absolute;
  top: 0.25rem;
  right: 1rem;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  width: calc(80px + 20 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .service-block .service-block__icon {
    width: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .service-block .service-block__icon {
    width: 100px;
  }
}
.service-block h3 {
  display: -webkit-box;
  -webkit-transition: color 200ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: color 200ms cubic-bezier(0.2, 0.79, 0.44, 1);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service-block h5 {
  opacity: 1 !important;
}
.service-block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.service-block > span {
  color: #070247;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-block:hover h3 {
  color: #e4002b;
}
.service-block:hover .arrow-btn span,
.service-block:hover .arrow-btn i {
  color: #e4002b;
}
.service-block:hover .arrow-btn i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.button-list + a.button-list__anchor {
  display: block;
  margin-top: 2rem;
}
.button-list .button-list__item {
  background-color: #fff;
  border-radius: 0.25rem;
  margin-top: 1rem;
}
@media print, screen and (min-width: 64em) {
  .button-list .button-list__item {
    border-radius: 0.5rem;
  }
}
.button-list .button-list__item:first-child {
  margin-top: 0;
}
.button-list .button-list__item.button-list__item--vacancy > a {
  display: block;
}
@media screen and (min-width: 90em) {
  .button-list .button-list__item.button-list__item--vacancy > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.button-list .button-list__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #070247;
}
@media print, screen and (min-width: 64em) {
  .button-list .button-list__item > a {
    padding: 2rem;
  }
}
.button-list .button-list__item > a:hover .button-list__text h2 {
  color: #e4002b;
}
.button-list .button-list__item > a .button-list__text h2 {
  color: #070247;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}
.button-list .button-list__item > a .button-list__text p {
  font-size: 90%;
  margin: 0.5rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.button-list .button-list__item > a .button-list__arrow {
  margin-left: 1rem;
  margin-top: 10px;
}
.button-list .button-list__item > a .button-list__subbuttons a {
  margin: 0;
}
@media screen and (min-width: 90em) {
  .button-list .button-list__item > a .button-list__subbuttons a {
    width: -webkit-fill-available;
  }
}
.button-list .button-list__item > a .button-list__subbuttons a + a {
  margin-top: 0.5rem;
}
@media screen and (min-width: 90em) {
  .button-list .button-list__item > a .button-list__subbuttons {
    margin-left: 2rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    max-width: 200px;
  }
}

.column-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  width: 100%;
}
.table-container {
  background-color: #efeeea;
  border-radius: 10px;
  padding: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .table-container {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .table-container {
    padding: 3rem;
  }
}
.table-container .table-container__header {
  padding: 1rem 1rem 0;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .table-container .table-container__header {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.table-container .table-container__header img,
.table-container .table-container__header svg {
  width: 50px;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .table-container .table-container__header img,
.table-container .table-container__header svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6rem;
            flex: 0 0 6rem;
    margin-right: 2rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .table-container .table-container__header img.svg-medium,
.table-container .table-container__header svg.svg-medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
    margin-left: 1rem;
    margin-right: 2rem;
  }
  .table-container .table-container__header img.svg-small,
.table-container .table-container__header svg.svg-small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
            flex: 0 0 4rem;
    margin-left: 1rem;
    margin-right: 3rem;
  }
}
.table-container .table-container__header p {
  margin-top: 0.25rem;
}
.table-container .table-container__content {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0.25rem;
}
.table-container .table-container__content + .table-container__content {
  margin-top: 2rem;
}
.table-container .table-container__content-header {
  padding: 0.5rem 0.5rem;
  background-color: #f8f6f3;
  border-radius: 8px 8px 0 0;
  font-size: 80%;
}
.table-container .table-container__content-header.table-container__content-header--grid {
  display: grid;
  grid-template-columns: 80px auto;
}
.table-container .table-container__content-header small {
  font-size: 80%;
}
.table-container .table-container__content-header h4 {
  text-transform: none;
  color: #e4002b;
}
.table-container .table-container__content-header ul {
  margin: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  max-width: 480px;
}
@media print, screen and (min-width: 40em) {
  .table-container .table-container__content-header {
    padding: 1.5rem 2rem;
  }
  .table-container .table-container__content-header.table-container__content-header--grid {
    grid-template-columns: 120px auto;
  }
}
@media print, screen and (min-width: 64em) {
  .table-container .table-container__content-header {
    font-size: 90%;
    padding: 1.5rem 3rem;
  }
  .table-container .table-container__content-header.table-container__content-header--grid {
    grid-template-columns: 150px auto;
  }
}
.table-container .table-container__body {
  padding: 1rem 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .table-container .table-container__body {
    padding: 1.5rem 2rem 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .table-container .table-container__body {
    padding: 2rem 3rem 3rem;
  }
}
.table-container .table-container__body .grid-container {
  padding: 0;
}
.table-container .table-container__body .h5,
.table-container .table-container__body p {
  margin-bottom: 0;
}

.tarif-table {
  display: grid;
  grid-template-columns: 2fr repeat(3, 3fr);
  grid-gap: 3px;
  text-align: center;
  line-height: 1.2;
  font-size: 80%;
}
.tarif-table .text-left {
  text-align: left;
}
.tarif-table .tarif-table {
  font-size: 100%;
}
@media print, screen and (min-width: 40em) {
  .tarif-table {
    font-size: 100%;
  }
}
.tarif-table.tarif-table--hide-for-l {
  display: grid;
}
@media screen and (min-width: 80em) {
  .tarif-table.tarif-table--hide-for-l {
    display: none;
  }
}
.tarif-table.tarif-table--fietskoerier {
  grid-template-columns: 2fr repeat(3, 3fr);
}
.tarif-table.tarif-table--fietskoerier .tarif-table__table-heading {
  grid-column: 2/5;
}
.tarif-table.tarif-table--autokoerier {
  grid-template-columns: 1fr 2fr;
  max-width: 800px;
}
.tarif-table.tarif-table--autokoerier .tarif-table__table-heading {
  grid-column: 2/3;
}
.tarif-table.tarif-table--postversturen {
  grid-template-columns: repeat(3, 1fr);
}
.tarif-table.tarif-table--postversturen .tarif-table__table-heading {
  grid-column: 2/4;
}
.tarif-table.tarif-table--brengenhalen {
  grid-template-columns: 1fr 2fr;
  max-width: 800px;
}
.tarif-table.tarif-table--brengenhalen .tarif-table__table-heading {
  grid-column: 2/3;
}
.tarif-table.tarif-table--pakketten {
  grid-template-columns: 1fr 2fr;
}
.tarif-table.tarif-table--brievenbuspakketten {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.875rem;
  max-width: 800px;
}
.tarif-table.tarif-table--brievenbuspakketten .tarif-table__table-heading {
  grid-column: 1/3;
}
.tarif-table.tarif-table--aangetekend {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.875rem;
  max-width: 800px;
}
.tarif-table.tarif-table--aangetekend .tarif-table__table-heading {
  grid-column: 1/3;
}
.tarif-table.tarif-table--aangetekend-pakket {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.875rem;
  max-width: 800px;
}
.tarif-table.tarif-table--aangetekend-pakket .tarif-table__table-heading {
  grid-column: 2/4;
}
.tarif-table.tarif-table--fietssteden {
  overflow-x: auto;
  grid-template-columns: repeat(4, 1fr);
}
.tarif-table.tarif-table--fietssteden .tarif-table__table-heading {
  grid-column: 1/3;
}
.tarif-table.tarif-table--fietssteden .tarif-table__table-heading.tarif-table__table-heading--2 {
  grid-column: 3/5;
}
.tarif-table.tarif-table--fietssteden + .grid-container {
  margin-top: 1.875rem;
}
.tarif-table.tarif-table--ship-from-store {
  grid-template-columns: 1fr;
  max-width: 600px;
}
.tarif-table.tarif-table--ship-from-store .tarif-table__table-heading {
  grid-column: 2/3;
}
.tarif-table.tarif-table--buitenland {
  grid-template-columns: 1fr;
  margin-top: 1.875rem;
}
.tarif-table.tarif-table--overige-landen {
  overflow-x: auto;
  grid-template-columns: 2fr repeat(4, 3fr);
}
.tarif-table.tarif-table--extraservices {
  grid-template-columns: 2fr 4fr 1fr;
  margin-top: 1.875rem;
}
.tarif-table.tarif-table--partijenpost {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.tarif-table.tarif-table--partijenpost .tarif-table__table-heading {
  grid-column: 2/3;
}
.tarif-table.tarif-table--partijenpost .tarif-table__table-heading.tarif-table__table-heading--2 {
  grid-column: 2/3;
  grid-row: 3/4;
  margin-top: 1.875rem;
}
@media screen and (min-width: 80em) {
  .tarif-table.tarif-table--partijenpost .tarif-table__table-heading.tarif-table__table-heading--2 {
    grid-column: 3/5;
    grid-row: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 80em) {
  .tarif-table.tarif-table--partijenpost {
    grid-template-columns: auto 2fr 30px 2fr;
  }
  .tarif-table.tarif-table--partijenpost .tarif-table__col-spacer {
    grid-column: auto;
  }
}
.tarif-table.tarif-table--partijenpost .tarif-table__col-heading-col {
  grid-template-columns: 1fr;
  padding: 0;
}
.tarif-table.tarif-table--partijenpost .tarif-table__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  grid-gap: 3px;
}
.tarif-table.tarif-table--partijenpost .tarif-table__cols .tarif-table__col-table {
  grid-template-columns: 1fr;
}
.tarif-table .tarif-table__empty {
  border: none;
}
.tarif-table .tarif-table__table-heading {
  border: none;
  grid-column: 2/5;
  padding-top: 0;
}
.tarif-table > div {
  padding: 0.75rem 3px;
}
@media print, screen and (min-width: 40em) {
  .tarif-table > div {
    padding: 1rem;
  }
}
.tarif-table .tarif-table__cell {
  border-right: 2px solid #efeeea;
  border-bottom: 2px solid #efeeea;
}
.tarif-table .tarif-table__cell.tarif-table__cell--borderleft {
  border-left: 2px solid #efeeea;
}
.tarif-table .tarif-table__row-heading {
  background-color: #e4002b;
  color: #f8f6f3;
  font-weight: 700;
  border: none;
}
.tarif-table .tarif-table__row-heading .asterix {
  color: #f8f6f3;
}
.tarif-table .tarif-table__col-heading {
  background-color: #efeeea;
  font-weight: 700;
  border: none;
}
.tarif-table .tarif-table__hide-for-l {
  background-color: #f8f6f3;
  grid-column-start: 4;
  text-indent: -10000px;
}

.tarif-table__smalltext {
  display: grid;
  grid-template-columns: 20px auto;
}
.tarif-table__smalltext .asterix {
  width: 20px;
  font-size: 90%;
}
.tarif-table__smalltext .asterix + span {
  display: inline-block;
  font-size: 80%;
  line-height: 1.5;
}

.asterix {
  font-weight: 700;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  color: #e4002b;
  display: inline-block;
}

.radius-topleft {
  border-top-left-radius: 10px;
}

.radius-topright {
  border-top-right-radius: 10px;
}

.radius-bottomleft {
  border-bottom-left-radius: 10px;
}

.radius-bottomright {
  border-bottom-right-radius: 10px;
}

.tarif-table-divider {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .tarif-table-divider {
    margin-top: 2.5rem;
  }
}

.vacancy-details {
  margin-top: 2rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  padding: 3px;
}
.vacancy-details .vacancy-details__specs {
  padding: 10px;
}
.vacancy-details .vacancy-details__specs .vacancy-details__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vacancy-details .vacancy-details__specs .vacancy-details__spec img,
.vacancy-details .vacancy-details__specs .vacancy-details__spec svg {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .vacancy-details .vacancy-details__specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 1rem 0;
  }
  .vacancy-details .vacancy-details__specs .vacancy-details__spec {
    display: block;
  }
  .vacancy-details .vacancy-details__specs .vacancy-details__spec img,
.vacancy-details .vacancy-details__specs .vacancy-details__spec svg {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
  }
  .vacancy-details .vacancy-details__specs .vacancy-details__spec h5 {
    color: #070247;
    display: inline-block;
    margin: 5px 0 0 0;
  }
}
.vacancy-details .vacancy-details__buttons {
  background-color: #efeeea;
  padding: 1rem 2rem 1rem 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 10px 10px;
}
.vacancy-details .vacancy-details__buttons .btn {
  margin: 0 0 1rem;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .vacancy-details .vacancy-details__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vacancy-details .vacancy-details__buttons .btn {
    margin-bottom: 0;
  }
}
.vacancy-details .vacancy-details__buttons .vacancy-details__share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vacancy-details .vacancy-details__buttons .vacancy-details__share-buttons > span {
  font-size: 80%;
  margin-right: 1rem;
}
.vacancy-details .vacancy-details__buttons .vacancy-details__share-buttons ul {
  display: inline-block;
}
.vacancy-details .vacancy-details__buttons .vacancy-details__share-buttons ul li {
  display: inline-block;
}
.vacancy-details .vacancy-details__buttons .vacancy-details__share-buttons ul li a {
  display: block;
  color: #f8f6f3;
  border-radius: 50%;
  padding: 0.25rem;
  background-color: #070247;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.vacancy-details .vacancy-details__buttons .vacancy-details__share-buttons ul li a span {
  display: block;
  position: absolute;
  text-indent: -4000px;
}
.vacancy-details .vacancy-details__buttons .vacancy-details__share-buttons ul li a:hover {
  opacity: 0.8;
}

.teaser {
  position: relative;
  z-index: 3;
}
.teaser.teaser--flow-border {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media print, screen and (min-width: 64em) {
  .teaser.teaser--flow-border {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
.teaser.teaser--flow-border .teaser__flow {
  position: absolute;
  width: 100%;
  top: -2px;
  left: 0;
}
.teaser.teaser--flow-border .teaser__flow path {
  fill: #f8f6f3;
  stroke: #f8f6f3;
}
.teaser.teaser--flow-border .grid-x {
  position: relative;
}
.teaser.teaser--flow-border .grid-x .teaser__img {
  border-radius: 0;
}
@media print, screen and (min-width: 64em) {
  .teaser.teaser--flow-border .grid-x .teaser__img {
    margin-bottom: 4rem;
  }
}
.teaser.teaser--flow-border .grid-x .teaser__content {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  margin-bottom: calc(60px + 40 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .teaser.teaser--flow-border .grid-x .teaser__content {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .teaser.teaser--flow-border .grid-x .teaser__content {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .teaser.teaser--flow-border .grid-x .teaser__content {
    /*
    check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
    */
    margin-top: calc(60px + 40 * ((100vw - 640px) / 860));
  }
}
@media screen and (min-width: 64em) and (max-width: 640px) {
  .teaser.teaser--flow-border .grid-x .teaser__content {
    margin-top: 60px;
  }
}
@media screen and (min-width: 64em) and (min-width: 1500px) {
  .teaser.teaser--flow-border .grid-x .teaser__content {
    margin-top: 100px;
  }
}
.teaser.teaser--flow-border .grid-x p {
  font-weight: 600;
}
.teaser .teaser__img {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
}
@media print, screen and (min-width: 40em) {
  .teaser .teaser__img {
    width: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .teaser .teaser__img {
    width: 100%;
  }
}
.teaser .teaser__img img {
  width: 100%;
}
.teaser.teaser--xl-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #f4c3cc;
  color: #070247;
  border-radius: 3px;
  overflow: hidden;
}
.teaser.teaser--xl-img .teaser__inner {
  position: relative;
  height: 450px;
  text-align: right;
}
@media print, screen and (min-width: 40em) {
  .teaser.teaser--xl-img .teaser__inner {
    height: 700px;
  }
}
.teaser.teaser--xl-img h2 {
  padding: 4rem 0;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(32px + 28 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .teaser.teaser--xl-img h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1500px) {
  .teaser.teaser--xl-img h2 {
    font-size: 60px;
  }
}

.article-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #070247;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .article-block:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .article-block:hover h3 {
    color: #e4002b;
  }
  .article-block:hover .arrow-btn span,
.article-block:hover .arrow-btn i {
    color: #e4002b;
  }
  .article-block:hover .arrow-btn i {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media print, screen and (min-width: 64em) {
  .article-block {
    border-radius: 0.5rem;
  }
}
.article-block .article-block__image {
  background-color: #070247;
}
.article-block .article-block__image figure {
  overflow: hidden;
}
.article-block .article-block__image figure img {
  width: 100%;
}
.article-block .article-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 1rem 1rem 1rem;
}
.article-block .article-block__link {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .article-block .article-block__link {
    margin-top: 2rem;
  }
}
.article-block h3 {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  -webkit-transition: color 200ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: color 200ms cubic-bezier(0.2, 0.79, 0.44, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media print, screen and (min-width: 40em) {
  .article-block h3 {
    /*
    check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
    */
    font-size: calc(17.75px + 2.25 * ((100vw - 640px) / 860));
  }
}
@media screen and (min-width: 40em) and (max-width: 640px) {
  .article-block h3 {
    font-size: 17.75px;
  }
}
@media screen and (min-width: 40em) and (min-width: 1500px) {
  .article-block h3 {
    font-size: 20px;
  }
}
.article-block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .article-block p {
    font-size: 85%;
  }
}

.blockquote {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  margin-top: calc(32px + 64 * ((100vw - 640px) / 860));
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  margin-bottom: calc(32px + 64 * ((100vw - 640px) / 860));
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
  max-width: 832px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .blockquote {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1500px) {
  .blockquote {
    margin-top: 96px;
  }
}
@media screen and (max-width: 640px) {
  .blockquote {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1500px) {
  .blockquote {
    margin-bottom: 96px;
  }
}
.blockquote:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/assets/img/quote.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 34px;
  top: -20px;
  left: 14px;
}
@media print, screen and (min-width: 40em) {
  .blockquote {
    padding: 3rem;
  }
  .blockquote:before {
    left: 25px;
  }
}
.blockquote .blockquote__title {
  color: #070247 !important;
  display: block;
  position: relative;
  font-weight: 600;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(17.75px + 8.25 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .blockquote .blockquote__title {
    font-size: 17.75px;
  }
}
@media screen and (min-width: 1500px) {
  .blockquote .blockquote__title {
    font-size: 26px;
  }
}
.blockquote .blockquote__name {
  display: block;
  text-align: right;
  margin-top: 1rem;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  line-height: 1.4;
  color: #070247 !important;
}
.blockquote .blockquote__company {
  display: block;
  text-align: right;
  font-size: 90%;
  line-height: 1.4;
  color: #e4002b;
}

.blockquote-large {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}
.blockquote-large:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/assets/img/quote.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 34px;
  top: -20px;
  left: 14px;
}
@media print, screen and (min-width: 40em) {
  .blockquote-large {
    padding: 5rem;
  }
  .blockquote-large:before {
    width: 92px;
    height: 70px;
    top: -45px;
    left: 55px;
  }
}
.blockquote-large .blockquote-large__title {
  display: block;
  position: relative;
  font-weight: 600;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(18px + 8 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .blockquote-large .blockquote-large__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1500px) {
  .blockquote-large .blockquote-large__title {
    font-size: 26px;
  }
}
.blockquote-large .blockquote-large__source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.blockquote-large .blockquote-large__source .blockquote-large__image {
  margin-right: 1rem;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  width: calc(60px + 30 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .blockquote-large .blockquote-large__source .blockquote-large__image {
    width: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .blockquote-large .blockquote-large__source .blockquote-large__image {
    width: 90px;
  }
}
.blockquote-large .blockquote-large__source .blockquote-large__image img {
  border-radius: 50%;
}
.blockquote-large .blockquote-large__source .blockquote-large__name {
  display: block;
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  line-height: 1.4;
  font-weight: 600;
}
.blockquote-large .blockquote-large__source .blockquote-large__company {
  display: block;
  font-size: 90%;
  line-height: 1.4;
  color: #e4002b;
}

.line-container {
  position: relative;
  z-index: 1;
}

.line-shape {
  position: absolute;
  top: 10%;
  width: 85%;
  left: -25%;
  -webkit-transform: scaleX(-1) rotate(-5deg);
          transform: scaleX(-1) rotate(-5deg);
  pointer-events: none;
}
.line-shape + .grid-x {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .line-shape {
    width: 60%;
  }
}
@media print, screen and (min-width: 64em) {
  .line-shape {
    left: auto;
    right: -28%;
    -webkit-transform: scaleX(1) rotate(-5deg);
            transform: scaleX(1) rotate(-5deg);
  }
  .line-shape.line-shape--reverse {
    left: -28%;
    right: none;
    -webkit-transform: scaleX(-1) rotate(-5deg);
            transform: scaleX(-1) rotate(-5deg);
  }
}

.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 30em) {
  .overview-grid {
    grid-column-gap: 1.75rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .overview-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 90em) {
  .overview-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.featured-articles .featured-articles__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  margin-bottom: calc(16px + 16 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .featured-articles .featured-articles__top {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1500px) {
  .featured-articles .featured-articles__top {
    margin-bottom: 32px;
  }
}
.featured-articles .featured-articles__top .featured-articles__btns {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .featured-articles .featured-articles__top .featured-articles__btns {
    display: block;
  }
}
.featured-articles .featured-articles__top .featured-articles__btns .featured-articles__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  width: calc(30px + 20 * ((100vw - 640px) / 860));
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  height: calc(30px + 20 * ((100vw - 640px) / 860));
  background-color: #f8f6f3;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 640px) {
  .featured-articles .featured-articles__top .featured-articles__btns .featured-articles__btn {
    width: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .featured-articles .featured-articles__top .featured-articles__btns .featured-articles__btn {
    width: 50px;
  }
}
@media screen and (max-width: 640px) {
  .featured-articles .featured-articles__top .featured-articles__btns .featured-articles__btn {
    height: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .featured-articles .featured-articles__top .featured-articles__btns .featured-articles__btn {
    height: 50px;
  }
}
.featured-articles .featured-articles__top .featured-articles__btns .featured-articles__btn i {
  color: #070247;
  font-size: 1.25rem;
}
.featured-articles .featured-articles__top .featured-articles__btns .featured-articles__btn:hover i {
  color: #e4002b;
}
.featured-articles .featured-articles__top .featured-articles__btns .featured-articles__btn.featured-articles__btn--prev {
  border-radius: 4px 0 0 4px;
}
.featured-articles .featured-articles__bottom {
  text-align: right;
  margin-top: 1rem;
}

.pagination {
  text-align: center;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .pagination__item {
  text-align: center;
}
.pagination .pagination__item:first-child {
  margin-right: 10px;
}
.pagination .pagination__item span,
.pagination .pagination__item a {
  display: inline-block;
  background-color: #070247;
  color: #fff;
  border-radius: 6px;
  width: 120px;
  padding: 10px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.pagination .pagination__item a:hover {
  background-color: #020115;
}
.pagination .pagination__item.pagination__item--disabled {
  opacity: 0.2;
}

.sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.sticky-bar .sticky-bar__inner {
  background-color: #fff;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.75rem 0;
}
@media print, screen and (min-width: 40em) {
  .sticky-bar .sticky-bar__inner {
    padding: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sticky-bar .sticky-bar__inner {
    border-radius: 0 0 1rem 1rem;
  }
}
.sticky-bar.sticky-bar--show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sticky-bar.sticky-bar--hidebutton .btn {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.sticky-bar .sticky-bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky-bar .sticky-bar__content .h3 {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  font-size: calc(17.75px + 12.25 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .sticky-bar .sticky-bar__content .h3 {
    font-size: 17.75px;
  }
}
@media screen and (min-width: 1500px) {
  .sticky-bar .sticky-bar__content .h3 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .sticky-bar .sticky-bar__content .h3 {
    -webkit-line-clamp: 1;
  }
}
.sticky-bar .sticky-bar__content .btn {
  margin: 0;
}

@media print, screen and (min-width: 40em) {
  .vacancy-filters .vacancy-filters__form {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 4fr 3fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .vacancy-filters .vacancy-filters__form.vacancy-filters__form--short {
    grid-template-columns: 4fr 2fr;
  }
}
.vacancy-filters .vacancy-filters__form .vacancy-filters__group {
  display: grid;
  grid-gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.vacancy-filters .vacancy-filters__form .vacancy-filters__group.vacancy-filters__group--1 {
  grid-template-columns: 5fr 3fr;
  grid-gap: 0.25rem;
}
.vacancy-filters .vacancy-filters__form .vacancy-filters__group.vacancy-filters__group--2 {
  grid-template-columns: 6fr 2fr;
}
@media print, screen and (min-width: 40em) {
  .vacancy-filters .vacancy-filters__form .vacancy-filters__group {
    grid-gap: 1rem;
  }
}
.vacancy-filters .vacancy-filters__form .customselect {
  color: #070247;
}
.vacancy-filters .vacancy-filters__form .vacancy-filters__btn {
  margin: 0;
  padding: 0.25rem 1.25rem;
  min-height: 48px;
  background-color: #070247;
  color: #fff;
  font-size: 80%;
  font-weight: 600;
  cursor: pointer;
}
.vacancy-filters .vacancy-filters__form .vacancy-filters__btn:hover {
  background-color: #020115;
}
@media print, screen and (min-width: 40em) {
  .vacancy-filters .vacancy-filters__form .vacancy-filters__btn {
    min-height: 58px;
  }
}

@media print, screen and (min-width: 40em) {
  .klantenvertellen-reviews {
    padding-top: 0 !important;
  }
}
.klantenvertellen-reviews .swiper-wrapper {
  padding: 1rem 0;
}
.klantenvertellen-reviews .klantenvertellen-reviews__heading iframe {
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .klantenvertellen-reviews .klantenvertellen-reviews__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .klantenvertellen-reviews .klantenvertellen-reviews__heading h2 {
    margin-bottom: 2rem;
  }
  .klantenvertellen-reviews .klantenvertellen-reviews__heading iframe {
    width: 400px;
  }
}
.klantenvertellen-reviews .klantenvertellen-reviews__cell {
  position: relative;
  margin-top: -1rem;
}

.kv-review {
  position: relative;
  border-radius: 0.5rem;
  background-color: #fff;
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(16px + 16 * ((100vw - 640px) / 860));
  color: #070247;
  margin: 0.1rem 0 0.5rem 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .kv-review {
    padding: 16px;
  }
}
@media screen and (min-width: 1500px) {
  .kv-review {
    padding: 32px;
  }
}
.kv-review .kv-review__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(7, 2, 71, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.kv-review .kv-review__top .kv-review__rating {
  font-size: 30px;
  font-weight: 700;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
  line-height: 54px;
  background-color: #070247;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: center;
  color: #fff;
  margin-right: 1rem;
}
.kv-review .kv-review__top .kv-review__rating.h2, .kv-review .kv-review__top .tnt .kv-review__rating.tnt__datetime, .tnt .kv-review .kv-review__top .kv-review__rating.tnt__datetime {
  margin-bottom: 0;
}
.kv-review .kv-review__content .kv-review__title {
  font-weight: 700;
}
.kv-review .kv-review__content .kv-review__text {
  overflow: hidden;
  margin: 0;
}
.kv-review .kv-review__content .kv-review__text.kv-review__text--clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.kv-review .kv-review__content .kv-review__text p {
  font-size: 90%;
  margin: 0;
}
.kv-review .kv-review__recommend {
  opacity: 0.5;
  font-size: 90%;
  position: relative;
  top: -6px;
}

.plugins {
  display: grid;
  grid-gap: 1rem;
}
@media print, screen and (min-width: 40em) {
  .plugins {
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 80em) {
  .plugins {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-x + .plugins {
  margin-top: 2rem;
}

.plugin {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  padding: calc(16px + 16 * ((100vw - 640px) / 860));
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: grid;
  grid-template-columns: 72px auto;
  grid-gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  .plugin {
    padding: 16px;
  }
}
@media screen and (min-width: 1500px) {
  .plugin {
    padding: 32px;
  }
}
@media print, screen and (min-width: 64em) {
  .plugin {
    border-radius: 0.5rem;
  }
}
.plugin .plugin__img {
  border-radius: 0.25rem;
  overflow: hidden;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media print, screen and (min-width: 64em) {
  .plugin .plugin__img {
    border-radius: 0.5rem;
  }
}
.plugin .plugin__content {
  font-size: 0.875rem;
}
.plugin .plugin__content .plugin__title {
  display: inline-block;
  color: #070247;
}
.plugin .plugin__content .plugin__text {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.plugin .plugin__content .btn {
  display: block;
  text-align: center;
}

.zipcode-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
@media print, screen and (min-width: 40em) {
  .zipcode-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
}
.zipcode-list > li {
  background-color: #efeeea;
  padding: 1rem;
  font-size: 80%;
}
.zipcode-list h2,
.zipcode-list h3,
.zipcode-list h4 {
  margin-top: 0 !important;
}

.delaymap {
  position: relative;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 64em) {
  .delaymap {
    border-radius: 1rem;
  }
}
.delaymap input {
  background-color: #f8f6f3;
}
.delaymap .vue-map-container {
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .delaymap .vue-map-container {
    border-radius: 1rem;
  }
}
.delaymap .delaymap__content {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
@media print, screen and (min-width: 64em) {
  .delaymap .delaymap__content {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 400px;
    border-radius: 0.5rem;
  }
}
.delaymap .delaymap__content h5 {
  color: #070247;
}
.delaymap .delaymap__content .delaymap__alert {
  margin: 1rem 0;
  padding: 0 0.75rem;
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.6);
  border-left-width: 4px;
  border-radius: 4px;
}
.delaymap .delaymap__content .delaymap__alert p {
  color: #c00;
  line-height: 1.4;
  margin: 0.5rem 0;
}
.delaymap .delaymap__content p {
  font-size: 80%;
}

.anchor-menu a {
  color: #070247;
  line-height: 1.3;
}
.anchor-menu a:hover {
  color: #e4002b;
}
.anchor-menu .anchor-menu__item {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.anchor-menu .anchor-menu__item.anchor-menu__item--sub {
  font-weight: 400;
  padding-left: 1rem;
  font-size: 90%;
}

.img-hover figure {
  position: relative;
  overflow: hidden;
}
.img-hover figure > div,
.img-hover figure img {
  -webkit-transition: -webkit-transform 350ms;
  transition: -webkit-transform 350ms;
  transition: transform 350ms;
  transition: transform 350ms, -webkit-transform 350ms;
  width: 100%;
}
.img-hover figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.img-hover:hover figure img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.img-hover:hover figure:after {
  opacity: 1;
}

.impactmeter {
  --im-radius--small: 5px;
  --im-radius: 10px;
  --im-gray: #C7C9C7;
  --im-dark-gray: #6E6E73;
  --im-black: $text-color;
  --im-green: #00d695;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 1rem;
  color: var(--im-black);
}
.impactmeter h1,
.impactmeter h2,
.impactmeter h3 {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
}
@media print, screen and (min-width: 40em) {
  .impactmeter {
    padding: 2rem 1rem 1rem;
  }
}
.impactmeter .btn:not(.btn--small) {
  font-size: 1rem;
}
.impactmeter .btn:not(.btn--small):active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.impactmeter__header,
.impactmeter__footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.impactmeter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.impactmeter__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.impactmeter__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}

.impactmeter__home-link {
  width: 100%;
  max-width: 8rem;
}

.impactmeter__container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .impactmeter__container {
    padding: 2rem 5rem 2rem;
    background-color: #fff;
    border-radius: var(--im-radius);
  }
}

.impactmeter__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.impactmeter__logo-btn {
  margin-left: auto;
}

.impactmeter__logo {
  width: 100%;
  max-width: 7.4rem;
}

.impactmeter__hero {
  display: block;
  max-width: 12.5rem;
  margin: 0 auto 1.5rem;
}

.impactmeter__nav-stepper {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #070247;
}

.impactmeter__title {
  margin-bottom: 1.5rem;
  color: #070247;
  line-height: 1.2;
}
@media print, screen and (min-width: 40em) {
  .impactmeter__title {
    text-align: center;
    font-size: 1.6rem;
  }
}
.impactmeter__title ~ p {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.impactmeter__title.impactmeter__title--left {
  text-align: left;
}

.impactmeter__subtitle {
  margin-bottom: 1.5rem;
  color: #070247;
  font-size: 1.2rem;
}

.impactmeter__btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 3.3125rem;
  color: #070247;
  letter-spacing: 0;
  background-color: #fff;
  border-color: #070247;
  margin-top: 1rem;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.impactmeter__btn:first-child {
  margin-top: 0;
}
.impactmeter__btn svg {
  width: 1.5rem;
  max-height: 1.2rem;
}
.impactmeter__btn svg + span {
  margin-left: 0.5rem;
}
.impactmeter__btn i {
  font-size: 18px;
}
.impactmeter__btn i + span {
  margin-left: 0.5rem;
}
.impactmeter__btn i:last-child {
  margin-left: auto;
}
.impactmeter__btn .impactmeter__btn-icon {
  font-size: 24px;
}
.impactmeter__btn:hover {
  color: #fff;
  background-color: #070247;
  border-color: #070247;
}

.formfield__label-inlined.formfield__label-inlined--impactmeter ~ button {
  margin-top: -0.4rem;
}

.impactmeter__checkbox .formfield__choice input[type=checkbox] + span {
  padding-top: 4px;
  padding-left: 32px;
}
.impactmeter__checkbox .formfield__choice input[type=checkbox] + span:before, .impactmeter__checkbox .formfield__choice input[type=checkbox] + span:after {
  width: 20px;
  height: 20px;
}
.impactmeter__checkbox .formfield__choice input[type=checkbox] + span:before {
  border: 1px solid #070247;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.impactmeter__checkbox .formfield__choice input[type=checkbox] + span:after {
  background-color: #070247;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 10px;
}
.impactmeter__checkbox .formfield__choice input[type=checkbox] + span .link {
  display: inline;
}

.impactmeter__imput-errormessage {
  display: block;
  margin-top: 0;
  color: #e4002b;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.impactmeter__inline-link {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
}
.impactmeter__inline-link:hover {
  text-decoration-thickness: 2px;
}

.impactmeter__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  font-size: 0.75rem;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.impactmeter__link + .impactmeter__link {
  margin-top: 1rem;
}
.impactmeter__link i {
  font-size: 16px;
}
.impactmeter__link.impactmeter__link--faded {
  color: var(--im-dark-gray);
}
.impactmeter__link.impactmeter__link--faded:hover {
  color: #070247;
}
.impactmeter__link.impactmeter__link--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.impactmeter__block {
  position: relative;
  background: #fff;
  margin-bottom: 2rem;
  padding: 2.5rem 1.5rem;
  border-radius: var(--im-radius);
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .impactmeter__block {
    padding: 0 0 1rem;
    margin-bottom: 1rem;
  }
}
.impactmeter__block > *:last-child {
  margin-bottom: 0;
}

.impactmeter__modal-trigger {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.impactmeter__modal-trigger:hover i {
  opacity: 0.5;
}
.impactmeter__modal-trigger i {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  opacity: 0.25;
  font-size: 28px;
}

.impactmeter__metaphore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.impactmeter__metaphore-wrapper {
  position: relative;
}

.impactmeter__metaphore-icon {
  width: 100%;
  max-width: 12rem;
  margin-bottom: 1rem;
}

.impactmeter__metaphore-number {
  font-weight: 900;
  font-size: 14vw;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .impactmeter__metaphore-number {
    font-size: 3.25rem;
  }
}

.impactmeter__metaphore-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  max-width: 360px;
}

.impactmeter__badge {
  position: absolute;
  top: -1rem;
  right: -2rem;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  background-image: url(/assets/img/impactmeter/badge.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.impactmeter__badge p {
  position: relative;
  top: 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -1px;
}
.impactmeter__badge .impactmeter__badge-text-small {
  font-size: 1.2rem;
}
.impactmeter__badge sub {
  bottom: 0.2rem;
  margin-left: 0.1rem;
  font-size: 1.2rem;
  vertical-align: baseline;
}
.impactmeter__badge span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
}

.impactmeter__stepper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.impactmeter__stepper-symbol {
  width: 100%;
  max-width: 12rem;
}
.impactmeter__stepper-symbol svg {
  width: 100%;
  max-width: 12rem;
}
.impactmeter__stepper-symbol .path-1 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: pulse 7s infinite;
          animation: pulse 7s infinite;
}
.impactmeter__stepper-symbol .path-2 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse2 10s infinite;
          animation: pulse2 10s infinite;
}
.impactmeter__stepper-symbol .path-3 {
  display: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 3s cubic-bezier(0.17, 0.67, 0.87, 0.29) forwards;
          animation: dash 3s cubic-bezier(0.17, 0.67, 0.87, 0.29) forwards;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  30% {
    -webkit-transform: scale(0.95) rotate(4deg);
            transform: scale(0.95) rotate(4deg);
  }
  70% {
    -webkit-transform: scale(1) rotate(-4deg);
            transform: scale(1) rotate(-4deg);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  30% {
    -webkit-transform: scale(0.95) rotate(4deg);
            transform: scale(0.95) rotate(4deg);
  }
  70% {
    -webkit-transform: scale(1) rotate(-4deg);
            transform: scale(1) rotate(-4deg);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.908);
            transform: scale(0.908);
  }
  40% {
    -webkit-transform: scale(1) rotate(15deg);
            transform: scale(1) rotate(15deg);
  }
  80% {
    -webkit-transform: scale(0.97) rotate(-15deg);
            transform: scale(0.97) rotate(-15deg);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.908);
            transform: scale(0.908);
  }
  40% {
    -webkit-transform: scale(1) rotate(15deg);
            transform: scale(1) rotate(15deg);
  }
  80% {
    -webkit-transform: scale(0.97) rotate(-15deg);
            transform: scale(0.97) rotate(-15deg);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.impactmeter__stepper-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  z-index: 1;
}

.impactmeter__stepper-number {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.impactmeter__stepper-text {
  font-weight: 500;
}

.impactmeter__stepper-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}
.impactmeter__stepper-icons ~ p {
  margin-top: 0.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.impactmeter__stepper-icon {
  width: 2.375rem;
}

p ~ .impactmeter__check-list {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.impactmeter__check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.impactmeter__check-list i {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  top: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.125rem;
  color: var(--im-green);
}

.impactmeter__divider {
  width: 5rem;
  height: 1px;
  margin-top: 0.5rem;
  background: #070247;
}

.impactmeter__details + .impactmeter__details {
  margin-top: 2rem;
}

.impactmeter__details-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.impactmeter__details-head > * {
  margin-bottom: 0;
}

.impactmeter__details-title {
  font-weight: 600;
  font-size: 1.125rem;
}

.impactmeter__back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}
@media print, screen and (min-width: 40em) {
  .impactmeter__back-btn {
    background-color: #f8f6f3;
  }
  .impactmeter__back-btn:hover {
    background-color: #efeae3;
  }
}

.impactmeter__summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.25rem;
  line-height: 1.25;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.impactmeter__summary-item .impactmeter__summary-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.impactmeter__summary-item .impactmeter__summary-item-icon i {
  font-size: 22px;
  margin-right: 0.25rem;
}
.impactmeter__summary-item span:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.impactmeter__summary-item.impactmeter__summary-item--total {
  margin-top: 1rem;
}
.impactmeter__summary-item.impactmeter__summary-item--savings {
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
  font-weight: 600;
  border-top: 1px solid #070247;
  font-size: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.impactmeter__summary-item.impactmeter__summary-item--savings::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -12px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%2300D695' d='M5.792 10.99a5.198 5.198 0 1 0 0-10.396 5.198 5.198 0 0 0 0 10.395Z'/%3E%3Cpath stroke='%23F8F6F3' stroke-miterlimit='10' d='M3.5 4.5 6 7 11.551.61'/%3E%3C/svg%3E");
}

.impactmeter__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}
@media print, screen and (min-width: 40em) {
  .impactmeter__nav {
    margin-top: 1rem;
  }
}
.impactmeter__nav.impactmeter__nav--full-width {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media print, screen and (min-width: 40em) {
  .impactmeter__nav.impactmeter__nav--full-width {
    margin-top: 0;
  }
}

.impactmeter__iframe {
  width: 150px;
  height: 50px;
}
@media print, screen and (min-width: 40em) {
  .impactmeter__iframe {
    width: 200px;
    height: 60px;
  }
}

.impactmeter__sinzer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3rem auto 0;
  width: 120px;
}
@media print, screen and (min-width: 40em) {
  .impactmeter__sinzer {
    width: 180px;
  }
}

.impactmeter__sinzer-text {
  margin-bottom: 0.3rem;
  color: var(--im-dark-gray);
  font-size: 0.625rem;
}

.backdrop {
  position: fixed;
  inset: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 1rem;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 300;
}

.modal {
  position: relative;
}
.modal h2 {
  font-size: 1.2rem;
}
.modal p ~ h1,
.modal p ~ h2,
.modal p ~ h3 {
  margin-top: 2rem;
}

.modal__content {
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 6rem);
  max-height: calc(100dvh - 6rem);
  padding: 3rem 1.5rem 2rem;
  background: #fff;
  border-radius: 10px;
  overflow: auto;
}
@media print, screen and (min-width: 40em) {
  .modal__content {
    padding: 4rem 3rem 2rem;
  }
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #070247;
}
.modal__close i {
  font-size: 24px;
}

.modal__btn {
  display: block;
  margin: 3rem auto 0;
  color: #070247;
  opacity: 0.3;
  font-weight: 500;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}
.modal__btn:hover {
  opacity: 0.5;
}

.branches {
  --cols: 2;
  --column-gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
  -webkit-column-gap: var(--column-gap);
     -moz-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
}
@media print, screen and (min-width: 40em) {
  .branches {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    --cols: 2;
    --column-gap: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .branches {
    --cols: 4;
  }
}
.branches .branches__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .branches .branches__item {
    -ms-flex-preferred-size: calc(100% / var(--cols) - var(--column-gap));
        flex-basis: calc(100% / var(--cols) - var(--column-gap));
  }
}
.branches .branches__item .branches__image {
  background-color: #070247;
}
.branches .branches__item .branches__image figure {
  overflow: hidden;
}
.branches .branches__item .branches__image figure img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .branches .branches__item .branches__image figure img {
    max-height: initial;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.branches .branches__item .branches__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}
.branches .branches__item a h3:hover {
  color: #e4002b;
}
.branches .branches__item h3 {
  margin-top: 1rem;
  font-size: 22px;
  -webkit-transition: color 200ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: color 200ms cubic-bezier(0.2, 0.79, 0.44, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media print, screen and (min-width: 40em) {
  .branches .branches__item h3 {
    /*
    check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
    */
    font-size: calc(17.75px + 2.25 * ((100vw - 640px) / 860));
  }
}
@media screen and (min-width: 40em) and (max-width: 640px) {
  .branches .branches__item h3 {
    font-size: 17.75px;
  }
}
@media screen and (min-width: 40em) and (min-width: 1500px) {
  .branches .branches__item h3 {
    font-size: 20px;
  }
}
.branches .branches__item p {
  margin-top: 0;
}

.usps {
  --cols: 1;
  --column-gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--column-gap);
     -moz-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
  row-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media print, screen and (min-width: 40em) {
  .usps {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    --cols: 2;
    --column-gap: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .usps {
    --cols: 4;
  }
}
.usps .usps__item {
  -ms-flex-preferred-size: calc(100% / var(--cols) - var(--column-gap));
      flex-basis: calc(100% / var(--cols) - var(--column-gap));
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.usps .usps__item .usps__icon {
  /*
  check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
  */
  width: calc(60px + 20 * ((100vw - 640px) / 860));
}
@media screen and (max-width: 640px) {
  .usps .usps__item .usps__icon {
    width: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .usps .usps__item .usps__icon {
    width: 80px;
  }
}
.usps .usps__item a h3:hover {
  color: #e4002b;
}
.usps .usps__item h3 {
  margin-top: 1rem;
  font-size: 0.875rem;
  -webkit-transition: color 200ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: color 200ms cubic-bezier(0.2, 0.79, 0.44, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media print, screen and (min-width: 40em) {
  .usps .usps__item h3 {
    /*
    check if we need to do some calculations, we don't need a calculation if the min and max values are the same.
    */
    font-size: calc(17.75px + 2.25 * ((100vw - 640px) / 860));
  }
}
@media screen and (min-width: 40em) and (max-width: 640px) {
  .usps .usps__item h3 {
    font-size: 17.75px;
  }
}
@media screen and (min-width: 40em) and (min-width: 1500px) {
  .usps .usps__item h3 {
    font-size: 20px;
  }
}
.usps .usps__item p {
  margin-top: 0;
}

.calendar-popup {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  margin-top: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  max-width: calc(100vw - 80px);
}

.react-calendar {
  width: 350px;
  max-width: 100%;
  border: none;
  font-family: inherit;
  border-radius: 0.375rem;
}

.react-calendar__tile:disabled {
  cursor: default;
}

.react-calendar__tile:hover {
  border-radius: 0.375rem;
}

.react-calendar__tile--active {
  background: #070247 !important;
  color: #fff !important;
  border-radius: 0.375rem;
}
.react-calendar__tile--active:disabled {
  opacity: 0.8;
}

.react-calendar__tile--now {
  background: #e4002b !important;
  color: #fff !important;
  border-radius: 0.375rem;
}
.react-calendar__tile--now:disabled {
  opacity: 0.8;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #070247;
}

.react-calendar__tile--now {
  background: #e0e7ff;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #eff6ff;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #eff6ff;
}

/* Making the calendar responsive */
@media screen and (max-width: 480px) {
  .react-calendar {
    width: 300px;
  }
}
.cookieconsent-block {
  display: none;
}

.cookieconsent-message {
  display: block;
  border: 2px dashed #ededed;
  padding: 20px;
}

.cookieconsent-statistics-ok .cookieconsent-block--statistics {
  display: block;
}
.cookieconsent-statistics-ok .cookieconsent-message--statistics {
  display: none;
}

.cookieconsent-marketing-ok .cookieconsent-block--marketing {
  display: block;
}
.cookieconsent-marketing-ok .cookieconsent-message--marketing {
  display: none;
}

.cookieconsent-preferences-ok .cookieconsent-block--preferences {
  display: block;
}
.cookieconsent-preferences-ok .cookieconsent-message--preferences {
  display: none;
}

.cookieconsent {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: arial;
  color: #000;
}
.cookieconsent .cookieconsent__content__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.cookieconsent .cookieconsent__content__check .cookieconsent__alwayson {
  padding-left: 10px;
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 26px;
  margin-bottom: 0;
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox input {
  position: absolute;
  opacity: 0;
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox input:checked + .cookieconsent__checkbox__slider {
  background-color: #66A121;
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox input:checked + .cookieconsent__checkbox__slider:before {
  left: calc(100% - 16px);
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox input:focus + .cookieconsent__checkbox__slider {
  outline: rgba(0, 103, 244, 0.247);
  outline-style: auto;
  outline-width: 5px;
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox input:disabled + .cookieconsent__checkbox__slider {
  background-color: #8EBF43;
  opacity: 0.5;
  cursor: not-allowed;
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox .cookieconsent__checkbox__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D90A0A;
  border-radius: 3px;
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox .cookieconsent__checkbox__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: #FFFFFF;
  border-radius: 3px;
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox .cookieconsent__checkbox__slider__on,
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox .cookieconsent__checkbox__slider__off {
  color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  font-size: 14px;
  text-transform: uppercase;
  top: 50%;
  display: none;
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox .cookieconsent__checkbox__slider__on {
  left: 40%;
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox .cookieconsent__checkbox__slider__off {
  display: inline-block;
  left: 60%;
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox input:checked + .cookieconsent__checkbox__slider .cookieconsent__checkbox__slider__on {
  display: block;
}
.cookieconsent .cookieconsent__content__check .cookieconsent__checkbox input:checked + .cookieconsent__checkbox__slider .cookieconsent__checkbox__slider__off {
  display: none;
}
.cookieconsent .cookieconsent__popup {
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999999;
  padding: 15px;
}
.cookieconsent .cookieconsent__popup .cookieconsent__dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #D90A0A;
  text-indent: -9999px;
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  margin-left: 10px;
  margin-right: -5px;
}
.cookieconsent .cookieconsent__popup .cookieconsent__dot.cookieconsent__tabs__tab__dot--active {
  background-color: #66A121;
}
.cookieconsent .cookieconsent__popup .cookieconsent__button {
  font-size: 14px;
}
.cookieconsent .cookieconsent__popup .cookieconsent__button.cookieconsent__button--refuse {
  margin-right: 10px;
}
.cookieconsent .cookieconsent__popup .cookieconsent__popup__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
  cursor: pointer;
}
.cookieconsent .cookieconsent__popup .cookieconsent__popup__modal {
  background-color: #FFF;
  border-radius: 3px;
  position: relative;
}
.cookieconsent .cookieconsent__popup .cookieconsent__popup__title {
  padding: 24px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #E7ECF1;
}
.cookieconsent .cookieconsent__popup .cookieconsent__tabs {
  display: none;
  border: 1px solid #E7ECF1;
  border-width: 1px 0;
}
.cookieconsent .cookieconsent__popup .cookieconsent__tabs .cookieconsent__tabs__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 14px;
  border: none;
  border-left: 1px solid #E7ECF1;
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
}
.cookieconsent .cookieconsent__popup .cookieconsent__tabs .cookieconsent__tabs__tab.cookieconsent__tabs__tab--active {
  background-color: #F3F6F9;
}
.cookieconsent .cookieconsent__popup .cookieconsent__tabs .cookieconsent__tabs__tab:first-child {
  border: none;
}
@media (min-width: 42.5em) {
  .cookieconsent .cookieconsent__popup .cookieconsent__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cookieconsent .cookieconsent__popup .cookieconsent__tabs .cookieconsent__tabs__tab {
    padding: 18px 0;
  }
}
.cookieconsent .cookieconsent__popup .cookieconsent__content {
  max-height: 60vh;
  overflow-y: scroll;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item {
  display: block;
  border-bottom: 1px solid #E7ECF1;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item:last-child {
  border-bottom: 0;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item .cookieconsent__content__top {
  font-weight: bold;
  cursor: pointer;
  padding: 20px 24px 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item .cookieconsent__content__top .cookieconsent__content__top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item .cookieconsent__content__top .cookieconsent__icon {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  margin-left: 5px;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item .cookieconsent__content__top .cookieconsent__dot {
  margin-left: 0;
  margin-right: 8px;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item .cookieconsent__content__wrap {
  display: none;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item p {
  margin: 0;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item .cookieconsent__content__text {
  line-height: 1.5;
  padding: 0 24px 20px 24px;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item.cookieconsent__content__item--active {
  display: block;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item.cookieconsent__content__item--active .cookieconsent__content__wrap {
  display: block;
}
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item.cookieconsent__content__item--active .cookieconsent__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 42.5em) {
  .cookieconsent .cookieconsent__popup .cookieconsent__content {
    overflow: visible;
  }
  .cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item {
    height: 250px;
    padding: 30px 40px 30px 40px;
    overflow-y: auto;
    display: none;
    background-color: #F3F6F9;
  }
  .cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item .cookieconsent__content__top {
    border: none;
    margin-bottom: 20px;
    padding: 0;
    cursor: inherit;
  }
  .cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item .cookieconsent__content__top .cookieconsent__dot,
.cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item .cookieconsent__content__top .cookieconsent__icon {
    display: none;
  }
  .cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__item .cookieconsent__content__text {
    padding: 0;
  }
  .cookieconsent .cookieconsent__popup .cookieconsent__content .cookieconsent__content__wrap {
    display: block;
  }
}
.cookieconsent .cookieconsent__popup .cookieconsent__popup__bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #E7ECF1;
}
@media (min-width: 42.5em) {
  .cookieconsent .cookieconsent__popup .cookieconsent__popup__modal {
    max-width: 702px;
  }
  .cookieconsent .cookieconsent__popup .cookieconsent__popup__title {
    padding: 30px 25px;
    border: none;
  }
}
.cookieconsent .cookieconsent__cookiebar {
  width: 100%;
  background-color: #F3F6F9;
  font-size: 15px;
  position: relative;
}
.cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner {
  margin: 0 auto;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 15px 20px 15px;
}
.cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner .cookieconsent__cookiebar__buttons {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner .cookieconsent__cookiebar__link {
  text-decoration: none;
  color: #000;
}
.cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner .cookieconsent__cookiebar__link:hover {
  text-decoration: underline;
}
.cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner .cookieconsent__cookiebar__button {
  margin-left: 30px;
}
.cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.cookieconsent .cookieconsent__cookiebar.cookieconsent__cookiebar--fixed-top {
  top: 0;
}
.cookieconsent .cookieconsent__cookiebar.cookieconsent__cookiebar--fixed-bottom {
  bottom: 0;
}
.cookieconsent .cookieconsent__cookiebar.cookieconsent__cookiebar--fixed-top, .cookieconsent .cookieconsent__cookiebar.cookieconsent__cookiebar--fixed-bottom {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  left: 0;
  position: fixed;
}
@media (min-width: 42.5em) {
  .cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 15px;
  }
  .cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner .cookieconsent__cookiebar__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0 30px;
  }
  .cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner .cookieconsent__cookiebar__buttons .cookieconsent__cookiebar__button {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 64em) {
  .cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner {
    padding: 22px 15px;
  }
  .cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner .cookieconsent__cookiebar__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 80px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner .cookieconsent__cookiebar__buttons .cookieconsent__cookiebar__button {
    margin: 0 0 0 30px;
  }
}
.cookieconsent .cookieconsent__button {
  border: none;
  border-radius: 2.7px;
  padding: 9px 12px;
  color: #FFF;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: inherit;
}
.cookieconsent .cookieconsent__button.cookieconsent__button--accept {
  background-color: #66A121;
}
.cookieconsent .cookieconsent__button.cookieconsent__button--refuse {
  background-color: #7F92A6;
}
@media (min-width: 42.5em) {
  .cookieconsent .cookieconsent__button {
    padding: 13px 16px;
    border: 2px solid transparent;
    -webkit-transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
    transition: all 300ms cubic-bezier(0.2, 0.79, 0.44, 1);
  }
  .cookieconsent .cookieconsent__button.cookieconsent__button--accept:hover {
    background-color: #598c1d;
  }
  .cookieconsent .cookieconsent__button.cookieconsent__button--refuse:hover {
    background-color: #70859c;
  }
}
.cookieconsent .cookieconsent__icon.cookieconsent__icon--arrow-down:before {
  content: url(/assets/fonts/cd90a7ab.arrow-down.svg);
}
.cookieconsent .cookieconsent__icon.cookieconsent__icon--arrow-right:before {
  content: url(/assets/fonts/ec271fc6.arrow-right.svg);
}
.cookieconsent * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.cookieconsent .cookieconsent__textbold {
  font-weight: bold;
}

.cookieconsent-block {
  display: none;
}

.cookieconsent-message {
  display: block;
  border: 2px dashed #070247;
  padding: 1rem;
  text-align: center;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .cookieconsent-message {
    padding: 3rem;
  }
}

.cookieconsent {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  color: #070247;
}
.cookieconsent .cookieconsent__cookiebar {
  background-color: #fff;
}
.cookieconsent .cookieconsent__cookiebar.cookieconsent__cookiebar--fixed-bottom {
  -webkit-box-shadow: 0 -1px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 40px rgba(0, 0, 0, 0.1);
}
.cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner .cookieconsent__cookiebar__link {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  color: #070247;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.cookieconsent .cookieconsent__cookiebar .cookieconsent__cookiebar__inner .cookieconsent__cookiebar__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.cookieconsent .cookieconsent__button {
  font-family: "Poppins", "Helvetice Neue", Arial, sans-serif;
  border-radius: 6px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.cookieconsent .cookieconsent__button.cookieconsent__button--refuse {
  background-color: #e7e9ec;
  color: #070247;
}
.cookieconsent .cookieconsent__button.cookieconsent__button--refuse:hover {
  background-color: #d9dde0;
}
.cookieconsent .cookieconsent__button.cookieconsent__button--accept {
  background-color: #070247;
}
.cookieconsent .cookieconsent__button.cookieconsent__button--accept:hover {
  background-color: #020115;
}

body.no-scroll {
  overflow: hidden;
}

.page-container {
  max-width: 1600px;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .page-container {
    padding: 0 1rem;
  }
}

.vdp-datepicker__calendar .cell {
  border-radius: 4px;
}

.vdp-datepicker__calendar .cell.selected {
  background-color: #00d2b5 !important;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border-color: #00d2b5 !important;
}

.honypot {
  display: none;
}

/* Sulu honeypot field */
.honung {
  display: none;
}

#chat-application-iframe {
  display: none;
}
@media print, screen and (min-width: 64em) {
  #chat-application-iframe {
    display: block;
  }
}

body {
  overflow-x: hidden;
}

.noscroll {
  overflow: hidden;
  position: fixed;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  border-radius: 0.5rem;
  overflow: hidden;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.pr1 {
  padding-right: 1rem !important;
}

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

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

.vacancy-form-anchor {
  display: block;
  position: relative;
  top: -100px;
}

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