<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --bestel-primary-color: #3e0a4f;
  --bestel-secondary-color: #ff8f00;
  --bestel-conversion-color: #ff8f00;
  --bestel-conversion-color-dark: #e48102;
  --bestel-success-color: #43AC6A;
  --bestel-warning-color: #bd1c1c;
  --bestel-border-color: rgba(62, 10, 79, 0.1);
  --bestel-bg-color: #fff;
  --bestel-black: #000000;
  --bestel-white: #ffffff;
}

[data-class="itix-orders"] .borderedbox, [data-class="itix-orders"] .borderedbox.cart-coupon .form button, [data-class="itix-orders"] .order-intro .contentholder, [data-class="itix-orders"] .order-history-item .contentholder, [data-class="itix-orders"] .order-serie-item .contentholder, [data-class="itix-orders"] .navblock, [data-class="itix-orders"] button, [data-class="itix-orders"] a.button, [data-class="itix-orders"] button.selected, [data-class="itix-orders"] a.button.selected, [data-class="itix-orders"] button.primary, [data-class="itix-orders"] a.button.primary, [data-class="itix-orders"] button.secondary, [data-class="itix-orders"] a.button.secondary, [data-class="itix-orders"] button.conversion, [data-class="itix-orders"] a.button.conversion, [data-class="itix-orders"] button.theatre, [data-class="itix-orders"] a.button.theatre, [data-class="itix-orders"] button.cinema, [data-class="itix-orders"] a.button.cinema {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

[data-class="itix-orders"] p.note, [data-class="itix-orders"] span.box-title, [data-class="itix-orders"] .borderedbox div.details span, [data-class="itix-orders"] .borderedbox.mainamount .mainamount-buttons, [data-class="itix-orders"] .borderedbox.arrangement-block-holder .show.arrangement, [data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement, [data-class="itix-orders"] .borderedbox.waitinglist form, [data-class="itix-orders"] .borderedbox.order-queue form, [data-class="itix-orders"] .borderedbox.cart-coupon .form, body.page-cart [data-class="itix-orders"] .cart-totals, body.page-betaalmethode [data-class="itix-orders"] .cart-totals {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  width: 100%;
}

[data-class="itix-orders"] .ordersteps, [data-class="itix-orders"] [data-hook="installment-dates"], [data-class="itix-orders"] .seatselection #legend, [data-class="itix-orders"] .usps, [data-class="itix-orders"] .ordersteps &gt; ul, [data-class="itix-orders"] [data-hook="installment-dates"] &gt; ul, [data-class="itix-orders"] .seatselection #legend &gt; ul, [data-class="itix-orders"] .usps &gt; ul, [data-class="itix-orders"] .ordersteps &gt; ul &gt; li, [data-class="itix-orders"] [data-hook="installment-dates"] &gt; ul &gt; li, [data-class="itix-orders"] .seatselection #legend &gt; ul &gt; li, [data-class="itix-orders"] .usps &gt; ul &gt; li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 39.9375em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40em)/";
  width: 40em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40em) and (max-width:63.9375em)/";
  width: 40em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64em) and (max-width:89.9375em)/";
  width: 64em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90em)/";
  width: 90em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90em) and (max-width:119.9375em)/";
  width: 90em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120em)/";
  width: 120em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #333333;
  cursor: auto;
  font-family: "GT Flexa Light", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 200%;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 67.5rem;
  width: 100%;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse &gt; .column,
.row.collapse &gt; .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse &gt; .column,
  .row.small-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse &gt; .column,
  .row.small-uncollapse &gt; .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
}

@media only screen and (min-width: 40em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse &gt; .column,
  .row.medium-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse &gt; .column,
  .row.medium-uncollapse &gt; .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 64em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse &gt; .column,
  .row.large-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse &gt; .column,
  .row.large-uncollapse &gt; .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 90em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse &gt; .column,
  .row.xlarge-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse &gt; .column,
  .row.xlarge-uncollapse &gt; .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
}

@media only screen and (min-width: 120em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse &gt; .column,
  .row.xxlarge-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse &gt; .column,
  .row.xxlarge-uncollapse &gt; .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 40em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 64em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 90em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

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

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] &gt; li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 &gt; li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 &gt; li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-1 &gt; li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .small-block-grid-2 &gt; li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 &gt; li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-2 &gt; li:nth-of-type(2n+1) {
    padding-left: 0rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-2 &gt; li:nth-of-type(2n) {
    padding-left: 0.625rem;
    padding-right: 0rem;
  }
  .small-block-grid-3 &gt; li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 &gt; li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-3 &gt; li:nth-of-type(3n+1) {
    padding-left: 0rem;
    padding-right: 0.8333333333rem;
  }
  .small-block-grid-3 &gt; li:nth-of-type(3n+2) {
    padding-left: 0.4166666667rem;
    padding-right: 0.4166666667rem;
  }
  .small-block-grid-3 &gt; li:nth-of-type(3n) {
    padding-left: 0.8333333333rem;
    padding-right: 0rem;
  }
  .small-block-grid-4 &gt; li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 &gt; li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-4 &gt; li:nth-of-type(4n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  .small-block-grid-4 &gt; li:nth-of-type(4n+2) {
    padding-left: 0.3125rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-4 &gt; li:nth-of-type(4n+3) {
    padding-left: 0.625rem;
    padding-right: 0.3125rem;
  }
  .small-block-grid-4 &gt; li:nth-of-type(4n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }
  .small-block-grid-5 &gt; li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 &gt; li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-5 &gt; li:nth-of-type(5n+1) {
    padding-left: 0rem;
    padding-right: 1rem;
  }
  .small-block-grid-5 &gt; li:nth-of-type(5n+2) {
    padding-left: 0.25rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-5 &gt; li:nth-of-type(5n+3) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-5 &gt; li:nth-of-type(5n+4) {
    padding-left: 0.75rem;
    padding-right: 0.25rem;
  }
  .small-block-grid-5 &gt; li:nth-of-type(5n) {
    padding-left: 1rem;
    padding-right: 0rem;
  }
  .small-block-grid-6 &gt; li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 &gt; li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-6 &gt; li:nth-of-type(6n+1) {
    padding-left: 0rem;
    padding-right: 1.0416666667rem;
  }
  .small-block-grid-6 &gt; li:nth-of-type(6n+2) {
    padding-left: 0.2083333333rem;
    padding-right: 0.8333333333rem;
  }
  .small-block-grid-6 &gt; li:nth-of-type(6n+3) {
    padding-left: 0.4166666667rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-6 &gt; li:nth-of-type(6n+4) {
    padding-left: 0.625rem;
    padding-right: 0.4166666667rem;
  }
  .small-block-grid-6 &gt; li:nth-of-type(6n+5) {
    padding-left: 0.8333333333rem;
    padding-right: 0.2083333333rem;
  }
  .small-block-grid-6 &gt; li:nth-of-type(6n) {
    padding-left: 1.0416666667rem;
    padding-right: 0rem;
  }
  .small-block-grid-7 &gt; li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 &gt; li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-7 &gt; li:nth-of-type(7n+1) {
    padding-left: 0rem;
    padding-right: 1.0714285714rem;
  }
  .small-block-grid-7 &gt; li:nth-of-type(7n+2) {
    padding-left: 0.1785714286rem;
    padding-right: 0.8928571429rem;
  }
  .small-block-grid-7 &gt; li:nth-of-type(7n+3) {
    padding-left: 0.3571428571rem;
    padding-right: 0.7142857143rem;
  }
  .small-block-grid-7 &gt; li:nth-of-type(7n+4) {
    padding-left: 0.5357142857rem;
    padding-right: 0.5357142857rem;
  }
  .small-block-grid-7 &gt; li:nth-of-type(7n+5) {
    padding-left: 0.7142857143rem;
    padding-right: 0.3571428571rem;
  }
  .small-block-grid-7 &gt; li:nth-of-type(7n+6) {
    padding-left: 0.8928571429rem;
    padding-right: 0.1785714286rem;
  }
  .small-block-grid-7 &gt; li:nth-of-type(7n) {
    padding-left: 1.0714285714rem;
    padding-right: 0rem;
  }
  .small-block-grid-8 &gt; li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 &gt; li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-8 &gt; li:nth-of-type(8n+1) {
    padding-left: 0rem;
    padding-right: 1.09375rem;
  }
  .small-block-grid-8 &gt; li:nth-of-type(8n+2) {
    padding-left: 0.15625rem;
    padding-right: 0.9375rem;
  }
  .small-block-grid-8 &gt; li:nth-of-type(8n+3) {
    padding-left: 0.3125rem;
    padding-right: 0.78125rem;
  }
  .small-block-grid-8 &gt; li:nth-of-type(8n+4) {
    padding-left: 0.46875rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-8 &gt; li:nth-of-type(8n+5) {
    padding-left: 0.625rem;
    padding-right: 0.46875rem;
  }
  .small-block-grid-8 &gt; li:nth-of-type(8n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.3125rem;
  }
  .small-block-grid-8 &gt; li:nth-of-type(8n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.15625rem;
  }
  .small-block-grid-8 &gt; li:nth-of-type(8n) {
    padding-left: 1.09375rem;
    padding-right: 0rem;
  }
  .small-block-grid-9 &gt; li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 &gt; li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-9 &gt; li:nth-of-type(9n+1) {
    padding-left: 0rem;
    padding-right: 1.1111111111rem;
  }
  .small-block-grid-9 &gt; li:nth-of-type(9n+2) {
    padding-left: 0.1388888889rem;
    padding-right: 0.9722222222rem;
  }
  .small-block-grid-9 &gt; li:nth-of-type(9n+3) {
    padding-left: 0.2777777778rem;
    padding-right: 0.8333333333rem;
  }
  .small-block-grid-9 &gt; li:nth-of-type(9n+4) {
    padding-left: 0.4166666667rem;
    padding-right: 0.6944444444rem;
  }
  .small-block-grid-9 &gt; li:nth-of-type(9n+5) {
    padding-left: 0.5555555556rem;
    padding-right: 0.5555555556rem;
  }
  .small-block-grid-9 &gt; li:nth-of-type(9n+6) {
    padding-left: 0.6944444444rem;
    padding-right: 0.4166666667rem;
  }
  .small-block-grid-9 &gt; li:nth-of-type(9n+7) {
    padding-left: 0.8333333333rem;
    padding-right: 0.2777777778rem;
  }
  .small-block-grid-9 &gt; li:nth-of-type(9n+8) {
    padding-left: 0.9722222222rem;
    padding-right: 0.1388888889rem;
  }
  .small-block-grid-9 &gt; li:nth-of-type(9n) {
    padding-left: 1.1111111111rem;
    padding-right: 0rem;
  }
  .small-block-grid-10 &gt; li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 &gt; li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-10 &gt; li:nth-of-type(10n+1) {
    padding-left: 0rem;
    padding-right: 1.125rem;
  }
  .small-block-grid-10 &gt; li:nth-of-type(10n+2) {
    padding-left: 0.125rem;
    padding-right: 1rem;
  }
  .small-block-grid-10 &gt; li:nth-of-type(10n+3) {
    padding-left: 0.25rem;
    padding-right: 0.875rem;
  }
  .small-block-grid-10 &gt; li:nth-of-type(10n+4) {
    padding-left: 0.375rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-10 &gt; li:nth-of-type(10n+5) {
    padding-left: 0.5rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-10 &gt; li:nth-of-type(10n+6) {
    padding-left: 0.625rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-10 &gt; li:nth-of-type(10n+7) {
    padding-left: 0.75rem;
    padding-right: 0.375rem;
  }
  .small-block-grid-10 &gt; li:nth-of-type(10n+8) {
    padding-left: 0.875rem;
    padding-right: 0.25rem;
  }
  .small-block-grid-10 &gt; li:nth-of-type(10n+9) {
    padding-left: 1rem;
    padding-right: 0.125rem;
  }
  .small-block-grid-10 &gt; li:nth-of-type(10n) {
    padding-left: 1.125rem;
    padding-right: 0rem;
  }
  .small-block-grid-11 &gt; li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n+1) {
    padding-left: 0rem;
    padding-right: 1.1363636364rem;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n+2) {
    padding-left: 0.1136363636rem;
    padding-right: 1.0227272727rem;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n+3) {
    padding-left: 0.2272727273rem;
    padding-right: 0.9090909091rem;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n+4) {
    padding-left: 0.3409090909rem;
    padding-right: 0.7954545455rem;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n+5) {
    padding-left: 0.4545454545rem;
    padding-right: 0.6818181818rem;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n+6) {
    padding-left: 0.5681818182rem;
    padding-right: 0.5681818182rem;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n+7) {
    padding-left: 0.6818181818rem;
    padding-right: 0.4545454545rem;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n+8) {
    padding-left: 0.7954545455rem;
    padding-right: 0.3409090909rem;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n+9) {
    padding-left: 0.9090909091rem;
    padding-right: 0.2272727273rem;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n+10) {
    padding-left: 1.0227272727rem;
    padding-right: 0.1136363636rem;
  }
  .small-block-grid-11 &gt; li:nth-of-type(11n) {
    padding-left: 1.1363636364rem;
    padding-right: 0rem;
  }
  .small-block-grid-12 &gt; li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+1) {
    clear: both;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+1) {
    padding-left: 0rem;
    padding-right: 1.1458333333rem;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+2) {
    padding-left: 0.1041666667rem;
    padding-right: 1.0416666667rem;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+3) {
    padding-left: 0.2083333333rem;
    padding-right: 0.9375rem;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+4) {
    padding-left: 0.3125rem;
    padding-right: 0.8333333333rem;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+5) {
    padding-left: 0.4166666667rem;
    padding-right: 0.7291666667rem;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+6) {
    padding-left: 0.5208333333rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+7) {
    padding-left: 0.625rem;
    padding-right: 0.5208333333rem;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+8) {
    padding-left: 0.7291666667rem;
    padding-right: 0.4166666667rem;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+9) {
    padding-left: 0.8333333333rem;
    padding-right: 0.3125rem;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+10) {
    padding-left: 0.9375rem;
    padding-right: 0.2083333333rem;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n+11) {
    padding-left: 1.0416666667rem;
    padding-right: 0.1041666667rem;
  }
  .small-block-grid-12 &gt; li:nth-of-type(12n) {
    padding-left: 1.1458333333rem;
    padding-right: 0rem;
  }
}

@media only screen and (min-width: 40em) {
  .medium-block-grid-1 &gt; li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 &gt; li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-1 &gt; li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .medium-block-grid-2 &gt; li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 &gt; li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-2 &gt; li:nth-of-type(2n+1) {
    padding-left: 0rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-2 &gt; li:nth-of-type(2n) {
    padding-left: 0.625rem;
    padding-right: 0rem;
  }
  .medium-block-grid-3 &gt; li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 &gt; li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-3 &gt; li:nth-of-type(3n+1) {
    padding-left: 0rem;
    padding-right: 0.8333333333rem;
  }
  .medium-block-grid-3 &gt; li:nth-of-type(3n+2) {
    padding-left: 0.4166666667rem;
    padding-right: 0.4166666667rem;
  }
  .medium-block-grid-3 &gt; li:nth-of-type(3n) {
    padding-left: 0.8333333333rem;
    padding-right: 0rem;
  }
  .medium-block-grid-4 &gt; li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 &gt; li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-4 &gt; li:nth-of-type(4n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  .medium-block-grid-4 &gt; li:nth-of-type(4n+2) {
    padding-left: 0.3125rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-4 &gt; li:nth-of-type(4n+3) {
    padding-left: 0.625rem;
    padding-right: 0.3125rem;
  }
  .medium-block-grid-4 &gt; li:nth-of-type(4n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }
  .medium-block-grid-5 &gt; li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 &gt; li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-5 &gt; li:nth-of-type(5n+1) {
    padding-left: 0rem;
    padding-right: 1rem;
  }
  .medium-block-grid-5 &gt; li:nth-of-type(5n+2) {
    padding-left: 0.25rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-5 &gt; li:nth-of-type(5n+3) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-5 &gt; li:nth-of-type(5n+4) {
    padding-left: 0.75rem;
    padding-right: 0.25rem;
  }
  .medium-block-grid-5 &gt; li:nth-of-type(5n) {
    padding-left: 1rem;
    padding-right: 0rem;
  }
  .medium-block-grid-6 &gt; li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 &gt; li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-6 &gt; li:nth-of-type(6n+1) {
    padding-left: 0rem;
    padding-right: 1.0416666667rem;
  }
  .medium-block-grid-6 &gt; li:nth-of-type(6n+2) {
    padding-left: 0.2083333333rem;
    padding-right: 0.8333333333rem;
  }
  .medium-block-grid-6 &gt; li:nth-of-type(6n+3) {
    padding-left: 0.4166666667rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-6 &gt; li:nth-of-type(6n+4) {
    padding-left: 0.625rem;
    padding-right: 0.4166666667rem;
  }
  .medium-block-grid-6 &gt; li:nth-of-type(6n+5) {
    padding-left: 0.8333333333rem;
    padding-right: 0.2083333333rem;
  }
  .medium-block-grid-6 &gt; li:nth-of-type(6n) {
    padding-left: 1.0416666667rem;
    padding-right: 0rem;
  }
  .medium-block-grid-7 &gt; li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 &gt; li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-7 &gt; li:nth-of-type(7n+1) {
    padding-left: 0rem;
    padding-right: 1.0714285714rem;
  }
  .medium-block-grid-7 &gt; li:nth-of-type(7n+2) {
    padding-left: 0.1785714286rem;
    padding-right: 0.8928571429rem;
  }
  .medium-block-grid-7 &gt; li:nth-of-type(7n+3) {
    padding-left: 0.3571428571rem;
    padding-right: 0.7142857143rem;
  }
  .medium-block-grid-7 &gt; li:nth-of-type(7n+4) {
    padding-left: 0.5357142857rem;
    padding-right: 0.5357142857rem;
  }
  .medium-block-grid-7 &gt; li:nth-of-type(7n+5) {
    padding-left: 0.7142857143rem;
    padding-right: 0.3571428571rem;
  }
  .medium-block-grid-7 &gt; li:nth-of-type(7n+6) {
    padding-left: 0.8928571429rem;
    padding-right: 0.1785714286rem;
  }
  .medium-block-grid-7 &gt; li:nth-of-type(7n) {
    padding-left: 1.0714285714rem;
    padding-right: 0rem;
  }
  .medium-block-grid-8 &gt; li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 &gt; li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-8 &gt; li:nth-of-type(8n+1) {
    padding-left: 0rem;
    padding-right: 1.09375rem;
  }
  .medium-block-grid-8 &gt; li:nth-of-type(8n+2) {
    padding-left: 0.15625rem;
    padding-right: 0.9375rem;
  }
  .medium-block-grid-8 &gt; li:nth-of-type(8n+3) {
    padding-left: 0.3125rem;
    padding-right: 0.78125rem;
  }
  .medium-block-grid-8 &gt; li:nth-of-type(8n+4) {
    padding-left: 0.46875rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-8 &gt; li:nth-of-type(8n+5) {
    padding-left: 0.625rem;
    padding-right: 0.46875rem;
  }
  .medium-block-grid-8 &gt; li:nth-of-type(8n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.3125rem;
  }
  .medium-block-grid-8 &gt; li:nth-of-type(8n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.15625rem;
  }
  .medium-block-grid-8 &gt; li:nth-of-type(8n) {
    padding-left: 1.09375rem;
    padding-right: 0rem;
  }
  .medium-block-grid-9 &gt; li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 &gt; li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-9 &gt; li:nth-of-type(9n+1) {
    padding-left: 0rem;
    padding-right: 1.1111111111rem;
  }
  .medium-block-grid-9 &gt; li:nth-of-type(9n+2) {
    padding-left: 0.1388888889rem;
    padding-right: 0.9722222222rem;
  }
  .medium-block-grid-9 &gt; li:nth-of-type(9n+3) {
    padding-left: 0.2777777778rem;
    padding-right: 0.8333333333rem;
  }
  .medium-block-grid-9 &gt; li:nth-of-type(9n+4) {
    padding-left: 0.4166666667rem;
    padding-right: 0.6944444444rem;
  }
  .medium-block-grid-9 &gt; li:nth-of-type(9n+5) {
    padding-left: 0.5555555556rem;
    padding-right: 0.5555555556rem;
  }
  .medium-block-grid-9 &gt; li:nth-of-type(9n+6) {
    padding-left: 0.6944444444rem;
    padding-right: 0.4166666667rem;
  }
  .medium-block-grid-9 &gt; li:nth-of-type(9n+7) {
    padding-left: 0.8333333333rem;
    padding-right: 0.2777777778rem;
  }
  .medium-block-grid-9 &gt; li:nth-of-type(9n+8) {
    padding-left: 0.9722222222rem;
    padding-right: 0.1388888889rem;
  }
  .medium-block-grid-9 &gt; li:nth-of-type(9n) {
    padding-left: 1.1111111111rem;
    padding-right: 0rem;
  }
  .medium-block-grid-10 &gt; li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(10n+1) {
    padding-left: 0rem;
    padding-right: 1.125rem;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(10n+2) {
    padding-left: 0.125rem;
    padding-right: 1rem;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(10n+3) {
    padding-left: 0.25rem;
    padding-right: 0.875rem;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(10n+4) {
    padding-left: 0.375rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(10n+5) {
    padding-left: 0.5rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(10n+6) {
    padding-left: 0.625rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(10n+7) {
    padding-left: 0.75rem;
    padding-right: 0.375rem;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(10n+8) {
    padding-left: 0.875rem;
    padding-right: 0.25rem;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(10n+9) {
    padding-left: 1rem;
    padding-right: 0.125rem;
  }
  .medium-block-grid-10 &gt; li:nth-of-type(10n) {
    padding-left: 1.125rem;
    padding-right: 0rem;
  }
  .medium-block-grid-11 &gt; li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n+1) {
    padding-left: 0rem;
    padding-right: 1.1363636364rem;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n+2) {
    padding-left: 0.1136363636rem;
    padding-right: 1.0227272727rem;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n+3) {
    padding-left: 0.2272727273rem;
    padding-right: 0.9090909091rem;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n+4) {
    padding-left: 0.3409090909rem;
    padding-right: 0.7954545455rem;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n+5) {
    padding-left: 0.4545454545rem;
    padding-right: 0.6818181818rem;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n+6) {
    padding-left: 0.5681818182rem;
    padding-right: 0.5681818182rem;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n+7) {
    padding-left: 0.6818181818rem;
    padding-right: 0.4545454545rem;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n+8) {
    padding-left: 0.7954545455rem;
    padding-right: 0.3409090909rem;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n+9) {
    padding-left: 0.9090909091rem;
    padding-right: 0.2272727273rem;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n+10) {
    padding-left: 1.0227272727rem;
    padding-right: 0.1136363636rem;
  }
  .medium-block-grid-11 &gt; li:nth-of-type(11n) {
    padding-left: 1.1363636364rem;
    padding-right: 0rem;
  }
  .medium-block-grid-12 &gt; li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+1) {
    clear: both;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+1) {
    padding-left: 0rem;
    padding-right: 1.1458333333rem;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+2) {
    padding-left: 0.1041666667rem;
    padding-right: 1.0416666667rem;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+3) {
    padding-left: 0.2083333333rem;
    padding-right: 0.9375rem;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+4) {
    padding-left: 0.3125rem;
    padding-right: 0.8333333333rem;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+5) {
    padding-left: 0.4166666667rem;
    padding-right: 0.7291666667rem;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+6) {
    padding-left: 0.5208333333rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+7) {
    padding-left: 0.625rem;
    padding-right: 0.5208333333rem;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+8) {
    padding-left: 0.7291666667rem;
    padding-right: 0.4166666667rem;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+9) {
    padding-left: 0.8333333333rem;
    padding-right: 0.3125rem;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+10) {
    padding-left: 0.9375rem;
    padding-right: 0.2083333333rem;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n+11) {
    padding-left: 1.0416666667rem;
    padding-right: 0.1041666667rem;
  }
  .medium-block-grid-12 &gt; li:nth-of-type(12n) {
    padding-left: 1.1458333333rem;
    padding-right: 0rem;
  }
}

@media only screen and (min-width: 64em) {
  .large-block-grid-1 &gt; li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 &gt; li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-1 &gt; li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .large-block-grid-2 &gt; li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 &gt; li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-2 &gt; li:nth-of-type(2n+1) {
    padding-left: 0rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-2 &gt; li:nth-of-type(2n) {
    padding-left: 0.625rem;
    padding-right: 0rem;
  }
  .large-block-grid-3 &gt; li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 &gt; li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-3 &gt; li:nth-of-type(3n+1) {
    padding-left: 0rem;
    padding-right: 0.8333333333rem;
  }
  .large-block-grid-3 &gt; li:nth-of-type(3n+2) {
    padding-left: 0.4166666667rem;
    padding-right: 0.4166666667rem;
  }
  .large-block-grid-3 &gt; li:nth-of-type(3n) {
    padding-left: 0.8333333333rem;
    padding-right: 0rem;
  }
  .large-block-grid-4 &gt; li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 &gt; li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-4 &gt; li:nth-of-type(4n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  .large-block-grid-4 &gt; li:nth-of-type(4n+2) {
    padding-left: 0.3125rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-4 &gt; li:nth-of-type(4n+3) {
    padding-left: 0.625rem;
    padding-right: 0.3125rem;
  }
  .large-block-grid-4 &gt; li:nth-of-type(4n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }
  .large-block-grid-5 &gt; li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 &gt; li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-5 &gt; li:nth-of-type(5n+1) {
    padding-left: 0rem;
    padding-right: 1rem;
  }
  .large-block-grid-5 &gt; li:nth-of-type(5n+2) {
    padding-left: 0.25rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-5 &gt; li:nth-of-type(5n+3) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-5 &gt; li:nth-of-type(5n+4) {
    padding-left: 0.75rem;
    padding-right: 0.25rem;
  }
  .large-block-grid-5 &gt; li:nth-of-type(5n) {
    padding-left: 1rem;
    padding-right: 0rem;
  }
  .large-block-grid-6 &gt; li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 &gt; li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-6 &gt; li:nth-of-type(6n+1) {
    padding-left: 0rem;
    padding-right: 1.0416666667rem;
  }
  .large-block-grid-6 &gt; li:nth-of-type(6n+2) {
    padding-left: 0.2083333333rem;
    padding-right: 0.8333333333rem;
  }
  .large-block-grid-6 &gt; li:nth-of-type(6n+3) {
    padding-left: 0.4166666667rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-6 &gt; li:nth-of-type(6n+4) {
    padding-left: 0.625rem;
    padding-right: 0.4166666667rem;
  }
  .large-block-grid-6 &gt; li:nth-of-type(6n+5) {
    padding-left: 0.8333333333rem;
    padding-right: 0.2083333333rem;
  }
  .large-block-grid-6 &gt; li:nth-of-type(6n) {
    padding-left: 1.0416666667rem;
    padding-right: 0rem;
  }
  .large-block-grid-7 &gt; li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 &gt; li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-7 &gt; li:nth-of-type(7n+1) {
    padding-left: 0rem;
    padding-right: 1.0714285714rem;
  }
  .large-block-grid-7 &gt; li:nth-of-type(7n+2) {
    padding-left: 0.1785714286rem;
    padding-right: 0.8928571429rem;
  }
  .large-block-grid-7 &gt; li:nth-of-type(7n+3) {
    padding-left: 0.3571428571rem;
    padding-right: 0.7142857143rem;
  }
  .large-block-grid-7 &gt; li:nth-of-type(7n+4) {
    padding-left: 0.5357142857rem;
    padding-right: 0.5357142857rem;
  }
  .large-block-grid-7 &gt; li:nth-of-type(7n+5) {
    padding-left: 0.7142857143rem;
    padding-right: 0.3571428571rem;
  }
  .large-block-grid-7 &gt; li:nth-of-type(7n+6) {
    padding-left: 0.8928571429rem;
    padding-right: 0.1785714286rem;
  }
  .large-block-grid-7 &gt; li:nth-of-type(7n) {
    padding-left: 1.0714285714rem;
    padding-right: 0rem;
  }
  .large-block-grid-8 &gt; li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 &gt; li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-8 &gt; li:nth-of-type(8n+1) {
    padding-left: 0rem;
    padding-right: 1.09375rem;
  }
  .large-block-grid-8 &gt; li:nth-of-type(8n+2) {
    padding-left: 0.15625rem;
    padding-right: 0.9375rem;
  }
  .large-block-grid-8 &gt; li:nth-of-type(8n+3) {
    padding-left: 0.3125rem;
    padding-right: 0.78125rem;
  }
  .large-block-grid-8 &gt; li:nth-of-type(8n+4) {
    padding-left: 0.46875rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-8 &gt; li:nth-of-type(8n+5) {
    padding-left: 0.625rem;
    padding-right: 0.46875rem;
  }
  .large-block-grid-8 &gt; li:nth-of-type(8n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.3125rem;
  }
  .large-block-grid-8 &gt; li:nth-of-type(8n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.15625rem;
  }
  .large-block-grid-8 &gt; li:nth-of-type(8n) {
    padding-left: 1.09375rem;
    padding-right: 0rem;
  }
  .large-block-grid-9 &gt; li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 &gt; li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-9 &gt; li:nth-of-type(9n+1) {
    padding-left: 0rem;
    padding-right: 1.1111111111rem;
  }
  .large-block-grid-9 &gt; li:nth-of-type(9n+2) {
    padding-left: 0.1388888889rem;
    padding-right: 0.9722222222rem;
  }
  .large-block-grid-9 &gt; li:nth-of-type(9n+3) {
    padding-left: 0.2777777778rem;
    padding-right: 0.8333333333rem;
  }
  .large-block-grid-9 &gt; li:nth-of-type(9n+4) {
    padding-left: 0.4166666667rem;
    padding-right: 0.6944444444rem;
  }
  .large-block-grid-9 &gt; li:nth-of-type(9n+5) {
    padding-left: 0.5555555556rem;
    padding-right: 0.5555555556rem;
  }
  .large-block-grid-9 &gt; li:nth-of-type(9n+6) {
    padding-left: 0.6944444444rem;
    padding-right: 0.4166666667rem;
  }
  .large-block-grid-9 &gt; li:nth-of-type(9n+7) {
    padding-left: 0.8333333333rem;
    padding-right: 0.2777777778rem;
  }
  .large-block-grid-9 &gt; li:nth-of-type(9n+8) {
    padding-left: 0.9722222222rem;
    padding-right: 0.1388888889rem;
  }
  .large-block-grid-9 &gt; li:nth-of-type(9n) {
    padding-left: 1.1111111111rem;
    padding-right: 0rem;
  }
  .large-block-grid-10 &gt; li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 &gt; li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-10 &gt; li:nth-of-type(10n+1) {
    padding-left: 0rem;
    padding-right: 1.125rem;
  }
  .large-block-grid-10 &gt; li:nth-of-type(10n+2) {
    padding-left: 0.125rem;
    padding-right: 1rem;
  }
  .large-block-grid-10 &gt; li:nth-of-type(10n+3) {
    padding-left: 0.25rem;
    padding-right: 0.875rem;
  }
  .large-block-grid-10 &gt; li:nth-of-type(10n+4) {
    padding-left: 0.375rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-10 &gt; li:nth-of-type(10n+5) {
    padding-left: 0.5rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-10 &gt; li:nth-of-type(10n+6) {
    padding-left: 0.625rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-10 &gt; li:nth-of-type(10n+7) {
    padding-left: 0.75rem;
    padding-right: 0.375rem;
  }
  .large-block-grid-10 &gt; li:nth-of-type(10n+8) {
    padding-left: 0.875rem;
    padding-right: 0.25rem;
  }
  .large-block-grid-10 &gt; li:nth-of-type(10n+9) {
    padding-left: 1rem;
    padding-right: 0.125rem;
  }
  .large-block-grid-10 &gt; li:nth-of-type(10n) {
    padding-left: 1.125rem;
    padding-right: 0rem;
  }
  .large-block-grid-11 &gt; li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n+1) {
    padding-left: 0rem;
    padding-right: 1.1363636364rem;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n+2) {
    padding-left: 0.1136363636rem;
    padding-right: 1.0227272727rem;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n+3) {
    padding-left: 0.2272727273rem;
    padding-right: 0.9090909091rem;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n+4) {
    padding-left: 0.3409090909rem;
    padding-right: 0.7954545455rem;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n+5) {
    padding-left: 0.4545454545rem;
    padding-right: 0.6818181818rem;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n+6) {
    padding-left: 0.5681818182rem;
    padding-right: 0.5681818182rem;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n+7) {
    padding-left: 0.6818181818rem;
    padding-right: 0.4545454545rem;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n+8) {
    padding-left: 0.7954545455rem;
    padding-right: 0.3409090909rem;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n+9) {
    padding-left: 0.9090909091rem;
    padding-right: 0.2272727273rem;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n+10) {
    padding-left: 1.0227272727rem;
    padding-right: 0.1136363636rem;
  }
  .large-block-grid-11 &gt; li:nth-of-type(11n) {
    padding-left: 1.1363636364rem;
    padding-right: 0rem;
  }
  .large-block-grid-12 &gt; li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 &gt; li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+1) {
    clear: both;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+1) {
    padding-left: 0rem;
    padding-right: 1.1458333333rem;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+2) {
    padding-left: 0.1041666667rem;
    padding-right: 1.0416666667rem;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+3) {
    padding-left: 0.2083333333rem;
    padding-right: 0.9375rem;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+4) {
    padding-left: 0.3125rem;
    padding-right: 0.8333333333rem;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+5) {
    padding-left: 0.4166666667rem;
    padding-right: 0.7291666667rem;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+6) {
    padding-left: 0.5208333333rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+7) {
    padding-left: 0.625rem;
    padding-right: 0.5208333333rem;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+8) {
    padding-left: 0.7291666667rem;
    padding-right: 0.4166666667rem;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+9) {
    padding-left: 0.8333333333rem;
    padding-right: 0.3125rem;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+10) {
    padding-left: 0.9375rem;
    padding-right: 0.2083333333rem;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n+11) {
    padding-left: 1.0416666667rem;
    padding-right: 0.1041666667rem;
  }
  .large-block-grid-12 &gt; li:nth-of-type(12n) {
    padding-left: 1.1458333333rem;
    padding-right: 0rem;
  }
}

/*Theatre Specific Stylesheet, scoped per page or element*/
/* Topbar hidden for all order pages (small) */
/* @font-face */
@font-face {
  font-family: 'Font Awesome 5 Light';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/fontawesome-pro/fa-light-300.eot");
  src: url("/fonts/fontawesome-pro/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-pro/fa-light-300.woff2") format("woff2"), url("/fonts/fontawesome-pro/fa-light-300.woff") format("woff"), url("/fonts/fontawesome-pro/fa-light-300.ttf") format("truetype"), url("/fonts/fontawesome-pro/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Regular';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/fontawesome-pro/fa-regular-400.eot");
  src: url("/fonts/fontawesome-pro/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-pro/fa-regular-400.woff2") format("woff2"), url("/fonts/fontawesome-pro/fa-regular-400.woff") format("woff"), url("/fonts/fontawesome-pro/fa-regular-400.ttf") format("truetype"), url("/fonts/fontawesome-pro/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/fontawesome-pro/fa-solid-900.eot");
  src: url("/fonts/fontawesome-pro/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-pro/fa-solid-900.woff2") format("woff2"), url("/fonts/fontawesome-pro/fa-solid-900.woff") format("woff"), url("/fonts/fontawesome-pro/fa-solid-900.ttf") format("truetype"), url("/fonts/fontawesome-pro/fa-solid-900.svg#fontawesome") format("svg");
}

body.page-bestel, body.page-cart {
  line-height: 1.4;
}

body.page-bestel div[data-class="itix-orders-content"], body.page-cart div[data-class="itix-orders-content"] {
  width: 100%;
}

.branded-tickets-alert {
  display: none;
}

.modal-seats .fancybox-close {
  top: 2.1875rem;
  right: 0.9375rem;
  color: #000;
}

[data-page="bedankt"] h1 {
  text-transform: lowercase;
}

[data-page="bedankt"] fieldset {
  margin: 0;
  margin-bottom: 1.25rem;
  padding: 1.25rem 3.125rem;
}

[data-hook^="seatselection"] + p {
  display: block;
  clear: both;
}

[data-hook="seatselection-userdefined"] {
  overflow: hidden !important;
}

[data-hook="seatselection-userdefined"].is-loading {
  width: 100% !important;
}

[data-class="itix-orders"] {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] {
    margin-top: 3.125rem;
  }
}

[data-class="itix-orders"] input[type=text], [data-class="itix-orders"] input[type=password], [data-class="itix-orders"] input[type=email], [data-class="itix-orders"] input[type=search], [data-class="itix-orders"] input[type=tel], [data-class="itix-orders"] input[type=number], [data-class="itix-orders"] input[type=date], [data-class="itix-orders"] input[type=time], [data-class="itix-orders"] textarea, [data-class="itix-orders"] select {
  -webkit-appearance: none;
  border-radius: 0;
}

[data-class="itix-orders"] select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

[data-class="itix-orders"] select::-ms-expand {
  display: none;
}

[data-class="itix-orders"] select:focus::-ms-value, [data-class="itix-orders"] select::-ms-value {
  background-color: transparent;
  color: #333333;
}

[data-class="itix-orders"] select:focus::-ms-value option, [data-class="itix-orders"] select::-ms-value option {
  color: #333333;
}

[data-class="itix-orders"] select[name="amount"] {
  color: black !important;
}

[data-class="itix-orders"] aside {
  background-color: #fff;
}

[data-class="itix-orders"] aside:after {
  display: none;
}

[data-class="itix-orders"] h2 {
  margin-left: 0;
}

[data-class="itix-orders"] button:hover span {
  color: #fff;
}

[data-class="itix-orders"] select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNMjU2LDI5OC4zTDI1NiwyOTguM0wyNTYsMjk4LjNsMTc0LjItMTY3LjJjNC4zLTQuMiwxMS40LTQuMSwxNS44LDAuMmwzMC42LDI5LjljNC40LDQuMyw0LjUsMTEuMywwLjIsMTUuNUwyNjQuMSwzODAuOSAgYy0yLjIsMi4yLTUuMiwzLjItOC4xLDNjLTMsMC4xLTUuOS0wLjktOC4xLTNMMzUuMiwxNzYuN2MtNC4zLTQuMi00LjItMTEuMiwwLjItMTUuNUw2NiwxMzEuM2M0LjQtNC4zLDExLjUtNC40LDE1LjgtMC4yTDI1NiwyOTguMyAgeiIvPjwvc3ZnPg==);
  background-position: calc(100% - 0.625rem) center;
  background-repeat: no-repeat;
  background-size: 0.8125rem;
}

[data-class="itix-orders"] em {
  font-style: italic;
}

[data-class="itix-orders"] sup, [data-class="itix-orders"] sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: .8em;
}

[data-class="itix-orders"] sup {
  bottom: 1ex;
}

[data-class="itix-orders"] sub {
  top: .5ex;
}

[data-class="itix-orders"] .hide {
  display: none !important;
}

[data-class="itix-orders"] .hide-for-small {
  display: none;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .hide-for-small {
    display: block;
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .show-for-small {
    display: none;
  }
}

[data-class="itix-orders"] .show-for-large {
  display: none;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .show-for-large {
    display: block;
  }
}

[data-class="itix-orders"] .hide-for-large {
  display: block;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .hide-for-large {
    display: none !important;
  }
}

[data-class="itix-orders"] .offscreen {
  visibility: hidden;
}

[data-class="itix-orders"] .align_left {
  float: left;
  margin: 0.3125rem 1.25rem 0.3125rem 0;
}

[data-class="itix-orders"] .align_center {
  margin: 0.3125rem 0 0.625rem 0;
}

[data-class="itix-orders"] .align_right {
  float: right;
  margin: 0.3125rem 0 0.3125rem 1.25rem;
}

[data-class="itix-orders"] *:focus {
  outline: none;
}

[data-class="itix-orders"] div, [data-class="itix-orders"] table, [data-class="itix-orders"] td, [data-class="itix-orders"] th, [data-class="itix-orders"] li, [data-class="itix-orders"] input, [data-class="itix-orders"] select, [data-class="itix-orders"] textarea {
  font-family: "GT Flexa Light", sans-serif;
  font-size: 0.8125rem;
  color: #333333;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] div, [data-class="itix-orders"] table, [data-class="itix-orders"] td, [data-class="itix-orders"] th, [data-class="itix-orders"] li, [data-class="itix-orders"] input, [data-class="itix-orders"] select, [data-class="itix-orders"] textarea {
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] h1, [data-class="itix-orders"] h2, [data-class="itix-orders"] h3, [data-class="itix-orders"] h4, [data-class="itix-orders"] h5, [data-class="itix-orders"] h6 {
  margin-top: 0;
  display: block;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: var(--bestel-primary-color);
  font-weight: normal;
}

[data-class="itix-orders"] h3, [data-class="itix-orders"] h4, [data-class="itix-orders"] h5, [data-class="itix-orders"] h6 {
  color: var(--bestel-black);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

[data-class="itix-orders"] h3:first-child, [data-class="itix-orders"] h4:first-child, [data-class="itix-orders"] h5:first-child, [data-class="itix-orders"] h6:first-child {
  margin-top: 0;
}

[data-class="itix-orders"] p {
  font-size: 0.8125rem;
  line-height: 1.4;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] p {
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] p.note {
  line-height: 1.1;
  margin: 0.9375rem 0;
  text-align: center;
}

[data-class="itix-orders"] p.note.conversion {
  color: var(--bestel-primary-color);
}

[data-class="itix-orders"] p.note.small {
  font-size: 0.75rem;
}

[data-class="itix-orders"] p.note.italic {
  font-style: italic;
}

[data-class="itix-orders"] p.note.left {
  text-align: left;
}

[data-class="itix-orders"] p.note.no-margin {
  margin-top: 0;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] p.note.pad {
    padding: 0 0.9375rem;
  }
}

[data-class="itix-orders"] a {
  color: var(--bestel-primary-color);
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  transition: color 300ms ease-out;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] a {
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] a:hover, [data-class="itix-orders"] a:active {
  color: #333333;
}

[data-class="itix-orders"] a.forgotten-pw {
  margin-top: 0.625rem;
  color: var(--bestel-primary-color);
}

[data-class="itix-orders"] a.forgotten-pw:hover, [data-class="itix-orders"] a.forgotten-pw:active {
  text-decoration: underline;
}

[data-class="itix-orders"] strong {
  color: var(--bestel-primary-color);
}

[data-class="itix-orders"] label {
  width: 100%;
  display: inline-block;
  text-transform: lowercase;
  font-size: 0.8125rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] label {
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] input[type='text'], [data-class="itix-orders"] input[type='password'], [data-class="itix-orders"] input[type='date'], [data-class="itix-orders"] input[type='datetime'], [data-class="itix-orders"] input[type='datetime-local'], [data-class="itix-orders"] input[type='month'], [data-class="itix-orders"] input[type='week'], [data-class="itix-orders"] input[type='email'], [data-class="itix-orders"] input[type='number'], [data-class="itix-orders"] input[type='search'], [data-class="itix-orders"] input[type='tel'], [data-class="itix-orders"] input[type='time'], [data-class="itix-orders"] input[type='url'], [data-class="itix-orders"] .input-fixed, [data-class="itix-orders"] textarea, [data-class="itix-orders"] select {
  border: 0.0625rem solid var(--bestel-border-color);
  font-family: "GT Flexa Light", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0.25rem 0.8125rem;
  width: 100%;
  height: 2rem;
  border-radius: 0.75rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] input[type='text'], [data-class="itix-orders"] input[type='password'], [data-class="itix-orders"] input[type='date'], [data-class="itix-orders"] input[type='datetime'], [data-class="itix-orders"] input[type='datetime-local'], [data-class="itix-orders"] input[type='month'], [data-class="itix-orders"] input[type='week'], [data-class="itix-orders"] input[type='email'], [data-class="itix-orders"] input[type='number'], [data-class="itix-orders"] input[type='search'], [data-class="itix-orders"] input[type='tel'], [data-class="itix-orders"] input[type='time'], [data-class="itix-orders"] input[type='url'], [data-class="itix-orders"] .input-fixed, [data-class="itix-orders"] textarea, [data-class="itix-orders"] select {
    padding: 0.5rem 0.8125rem;
    height: 2.3125rem;
    margin-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] input[type='text'], [data-class="itix-orders"] input[type='password'], [data-class="itix-orders"] input[type='date'], [data-class="itix-orders"] input[type='datetime'], [data-class="itix-orders"] input[type='datetime-local'], [data-class="itix-orders"] input[type='month'], [data-class="itix-orders"] input[type='week'], [data-class="itix-orders"] input[type='email'], [data-class="itix-orders"] input[type='number'], [data-class="itix-orders"] input[type='search'], [data-class="itix-orders"] input[type='tel'], [data-class="itix-orders"] input[type='time'], [data-class="itix-orders"] input[type='url'], [data-class="itix-orders"] .input-fixed, [data-class="itix-orders"] textarea, [data-class="itix-orders"] select {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

[data-class="itix-orders"] input[type='text'].qty, [data-class="itix-orders"] input[type='password'].qty, [data-class="itix-orders"] input[type='date'].qty, [data-class="itix-orders"] input[type='datetime'].qty, [data-class="itix-orders"] input[type='datetime-local'].qty, [data-class="itix-orders"] input[type='month'].qty, [data-class="itix-orders"] input[type='week'].qty, [data-class="itix-orders"] input[type='email'].qty, [data-class="itix-orders"] input[type='number'].qty, [data-class="itix-orders"] input[type='search'].qty, [data-class="itix-orders"] input[type='tel'].qty, [data-class="itix-orders"] input[type='time'].qty, [data-class="itix-orders"] input[type='url'].qty, [data-class="itix-orders"] .input-fixed.qty, [data-class="itix-orders"] textarea.qty, [data-class="itix-orders"] select.qty {
  width: 5rem;
  margin-bottom: 0;
}

[data-class="itix-orders"] input[type='checkbox'], [data-class="itix-orders"] input[type='radio'] {
  margin-right: 0.625rem;
}

[data-class="itix-orders"] input[disabled="disabled"], [data-class="itix-orders"] select[disabled="disabled"], [data-class="itix-orders"] textarea[disabled="disabled"] {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

[data-class="itix-orders"] input:not(.qty)::-webkit-outer-spin-button,
[data-class="itix-orders"] input:not(.qty)::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

[data-class="itix-orders"] input[type='number']:not(.qty) {
  -moz-appearance: textfield;
}

[data-class="itix-orders"] input[type="number"],
[data-class="itix-orders"] .input-fixed {
  padding-right: 0.3125rem;
  max-width: 4.0625rem;
}

[data-class="itix-orders"] .input-fixed {
  display: block;
  margin: 0;
  border-color: transparent;
  line-height: 1.6;
}

[data-class="itix-orders"] input[name*="discount"] {
  float: left;
  margin-right: 0.625rem;
}

[data-class="itix-orders"] input[name*="discount"] + span.times {
  line-height: 3.125rem;
}

[data-class="itix-orders"] [class*="column"] + [class*="column"]:last-child {
  float: left;
}

[data-class="itix-orders"] table {
  width: 100%;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] table {
    margin-bottom: 0.625rem;
  }
}

[data-class="itix-orders"] table td {
  padding: 0.125rem 0 0.125rem 0;
  text-align: left;
  line-height: 1.1;
  vertical-align: middle;
  font-size: 0.8125rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] table td {
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] table td [data-hook="title"] {
  word-break: break-word;
}

[data-class="itix-orders"] table td.amount {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding-right: 0.3125rem;
}

[data-class="itix-orders"] table td.amount input[type="number"] {
  float: left;
  margin-right: 0.375rem;
  background-color: buttonface;
}

[data-class="itix-orders"] table td.price {
  width: 4.375rem;
  padding-left: 0.625rem;
  white-space: nowrap;
  font-weight: bold;
  text-align: right;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] table td.price {
    padding-right: 0.9375rem;
  }
}

[data-class="itix-orders"] table td.full {
  width: 100%;
}

[data-class="itix-orders"] table td.top {
  vertical-align: top;
}

[data-class="itix-orders"] table td input {
  margin-bottom: 0 !important;
}

[data-class="itix-orders"] table td button {
  width: 100%;
}

[data-class="itix-orders"] table td a.edit {
  display: none;
  text-decoration: underline;
  font-weight: normal;
}

[data-class="itix-orders"] table td strong {
  color: var(--bestel-primary-color);
}

[data-class="itix-orders"] hr {
  height: 0;
  border: var(--bestel-border-color) solid;
  border-width: 0.0625rem 0 0;
  margin: 1.875rem 0;
}

[data-class="itix-orders"] .nobr {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

[data-class="itix-orders"] .truncate {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-class="itix-favorites"] .program-block-title {
  color: #fff;
  transition: all 250ms;
  line-height: 1.5;
}

[data-class="itix-favorites"] .submenu {
  width: 100%;
  margin: 0 0 2.0625rem 0;
  padding: 0;
  float: left;
  border: 0.0625rem solid var(--bestel-border-color);
  overflow: hidden;
  max-height: 32.5rem;
  transition: all 200ms;
  border-radius: 0.75rem;
}

[data-class="itix-favorites"] .submenu li {
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 56.875rem) {
  [data-class="itix-favorites"] .submenu li {
    float: left;
  }
}

[data-class="itix-favorites"] .submenu li.goto {
  position: relative;
}

@media only screen and (min-width: 56.875rem) {
  [data-class="itix-favorites"] .submenu li.goto {
    display: none;
  }
}

[data-class="itix-favorites"] .submenu li.goto:after {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 1.125rem;
  content: '\f0c9';
  cursor: pointer;
}

@media only screen and (min-width: 56.875rem) {
  [data-class="itix-favorites"] .submenu li:last-child {
    float: right;
  }
}

[data-class="itix-favorites"] .submenu li a {
  display: block;
  padding: 0.9375rem;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  transition: all ease .3s;
}

html.no-mobile [data-class="itix-favorites"] .submenu li a:hover {
  color: var(--bestel-white);
  background: var(--bestel-primary-color);
}

@media only screen and (min-width: 56.875rem) {
  [data-class="itix-favorites"] .submenu li a {
    padding: 1.25rem;
    float: left;
  }
}

[data-class="itix-favorites"] .submenu li.active a {
  color: var(--bestel-white);
  background: var(--bestel-primary-color);
}

[data-class="itix-orders"] {
  /******************************************************/
  /*Default Styling Box-title, Bordered Box &amp; Elements
    /******************************************************/
}

[data-class="itix-orders"] .readonly {
  display: none;
}

[data-class="itix-orders"] span.box-title {
  position: relative;
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
}

[data-class="itix-orders"] span.box-title:has( + .order-overview-payment) {
  border-radius: 0.75rem 0.75rem 0 0;
}

.page-account-login [data-class="itix-orders"] span.box-title {
  border-radius: 0.75rem 0.75rem 0 0;
}

.page-account-login [data-class="itix-orders"] span.box-title + .borderedbox {
  border-radius: 0 0 0.75rem 0.75rem;
}

[data-class="itix-orders"] span.box-title:first-letter {
  text-transform: lowercase;
}

@media screen and (min-width: 22.5rem) {
  [data-class="itix-orders"] span.box-title {
    font-size: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] span.box-title {
    font-size: 1rem;
  }
}

[data-class="itix-orders"] span.box-title.has-border {
  position: relative;
  padding: 0.4375rem 2.5rem 0.4375rem 0.625rem;
  background: var(--bestel-primary-color);
  color: var(--bestel-white);
  font-family: "GT Flexa Medium", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.3125rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] span.box-title.has-border {
    padding: 0.875rem 2.5rem 0.875rem 0.9375rem;
    font-size: 1.125rem;
  }
}

[data-class="itix-orders"] span.box-title.has-border a.revealtip {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 22.5rem) {
  [data-class="itix-orders"] span.box-title.has-border a.revealtip {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] span.box-title.has-border a.revealtip {
    right: 0.9375rem;
    width: 1.5625rem;
    height: 1.5625rem;
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] span.box-title.has-border.no-margin {
  margin-bottom: 0;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] span.box-title.has-border.custom-pad {
    padding-left: 0.9375rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] span.box-title.has-border.custom-pad {
    padding-left: 1.875rem;
  }
}

[data-class="itix-orders"] span.box-title.no-margin {
  margin-bottom: 0;
}

[data-class="itix-orders"] .borderedbox {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 0.9375rem;
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  /******************************************************/
  /*Exceptions per bordered block/class
        /*BESTEL Main Amount: Hoeveel kaarten wilt u bestellen block
        /******************************************************/
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox {
    padding-top: 0;
    margin-bottom: 1.25rem;
    border: 0.0625rem solid var(--bestel-border-color);
  }
}

[data-class="itix-orders"] .borderedbox div.box-content {
  padding: 0.625rem 0 0.625rem 0;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox div.box-content p {
    line-height: 1.6;
  }
}

[data-class="itix-orders"] .borderedbox div.select-info {
  width: 5.625rem;
  float: right;
  padding: 0.3125rem 0 0 0;
  text-align: right;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox div.select-info {
    padding: 0.625rem;
    width: 6.875rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox div.select-info {
    padding: 0.9375rem;
    width: 7.5rem;
  }
}

[data-class="itix-orders"] .borderedbox div.details {
  display: block;
  float: left;
  position: relative;
  padding: 0.3125rem 0 0.625rem 0;
  width: calc(100% - 5.625rem);
  font-size: 0.8125rem;
  line-height: 1.4;
}

@media screen and (min-width: 22.5rem) {
  [data-class="itix-orders"] .borderedbox div.details {
    width: calc(100% - 6.25rem);
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox div.details {
    padding: 0.625rem;
    width: calc(100% - 6.875rem);
    padding: 0.3125rem 0 0.625rem 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox div.details {
    font-size: 0.875rem;
    padding: 0.9375rem;
    width: calc(100% - 7.5rem);
  }
}

[data-class="itix-orders"] .borderedbox select {
  width: 3.75rem;
  margin-bottom: 0;
  padding: 0.25rem 0.8125rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox select {
    padding: 0.5rem 0.8125rem;
    width: 3.75rem;
  }
}

[data-class="itix-orders"] .borderedbox select option.selected {
  background: var(--bestel-secondary-color);
  color: var(--bestel-white);
}

[data-class="itix-orders"] .borderedbox select[name="country"] {
  width: 100% !important;
}

[data-class="itix-orders"] .borderedbox label {
  font-size: 0.8125rem;
  font-family: "GT Flexa Light", sans-serif;
}

[data-class="itix-orders"] .borderedbox label:first-letter {
  text-transform: lowercase;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox label {
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] .borderedbox label.labellong {
  white-space: nowrap;
}

[data-class="itix-orders"] .borderedbox.mainamount span.box-title {
  font-family: "GT Flexa Medium", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #4d4d4d;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.mainamount span.box-title {
    font-size: 1.125rem;
  }
}

[data-class="itix-orders"] .borderedbox.mainamount p.children {
  margin-top: -0.625rem;
  text-align: left;
}

[data-class="itix-orders"] .borderedbox.mainamount div.details {
  padding: 0.625rem 0;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.mainamount div.details {
    padding: 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.mainamount div.details {
    padding: 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.mainamount span.intro {
  margin-left: -0.625rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.mainamount span.intro {
    margin-left: 0;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.mainamount span.intro {
    margin-left: 0.3125rem;
  }
}

[data-class="itix-orders"] .borderedbox.mainamount span.location_extrainfo {
  display: block;
  font-size: 0.8125rem;
  margin: 0.625rem 0 0 0;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.mainamount span.location_extrainfo {
    margin: 0 0 0.625rem 0;
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.mainamount span.location_extrainfo {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.mainamount .mainamount-buttons {
    padding: 0 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.mainamount .mainamount-buttons {
    padding: 0 0.9375rem 0.3125rem 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.mainamount select {
  border-color: var(--bestel-secondary-color);
}

[data-class="itix-orders"] .borderedbox.mainamount a.button {
  white-space: normal;
  width: 100%;
  font-size: 0.875rem;
  height: 3.375rem;
}

@media screen and (min-width: 25rem) {
  [data-class="itix-orders"] .borderedbox.mainamount a.button {
    height: 2.875rem;
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.mainamount a.button {
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.mainamount a.button {
    font-size: 1rem;
  }
}

[data-class="itix-orders"] .borderedbox.mainamount a.button span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3125rem;
  width: calc(100% - 0.625rem);
}

[data-class="itix-orders"] .borderedbox.mainamount a.button span.load-wrapper {
  display: none;
}

[data-class="itix-orders"] .borderedbox.mainamount a.button.is-loading span.load-wrapper {
  display: block;
}

[data-class="itix-orders"] .borderedbox.order-data-select span.box-title {
  font-family: "GT Flexa Medium", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin: 0 0 0.625rem 0;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-data-select span.box-title {
    margin: 0.625rem;
    width: calc(100% - 1.25rem);
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-data-select span.box-title {
    margin: 0.9375rem 0.9375rem 0 0.9375rem;
    width: calc(100% - 1.875rem);
    font-size: 1.125rem;
  }
}

[data-class="itix-orders"] .borderedbox.order-data-select a.revealtip {
  position: absolute;
  top: 1.25rem;
  right: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-data-select a.revealtip {
    top: 0.375rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-data-select a.revealtip {
    top: 0.75rem;
    right: 0.9375rem;
    width: 1.5625rem;
    height: 1.5625rem;
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] .borderedbox.order-data-select select.show-dateselector {
  float: right;
  width: 100%;
  margin: 0 0 0.625rem 0;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-data-select select.show-dateselector {
    margin: 0.3125rem 0.625rem 0.625rem 0;
    width: calc(100% - 1.25rem);
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-data-select select.show-dateselector {
    margin: 0.625rem 0.9375rem 0.9375rem 0;
    width: calc(100% - 1.875rem);
  }
}

[data-class="itix-orders"] .borderedbox.order-data-select span.start-time {
  display: inline-block;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-data-select span.start-time {
    margin: 0.3125rem 0.625rem 0.625rem 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-data-select span.start-time {
    margin: 0.625rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.order-data-select span.start-time-date {
  display: block;
  font-family: "GT Flexa Light", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-data-select span.start-time-date {
    margin: 0.625rem 0.625rem 0 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-data-select span.start-time-date {
    margin: 0.9375rem 0.9375rem 0 0.9375rem;
    font-size: 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.order-data-select span.what-time {
  width: calc(100% - 6.25rem);
  font-size: 0.9375rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-data-select span.what-time {
    margin: 0 0.625rem 0 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-data-select span.what-time {
    margin: 0 0.9375rem 0 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.selectshowprices {
  position: relative;
  border-top-color: var(--bestel-white);
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.selectshowprices {
    border-top-color: var(--bestel-border-color);
    padding: 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.selectshowprices {
    padding: 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.selectshowprices label {
  float: left;
  width: 3.5625rem;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.selectshowprices label {
    width: 3.875rem;
  }
}

[data-class="itix-orders"] .borderedbox.selectshowprices a.revealtip {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 22.5rem) {
  [data-class="itix-orders"] .borderedbox.selectshowprices a.revealtip {
    margin-top: 0.3125rem;
  }
}

[data-class="itix-orders"] .borderedbox.selectshowprices a.discounttoggle {
  display: block;
  float: left;
}

[data-class="itix-orders"] .borderedbox.selectshowprices div.tarieven-label {
  display: block;
  float: left;
  width: 13.4375rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.selectshowprices div.tarieven-label {
    width: 14.6875rem;
  }
}

[data-class="itix-orders"] .borderedbox.selectshowprices div.tarieven-label:first-letter {
  text-transform: lowercase;
}

[data-class="itix-orders"] .borderedbox.selectshowprices select {
  width: calc(100% - 5.625rem);
  float: right;
  max-width: inherit;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.selectshowprices select {
    width: calc(100% - 7.5rem);
    margin-bottom: 0.3125rem;
  }
}

[data-class="itix-orders"] .borderedbox.selectshowprices select.discount {
  width: 3.75rem;
  float: left;
}

[data-class="itix-orders"] .borderedbox.selectshowprices table {
  margin: 0.3125rem 0 0 0;
  max-width: calc(100% - 1.875rem);
  float: left;
}

[data-class="itix-orders"] .borderedbox.selectshowprices table td.amount {
  padding-right: 0;
}

[data-class="itix-orders"] .borderedbox.selectshowprices table td.info .times {
  margin-right: 0.125rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.arrangement-block-holder span.box-title {
    margin-bottom: 0;
  }
}

[data-class="itix-orders"] .borderedbox.arrangement-block-holder .show.arrangement {
  border-bottom: 0.0625rem solid var(--bestel-border-color);
}

[data-class="itix-orders"] .borderedbox.arrangement-block-holder .show.arrangement:last-child {
  border-bottom: none;
}

[data-class="itix-orders"] .borderedbox.arrangement-block-holder .show.arrangement img {
  display: none;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.arrangement-block-holder .show.arrangement img {
    display: block;
    width: 5.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.arrangement-block-holder .show.arrangement .details {
    width: calc(100% - 15rem);
  }
}

[data-class="itix-orders"] .borderedbox.arrangement-block-holder .show.arrangement .details span.voorstelling {
  font-weight: bold;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.arrangement-block-holder .show.arrangement .details span.time {
    margin-right: 0.625rem;
  }
}

[data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement {
  border-bottom: 0.0625rem solid var(--bestel-border-color);
  min-height: 9.75rem;
}

[data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement img {
  width: 4.375rem;
  float: left;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement img {
    width: 9.75rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement img {
    width: 9.75rem;
  }
}

[data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement .details {
  width: calc(100% - 4.375rem);
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement .details {
    width: calc(100% - 17.5rem);
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement .details {
    width: calc(100% - 18.75rem);
  }
}

[data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement .details span.voorstelling {
  font-weight: bold;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement .details span.time {
    margin-right: 0.625rem;
  }
}

[data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement .order-arrangement-form {
  text-align: right;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement .order-arrangement-form button.bestel {
    position: absolute;
    right: 0.9375rem;
    bottom: 0.9375rem;
    width: calc(100% - 11.625rem);
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement .order-arrangement-form a.revealtip {
    position: absolute;
    right: 5.125rem;
    bottom: 6.875rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement .order-arrangement-form a.revealtip {
    bottom: 7.0625rem;
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-arrangement .show.arrangement .order-arrangement-form select {
    position: absolute;
    bottom: 6.25rem;
    right: 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.article-block-holder .select-info {
  width: 5.625rem;
}

[data-class="itix-orders"] .borderedbox.article-block-holder .details {
  width: calc(100% - 5.625rem);
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.waitinglist form, [data-class="itix-orders"] .borderedbox.order-queue form {
    padding: 0 0.625rem 0.625rem;
  }
}

[data-class="itix-orders"] .borderedbox.waitinglist form label, [data-class="itix-orders"] .borderedbox.order-queue form label {
  width: calc(100% - 4.375rem);
  float: left;
  font-weight: bold;
}

[data-class="itix-orders"] .borderedbox.waitinglist form select, [data-class="itix-orders"] .borderedbox.waitinglist form input, [data-class="itix-orders"] .borderedbox.order-queue form select, [data-class="itix-orders"] .borderedbox.order-queue form input {
  float: right;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.waitinglist .box-content, [data-class="itix-orders"] .borderedbox.order-queue .box-content {
    padding: 0.625rem;
  }
}

[data-class="itix-orders"] .borderedbox.waitinglist .errormessage {
  margin-bottom: 0.625rem;
}

[data-class="itix-orders"] .borderedbox.waitinglist form label {
  width: fit-content;
  padding-right: 0.9375rem;
}

[data-class="itix-orders"] .borderedbox.waitinglist form select, [data-class="itix-orders"] .borderedbox.waitinglist form input {
  float: left;
  border-color: #CCC;
}

[data-class="itix-orders"] .borderedbox.order-overview {
  border-top: none;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-overview span.box-title {
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-overview {
    border-top: 0.0625rem solid var(--bestel-border-color);
  }
}

[data-class="itix-orders"] .borderedbox.order-overview div.priceholdertemplate {
  font-size: 0.8125rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-overview div.priceholdertemplate {
    padding: 0 0 0 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-overview div.priceholdertemplate {
    padding: 0 0 0 0.9375rem;
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] .borderedbox.order-overview div.priceholdertemplate strong {
  display: none;
  color: #333333;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-overview div.priceholdertemplate strong {
    display: block;
  }
  [data-class="itix-orders"] .borderedbox.order-overview div.priceholdertemplate strong:first-letter {
    text-transform: lowercase;
  }
}

[data-class="itix-orders"] .borderedbox.order-overview div.hasArrangements, [data-class="itix-orders"] .borderedbox.order-overview div.hasArticles, [data-class="itix-orders"] .borderedbox.order-overview div.stoelkeuze-info {
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-overview div.hasArrangements, [data-class="itix-orders"] .borderedbox.order-overview div.hasArticles, [data-class="itix-orders"] .borderedbox.order-overview div.stoelkeuze-info {
    padding: 0 0 0 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-overview div.hasArrangements, [data-class="itix-orders"] .borderedbox.order-overview div.hasArticles, [data-class="itix-orders"] .borderedbox.order-overview div.stoelkeuze-info {
    padding: 0 0 0 0.9375rem;
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] .borderedbox.order-overview div.hasArrangements strong, [data-class="itix-orders"] .borderedbox.order-overview div.hasArticles strong, [data-class="itix-orders"] .borderedbox.order-overview div.stoelkeuze-info strong {
  color: #333333;
}

[data-class="itix-orders"] .borderedbox.order-overview div.hasArrangements strong::first-letter, [data-class="itix-orders"] .borderedbox.order-overview div.hasArticles strong::first-letter, [data-class="itix-orders"] .borderedbox.order-overview div.stoelkeuze-info strong::first-letter {
  text-transform: lowercase;
}

[data-class="itix-orders"] .borderedbox.order-overview div.cart-totals {
  text-align: right;
  padding: 0.625rem 0 0 0;
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  font-weight: bold;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-overview div.cart-totals {
    padding: 0.625rem 0.9375rem 0.625rem 0.625rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-overview div.cart-totals {
    padding: 0.9375rem 0.75rem 0.9375rem 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.order-overview div.cart-totals span.total {
  margin-left: 0.3125rem;
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk, [data-class="itix-orders"] .borderedbox.cartarticle-chunk {
  position: relative;
  padding: 0 0.625rem;
  border: 0.0625rem solid var(--bestel-border-color);
  margin-bottom: 0.3125rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cartshow-chunk, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk, [data-class="itix-orders"] .borderedbox.cartarticle-chunk {
    padding: 0.3125rem 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk img, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk img, [data-class="itix-orders"] .borderedbox.cartarticle-chunk img {
  display: none;
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .details, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details {
  width: 100%;
  padding: 0.625rem 0;
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .details a.voorstelling, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details a.voorstelling, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details a.voorstelling {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  width: calc(100% - 3.75rem);
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .details span.uitvoerende, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details span.uitvoerende, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details span.uitvoerende {
  font-weight: bold;
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .details .bottom, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details .bottom, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details .bottom {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  margin-top: 0.625rem;
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .details .bottom span, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details .bottom span, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details .bottom span {
  position: relative;
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .details .bottom span.amount, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details .bottom span.amount, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details .bottom span.amount {
  font-weight: bold;
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .details .bottom span.bookingamount, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details .bottom span.bookingamount, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details .bottom span.bookingamount {
  width: calc(100% - 4.375rem);
  margin-top: 0.3125rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.cartshow-chunk .details .bottom span.bookingamount, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details .bottom span.bookingamount, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details .bottom span.bookingamount {
    width: calc(100% - 5rem);
  }
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .details .bottom span.bookingprice, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details .bottom span.bookingprice, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details .bottom span.bookingprice {
  width: 4.375rem;
  font-weight: bold;
  text-align: right;
  margin-top: 0.3125rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.cartshow-chunk .details .bottom span.bookingprice, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details .bottom span.bookingprice, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details .bottom span.bookingprice {
    width: 5rem;
  }
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .details .bottom span a.revealtip, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details .bottom span a.revealtip, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details .bottom span a.revealtip {
  position: absolute;
  left: 0;
  bottom: 0.3125rem;
}

@media screen and (min-width: 22.5rem) {
  [data-class="itix-orders"] .borderedbox.cartshow-chunk .details .bottom span a.revealtip, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details .bottom span a.revealtip, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details .bottom span a.revealtip {
    left: -0.25rem;
    bottom: 0.5rem;
  }
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .icon-holder, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .icon-holder, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .icon-holder {
  position: absolute;
  width: 3.625rem;
  height: 1.875rem;
  top: 0.625rem;
  right: -0.625rem;
  z-index: 100;
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .icon-holder.icon-holder-single, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .icon-holder.icon-holder-single, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .icon-holder.icon-holder-single {
  width: 1.8125rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cartshow-chunk .icon-holder, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .icon-holder, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .icon-holder {
    right: -0.375rem;
  }
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .icon-holder a, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .icon-holder a, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .icon-holder a {
  float: left;
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk .discount, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .discount, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .discount {
  float: left;
  margin-top: 0.625rem;
  font-style: italic;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cartarrangement-chunk, [data-class="itix-orders"] .borderedbox.cartarticle-chunk {
    padding: 0 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details a.voorstelling, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details a.voorstelling {
  font-size: 0.875rem;
  color: #333333;
  margin-top: 0.3125rem;
}

[data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details a.voorstelling:first-letter, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details a.voorstelling:first-letter {
  text-transform: lowercase;
}

[data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details div.price-holder, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details div.price-holder {
  display: block;
  float: left;
  width: 100%;
}

[data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details span.amount, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details span.bookingprice, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details span.unitprice, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details span.amount, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details span.bookingprice, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details span.unitprice {
  display: inline-block;
  width: auto;
}

[data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details span.amount, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details span.amount {
  margin-right: 0.3125rem;
}

[data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details span.bookingprice, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details span.bookingprice {
  font-weight: bold;
  float: right;
}

[data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details a.revealtip, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details a.revealtip {
  position: absolute;
  right: 4.25rem;
  top: 0.8125rem;
}

@media screen and (min-width: 22.5rem) {
  [data-class="itix-orders"] .borderedbox.cartarrangement-chunk .details a.revealtip, [data-class="itix-orders"] .borderedbox.cartarticle-chunk .details a.revealtip {
    top: 0.625rem;
  }
}

[data-class="itix-orders"] .borderedbox.cartarrangement-chunk div.edit-item, [data-class="itix-orders"] .borderedbox.cartarticle-chunk div.edit-item {
  display: none;
  padding-bottom: 0.625rem;
}

[data-class="itix-orders"] .borderedbox.cartarrangement-chunk div.edit-item select, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk div.edit-item a.cancel, [data-class="itix-orders"] .borderedbox.cartarrangement-chunk div.edit-item a.apply, [data-class="itix-orders"] .borderedbox.cartarticle-chunk div.edit-item select, [data-class="itix-orders"] .borderedbox.cartarticle-chunk div.edit-item a.cancel, [data-class="itix-orders"] .borderedbox.cartarticle-chunk div.edit-item a.apply {
  display: block;
  float: left;
  margin: 0 0.3125rem 0.625rem 0;
}

[data-class="itix-orders"] .borderedbox.cartarticle-chunk span.placeholder {
  display: none;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cartarticle-chunk span.placeholder {
    display: block;
  }
}

[data-class="itix-orders"] .borderedbox.cartarrangement-chunk span.placeholder {
  display: none;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cartarrangement-chunk span.placeholder {
    display: block;
  }
}

[data-class="itix-orders"] .borderedbox.cart-coupon {
  border: 0.0625rem solid var(--bestel-border-color);
  padding-top: 0;
  font-size: 0.8125rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cart-coupon {
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] .borderedbox.cart-coupon .form {
  padding: 0.625rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cart-coupon .form {
    padding: 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.cart-coupon .form input[type="text"], [data-class="itix-orders"] .borderedbox.cart-coupon .form button {
  margin-top: 0.625rem;
  margin-bottom: 0;
  height: auto;
}

[data-class="itix-orders"] .borderedbox.cart-coupon .form button {
  transition: all 300ms ease-out;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.9375rem 1.25rem;
  margin-top: 0.625rem;
  background: transparent;
  letter-spacing: 0;
  border: 0.0625rem solid var(--bestel-primary-color);
  color: var(--bestel-primary-color);
  font-family: "GT Flexa Light", sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  overflow: visible;
  padding-block: 0.8125rem;
}

html.no-touch [data-class="itix-orders"] .borderedbox.cart-coupon .form button:hover {
  color: var(--bestel-white);
  background: var(--bestel-primary-color);
  border-color: var(--bestel-primary-color);
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.cart-coupon .form button {
    padding: 0.9375rem 1.875rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cart-coupon .form button {
    font-size: 1rem;
  }
}

[data-class="itix-orders"] .borderedbox.cart-coupon .form button:after {
  content: none;
}

[data-class="itix-orders"] .borderedbox.cart-coupon .form input[type="text"] {
  height: 2.875rem;
}

[data-class="itix-orders"] .borderedbox.add-articles {
  border: none;
  padding-top: 0;
  margin-top: 0.9375rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.add-articles {
    margin-top: 0;
  }
}

[data-class="itix-orders"] .borderedbox.add-articles .cart-items {
  display: block;
  position: relative;
  float: left;
  margin-bottom: 0.625rem;
  border: 0.0625rem solid var(--bestel-border-color);
  border-radius: 0.75rem;
  overflow: hidden;
}

[data-class="itix-orders"] .borderedbox.add-articles .cart-items:last-child {
  margin-bottom: 0;
}

[data-class="itix-orders"] .borderedbox.add-articles .cart-items img {
  width: 6.625rem;
  float: left;
  display: none;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.add-articles .cart-items img {
    display: block;
  }
}

[data-class="itix-orders"] .borderedbox.add-articles .cart-items .box-title:first-letter {
  text-transform: uppercase;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.add-articles .cart-items .box-title {
    margin-bottom: 0;
  }
}

[data-class="itix-orders"] .borderedbox.add-articles .cart-items .details {
  width: calc(100% - 3.75rem);
  padding: 0.3125rem 0 0.625rem 0.625rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.add-articles .cart-items .details {
    width: calc(100% - 3.75rem);
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.add-articles .cart-items .details {
    width: calc(100% - 9.75rem);
  }
}

[data-class="itix-orders"] .borderedbox.add-articles .cart-items .details p {
  font-weight: normal;
}

[data-class="itix-orders"] .borderedbox.add-articles .cart-items .icon-holder {
  position: absolute;
  top: 0.375rem;
  right: -3.125rem;
  z-index: 100;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.add-articles .cart-items .icon-holder {
    top: 1rem;
    right: -2.5rem;
  }
}

[data-class="itix-orders"] .borderedbox.add-articles .cart-items.no-image .details {
  width: calc(100% - 3.75rem);
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.add-articles .cart-items.no-image .details {
    width: calc(100% - 3.125rem);
  }
}

[data-class="itix-orders"] .borderedbox.order-overview-payment {
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 0;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.order-overview-payment {
    padding: 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.order-overview-payment {
    padding: 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.donatieblock, [data-class="itix-orders"] .borderedbox.verzendwijzeblock, [data-class="itix-orders"] .borderedbox.betaalwijzeblock, [data-class="itix-orders"] .borderedbox.cadeaubonblock, [data-class="itix-orders"] .borderedbox.tegoedblock {
  border: 0.0625rem solid var(--bestel-border-color);
  padding: 0;
  margin-bottom: 0.625rem;
}

[data-class="itix-orders"] .borderedbox.donatieblock div.details, [data-class="itix-orders"] .borderedbox.verzendwijzeblock div.details, [data-class="itix-orders"] .borderedbox.betaalwijzeblock div.details, [data-class="itix-orders"] .borderedbox.cadeaubonblock div.details, [data-class="itix-orders"] .borderedbox.tegoedblock div.details {
  width: 100%;
  padding: 0.625rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.donatieblock div.details, [data-class="itix-orders"] .borderedbox.verzendwijzeblock div.details, [data-class="itix-orders"] .borderedbox.betaalwijzeblock div.details, [data-class="itix-orders"] .borderedbox.cadeaubonblock div.details, [data-class="itix-orders"] .borderedbox.tegoedblock div.details {
    padding: 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.donatieblock div.details span, [data-class="itix-orders"] .borderedbox.verzendwijzeblock div.details span, [data-class="itix-orders"] .borderedbox.betaalwijzeblock div.details span, [data-class="itix-orders"] .borderedbox.cadeaubonblock div.details span, [data-class="itix-orders"] .borderedbox.tegoedblock div.details span {
  float: none;
}

[data-class="itix-orders"] .borderedbox.donatieblock div.details label, [data-class="itix-orders"] .borderedbox.verzendwijzeblock div.details label, [data-class="itix-orders"] .borderedbox.betaalwijzeblock div.details label, [data-class="itix-orders"] .borderedbox.cadeaubonblock div.details label, [data-class="itix-orders"] .borderedbox.tegoedblock div.details label {
  margin-bottom: 0.125rem;
}

[data-class="itix-orders"] .borderedbox.cadeaubonblock .box-title:first-letter {
  text-transform: uppercase;
}

[data-class="itix-orders"] .borderedbox.cadeaubonblock .payment-coupon input[type=text] {
  height: 2.75rem;
  margin: 0.625rem 0;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cadeaubonblock .payment-coupon input[type=text] {
    margin-bottom: 0;
    height: 2.875rem;
  }
}

[data-class="itix-orders"] .borderedbox.cadeaubonblock .payment-coupon button {
  margin: 0;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cadeaubonblock .payment-coupon button {
    margin-top: 0.625rem;
  }
}

[data-class="itix-orders"] .borderedbox.donatieblock .selectholder {
  margin-top: 0.625rem;
}

[data-class="itix-orders"] .borderedbox.donatieblock select {
  width: 12.5rem;
}

[data-class="itix-orders"] .borderedbox.betaalwijzeblock label {
  white-space: nowrap;
}

[data-class="itix-orders"] .borderedbox.tegoedblock form {
  margin-top: 0.625rem;
}

[data-class="itix-orders"] .borderedbox.totals {
  border: none;
  padding-top: 0;
  display: none;
}

[data-class="itix-orders"] .borderedbox.totals p.note {
  text-align: left;
  margin: 0;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.totals p.note {
    margin: 0.3125rem 0;
  }
}

[data-class="itix-orders"] .borderedbox.totals button {
  margin-bottom: 0.625rem;
}

[data-class="itix-orders"] .borderedbox.totals.right {
  display: block;
}

[data-class="itix-orders"] .borderedbox.account {
  padding: 0.625rem;
  border: 0.0625rem solid var(--bestel-border-color);
  margin-bottom: 0.625rem;
}

[data-class="itix-orders"] .borderedbox.account div.details {
  width: 100%;
  padding: 0.625rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.account div.details {
    padding: 0.9375rem;
  }
}

[data-class="itix-orders"] .borderedbox.account.has-form, [data-class="itix-orders"] .borderedbox.account.privilege-list {
  padding: 0.625rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.account.has-form, [data-class="itix-orders"] .borderedbox.account.privilege-list {
    padding: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.account.has-form, [data-class="itix-orders"] .borderedbox.account.privilege-list {
    padding: 1.875rem;
  }
}

[data-class="itix-orders"] .borderedbox.account.has-form h2 a.revealtip, [data-class="itix-orders"] .borderedbox.account.privilege-list h2 a.revealtip {
  margin-bottom: -0.25rem;
}

[data-class="itix-orders"] .borderedbox.account.has-form .form-content, [data-class="itix-orders"] .borderedbox.account.privilege-list .form-content {
  padding: 0 0 0.625rem 0;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.account.has-form .form-content, [data-class="itix-orders"] .borderedbox.account.privilege-list .form-content {
    padding: 0 0 1.25rem 0;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.account.has-form .form-content p, [data-class="itix-orders"] .borderedbox.account.privilege-list .form-content p {
    line-height: 1.6;
  }
}

[data-class="itix-orders"] .borderedbox.account.has-form select, [data-class="itix-orders"] .borderedbox.account.privilege-list select {
  width: 100%;
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.account.has-form select, [data-class="itix-orders"] .borderedbox.account.privilege-list select {
    margin-bottom: 1.25rem;
  }
}

[data-class="itix-orders"] .borderedbox.account.has-form button, [data-class="itix-orders"] .borderedbox.account.has-form .button, [data-class="itix-orders"] .borderedbox.account.privilege-list button, [data-class="itix-orders"] .borderedbox.account.privilege-list .button {
  height: auto;
}

[data-class="itix-orders"] .borderedbox.account.has-form label, [data-class="itix-orders"] .borderedbox.account.privilege-list label {
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
}

[data-class="itix-orders"] .borderedbox.account.has-form label.radio, [data-class="itix-orders"] .borderedbox.account.has-form label.checkbox, [data-class="itix-orders"] .borderedbox.account.privilege-list label.radio, [data-class="itix-orders"] .borderedbox.account.privilege-list label.checkbox {
  padding-left: 1.25rem;
}

[data-class="itix-orders"] .borderedbox.account.has-form label.radio input[type=checkbox], [data-class="itix-orders"] .borderedbox.account.has-form label.radio input[type=radio], [data-class="itix-orders"] .borderedbox.account.has-form label.checkbox input[type=checkbox], [data-class="itix-orders"] .borderedbox.account.has-form label.checkbox input[type=radio], [data-class="itix-orders"] .borderedbox.account.privilege-list label.radio input[type=checkbox], [data-class="itix-orders"] .borderedbox.account.privilege-list label.radio input[type=radio], [data-class="itix-orders"] .borderedbox.account.privilege-list label.checkbox input[type=checkbox], [data-class="itix-orders"] .borderedbox.account.privilege-list label.checkbox input[type=radio] {
  position: absolute;
  left: 0;
  top: 0.0625rem;
}

[data-class="itix-orders"] .borderedbox.privilege-list span {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}

[data-class="itix-orders"] .bundle {
  float: left;
  width: 100%;
  border: 0.0625rem solid var(--bestel-border-color);
  margin-bottom: 0.3125rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .bundle {
    margin-bottom: 0.9375rem;
  }
}

[data-class="itix-orders"] .bundle .borderedbox {
  border: none;
}

[data-class="itix-orders"] .bundle .borderedbox:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.625rem;
  right: 0.625rem;
  border-bottom: 0.0625rem solid var(--bestel-border-color);
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .bundle .borderedbox:not(:last-child):after {
    left: 0.9375rem;
    right: 0.9375rem;
  }
}

[data-class="itix-orders"] .bundle .borderedbox.cartshow-chunk, [data-class="itix-orders"] .bundle .borderedbox.cartarrangement-chunk, [data-class="itix-orders"] .bundle .borderedbox.cartarticle-chunk {
  margin-bottom: 0;
}

[data-class="itix-orders"] .fb-text {
  float: left;
  line-height: 2.8125rem;
  margin: 0.625rem 1.5625rem 0 0;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .datum {
    max-width: 28.75rem;
  }
}

[data-class="itix-orders"] .credit-saldo {
  font-size: 4.6875rem;
  line-height: 3.125rem;
}

[data-class="itix-orders"] .errors, [data-class="itix-orders"] .errormessage, [data-class="itix-orders"] .message {
  margin-bottom: 0.625rem;
  padding: 0.625rem;
  color: #000;
  line-height: 1.3;
  font-weight: bold;
  list-style: none;
  border-radius: 0.75rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .errors, [data-class="itix-orders"] .errormessage, [data-class="itix-orders"] .message {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.25rem;
  }
}

[data-class="itix-orders"] .errors:not(:empty), [data-class="itix-orders"] .errormessage:not(:empty) {
  color: var(--bestel-white);
  background: #dd0000;
}

[data-class="itix-orders"] .errors:not(:empty) li, [data-class="itix-orders"] .errors:not(:empty) p, [data-class="itix-orders"] .errormessage:not(:empty) li, [data-class="itix-orders"] .errormessage:not(:empty) p {
  color: var(--bestel-white);
}

[data-class="itix-orders"] .borderedbox .errors, [data-class="itix-orders"] .borderedbox .errormessage, [data-class="itix-orders"] .borderedbox .message {
  margin: 0;
  border: none;
}

[data-class="itix-orders"] [data-hook="amount_edit"] input[type="number"] {
  color: #fff;
  margin-right: 0.625rem;
  display: inline-block;
}

[data-class="itix-orders"] [data-hook="order-waitinglist"] form p.message {
  background: #dd0000;
  color: white;
}

[data-class="itix-orders"] .order-intro, [data-class="itix-orders"] .order-history-item, [data-class="itix-orders"] .order-serie-item {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  margin-top: 0.625rem;
  border: 0.0625rem solid var(--bestel-border-color);
  border-radius: 0.75rem;
  overflow: hidden;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .order-intro, [data-class="itix-orders"] .order-history-item, [data-class="itix-orders"] .order-serie-item {
    margin-bottom: 1.25rem;
  }
}

[data-class="itix-orders"] .order-intro [data-hook="orderhistory-download-eticket"], [data-class="itix-orders"] .order-history-item [data-hook="orderhistory-download-eticket"], [data-class="itix-orders"] .order-serie-item [data-hook="orderhistory-download-eticket"] {
  margin-top: 1.25rem;
}

[data-class="itix-orders"] .order-intro .show-image__holder, [data-class="itix-orders"] .order-history-item .show-image__holder, [data-class="itix-orders"] .order-serie-item .show-image__holder {
  display: block;
  float: left;
  width: 5rem;
  height: 6.75rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .order-intro .show-image__holder, [data-class="itix-orders"] .order-history-item .show-image__holder, [data-class="itix-orders"] .order-serie-item .show-image__holder {
    width: 6.6875rem;
    height: 6.9375rem;
  }
}

[data-class="itix-orders"] .order-intro .contentholder, [data-class="itix-orders"] .order-history-item .contentholder, [data-class="itix-orders"] .order-serie-item .contentholder {
  padding: 0.625rem;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

[data-class="itix-orders"] .order-intro .contentholder.aside-image, [data-class="itix-orders"] .order-history-item .contentholder.aside-image, [data-class="itix-orders"] .order-serie-item .contentholder.aside-image {
  width: calc(100% - 5rem);
  float: left;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .order-intro .contentholder.aside-image, [data-class="itix-orders"] .order-history-item .contentholder.aside-image, [data-class="itix-orders"] .order-serie-item .contentholder.aside-image {
    width: calc(100% - 6.6875rem);
  }
}

[data-class="itix-orders"] .order-intro .contentholder span, [data-class="itix-orders"] .order-intro .contentholder a, [data-class="itix-orders"] .order-history-item .contentholder span, [data-class="itix-orders"] .order-history-item .contentholder a, [data-class="itix-orders"] .order-serie-item .contentholder span, [data-class="itix-orders"] .order-serie-item .contentholder a {
  line-height: 1.4;
  font-size: 0.875rem;
}

[data-class="itix-orders"] .order-intro .contentholder span.voorstelling, [data-class="itix-orders"] .order-intro .contentholder a.voorstelling, [data-class="itix-orders"] .order-history-item .contentholder span.voorstelling, [data-class="itix-orders"] .order-history-item .contentholder a.voorstelling, [data-class="itix-orders"] .order-serie-item .contentholder span.voorstelling, [data-class="itix-orders"] .order-serie-item .contentholder a.voorstelling {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--bestel-primary-color);
  font-weight: 700;
}

[data-class="itix-orders"] .order-intro .contentholder span.uitvoerende, [data-class="itix-orders"] .order-intro .contentholder a.uitvoerende, [data-class="itix-orders"] .order-history-item .contentholder span.uitvoerende, [data-class="itix-orders"] .order-history-item .contentholder a.uitvoerende, [data-class="itix-orders"] .order-serie-item .contentholder span.uitvoerende, [data-class="itix-orders"] .order-serie-item .contentholder a.uitvoerende {
  font-weight: 700;
}

[data-class="itix-orders"] .order-history-item .show-image__holder {
  display: none;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .order-history-item .show-image__holder {
    display: block;
    width: 11.25rem;
    height: 11.25rem;
  }
}

[data-class="itix-orders"] .order-history-item .contentholder span, [data-class="itix-orders"] .order-history-item .contentholder p.reserveringnummer {
  width: 100%;
  float: left;
}

[data-class="itix-orders"] .order-history-item .contentholder p.reserveringnummer {
  margin-top: 0.3125rem;
}

[data-class="itix-orders"] .order-history-item .contentholder.aside-image {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .order-history-item .contentholder.aside-image {
    width: calc(100% - 11.25rem);
    padding: 0.625rem;
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .order-serie-item {
    margin-bottom: 0;
  }
}

[data-class="itix-orders"] .order-serie-item .show-image__holder {
  display: none;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .order-serie-item .show-image__holder {
    display: block;
    width: 8.125rem;
    height: 8.125rem;
  }
}

[data-class="itix-orders"] .order-serie-item .contentholder span, [data-class="itix-orders"] .order-serie-item .contentholder a {
  width: 100%;
  float: left;
}

[data-class="itix-orders"] .order-serie-item .contentholder .genre {
  margin: 0.3125rem 0;
}

[data-class="itix-orders"] .order-serie-item .contentholder.aside-image {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .order-serie-item .contentholder.aside-image {
    width: calc(100% - 8.125rem);
    padding: 0.625rem;
  }
}

body.page-bestel [data-class="itix-orders"] div.checkout {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem;
  background: var(--bestel-bg-color);
  z-index: 500;
}

body.page-bestel [data-class="itix-orders"] div.checkout a.button.conversion {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 40em) {
  body.page-bestel [data-class="itix-orders"] div.checkout a.button.conversion {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 40em) {
  body.page-bestel [data-class="itix-orders"] div.checkout {
    position: inherit;
    padding: 0;
    background: none;
  }
}

[data-class="itix-orders"] .cart-totals .button {
  width: 100% !important;
}

[data-class="itix-orders"] .cart-totals .form {
  display: block;
  float: left;
  width: 100%;
  margin-top: 0.625rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .cart-totals .form {
    margin-top: 0;
  }
}

[data-class="itix-orders"] .cart-totals .continue {
  float: left;
  width: 100%;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .cart-totals .continue {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

[data-class="itix-orders"] .cart-totals .continue strong {
  color: #333333;
}

[data-class="itix-orders"] .cart-totals .price {
  margin: 0;
  text-align: right;
}

[data-class="itix-orders"] .cart-totals .price span {
  width: 100%;
  display: inline-block;
  font-size: 0.8125rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .cart-totals .price span {
    font-size: 0.875rem;
  }
}

[data-class="itix-orders"] .cart-totals .price span.label {
  font-family: "GT Flexa Medium", sans-serif;
  font-weight: normal;
  color: #333333;
  width: auto;
}

[data-class="itix-orders"] .cart-totals .price span.amount {
  font-family: "GT Flexa Light", sans-serif;
  color: #333333;
  width: 6.875rem;
  display: inline-block;
  font-weight: 700;
}

[data-class="itix-orders"] .cart-totals .price.total {
  font-size: 1.25rem;
}

[data-class="itix-orders"] .cart-totals .price.total span {
  font-size: 1.25rem;
}

body.page-cart [data-class="itix-orders"] .cart-totals {
  margin-bottom: 0.625rem;
}

body.page-betaalmethode [data-class="itix-orders"] .cart-totals {
  margin: 0.3125rem 0 0.625rem 0;
  padding-right: 0.625rem;
}

@media only screen and (min-width: 40em) {
  body.page-betaalmethode [data-class="itix-orders"] .cart-totals {
    margin: 0;
  }
}

@media only screen and (min-width: 64em) {
  body.page-betaalmethode [data-class="itix-orders"] .cart-totals {
    padding-right: 0.8125rem;
  }
}

[data-class="itix-orders"] .continue-checkout-holder {
  width: 100%;
}

body.page-cart [data-class="itix-orders"] .continue-checkout-holder .checkout {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem;
  background: var(--bestel-bg-color);
  z-index: 500;
}

body.page-cart [data-class="itix-orders"] .continue-checkout-holder .checkout a.button.conversion, body.page-cart [data-class="itix-orders"] .continue-checkout-holder .checkout button {
  margin-top: 0;
  width: 100%;
}

@media only screen and (min-width: 40em) {
  body.page-cart [data-class="itix-orders"] .continue-checkout-holder .checkout {
    position: inherit;
    padding: 0;
    background: none;
  }
}

body.page-cart [data-class="itix-orders"] .continue-checkout-holder .checkout button[data-hook="finish-order-button-external"] {
  background: var(--bestel-secondary-color);
  border-color: var(--bestel-secondary-color);
}

body.page-cart [data-class="itix-orders"] .continue-checkout-holder.show-when-not-finishable {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 40em) {
  body.page-cart [data-class="itix-orders"] .continue-checkout-holder.show-when-not-finishable .checkout .button {
    margin: 0 0 0.625rem 0;
  }
}

body.page-cart [data-class="itix-orders"] .continue-checkout-holder.show-when-not-finishable .checkout .button.disabled {
  margin-right: 0.625rem;
}

[data-class="itix-orders"] .ordersteps {
  margin-bottom: 0.3125rem;
  border: 0.0625rem solid var(--bestel-border-color);
  float: left;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .ordersteps {
    margin-bottom: 1.25rem;
  }
}

[data-class="itix-orders"] .ordersteps li + li:before {
  background: var(--bestel-border-color);
  content: "";
  height: 0.875rem;
  position: absolute;
  top: 0.5625rem;
  width: 0.0625rem;
  margin-left: -1.25rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .ordersteps li + li:before {
    height: 1.375rem;
    top: 0.75rem;
  }
}

[data-class="itix-orders"] .ordersteps li + li.active:before {
  background: var(--bestel-primary-color);
}

[data-class="itix-orders"] .ordersteps li.active + li:before {
  background: var(--bestel-white);
}

[data-class="itix-orders"] .ordersteps li {
  padding: 0.4166666667rem 1.25rem;
  font-family: "GT Flexa Medium", sans-serif;
  font-size: 1rem;
  line-height: 1 !important;
  font-weight: normal;
  display: inline-block;
  float: left;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .ordersteps li {
    font-size: 1.25rem;
    padding: 0.75rem 1.25rem;
  }
}

[data-class="itix-orders"] .ordersteps li span {
  display: none;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .ordersteps li span {
    display: inline;
    font-family: "GT Flexa Medium", sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1 !important;
  }
}

[data-class="itix-orders"] .ordersteps li a {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  line-height: 1 !important;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .ordersteps li a {
    font-size: 1.25rem;
    line-height: 1 !important;
  }
}

[data-class="itix-orders"] .ordersteps li a.disabled {
  pointer-events: none;
}

[data-class="itix-orders"] .ordersteps li.active {
  color: white;
  background: var(--bestel-primary-color);
  border: 0.0625rem solid var(--bestel-primary-color);
  margin-top: -0.0625rem;
}

[data-class="itix-orders"] .ordersteps li.active:first-child {
  margin-left: -0.0625rem;
}

[data-class="itix-orders"] .ordersteps li.active span {
  display: inline;
}

[data-class="itix-orders"] .ordersteps li.active a {
  color: white;
}

[data-class="itix-orders"] .ordersteps li.active a.disabled {
  pointer-events: none;
}

[data-class="itix-orders"] [data-hook="installment-dates"] {
  clear: both;
  margin-top: 2.5rem;
  display: block;
}

[data-class="itix-orders"] [data-hook="installment-dates"] li {
  margin-left: 0.625rem;
}

[data-class="itix-orders"] [data-hook="installment-dates"] li:before {
  margin-right: 0.3125rem;
  font-family: FontAwesome;
  content: '\f105';
  color: #000;
}

[data-class="itix-orders"] .seasonselector a {
  width: 9.0625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 0.625rem 1.25rem;
  color: #333333;
  text-align: center;
  border: 0.0625rem solid var(--bestel-border-color);
  display: inline-block;
  border-radius: 0.75rem;
}

[data-class="itix-orders"] .seasonselector a:last-child {
  margin-right: 0;
}

[data-class="itix-orders"] .seasonselector a.current-season {
  color: var(--bestel-primary-color);
}

[data-class="itix-orders"] .seatselection {
  overflow: hidden;
  width: 62.5rem;
  max-width: 100%;
}

[data-class="itix-orders"] .seatselection a.revealtip {
  margin-bottom: -0.375rem;
}

[data-class="itix-orders"] .seatselection svg {
  border: 0.0625rem solid var(--bestel-border-color);
  border-radius: 3px;
}

[data-class="itix-orders"] .seatselection svg .overlay {
  fill: none;
  pointer-events: all;
}

[data-class="itix-orders"] .seatselection svg circle {
  cursor: pointer;
  fill: transparent;
}

[data-class="itix-orders"] .seatselection svg circle.rank-1 {
  fill: #3e0a4f;
  stroke: #3e0a4f;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.rank-2 {
  fill: #ff8f00;
  stroke: #ff8f00;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.rank-3 {
  fill: #fec20a;
  stroke: #fec20a;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.rank-4 {
  fill: #ff4dff;
  stroke: #ff4dff;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.rank-5 {
  fill: #9CD548;
  stroke: #9CD548;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.rank-6 {
  fill: #feff00;
  stroke: #feff00;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.rank-7 {
  fill: #64f8ff;
  stroke: #64f8ff;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.rank-8 {
  fill: #D35346;
  stroke: #D35346;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.rank-9 {
  fill: #ffffff;
  stroke: #c04545;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.rank-10 {
  fill: #ff4dfe;
  stroke: #ff4dfe;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.full {
  fill: #bdbdbd;
  stroke: #bdbdbd;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.occupied {
  fill: #bdbdbd;
  stroke: #bdbdbd;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.not-available {
  fill: #bdbdbd;
  stroke: #bdbdbd;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.selected {
  fill: #04af58;
  stroke: #04af58;
  stroke-width: 3px;
}

[data-class="itix-orders"] .seatselection svg circle.not-available, [data-class="itix-orders"] .seatselection svg circle.occupied {
  pointer-events: none;
}

[data-class="itix-orders"] .seatselection svg circle.disabled, [data-class="itix-orders"] .seatselection svg circle.disabled:not(.not-available) {
  pointer-events: none;
  opacity: 0.2;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .seatselection svg {
    padding: 0.3125rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .seatselection svg {
    padding: 0.625rem;
  }
}

@media only screen and (orientation: landscape) {
  [data-class="itix-orders"] .seatselection #seatplan {
    float: left;
    width: calc(100% - 10.9375rem);
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .seatselection #seatplan {
    float: left;
    width: calc(100% - 13.75rem);
  }
}

@media only screen and (min-width: 64em) and (orientation: portrait) {
  [data-class="itix-orders"] .seatselection #seatplan {
    width: 100%;
  }
}

@media only screen and (min-width: 90em) {
  [data-class="itix-orders"] .seatselection #seatplan {
    width: calc(100% - 18.75rem);
  }
}

[data-class="itix-orders"] .seatselection #seatplan svg {
  display: block;
  overflow: visible;
  padding: 1.25rem;
}

@media screen and (orientation: portrait) {
  [data-class="itix-orders"] .seatselection #seatplan svg {
    height: calc(100vh - 13.75rem - 15px);
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .seatselection #seatplan svg {
    height: calc(100vh - 3.4375rem - 15px);
  }
}

@media screen and (min-height: 51.25rem) {
  [data-class="itix-orders"] .seatselection #seatplan svg {
    height: calc(100vh - 20.625rem - 15px);
  }
}

@media only screen and (min-width: 40em) and (min-height: 43.75rem) {
  [data-class="itix-orders"] .seatselection #seatplan .svg-holder svg {
    min-height: 28.125rem;
  }
}

[data-class="itix-orders"] .seatselection #seatplan .app {
  overflow: hidden;
  position: relative;
}

[data-class="itix-orders"] .seatselection #seatplan #modal_seat_selection {
  font-size: 0.875rem;
  line-height: 1.2;
}

[data-class="itix-orders"] .seatselection #preview {
  display: none;
  position: relative;
  overflow: hidden;
  height: 12.1875rem;
  margin-top: 0.9375rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .seatselection #preview {
    padding: 0.0625rem;
    display: block;
  }
}

@media screen and (min-width: 75rem) {
  [data-class="itix-orders"] .seatselection #preview {
    height: 14.375rem;
  }
}

[data-class="itix-orders"] .seatselection #preview .current-rank {
  display: inline-block;
  border-radius: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.rank-1 {
  background-color: #3e0a4f;
  border: 4px solid #3e0a4f;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.rank-2 {
  background-color: #ff8f00;
  border: 4px solid #ff8f00;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.rank-3 {
  background-color: #fec20a;
  border: 4px solid #fec20a;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.rank-4 {
  background-color: #ff4dff;
  border: 4px solid #ff4dff;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.rank-5 {
  background-color: #9CD548;
  border: 4px solid #9CD548;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.rank-6 {
  background-color: #feff00;
  border: 4px solid #feff00;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.rank-7 {
  background-color: #64f8ff;
  border: 4px solid #64f8ff;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.rank-8 {
  background-color: #D35346;
  border: 4px solid #D35346;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.rank-9 {
  background-color: #ffffff;
  border: 4px solid #c04545;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.rank-10 {
  background-color: #ff4dfe;
  border: 4px solid #ff4dfe;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.full {
  background-color: #bdbdbd;
  border: 4px solid #bdbdbd;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.occupied {
  background-color: #bdbdbd;
  border: 4px solid #bdbdbd;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.not-available {
  background-color: #bdbdbd;
  border: 4px solid #bdbdbd;
}

[data-class="itix-orders"] .seatselection #preview .current-rank.selected {
  background-color: #04af58;
  border: 4px solid #04af58;
}

[data-class="itix-orders"] .seatselection #preview .placement {
  font-size: 0.8125rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

[data-class="itix-orders"] .seatselection #preview .preview-info {
  clear: both;
  line-height: 1.1;
}

[data-class="itix-orders"] .seatselection #preview .no-preview {
  position: absolute;
  background-color: #eee;
  border-radius: 3px;
  padding: 0.25rem 0.625rem;
}

[data-class="itix-orders"] .seatselection #preview .preview-mask {
  position: relative;
  margin-top: 0.625rem;
  padding-bottom: 66.666666%;
  width: 100%;
  overflow: hidden;
  float: left;
}

[data-class="itix-orders"] .seatselection #preview .preview-mask:nth-child(2) {
  display: none;
}

[data-class="itix-orders"] .seatselection #preview .preview-mask img {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}

[data-class="itix-orders"] .seatselection #preview .preview-mask img[src=""] {
  display: none;
}

[data-class="itix-orders"] .seatselection aside {
  float: left;
  width: 100%;
  padding: 0;
}

[data-class="itix-orders"] .seatselection aside a.button {
  font-size: 0.875rem;
  margin: 0 0 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media only screen and (orientation: landscape) {
  [data-class="itix-orders"] .seatselection aside {
    padding-left: 0.625rem;
    width: 10.9375rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .seatselection aside {
    padding-left: 0.9375rem;
    float: left;
    width: 13.75rem;
  }
}

@media only screen and (min-width: 64em) and (orientation: portrait) {
  [data-class="itix-orders"] .seatselection aside {
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 90em) {
  [data-class="itix-orders"] .seatselection aside {
    padding-left: 0.9375rem;
    width: 18.75rem;
  }
}

[data-class="itix-orders"] .seatselection .info {
  padding: 0 0 0.625rem;
  color: var(--bestel-primary-color);
  line-height: 1.375rem;
  font-weight: bold;
  font-size: 0.8125rem;
  background: transparent;
  max-width: calc(100% - 2.5rem);
}

[data-class="itix-orders"] .seatselection .info .explanation {
  font-weight: normal;
  display: block;
  font-size: 0.8125rem;
  color: #000;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .seatselection .info {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .seatselection .info {
    font-size: 1.0625rem;
  }
}

[data-class="itix-orders"] .seatselection .message {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
  width: 90%;
  margin: 0;
  padding: 0.4375rem 3.125rem 0.4375rem 0.9375rem;
  border: none;
  font-style: italic;
  font-size: 0.875rem;
  color: white;
  background: var(--bestel-warning-color);
  z-index: 20;
  display: none;
  text-align: center;
  font-weight: normal;
}

[data-class="itix-orders"] .seatselection .message.active {
  display: block;
}

[data-class="itix-orders"] .seatselection #map-explanation {
  display: none;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .seatselection #map-explanation {
    float: left;
    display: block;
    background-color: #eee;
    overflow: hidden;
    font-size: 0.75rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    line-height: 1.5;
    padding: 0.9375rem;
    margin: 0.9375rem 0;
  }
}

[data-class="itix-orders"] .seatselection #map-explanation &gt; p {
  margin-top: 0;
  font-size: 0.75rem;
}

[data-class="itix-orders"] .seatselection #map-explanation img {
  width: 100%;
  min-width: 1.875rem;
  max-width: 2.5rem;
  float: left;
  margin-right: 0.625rem;
}

[data-class="itix-orders"] .seatselection #map-explanation .touch-hide {
  display: block;
}

html.touch [data-class="itix-orders"] .seatselection #map-explanation .touch-hide {
  display: none;
}

[data-class="itix-orders"] .seatselection #map-explanation .touch-show {
  display: none;
}

html.touch [data-class="itix-orders"] .seatselection #map-explanation .touch-show {
  display: block;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .seatselection #confirm {
    float: left;
    max-width: 17.8125rem;
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .seatselection #confirm .button {
    width: auto;
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .seatselection #confirm .button {
    width: 100%;
    font-size: 0.8125rem;
  }
}

[data-class="itix-orders"] .seatselection #legend {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 90em) {
  [data-class="itix-orders"] .seatselection #legend {
    margin-top: 0;
    max-width: 17.8125rem;
  }
}

[data-class="itix-orders"] .seatselection #legend .rank {
  line-height: 0.5625rem;
  position: relative;
  margin: 0 0.25rem 0.625rem 0;
  padding: 0 0 0 1rem;
  float: left;
  font-size: 0.6875rem;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .seatselection #legend .rank {
    border: 1px solid #ccc;
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0 0.25rem 0.375rem 0;
    padding: 0.25rem 0.375rem 0.25rem 1.5625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .seatselection #legend .rank {
    font-size: 0.8125rem;
  }
}

[data-class="itix-orders"] .seatselection #legend .rank:before {
  position: absolute;
  left: 4px;
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  content: '';
  -webkit-border-radius: 50%;
  -moz-borde-radius: 50%;
  border-radius: 50%;
  border-style: solid;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .seatselection #legend .rank:before {
    width: 1rem;
    height: 1rem;
  }
}

[data-class="itix-orders"] .seatselection #legend .rank.rank-1:before {
  background-color: #3e0a4f;
  border: 4px solid #3e0a4f;
}

[data-class="itix-orders"] .seatselection #legend .rank.rank-2:before {
  background-color: #ff8f00;
  border: 4px solid #ff8f00;
}

[data-class="itix-orders"] .seatselection #legend .rank.rank-3:before {
  background-color: #fec20a;
  border: 4px solid #fec20a;
}

[data-class="itix-orders"] .seatselection #legend .rank.rank-4:before {
  background-color: #ff4dff;
  border: 4px solid #ff4dff;
}

[data-class="itix-orders"] .seatselection #legend .rank.rank-5:before {
  background-color: #9CD548;
  border: 4px solid #9CD548;
}

[data-class="itix-orders"] .seatselection #legend .rank.rank-6:before {
  background-color: #feff00;
  border: 4px solid #feff00;
}

[data-class="itix-orders"] .seatselection #legend .rank.rank-7:before {
  background-color: #64f8ff;
  border: 4px solid #64f8ff;
}

[data-class="itix-orders"] .seatselection #legend .rank.rank-8:before {
  background-color: #D35346;
  border: 4px solid #D35346;
}

[data-class="itix-orders"] .seatselection #legend .rank.rank-9:before {
  background-color: #ffffff;
  border: 4px solid #c04545;
}

[data-class="itix-orders"] .seatselection #legend .rank.rank-10:before {
  background-color: #ff4dfe;
  border: 4px solid #ff4dfe;
}

[data-class="itix-orders"] .seatselection #legend .rank.full:before {
  background-color: #bdbdbd;
  border: 4px solid #bdbdbd;
}

[data-class="itix-orders"] .seatselection #legend .rank.occupied:before {
  background-color: #bdbdbd;
  border: 4px solid #bdbdbd;
}

[data-class="itix-orders"] .seatselection #legend .rank.not-available:before {
  background-color: #bdbdbd;
  border: 4px solid #bdbdbd;
}

[data-class="itix-orders"] .seatselection #legend .rank.selected:before {
  background-color: #04af58;
  border: 4px solid #04af58;
}

[data-class="itix-orders"] .loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7) url(/img/loader.gif) center center no-repeat;
  display: none;
}

.fancybox-wrap [data-class="itix-orders"] {
  margin: 0;
}

.fancybox-wrap [data-class="itix-orders"] .fancybox-inner {
  overflow: hidden;
}

.fancybox-wrap [data-class="itix-orders"] .button {
  margin-right: 0.625rem;
}

[data-class="itix-orders"].series-alert {
  max-width: 31.25rem;
}

[data-class="itix-orders"].cms h1, [data-class="itix-orders"].cms h2, [data-class="itix-orders"].cms h3, [data-class="itix-orders"].cms h4, [data-class="itix-orders"].cms h5, [data-class="itix-orders"].cms h6 {
  margin: 1.25rem 0 0;
  color: #333333;
  font-weight: normal;
}

[data-class="itix-orders"].cms h1 + p, [data-class="itix-orders"].cms h1 + h2, [data-class="itix-orders"].cms h1 + h3, [data-class="itix-orders"].cms h1 + h4, [data-class="itix-orders"].cms h1 + h5, [data-class="itix-orders"].cms h1 + h6, [data-class="itix-orders"].cms h2 + p, [data-class="itix-orders"].cms h2 + h2, [data-class="itix-orders"].cms h2 + h3, [data-class="itix-orders"].cms h2 + h4, [data-class="itix-orders"].cms h2 + h5, [data-class="itix-orders"].cms h2 + h6, [data-class="itix-orders"].cms h3 + p, [data-class="itix-orders"].cms h3 + h2, [data-class="itix-orders"].cms h3 + h3, [data-class="itix-orders"].cms h3 + h4, [data-class="itix-orders"].cms h3 + h5, [data-class="itix-orders"].cms h3 + h6, [data-class="itix-orders"].cms h4 + p, [data-class="itix-orders"].cms h4 + h2, [data-class="itix-orders"].cms h4 + h3, [data-class="itix-orders"].cms h4 + h4, [data-class="itix-orders"].cms h4 + h5, [data-class="itix-orders"].cms h4 + h6, [data-class="itix-orders"].cms h5 + p, [data-class="itix-orders"].cms h5 + h2, [data-class="itix-orders"].cms h5 + h3, [data-class="itix-orders"].cms h5 + h4, [data-class="itix-orders"].cms h5 + h5, [data-class="itix-orders"].cms h5 + h6, [data-class="itix-orders"].cms h6 + p, [data-class="itix-orders"].cms h6 + h2, [data-class="itix-orders"].cms h6 + h3, [data-class="itix-orders"].cms h6 + h4, [data-class="itix-orders"].cms h6 + h5, [data-class="itix-orders"].cms h6 + h6 {
  margin-top: 0;
}

[data-class="itix-orders"].cms h1 {
  font-size: 2.1875rem;
  line-height: 2.5rem;
  margin-top: 0;
}

[data-class="itix-orders"].cms strong {
  color: #333333;
}

[data-class="itix-orders"] .submenu {
  width: 100%;
  margin: 0 0 2.0625rem 0;
  padding: 0;
  float: left;
  border: 0.0625rem solid var(--bestel-border-color);
  overflow: hidden;
  max-height: 32.5rem;
  transition: all 200ms;
  border-radius: 0.75rem;
}

[data-class="itix-orders"] .submenu li {
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 56.875rem) {
  [data-class="itix-orders"] .submenu li {
    float: left;
  }
}

[data-class="itix-orders"] .submenu li.goto {
  position: relative;
}

@media only screen and (min-width: 56.875rem) {
  [data-class="itix-orders"] .submenu li.goto {
    display: none;
  }
}

[data-class="itix-orders"] .submenu li.goto:after {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 1.125rem;
  content: '\f0c9';
  cursor: pointer;
}

@media only screen and (min-width: 56.875rem) {
  [data-class="itix-orders"] .submenu li:last-child {
    float: right;
  }
}

[data-class="itix-orders"] .submenu li a {
  display: block;
  padding: 0.9375rem;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  transition: all ease .3s;
}

html.no-mobile [data-class="itix-orders"] .submenu li a:hover {
  color: var(--bestel-white);
  background: var(--bestel-primary-color);
}

@media only screen and (min-width: 56.875rem) {
  [data-class="itix-orders"] .submenu li a {
    padding: 1.25rem;
    float: left;
  }
}

[data-class="itix-orders"] .submenu li.active a {
  color: var(--bestel-white);
  background: var(--bestel-primary-color);
}

[data-class="itix-orders"] .usps {
  margin: -0.9375rem 0 1.25rem;
  padding: 0.625rem;
  border: 0.0625rem solid var(--bestel-border-color);
  text-align: center;
  display: none;
}

[data-class="itix-orders"] .usps li {
  padding: 0 1.25rem;
  font-size: 0.875rem;
  display: inline-block;
}

[data-class="itix-orders"] .usps li:before {
  padding-right: 0.3125rem;
  font-family: FontAwesome;
  content: '\f00c';
  display: inline-block;
}

[data-class="itix-orders"] .navblock {
  float: left;
  width: 100%;
  padding: 0.625rem;
  margin: 0 0 0.625rem 0;
  border: 0.0625rem solid var(--bestel-border-color);
  border-radius: 0.75rem;
  overflow: hidden;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .navblock {
    padding: 0.9375rem;
  }
}

[data-class="itix-orders"] .navblock:first-child {
  margin-top: 0.625rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .navblock:first-child {
    margin-top: 0;
  }
}

[data-class="itix-orders"] .navblock h3 {
  font-family: "GT Flexa Medium", sans-serif;
  text-transform: lowercase;
  color: #333333;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}

[data-class="itix-orders"] .navblock a h3 {
  text-transform: none;
}

[data-class="itix-orders"] .navblock p {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: normal;
}

[data-class="itix-orders"] .navblock p:first-child {
  margin-top: 0;
}

[data-class="itix-orders"] .navblock p &gt; span {
  font-size: 1.25rem;
}

[data-class="itix-orders"] .navblock p:last-of-type {
  margin-bottom: 0;
}

[data-class="itix-orders"] .navblock.image {
  padding: 0;
}

[data-class="itix-orders"] .navblock.image img {
  width: 100%;
}

[data-class="itix-orders"] .navblock.image h3 {
  position: relative;
  padding: 0 1.25rem 1.25rem 1.875rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

[data-class="itix-orders"] .navblock.image h3:before {
  position: absolute;
  left: 1.25rem;
  top: 0.3125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375rem 0 0.375rem 0.375rem;
  border-color: transparent transparent transparent #000000;
  content: '';
}

[data-class="itix-orders"] .navblock.image p {
  font-weight: normal;
  line-height: 1.4;
}

[data-class="itix-orders"] .navblock.image .navblock-content {
  padding: 0 1.25rem 1.25rem 1.875rem;
}

[data-class="itix-orders"] .navblock.wit {
  background-color: var(--bestel-white);
}

[data-class="itix-orders"] .navblock.grijs {
  background-color: var(--bestel-bg-color);
}

[data-class="itix-orders"] .inner_reveal {
  display: none;
  position: absolute;
  padding: 1.25rem 0.9375rem;
  background: #fff;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

[data-class="itix-orders"] .inner_reveal .js_inner_fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background-image: url("/img/fancybox/fancybox_sprite.png");
}

[data-class="itix-orders"] a.revealtip {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: -0.3125rem;
  background: var(--bestel-bg-color);
  font-size: 0.75rem;
  color: var(--bestel-primary-color);
  border-radius: 50%;
  border: 0.0625rem solid var(--bestel-border-color);
  transition: all ease .3s;
  z-index: 100;
}

@media screen and (min-width: 22.5rem) {
  [data-class="itix-orders"] a.revealtip {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-bottom: -0.4375rem;
  }
}

[data-class="itix-orders"] a.revealtip:after {
  font-family: FontAwesome;
  content: '\f129';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[data-class="itix-orders"] a.revealtip:hover {
  background: var(--bestel-secondary-color);
  color: var(--bestel-white);
  border-color: var(--bestel-secondary-color);
}

[data-class="itix-orders"] a.remove, [data-class="itix-orders"] a.edit {
  display: inline-block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
  font-size: 1.25rem;
  overflow: hidden;
}

[data-class="itix-orders"] a.remove:after, [data-class="itix-orders"] a.edit:after {
  font-family: "Font Awesome 5 Light";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
}

[data-class="itix-orders"] a.remove {
  color: var(--bestel-warning-color);
}

[data-class="itix-orders"] a.remove:after {
  content: '\f2ed';
}

[data-class="itix-orders"] a.edit {
  color: var(--bestel-secondary-color);
  text-indent: -9999px;
}

[data-class="itix-orders"] a.edit:after {
  content: '\f044';
  text-indent: 0;
  transform: translate(-50%, -50%);
}

[data-class="itix-orders"] a.add-article {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8125rem;
  overflow: hidden;
  background: var(--bestel-secondary-color);
  border: 0.125rem solid var(--bestel-secondary-color);
  color: var(--bestel-white);
  border-radius: 999px;
}

[data-class="itix-orders"] a.add-article:before {
  transition: transform 250ms ease-out, background-color 350ms ease-out, color 350ms ease-in, opacity 500ms, border-color 250ms;
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-class="itix-orders"] a.add-article span.icon {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html.no-touch [data-class="itix-orders"] a.add-article:hover {
  color: var(--bestel-secondary-color);
}

html.no-touch [data-class="itix-orders"] a.add-article:hover:before {
  color: var(--bestel-white);
  transform: scaleY(48);
}

[data-class="itix-orders"] a.cancel, [data-class="itix-orders"] a.apply {
  display: inline-block;
  font-size: 0.875rem;
  border: 0.0625rem solid var(--bestel-border-color);
  background: var(--bestel-bg-color);
  height: 2rem;
  padding: 0.375rem 0.625rem;
  width: auto;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] a.cancel, [data-class="itix-orders"] a.apply {
    height: 2.3125rem;
    padding: 0.5rem 0.625rem;
  }
}

[data-class="itix-orders"] button, [data-class="itix-orders"] a.button {
  transition: all 300ms ease-out;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.9375rem 1.25rem;
  margin-top: 0.625rem;
  background: var(--bestel-secondary-color);
  letter-spacing: 0;
  border: none;
  color: var(--bestel-white);
  font-family: "GT Flexa Light", sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  overflow: visible;
  border-radius: 0.75rem;
}

html.no-touch [data-class="itix-orders"] button:hover, html.no-touch [data-class="itix-orders"] a.button:hover {
  color: var(--bestel-white);
  background: var(--bestel-conversion-color-dark);
  border-color: var(--bestel-conversion-color-dark);
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] button, [data-class="itix-orders"] a.button {
    padding: 0.9375rem 1.875rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] button, [data-class="itix-orders"] a.button {
    font-size: 1rem;
  }
}

[data-class="itix-orders"] button:after, [data-class="itix-orders"] a.button:after {
  content: none;
}

[data-class="itix-orders"] button.selected, [data-class="itix-orders"] a.button.selected {
  transition: all 300ms ease-out;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.9375rem 1.25rem;
  margin-top: 0.625rem;
  background: var(--bestel-conversion-color-dark);
  letter-spacing: 0;
  border: none;
  color: var(--bestel-white);
  font-family: "GT Flexa Light", sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  overflow: visible;
}

html.no-touch [data-class="itix-orders"] button.selected:hover, html.no-touch [data-class="itix-orders"] a.button.selected:hover {
  color: var(--bestel-white);
  background: var(--bestel-conversion-color-dark);
  border-color: var(--bestel-conversion-color-dark);
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] button.selected, [data-class="itix-orders"] a.button.selected {
    padding: 0.9375rem 1.875rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] button.selected, [data-class="itix-orders"] a.button.selected {
    font-size: 1rem;
  }
}

[data-class="itix-orders"] button.selected:after, [data-class="itix-orders"] a.button.selected:after {
  content: none;
}

[data-class="itix-orders"] button.selected:after, [data-class="itix-orders"] a.button.selected:after {
  font-family: FontAwesome;
  content: '\f00c';
  position: absolute;
  right: 0.3125rem;
  bottom: 0.3125rem;
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] button.selected:after, [data-class="itix-orders"] a.button.selected:after {
    right: 0.9375rem;
    bottom: 0.9375rem;
  }
}

[data-class="itix-orders"] button.primary, [data-class="itix-orders"] a.button.primary {
  transition: all 300ms ease-out;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.9375rem 1.25rem;
  margin-top: 0.625rem;
  background: var(--bestel-black);
  letter-spacing: 0;
  border: none;
  color: var(--bestel-white);
  font-family: "GT Flexa Light", sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  overflow: visible;
}

html.no-touch [data-class="itix-orders"] button.primary:hover, html.no-touch [data-class="itix-orders"] a.button.primary:hover {
  color: var(--bestel-white);
  background: var(--bestel-primary-color);
  border-color: var(--bestel-primary-color);
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] button.primary, [data-class="itix-orders"] a.button.primary {
    padding: 0.9375rem 1.875rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] button.primary, [data-class="itix-orders"] a.button.primary {
    font-size: 1rem;
  }
}

[data-class="itix-orders"] button.primary:after, [data-class="itix-orders"] a.button.primary:after {
  content: none;
}

[data-class="itix-orders"] button.secondary, [data-class="itix-orders"] a.button.secondary {
  transition: all 300ms ease-out;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.9375rem 1.25rem;
  margin-top: 0.625rem;
  background: var(--bestel-secondary-color);
  letter-spacing: 0;
  border: none;
  color: var(--bestel-white);
  font-family: "GT Flexa Light", sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  overflow: visible;
}

html.no-touch [data-class="itix-orders"] button.secondary:hover, html.no-touch [data-class="itix-orders"] a.button.secondary:hover {
  color: var(--bestel-white);
  background: var(--bestel-conversion-color-dark);
  border-color: var(--bestel-conversion-color-dark);
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] button.secondary, [data-class="itix-orders"] a.button.secondary {
    padding: 0.9375rem 1.875rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] button.secondary, [data-class="itix-orders"] a.button.secondary {
    font-size: 1rem;
  }
}

[data-class="itix-orders"] button.secondary:after, [data-class="itix-orders"] a.button.secondary:after {
  content: none;
}

[data-class="itix-orders"] button.conversion, [data-class="itix-orders"] a.button.conversion {
  transition: all 300ms ease-out;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.9375rem 1.25rem;
  margin-top: 0.625rem;
  background: var(--bestel-secondary-color);
  letter-spacing: 0;
  border: none;
  color: var(--bestel-white);
  font-family: "GT Flexa Light", sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  overflow: visible;
}

html.no-touch [data-class="itix-orders"] button.conversion:hover, html.no-touch [data-class="itix-orders"] a.button.conversion:hover {
  color: var(--bestel-white);
  background: var(--bestel-conversion-color-dark);
  border-color: var(--bestel-conversion-color-dark);
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] button.conversion, [data-class="itix-orders"] a.button.conversion {
    padding: 0.9375rem 1.875rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] button.conversion, [data-class="itix-orders"] a.button.conversion {
    font-size: 1rem;
  }
}

[data-class="itix-orders"] button.conversion:after, [data-class="itix-orders"] a.button.conversion:after {
  content: none;
}

[data-class="itix-orders"] button.theatre, [data-class="itix-orders"] a.button.theatre {
  transition: all 300ms ease-out;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.9375rem 1.25rem;
  margin-top: 0.625rem;
  background: transparent;
  letter-spacing: 0;
  border: 0.0625rem solid var(--bestel-primary-color);
  color: var(--bestel-primary-color);
  font-family: "GT Flexa Light", sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  overflow: visible;
  margin-bottom: 0.625rem;
}

html.no-touch [data-class="itix-orders"] button.theatre:hover, html.no-touch [data-class="itix-orders"] a.button.theatre:hover {
  color: var(--bestel-white);
  background: var(--bestel-primary-color);
  border-color: var(--bestel-primary-color);
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] button.theatre, [data-class="itix-orders"] a.button.theatre {
    padding: 0.9375rem 1.875rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] button.theatre, [data-class="itix-orders"] a.button.theatre {
    font-size: 1rem;
  }
}

[data-class="itix-orders"] button.theatre:after, [data-class="itix-orders"] a.button.theatre:after {
  content: none;
}

[data-class="itix-orders"] button.cinema, [data-class="itix-orders"] a.button.cinema {
  transition: all 300ms ease-out;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.9375rem 1.25rem;
  margin-top: 0.625rem;
  background: transparent;
  letter-spacing: 0;
  border: 0.0625rem solid var(--bestel-primary-color);
  color: var(--bestel-primary-color);
  font-family: "GT Flexa Light", sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  overflow: visible;
}

html.no-touch [data-class="itix-orders"] button.cinema:hover, html.no-touch [data-class="itix-orders"] a.button.cinema:hover {
  color: var(--bestel-white);
  background: var(--bestel-primary-color);
  border-color: var(--bestel-primary-color);
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] button.cinema, [data-class="itix-orders"] a.button.cinema {
    padding: 0.9375rem 1.875rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] button.cinema, [data-class="itix-orders"] a.button.cinema {
    font-size: 1rem;
  }
}

[data-class="itix-orders"] button.cinema:after, [data-class="itix-orders"] a.button.cinema:after {
  content: none;
}

[data-class="itix-orders"] button.wide, [data-class="itix-orders"] a.button.wide {
  overflow: hidden;
  width: 100% !important;
}

[data-class="itix-orders"] button .load-wrapper, [data-class="itix-orders"] a.button .load-wrapper {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  font-size: 0.6875rem;
  -webkit-transition: transform 250ms;
  transition: transform 250ms;
  color: #fff;
}

[data-class="itix-orders"] button.is-loading, [data-class="itix-orders"] a.button.is-loading {
  position: relative;
}

[data-class="itix-orders"] button.is-loading .load-wrapper, [data-class="itix-orders"] a.button.is-loading .load-wrapper {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}

[data-class="itix-orders"] .times {
  margin-right: 0;
  margin-left: 0;
  color: var(--bestel-primary-color);
}

body.page-bestel-serie [data-class="itix-orders"] .serieorder form {
  padding-top: 1.5625rem;
}

body.page-bestel-serie [data-class="itix-orders"] .serieorder form strong {
  margin-right: 0.625rem;
  float: left;
}

body.page-bestel-serie [data-class="itix-orders"] .serieorder form select {
  float: left;
  width: 3.75rem;
  margin-bottom: 0;
  padding: 0.25rem 0.8125rem;
}

@media only screen and (min-width: 40em) {
  body.page-bestel-serie [data-class="itix-orders"] .serieorder form select {
    height: 2.875rem;
  }
}

@media only screen and (min-width: 64em) {
  body.page-bestel-serie [data-class="itix-orders"] .serieorder form select {
    padding: 0.5rem 0.8125rem;
  }
}

body.page-bestel-serie [data-class="itix-orders"] .serieorder form select[name="country"] {
  width: 100% !important;
}

@media only screen and (min-width: 40em) {
  body.page-bestel-serie [data-class="itix-orders"] .serieorder form a.button.conversion {
    float: left;
    width: auto;
    margin: 0 0 1.875rem 0.9375rem;
  }
}

[data-class="itix-orders"] .show[data-qparkarticle] .details .voorstelling {
  font-weight: bold;
  margin-bottom: 0.625rem;
}

[data-class="itix-orders"] .show[data-qparkarticle] .details .voorstelling span {
  font-size: 1.25rem;
  display: inline-block;
  width: 85%;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .show[data-qparkarticle] .details .voorstelling span {
    width: auto;
  }
}

[data-class="itix-orders"] .show[data-qparkarticle] .details .voorstelling .revealtip {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  margin-top: 0;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .show[data-qparkarticle] .details .voorstelling .revealtip {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.3125rem;
  }
}

[data-class="itix-orders"] .show[data-qparkarticle] .details button {
  padding: 0.625rem;
  font-size: 0.875rem;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .show[data-qparkarticle] .details button {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    left: auto;
    right: 1.25rem;
  }
}

/**********************************
* Fancybox Overrides
*********************************/
.fancybox-opened .fancybox-title {
  display: none;
}

@media only screen and (min-width: 40em) {
  .fancybox-wrap.more-information div.hide {
    padding: 0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  .fancybox-wrap.more-information div.hide {
    padding: 1.25rem;
  }
}

.fancybox-wrap.more-information div.hide h1, .fancybox-wrap.more-information div.hide h2, .fancybox-wrap.more-information div.hide h3, .fancybox-wrap.more-information div.hide h4, .fancybox-wrap.more-information div.hide h5, .fancybox-wrap.more-information div.hide h6 {
  display: block;
  font-size: 1.5rem;
  line-height: 1.1;
  color: var(--bestel-primary-color);
  font-weight: normal;
}

.fancybox-wrap.more-information div.hide h1:first-letter, .fancybox-wrap.more-information div.hide h2:first-letter, .fancybox-wrap.more-information div.hide h3:first-letter, .fancybox-wrap.more-information div.hide h4:first-letter, .fancybox-wrap.more-information div.hide h5:first-letter, .fancybox-wrap.more-information div.hide h6:first-letter {
  text-transform: lowercase;
}

.fancybox-wrap.more-information div.hide h3, .fancybox-wrap.more-information div.hide h4, .fancybox-wrap.more-information div.hide h5, .fancybox-wrap.more-information div.hide h6 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

/**********************************
* styling Close messages (generic)
*********************************/
span.close-message {
  height: 1.25rem;
  width: 1.25rem;
  background: transparent;
  display: block;
  position: absolute;
  top: 0.3125rem;
  right: 0.9375rem;
  font-style: normal;
  border: 0.0625rem solid var(--bestel-white);
  border-radius: 50%;
  cursor: pointer;
}

span.close-message:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: all 250ms;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  content: '\f00d';
  font-family: FontAwesome;
}

span.close-message:hover:before {
  transform: rotate(180deg) translate(50%, 50%);
}

div.mandatory-checkboxes-holder {
  margin-bottom: 15px;
}

div.mandatory-checkboxes-holder p {
  display: inline;
}

/**********************************
* styling newsletter opt-in
*********************************/
#registerform .newsletter-list {
  display: block;
  margin: 0.5rem 0 !important;
  padding: 0;
  border: none;
}

#registerform .newsletter-list strong {
  display: none;
}

#registerform .newsletter-list label {
  font-weight: normal;
}

div[data-hook="account-register-and-activate"] .newsletter-list span.close {
  display: none;
}

[data-class="itix-orders"] .submenu {
  display: none;
}

.user_loggedin [data-class="itix-orders"] .submenu {
  display: block;
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk.cancelled-show img {
  display: none;
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.cartshow-chunk.cancelled-show img {
    display: block;
    float: left;
    max-width: unset;
    width: 7.8125rem;
    margin: 0 1.25rem 0 -0.625rem;
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cartshow-chunk.cancelled-show img {
    width: 8.4375rem;
    margin: -0.3125rem 1.25rem -0.3125rem -0.9375rem;
  }
}

@media only screen and (min-width: 40em) {
  [data-class="itix-orders"] .borderedbox.cartshow-chunk.cancelled-show .details {
    width: calc(100% - 9.0625rem);
  }
}

@media only screen and (min-width: 64em) {
  [data-class="itix-orders"] .borderedbox.cartshow-chunk.cancelled-show .details {
    width: calc(100% - 9.6875rem);
  }
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk.cancelled-show .details span.amount {
  width: auto;
  float: left;
}

[data-class="itix-orders"] .borderedbox.cartshow-chunk.cancelled-show .details span.bookingprice {
  width: auto;
  margin-top: 0;
  float: right;
}

[data-class="itix-orders"] label.cancelled-show-option {
  text-transform: none;
  float: left;
  margin-bottom: 0.625rem;
}

[data-class="itix-orders"] label.cancelled-show-option &gt; span {
  display: inline-block;
  max-width: calc(100% - 2.5rem);
  vertical-align: top;
  margin-top: -4px;
  line-height: 1.4;
}

/*# sourceMappingURL=bestel.css.map */</pre></body></html>