/* cmsms stylesheet: normalize modified: Thursday, August 30, 2018 11:29:24 AM */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

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

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* cmsms stylesheet: grid modified: Thursday, May 23, 2019 3:30:27 PM */
/* ================================================================== */
/* This file has a mobile-to-tablet, and tablet-to-desktop breakpoint */
/* ================================================================== */
@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.grid-container:before, .mobile-grid-5:before, .mobile-grid-10:before, .mobile-grid-15:before, .mobile-grid-20:before, .mobile-grid-25:before, .mobile-grid-30:before, .mobile-grid-35:before, .mobile-grid-40:before, .mobile-grid-45:before, .mobile-grid-50:before, .mobile-grid-55:before, .mobile-grid-60:before, .mobile-grid-65:before, .mobile-grid-70:before, .mobile-grid-75:before, .mobile-grid-80:before, .mobile-grid-85:before, .mobile-grid-90:before, .mobile-grid-95:before, .mobile-grid-100:before, .mobile-grid-33:before, .mobile-grid-66:before, .tablet-grid-5:before, .tablet-grid-10:before, .tablet-grid-15:before, .tablet-grid-20:before, .tablet-grid-25:before, .tablet-grid-30:before, .tablet-grid-35:before, .tablet-grid-40:before, .tablet-grid-45:before, .tablet-grid-50:before, .tablet-grid-55:before, .tablet-grid-60:before, .tablet-grid-65:before, .tablet-grid-70:before, .tablet-grid-75:before, .tablet-grid-80:before, .tablet-grid-85:before, .tablet-grid-90:before, .tablet-grid-95:before, .tablet-grid-100:before, .tablet-grid-33:before, .tablet-grid-66:before, .grid-5:before, .grid-10:before, .grid-15:before, .grid-20:before, .grid-25:before, .grid-30:before, .grid-35:before, .grid-40:before, .grid-45:before, .grid-50:before, .grid-55:before, .grid-60:before, .grid-65:before, .grid-70:before, .grid-75:before, .grid-80:before, .grid-85:before, .grid-90:before, .grid-95:before, .grid-100:before, .grid-33:before, .grid-66:before, .grid-offset:before, .clearfix:before,
.grid-container:after,
.mobile-grid-5:after,
.mobile-grid-10:after,
.mobile-grid-15:after,
.mobile-grid-20:after,
.mobile-grid-25:after,
.mobile-grid-30:after,
.mobile-grid-35:after,
.mobile-grid-40:after,
.mobile-grid-45:after,
.mobile-grid-50:after,
.mobile-grid-55:after,
.mobile-grid-60:after,
.mobile-grid-65:after,
.mobile-grid-70:after,
.mobile-grid-75:after,
.mobile-grid-80:after,
.mobile-grid-85:after,
.mobile-grid-90:after,
.mobile-grid-95:after,
.mobile-grid-100:after,
.mobile-grid-33:after,
.mobile-grid-66:after,
.tablet-grid-5:after,
.tablet-grid-10:after,
.tablet-grid-15:after,
.tablet-grid-20:after,
.tablet-grid-25:after,
.tablet-grid-30:after,
.tablet-grid-35:after,
.tablet-grid-40:after,
.tablet-grid-45:after,
.tablet-grid-50:after,
.tablet-grid-55:after,
.tablet-grid-60:after,
.tablet-grid-65:after,
.tablet-grid-70:after,
.tablet-grid-75:after,
.tablet-grid-80:after,
.tablet-grid-85:after,
.tablet-grid-90:after,
.tablet-grid-95:after,
.tablet-grid-100:after,
.tablet-grid-33:after,
.tablet-grid-66:after,
.grid-5:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
.grid-25:after,
.grid-30:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
.grid-55:after,
.grid-60:after,
.grid-65:after,
.grid-70:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-100:after,
.grid-33:after,
.grid-66:after,
.grid-offset:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.grid-container:after, .mobile-grid-5:after, .mobile-grid-10:after, .mobile-grid-15:after, .mobile-grid-20:after, .mobile-grid-25:after, .mobile-grid-30:after, .mobile-grid-35:after, .mobile-grid-40:after, .mobile-grid-45:after, .mobile-grid-50:after, .mobile-grid-55:after, .mobile-grid-60:after, .mobile-grid-65:after, .mobile-grid-70:after, .mobile-grid-75:after, .mobile-grid-80:after, .mobile-grid-85:after, .mobile-grid-90:after, .mobile-grid-95:after, .mobile-grid-100:after, .mobile-grid-33:after, .mobile-grid-66:after, .tablet-grid-5:after, .tablet-grid-10:after, .tablet-grid-15:after, .tablet-grid-20:after, .tablet-grid-25:after, .tablet-grid-30:after, .tablet-grid-35:after, .tablet-grid-40:after, .tablet-grid-45:after, .tablet-grid-50:after, .tablet-grid-55:after, .tablet-grid-60:after, .tablet-grid-65:after, .tablet-grid-70:after, .tablet-grid-75:after, .tablet-grid-80:after, .tablet-grid-85:after, .tablet-grid-90:after, .tablet-grid-95:after, .tablet-grid-100:after, .tablet-grid-33:after, .tablet-grid-66:after, .grid-5:after, .grid-10:after, .grid-15:after, .grid-20:after, .grid-25:after, .grid-30:after, .grid-35:after, .grid-40:after, .grid-45:after, .grid-50:after, .grid-55:after, .grid-60:after, .grid-65:after, .grid-70:after, .grid-75:after, .grid-80:after, .grid-85:after, .grid-90:after, .grid-95:after, .grid-100:after, .grid-33:after, .grid-66:after, .grid-offset:after, .clearfix:after {
  clear: both;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 1366px;
  /*padding-left: 10px;
  padding-right: 10px;*/
}

.mobile-grid-5, .mobile-grid-10, .mobile-grid-15, .mobile-grid-20, .mobile-grid-25, .mobile-grid-30, .mobile-grid-35, .mobile-grid-40, .mobile-grid-45, .mobile-grid-50, .mobile-grid-55, .mobile-grid-60, .mobile-grid-65, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80, .mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .mobile-grid-100, .mobile-grid-33, .mobile-grid-66, .tablet-grid-5, .tablet-grid-10, .tablet-grid-15, .tablet-grid-20, .tablet-grid-25, .tablet-grid-30, .tablet-grid-35, .tablet-grid-40, .tablet-grid-45, .tablet-grid-50, .tablet-grid-55, .tablet-grid-60, .tablet-grid-65, .tablet-grid-70, .tablet-grid-75, .tablet-grid-80, .tablet-grid-85, .tablet-grid-90, .tablet-grid-95, .tablet-grid-100, .tablet-grid-33, .tablet-grid-66, .grid-5, .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-parent {
  padding-left: 0;
  padding-right: 0;
}

.grid-offset {
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .mobile-grid-5 {
    float: left;
    width: 5%;
  }

  .mobile-prefix-5 {
    margin-left: 5%;
  }

  .mobile-suffix-5 {
    margin-right: 5%;
  }

  .mobile-push-5 {
    left: 5%;
  }

  .mobile-pull-5 {
    left: -5%;
  }

  .mobile-grid-10 {
    float: left;
    width: 10%;
  }

  .mobile-prefix-10 {
    margin-left: 10%;
  }

  .mobile-suffix-10 {
    margin-right: 10%;
  }

  .mobile-push-10 {
    left: 10%;
  }

  .mobile-pull-10 {
    left: -10%;
  }

  .mobile-grid-15 {
    float: left;
    width: 15%;
  }

  .mobile-prefix-15 {
    margin-left: 15%;
  }

  .mobile-suffix-15 {
    margin-right: 15%;
  }

  .mobile-push-15 {
    left: 15%;
  }

  .mobile-pull-15 {
    left: -15%;
  }

  .mobile-grid-20 {
    float: left;
    width: 20%;
  }

  .mobile-prefix-20 {
    margin-left: 20%;
  }

  .mobile-suffix-20 {
    margin-right: 20%;
  }

  .mobile-push-20 {
    left: 20%;
  }

  .mobile-pull-20 {
    left: -20%;
  }

  .mobile-grid-25 {
    float: left;
    width: 25%;
  }

  .mobile-prefix-25 {
    margin-left: 25%;
  }

  .mobile-suffix-25 {
    margin-right: 25%;
  }

  .mobile-push-25 {
    left: 25%;
  }

  .mobile-pull-25 {
    left: -25%;
  }

  .mobile-grid-30 {
    float: left;
    width: 30%;
  }

  .mobile-prefix-30 {
    margin-left: 30%;
  }

  .mobile-suffix-30 {
    margin-right: 30%;
  }

  .mobile-push-30 {
    left: 30%;
  }

  .mobile-pull-30 {
    left: -30%;
  }

  .mobile-grid-35 {
    float: left;
    width: 35%;
  }

  .mobile-prefix-35 {
    margin-left: 35%;
  }

  .mobile-suffix-35 {
    margin-right: 35%;
  }

  .mobile-push-35 {
    left: 35%;
  }

  .mobile-pull-35 {
    left: -35%;
  }

  .mobile-grid-40 {
    float: left;
    width: 40%;
  }

  .mobile-prefix-40 {
    margin-left: 40%;
  }

  .mobile-suffix-40 {
    margin-right: 40%;
  }

  .mobile-push-40 {
    left: 40%;
  }

  .mobile-pull-40 {
    left: -40%;
  }

  .mobile-grid-45 {
    float: left;
    width: 45%;
  }

  .mobile-prefix-45 {
    margin-left: 45%;
  }

  .mobile-suffix-45 {
    margin-right: 45%;
  }

  .mobile-push-45 {
    left: 45%;
  }

  .mobile-pull-45 {
    left: -45%;
  }

  .mobile-grid-50 {
    float: left;
    width: 50%;
  }

  .mobile-prefix-50 {
    margin-left: 50%;
  }

  .mobile-suffix-50 {
    margin-right: 50%;
  }

  .mobile-push-50 {
    left: 50%;
  }

  .mobile-pull-50 {
    left: -50%;
  }

  .mobile-grid-55 {
    float: left;
    width: 55%;
  }

  .mobile-prefix-55 {
    margin-left: 55%;
  }

  .mobile-suffix-55 {
    margin-right: 55%;
  }

  .mobile-push-55 {
    left: 55%;
  }

  .mobile-pull-55 {
    left: -55%;
  }

  .mobile-grid-60 {
    float: left;
    width: 60%;
  }

  .mobile-prefix-60 {
    margin-left: 60%;
  }

  .mobile-suffix-60 {
    margin-right: 60%;
  }

  .mobile-push-60 {
    left: 60%;
  }

  .mobile-pull-60 {
    left: -60%;
  }

  .mobile-grid-65 {
    float: left;
    width: 65%;
  }

  .mobile-prefix-65 {
    margin-left: 65%;
  }

  .mobile-suffix-65 {
    margin-right: 65%;
  }

  .mobile-push-65 {
    left: 65%;
  }

  .mobile-pull-65 {
    left: -65%;
  }

  .mobile-grid-70 {
    float: left;
    width: 70%;
  }

  .mobile-prefix-70 {
    margin-left: 70%;
  }

  .mobile-suffix-70 {
    margin-right: 70%;
  }

  .mobile-push-70 {
    left: 70%;
  }

  .mobile-pull-70 {
    left: -70%;
  }

  .mobile-grid-75 {
    float: left;
    width: 75%;
  }

  .mobile-prefix-75 {
    margin-left: 75%;
  }

  .mobile-suffix-75 {
    margin-right: 75%;
  }

  .mobile-push-75 {
    left: 75%;
  }

  .mobile-pull-75 {
    left: -75%;
  }

  .mobile-grid-80 {
    float: left;
    width: 80%;
  }

  .mobile-prefix-80 {
    margin-left: 80%;
  }

  .mobile-suffix-80 {
    margin-right: 80%;
  }

  .mobile-push-80 {
    left: 80%;
  }

  .mobile-pull-80 {
    left: -80%;
  }

  .mobile-grid-85 {
    float: left;
    width: 85%;
  }

  .mobile-prefix-85 {
    margin-left: 85%;
  }

  .mobile-suffix-85 {
    margin-right: 85%;
  }

  .mobile-push-85 {
    left: 85%;
  }

  .mobile-pull-85 {
    left: -85%;
  }

  .mobile-grid-90 {
    float: left;
    width: 90%;
  }

  .mobile-prefix-90 {
    margin-left: 90%;
  }

  .mobile-suffix-90 {
    margin-right: 90%;
  }

  .mobile-push-90 {
    left: 90%;
  }

  .mobile-pull-90 {
    left: -90%;
  }

  .mobile-grid-95 {
    float: left;
    width: 95%;
  }

  .mobile-prefix-95 {
    margin-left: 95%;
  }

  .mobile-suffix-95 {
    margin-right: 95%;
  }

  .mobile-push-95 {
    left: 95%;
  }

  .mobile-pull-95 {
    left: -95%;
  }

  .mobile-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .mobile-prefix-33 {
    margin-left: 33.33333%;
  }

  .mobile-suffix-33 {
    margin-right: 33.33333%;
  }

  .mobile-push-33 {
    left: 33.33333%;
  }

  .mobile-pull-33 {
    left: -33.33333%;
  }

  .mobile-grid-66 {
    float: left;
    width: 66.66667%;
  }

  .mobile-prefix-66 {
    margin-left: 66.66667%;
  }

  .mobile-suffix-66 {
    margin-right: 66.66667%;
  }

  .mobile-push-66 {
    left: 66.66667%;
  }

  .mobile-pull-66 {
    left: -66.66667%;
  }

  .mobile-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-push-5, .tablet-pull-5, .tablet-push-10, .tablet-pull-10, .tablet-push-15, .tablet-pull-15, .tablet-push-20, .tablet-pull-20, .tablet-push-25, .tablet-pull-25, .tablet-push-30, .tablet-pull-30, .tablet-push-35, .tablet-pull-35, .tablet-push-40, .tablet-pull-40, .tablet-push-45, .tablet-pull-45, .tablet-push-50, .tablet-pull-50, .tablet-push-55, .tablet-pull-55, .tablet-push-60, .tablet-pull-60, .tablet-push-65, .tablet-pull-65, .tablet-push-70, .tablet-pull-70, .tablet-push-75, .tablet-pull-75, .tablet-push-80, .tablet-pull-80, .tablet-push-85, .tablet-pull-85, .tablet-push-90, .tablet-pull-90, .tablet-push-95, .tablet-pull-95, .tablet-push-33, .tablet-pull-33, .tablet-push-66, .tablet-pull-66 {
    position: relative;
  }

  .hide-on-tablet {
    display: none !important;
  }

  .tablet-grid-5 {
    float: left;
    width: 5%;
  }

  .tablet-prefix-5 {
    margin-left: 5%;
  }

  .tablet-suffix-5 {
    margin-right: 5%;
  }

  .tablet-push-5 {
    left: 5%;
  }

  .tablet-pull-5 {
    left: -5%;
  }

  .tablet-grid-10 {
    float: left;
    width: 10%;
  }

  .tablet-prefix-10 {
    margin-left: 10%;
  }

  .tablet-suffix-10 {
    margin-right: 10%;
  }

  .tablet-push-10 {
    left: 10%;
  }

  .tablet-pull-10 {
    left: -10%;
  }

  .tablet-grid-15 {
    float: left;
    width: 15%;
  }

  .tablet-prefix-15 {
    margin-left: 15%;
  }

  .tablet-suffix-15 {
    margin-right: 15%;
  }

  .tablet-push-15 {
    left: 15%;
  }

  .tablet-pull-15 {
    left: -15%;
  }

  .tablet-grid-20 {
    float: left;
    width: 20%;
  }

  .tablet-prefix-20 {
    margin-left: 20%;
  }

  .tablet-suffix-20 {
    margin-right: 20%;
  }

  .tablet-push-20 {
    left: 20%;
  }

  .tablet-pull-20 {
    left: -20%;
  }

  .tablet-grid-25 {
    float: left;
    width: 25%;
  }

  .tablet-prefix-25 {
    margin-left: 25%;
  }

  .tablet-suffix-25 {
    margin-right: 25%;
  }

  .tablet-push-25 {
    left: 25%;
  }

  .tablet-pull-25 {
    left: -25%;
  }

  .tablet-grid-30 {
    float: left;
    width: 30%;
  }

  .tablet-prefix-30 {
    margin-left: 30%;
  }

  .tablet-suffix-30 {
    margin-right: 30%;
  }

  .tablet-push-30 {
    left: 30%;
  }

  .tablet-pull-30 {
    left: -30%;
  }

  .tablet-grid-35 {
    float: left;
    width: 35%;
  }

  .tablet-prefix-35 {
    margin-left: 35%;
  }

  .tablet-suffix-35 {
    margin-right: 35%;
  }

  .tablet-push-35 {
    left: 35%;
  }

  .tablet-pull-35 {
    left: -35%;
  }

  .tablet-grid-40 {
    float: left;
    width: 40%;
  }

  .tablet-prefix-40 {
    margin-left: 40%;
  }

  .tablet-suffix-40 {
    margin-right: 40%;
  }

  .tablet-push-40 {
    left: 40%;
  }

  .tablet-pull-40 {
    left: -40%;
  }

  .tablet-grid-45 {
    float: left;
    width: 45%;
  }

  .tablet-prefix-45 {
    margin-left: 45%;
  }

  .tablet-suffix-45 {
    margin-right: 45%;
  }

  .tablet-push-45 {
    left: 45%;
  }

  .tablet-pull-45 {
    left: -45%;
  }

  .tablet-grid-50 {
    float: left;
    width: 50%;
  }

  .tablet-prefix-50 {
    margin-left: 50%;
  }

  .tablet-suffix-50 {
    margin-right: 50%;
  }

  .tablet-push-50 {
    left: 50%;
  }

  .tablet-pull-50 {
    left: -50%;
  }

  .tablet-grid-55 {
    float: left;
    width: 55%;
  }

  .tablet-prefix-55 {
    margin-left: 55%;
  }

  .tablet-suffix-55 {
    margin-right: 55%;
  }

  .tablet-push-55 {
    left: 55%;
  }

  .tablet-pull-55 {
    left: -55%;
  }

  .tablet-grid-60 {
    float: left;
    width: 60%;
  }

  .tablet-prefix-60 {
    margin-left: 60%;
  }

  .tablet-suffix-60 {
    margin-right: 60%;
  }

  .tablet-push-60 {
    left: 60%;
  }

  .tablet-pull-60 {
    left: -60%;
  }

  .tablet-grid-65 {
    float: left;
    width: 65%;
  }

  .tablet-prefix-65 {
    margin-left: 65%;
  }

  .tablet-suffix-65 {
    margin-right: 65%;
  }

  .tablet-push-65 {
    left: 65%;
  }

  .tablet-pull-65 {
    left: -65%;
  }

  .tablet-grid-70 {
    float: left;
    width: 70%;
  }

  .tablet-prefix-70 {
    margin-left: 70%;
  }

  .tablet-suffix-70 {
    margin-right: 70%;
  }

  .tablet-push-70 {
    left: 70%;
  }

  .tablet-pull-70 {
    left: -70%;
  }

  .tablet-grid-75 {
    float: left;
    width: 75%;
  }

  .tablet-prefix-75 {
    margin-left: 75%;
  }

  .tablet-suffix-75 {
    margin-right: 75%;
  }

  .tablet-push-75 {
    left: 75%;
  }

  .tablet-pull-75 {
    left: -75%;
  }

  .tablet-grid-80 {
    float: left;
    width: 80%;
  }

  .tablet-prefix-80 {
    margin-left: 80%;
  }

  .tablet-suffix-80 {
    margin-right: 80%;
  }

  .tablet-push-80 {
    left: 80%;
  }

  .tablet-pull-80 {
    left: -80%;
  }

  .tablet-grid-85 {
    float: left;
    width: 85%;
  }

  .tablet-prefix-85 {
    margin-left: 85%;
  }

  .tablet-suffix-85 {
    margin-right: 85%;
  }

  .tablet-push-85 {
    left: 85%;
  }

  .tablet-pull-85 {
    left: -85%;
  }

  .tablet-grid-90 {
    float: left;
    width: 90%;
  }

  .tablet-prefix-90 {
    margin-left: 90%;
  }

  .tablet-suffix-90 {
    margin-right: 90%;
  }

  .tablet-push-90 {
    left: 90%;
  }

  .tablet-pull-90 {
    left: -90%;
  }

  .tablet-grid-95 {
    float: left;
    width: 95%;
  }

  .tablet-prefix-95 {
    margin-left: 95%;
  }

  .tablet-suffix-95 {
    margin-right: 95%;
  }

  .tablet-push-95 {
    left: 95%;
  }

  .tablet-pull-95 {
    left: -95%;
  }

  .tablet-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .tablet-prefix-33 {
    margin-left: 33.33333%;
  }

  .tablet-suffix-33 {
    margin-right: 33.33333%;
  }

  .tablet-push-33 {
    left: 33.33333%;
  }

  .tablet-pull-33 {
    left: -33.33333%;
  }

  .tablet-grid-66 {
    float: left;
    width: 66.66667%;
  }

  .tablet-prefix-66 {
    margin-left: 66.66667%;
  }

  .tablet-suffix-66 {
    margin-right: 66.66667%;
  }

  .tablet-push-66 {
    left: 66.66667%;
  }

  .tablet-pull-66 {
    left: -66.66667%;
  }

  .tablet-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative;
  }

  .hide-on-desktop {
    display: none !important;
  }

  .grid-5 {
    float: left;
    width: 5%;
  }

  .prefix-5 {
    margin-left: 5%;
  }

  .suffix-5 {
    margin-right: 5%;
  }

  .push-5 {
    left: 5%;
  }

  .pull-5 {
    left: -5%;
  }

  .grid-10 {
    float: left;
    width: 10%;
  }

  .prefix-10 {
    margin-left: 10%;
  }

  .suffix-10 {
    margin-right: 10%;
  }

  .push-10 {
    left: 10%;
  }

  .pull-10 {
    left: -10%;
  }

  .grid-15 {
    float: left;
    width: 15%;
  }

  .prefix-15 {
    margin-left: 15%;
  }

  .suffix-15 {
    margin-right: 15%;
  }

  .push-15 {
    left: 15%;
  }

  .pull-15 {
    left: -15%;
  }

  .grid-20 {
    float: left;
    width: 20%;
  }

  .prefix-20 {
    margin-left: 20%;
  }

  .suffix-20 {
    margin-right: 20%;
  }

  .push-20 {
    left: 20%;
  }

  .pull-20 {
    left: -20%;
  }

  .grid-25 {
    float: left;
    width: 25%;
  }

  .prefix-25 {
    margin-left: 25%;
  }

  .suffix-25 {
    margin-right: 25%;
  }

  .push-25 {
    left: 25%;
  }

  .pull-25 {
    left: -25%;
  }

  .grid-30 {
    float: left;
    width: 30%;
  }

  .prefix-30 {
    margin-left: 30%;
  }

  .suffix-30 {
    margin-right: 30%;
  }

  .push-30 {
    left: 30%;
  }

  .pull-30 {
    left: -30%;
  }

  .grid-35 {
    float: left;
    width: 35%;
  }

  .prefix-35 {
    margin-left: 35%;
  }

  .suffix-35 {
    margin-right: 35%;
  }

  .push-35 {
    left: 35%;
  }

  .pull-35 {
    left: -35%;
  }

  .grid-40 {
    float: left;
    width: 40%;
  }

  .prefix-40 {
    margin-left: 40%;
  }

  .suffix-40 {
    margin-right: 40%;
  }

  .push-40 {
    left: 40%;
  }

  .pull-40 {
    left: -40%;
  }

  .grid-45 {
    float: left;
    width: 45%;
  }

  .prefix-45 {
    margin-left: 45%;
  }

  .suffix-45 {
    margin-right: 45%;
  }

  .push-45 {
    left: 45%;
  }

  .pull-45 {
    left: -45%;
  }

  .grid-50 {
    float: left;
    width: 50%;
  }

  .prefix-50 {
    margin-left: 50%;
  }

  .suffix-50 {
    margin-right: 50%;
  }

  .push-50 {
    left: 50%;
  }

  .pull-50 {
    left: -50%;
  }

  .grid-55 {
    float: left;
    width: 55%;
  }

  .prefix-55 {
    margin-left: 55%;
  }

  .suffix-55 {
    margin-right: 55%;
  }

  .push-55 {
    left: 55%;
  }

  .pull-55 {
    left: -55%;
  }

  .grid-60 {
    float: left;
    width: 60%;
  }

  .prefix-60 {
    margin-left: 60%;
  }

  .suffix-60 {
    margin-right: 60%;
  }

  .push-60 {
    left: 60%;
  }

  .pull-60 {
    left: -60%;
  }

  .grid-65 {
    float: left;
    width: 65%;
  }

  .prefix-65 {
    margin-left: 65%;
  }

  .suffix-65 {
    margin-right: 65%;
  }

  .push-65 {
    left: 65%;
  }

  .pull-65 {
    left: -65%;
  }

  .grid-70 {
    float: left;
    width: 70%;
  }

  .prefix-70 {
    margin-left: 70%;
  }

  .suffix-70 {
    margin-right: 70%;
  }

  .push-70 {
    left: 70%;
  }

  .pull-70 {
    left: -70%;
  }

  .grid-75 {
    float: left;
    width: 75%;
  }

  .prefix-75 {
    margin-left: 75%;
  }

  .suffix-75 {
    margin-right: 75%;
  }

  .push-75 {
    left: 75%;
  }

  .pull-75 {
    left: -75%;
  }

  .grid-80 {
    float: left;
    width: 80%;
  }

  .prefix-80 {
    margin-left: 80%;
  }

  .suffix-80 {
    margin-right: 80%;
  }

  .push-80 {
    left: 80%;
  }

  .pull-80 {
    left: -80%;
  }

  .grid-85 {
    float: left;
    width: 85%;
  }

  .prefix-85 {
    margin-left: 85%;
  }

  .suffix-85 {
    margin-right: 85%;
  }

  .push-85 {
    left: 85%;
  }

  .pull-85 {
    left: -85%;
  }

  .grid-90 {
    float: left;
    width: 90%;
  }

  .prefix-90 {
    margin-left: 90%;
  }

  .suffix-90 {
    margin-right: 90%;
  }

  .push-90 {
    left: 90%;
  }

  .pull-90 {
    left: -90%;
  }

  .grid-95 {
    float: left;
    width: 95%;
  }

  .prefix-95 {
    margin-left: 95%;
  }

  .suffix-95 {
    margin-right: 95%;
  }

  .push-95 {
    left: 95%;
  }

  .pull-95 {
    left: -95%;
  }

  .grid-33 {
    float: left;
    width: 33.33333%;
  }

  .prefix-33 {
    margin-left: 33.33333%;
  }

  .suffix-33 {
    margin-right: 33.33333%;
  }

  .push-33 {
    left: 33.33333%;
  }

  .pull-33 {
    left: -33.33333%;
  }

  .grid-66 {
    float: left;
    width: 66.66667%;
  }

  .prefix-66 {
    margin-left: 66.66667%;
  }

  .suffix-66 {
    margin-right: 66.66667%;
  }

  .push-66 {
    left: 66.66667%;
  }

  .pull-66 {
    left: -66.66667%;
  }

  .grid-100 {
    clear: both;
    width: 100%;
  }
}
/* cmsms stylesheet: FormBuilder Default Style modified: Thursday, August 30, 2018 11:15:10 AM */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #f60;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* cmsms stylesheet: style modified: Tuesday, October 22, 2024 11:50:14 AM */
/********************************************************************************
  * NEWS
  ********************************************************************************/

 .playbtn_holder {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 0;
     right: 0;
     text-align: center;
 }
 .playbtn {
     border: 3px solid var(--color-neutral-white);
     border-radius: 110px;
     background: var(--color-neutral-black)00040;
     display: inline-block;
     line-height: 0;
 }
 img.play_triangle {
     width: 20px;
     height: 20px;
     padding: 35px;
     line-height: 0;
 }
 .numberbox {
     display: block;
     text-align: center;
     margin: 40px 0 0 0;
 }
 .numberbox_inner {
     display: flex;
     width: auto;
 }
 .number_item {
     width: 20%;
     text-align: left;
     margin-right: 1%;
 }
 span.number_item_top {
     display: block;
     font-size: 2.3em;
     font-weight: 600;
     line-height: 1;
 }
 span.number_item_bottom {
     display: block;
     line-height: 2;
     text-transform: uppercase;
     font-size: 0.9em;
 }

 .tabitem {
     width: 70%;
     float: left;
 }

 .deliverables .tabs ul li a {
     color: var(--color-neutral-gray-07);
     font-size: 0.9em;
     font-weight: 600;
     text-decoration: none;
 }
 .deliverables .tabs ul li.active a {
     color: var(--color-brand-primary);
 }
 .image-source-link {
     color: var(--color-brand-primary);
 }

 .mfp-with-zoom .mfp-container,
 .mfp-with-zoom.mfp-bg {
     opacity: 0;
     -webkit-backface-visibility: hidden;
     /* ideally, transition speed should match zoom duration */
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }

 .mfp-with-zoom.mfp-ready .mfp-container {
         opacity: 1;
 }
 .mfp-with-zoom.mfp-ready.mfp-bg {
         opacity: 0.8;
 }

 .mfp-with-zoom.mfp-removing .mfp-container,
 .mfp-with-zoom.mfp-removing.mfp-bg {
     opacity: 0;
 }
 .zoom-gallery {
     display: flex;
     flex-wrap: wrap;
 }
 a.popup_thumb {
     width: 31.334%;
     margin: 0 1% 2% 1%;
     line-height: 0;
 }
 a.popup_thumb img {
     width: 100%;
 }

 .contactline {
     display: block;
     overflow: hidden;
     margin: 0 0 30px 0;
 }
 .nwscontainer {
     background-color: var(--color-neutral-gray-02);
 }

 .nwsdetail .introcontainer_content {
     padding-top: 5%;
     padding-bottom: 5%;
 }

 .caseoverzichtbox {
     display: flex;
     flex-wrap: wrap;
 }

 .case_item {
     width: 32.66%;
     margin: 0 1% 1% 0;
     position: relative;
     line-height: 0;
 }
 .case_item:nth-child(3n) {
     margin: 0 0 1% 0;
 }

 .caseoverzichtbox .case_item {
     width: 32.3%;
     margin: 0 1% 1% 0;
     position: relative;
     line-height: 0;
 }
 .caseoverzichtbox .case_item:nth-child(3n) {
     margin: 0 1% 1% 0;
 }
 .caseoverzichtbox .case_item.filtered {
     opacity: 0;
     height: 0px;
     width: 0;
     margin: 0;
     padding: 0;
 }

 blockquote p {
     margin: 0;
     line-height: 1.4;
 }
 blockquote {
     margin: 0;
     padding: 40px;
     color: var(--color-neutral-white);
     font-style: italic;
     background: var(--color-brand-primary);
     background: -moz-linear-gradient(-45deg, var(--color-brand-primary) 0%, var(--color-product-vaya) 100%);
     background: -webkit-linear-gradient(-45deg, var(--color-brand-primary) 0%,var(--color-product-vaya) 100%);
     background: linear-gradient(135deg, var(--color-brand-primary) 0%,var(--color-product-vaya) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color-brand-primary)', endColorstr='var(--color-product-vaya)',GradientType=1 );
 }
 img.nws_tussenafbeelding {
     width: 100%;
 }
 .nwscontainer a.nwsblok_link {
     font-weight: 600;
     text-transform: uppercase;
     color: var(--color-brand-primary);
 transition: all 0.2s;
     -webkit-transition: all 0.2s;
 }
 .nwscontainer a.nwsblok_link:hover {
     color: var(--color-product-vaya);
     text-decoration: none;
 }

 .scrolltobox {
     margin: 30px 0 0 0;
     display: block;
     overflow: hidden;
 }
 .scrolltobutton {
     cursor: pointer;
     padding: 5px 10px;
     display: inline-block;
     color: var(--color-neutral-white);
     border: 1px solid var(--color-neutral-white);
     border-radius: 5px;
     margin: 0 5px;
     background: var(--color-neutral-gray-10);
     transition: all 0.2s;
     -webkit-transition: all 0.2s;
 }
 .scrolltobutton:hover {
     color: var(--color-neutral-black);
     background: var(--color-neutral-white);
 }


 img.digitrust {
     margin: 0 auto;
     width: 90%;
     max-width: 282px;
     display: block;
 }

 .algemeenvervolg_inner .prod_detail_introtext {
     text-align: left;
     margin: 50px auto 120px auto;
 }

 .algemeenvervolg_container ul {
     padding: 0 0 0 0px;
     margin: 0 0 0 20px;
 }

 .algemeenvervolg_container ul li {
     margin: 0 0 1.5em 0;
     padding: 0;
     font-weight: 100;
     line-height: 1.8;
 }

 /********************************************************************************
  * HEADINGS
  ********************************************************************************/



 body.errorpage {
     background: var(--color-brand-primary);
     min-height: 100vh;
     padding-top: 64px;
 }

 .errorpagebox_row {
     padding: 32px;
     border-radius: var(--border-radius);
     background: var(--color-neutral-white);
     box-shadow: 10px 23px 59px var(--color-brand-dark);


 }

 .errorpage_content {
     width: 50%;
     display: inline-block;
 }

 .errorpagetitle {
     display: block;
     line-height: 1;
     color: var(--color-brand-primary);
     font-weight: 100;
 }

.errorpage_actions a{
    color: var(--color-neutral-white) !important;
}
.errorpage_actions a.button__primary:hover {
    color: var(--color-brand-primary) !important;
    border: 1px solid var(--color-brand-primary) !important;
}
.errorpage_actions a.button__primary--secondary--color:hover {
    color: var(--color-brand-secondary) !important;
    border: 1px solid var(--color-brand-secondary) !important;
}
 /********************************************************************************
  * DEFAULT LINK STYLES
  ********************************************************************************/

 a,
 a:link,
 a:active,
 a:focus  {
     text-decoration: none;
     color: var(--color-brand-primary);
     outline: none;
 }

 a:hover {
     text-decoration: underline;
     color: var(--color-brand-dark);
 }

 p {
     margin: 0 0 1.5em 0;
     padding: 0;
     font-weight: 100;
     line-height: 1.8;
 }

 em, i {
     font-style:italic;
 }
 .left {
     float:left;
 }
 .right{
     float:right;
 }
 .clear {
     clear:both;
 }

 .show-mobile {
     display: none;
 }

 /********************************************************************************
  * HEADER
  ********************************************************************************/

 img.logo {
     margin: 15px 0 0 0;
     height: 90px;
 }

 .header {
     height: 80px;
 }

 /********************************************************************************
  * BREADCRUMBS
  ********************************************************************************/

 .breadcrumbs {
     padding: 1em 0 1.2em 0;
     font-size: 90%;
     margin: 0 1em;
     border-bottom: 1px dotted var(--color-neutral-black);
 }

 .breadcrumbs span.lastitem {
     font-weight:bold;
 }

 .searchresultbox ul {
     padding: 0;
     margin: 0;
 }
 .searchresultbox li {
     list-style-type: none;
     margin: 0 0 0px 0;
     border-bottom: 1px solid var(--color-neutral-white)fff30;
 }
 .searchresultbox li a {
     color: var(--color-neutral-white);
     font-size: 1.2em;
     display: block;
     padding: 10px 0 10px 0;
 }





 /********************************************************************************
  * CONTACTFORM
  ********************************************************************************/

 textarea  {
     box-sizing: border-box;
     background: none;
     width: 100%;
     overflow: hidden;
     color: var(--color-neutral-gray-10);
     padding: 10px;
     margin: 0 0 20px 0;
     height: 185px;
 }

 input[type=text] {
     box-sizing: border-box;
     background: none;
     width: 100%;
     overflow: hidden;
     color: var(--color-neutral-gray-10);
     padding: 10px;
     margin: 0 0 20px 0;
 }

 input[type=submit] {
     background: var(--color-message-error);
     text-transform: uppercase;
     color: var(--color-neutral-white);
     padding: 15px 35px;
     border: 1px solid var(--color-message-error);
     margin: 3px 0 15px 0;
     cursor: pointer;
 }

 input[type=submit]:hover {
     background: var(--color-neutral-white);
     text-transform: uppercase;
     color: var(--color-message-error);
     padding: 15px 35px;
     border: 1px solid var(--color-message-error);
     margin: 3px 0 15px 0;
     cursor: pointer;
 }

 .formerror {
     box-sizing: border-box;
     background: var(--color-light-product-intercambio);
     width: 100%;
     font-weight: 700;
     font-size: 0.7em;
     text-align: center;
     color: var(--color-message-error);
     text-transform: uppercase;
     padding: 2px;
     border: 2px solid var(--color-message-error);
     margin-bottom: 20px;
 }

 .required.fb_invalid {
     background: var(--color-light-product-intercambio);
 }
 .required.fb_invalid label {
     color: var(--color-brand-dark);
 }
 span.inner_error {
    color: var(--color-brand-dark);
    font-size: 13px;
     font-weight: bold;
 }
 .error_message {
     margin: 0 0 30px 0;
     padding: 15px 10px;
     border: 1px solid var(--color-neutral-white);
     border-radius: 5px;
 }
 span.errortext {
     font-size: 26px;
     font-weight: bold;
     line-height: 1.2;
 }

 input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus,
 input:-webkit-autofill:active  {
     -webkit-box-shadow: 0 0 0 30px white inset !important;
 }

 /* FAQ url container */
 .furl {
     display: none;
 }


 /********************************************************************************
  * SEARCH STYLING CMSMS
  ********************************************************************************/
 .help_service .visualbox {
     min-height: 1px;
 }

 .help_service .visualbox.domainvisual {
     min-height: 1px;
     padding: 50px 0;
 }
 .zoekbalk {
     margin: 30px 0;
 }
 .zoekbalk_inner {
     background: var(--color-neutral-white);
     border-radius: 5px;
     max-width: 620px;
     margin: 0 auto;
 }
 .zoekbalk_inner input[type=text] {
     margin: 0;
     border-radius: 5px;
     border: none;
 }
 .zoekbalk span {
     color: var(--color-neutral-white);
     margin: 10px 0 0 0;
     display: block;
 }
 .videoboxes {
     display: flex;
     flex-wrap: wrap;
 }
 .video {
     width: 31%;
     margin: 0 2% 0 0;
     box-sizing: content-box;
 }
 .frame iframe {
     width: 100%;
 }
 .videocontent h3 {
     font-size: 26px;
 }
 .titlebox {
     text-align: center;
 }
 .titlebox h3 {
     margin: 0;
 }
 .container.instructievideos {
     margin: 0 0 100px 0;
 }
 .videoctabox {
     text-align: center;
     margin: 50px 0 0 0;
 }
 .videocontent {
     margin: -40px 0 0 0;
 }



 a.wp_download {
     display: inline-block;
     text-decoration: none;
     padding: 10px 20px;
     border: 1px solid var(--color-neutral-white);
     border-radius: 5px;
     cursor: pointer;
 }
 img.wp_download_icon {
     width: 40px;
     height: 40px;
     float: left;
     display: inline-block;
 }
 span.wp_download_text {
     color: var(--color-neutral-white);
     font-size: 1.8em;
     line-height: 1;
     float: left;
     margin: 5px 0 0 10px;
 }
/* cmsms stylesheet: Categories filter modified: Friday, March 27, 2020 12:00:07 PM */
.category-filter-container {
    display: block;
    text-align: left;
    margin-top: 1em;
}
.category-filter-container h3 {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 1.5em;
}
.filter_items {
    display: block;
    width: 100%;
}
.category-filter-container .category-filter {
    display: inline-block;
    width: 33%;
    float: left;
    margin: 0 0 14px 0;
    cursor: pointer;
}

.category-filter-container .category-filter .category-check {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #000;
    float: left;
}

.category-filter-container .category-filter .category-label {
    margin: 5px 0 0 10px;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    float: left;
}

.category-filter-container .category-filter.checked .category-check {
    
}

.category-filter-container .category-filter.checked .category-check:after {
    content: "";
    background: #000;
    width: 1em;
    height: 1em;
    display: block;
    margin: 0.25em;
}

.category-filter-container .category-filter.checked .category-label {
}

.case_item.filtered {
    opacity: 0;
    height: 0px;
    width: 0;
    margin: 0;
    padding: 0;
}

.js-category-checkbox {
    visibility: hidden;
    height: 2px;
    width: 2px;
    position: absolute;
}
/* cmsms stylesheet: demoslider modified: Wednesday, May 29, 2019 12:07:33 PM */
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* cmsms stylesheet: V2 - buttons modified: Tuesday, July 8, 2025 9:47:36 AM */
@media only screen and (min-width: 320px) {
.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}

    button {
        background-color: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
    }

    .button {
        cursor: pointer;
        text-align: left;
        text-decoration: none;
        font-family: var(--font-family-body);
        font-weight: 500;
        font-size: var(--font-size-s);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 32px;
        padding: 8px 16px 8px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        position: relative;
    }

    .button:hover {
        padding: 8px 52px 8px 16px;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        text-decoration: none;
    }
    .button:focus-within {
        outline: 2px solid var(--color-brand-primary);
    }   
    .button.button--small {
        padding: 8px 16px 8px 16px;
    }

    .dropdown-content a.button__primary--white {
        color: var(--color-brand-primary);
    }

    .dropdown-content a.button__primary--white:hover {
        color: var(--color-neutral-white);
    }

    .button.button--small:hover {
        padding: 8px 40px 8px 16px;
    }

    .button--small {
        font-size: var(--font-size-xs) !important;
        line-height: var(--lineheight-size-s);
    }

    .button__primary {
        color: var(--color-neutral-white);
        background-color: var(--color-brand-primary);
        border: 1px solid var(--color-brand-primary);

        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-brand-primary) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-brand-primary) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
    }

    .button__primary--secondary--color {
        color: var(--color-neutral-white);
        background-color: var(--color-brand-secondary);
        border: 1px solid var(--color-brand-secondary);

        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-brand-secondary) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-brand-secondary) 49%);
        background-size: 200% 100%;
        background-position: right bottom;
    }

    header .button__primary--secondary--color {
        margin-bottom: 3.2rem;
    }

    .button__primary--white {
        color: var(--color-brand-primary);
        background-color: var(--color-neutral-white);
        border: 1px solid var(--color-neutral-white);

        background: -o-linear-gradient(left, var(--color-brand-primary) 49%, var(--color-neutral-white) 49%);
        background: linear-gradient(to right, var(--color-brand-primary) 49%, var(--color-neutral-white) 49%);
        background-size: 220% 100%;
        background-position: right bottom -1px;
    }

    .color-extracto main .button__primary--white {
        color: var(--color-product-extracto);
    }

    .color-extracto main .button__primary--white:after {
        background-image: url('/assets/images/arrows/arrow_right--product--extracto.svg');
    }

    .color-extracto main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-extracto) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-extracto) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-extracto);
    }

    .color-extracto main .button__primary:hover {
        color: var(--color-product-extracto);
    }

    .color-forma main .button__primary--white {
        color: var(--color-product-forma);
    }

    .color-forma main .button__primary--white:after {
        background-image: url('/assets/images/arrows/arrow_right--product--forma.svg');
    }

    .color-forma main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-forma) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-forma) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-forma);
    }

    .color-forma-selfservice main .button__primary--white {
        color: var(--color-product-forma-selfservice);
    }

    .color-forma-selfservice main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-forma-selfservice) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-forma-selfservice) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-forma-selfservice);
    }

    .color-intercambio main .button__primary--white {
        color: var(--color-product-intercambio);
    }

    .color-intercambio main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-intercambio) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-intercambio) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-intercambio);
    }

    .color-saludo main .button__primary--white {
        color: var(--color-product-saludo);
    }

    .color-saludo main .button__primary--white:after {
        background-image: url('/assets/images/arrows/arrow_right--product--saludo.svg');
    }

    .color-saludo main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-saludo) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-saludo) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-saludo);
    }

    .color-transmision main .button__primary--white {
        color: var(--color-product-transmision);
    }

    .color-transmision main .button__primary--white:after {
                background-image: url('/assets/images/arrows/arrow_right--product--transmision.svg');

    }

    .color-transmision main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-transmision) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-transmision) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-transmision);
    }

    .color-vaya main .button__primary--white {
        color: var(--color-product-vaya);
    }

    .color-vaya main .button__primary--white:after {
        background-image: url('/assets/images/arrows/arrow_right--product--vaya.svg');
    }

    .color-vaya main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-vaya) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-vaya) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-vaya);
    }

    .button__primary:hover {
        background-position: left bottom 1px;
        color: var(--color-brand-primary);
        border: 1px solid var(--color-neutral-white);
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    .button__primary--white:hover {
        background-position: left bottom 1px;
        color: var(--color-neutral-white) !important;
        border: 1px solid var(--color-brand-primary);
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    .button__primary--secondary--color:hover {
        background-position: left bottom 1px;
        color: var(--color-brand-secondary);
        border: 1px solid var(--color-brand-secondary);
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .color-transmision main .button__primary:hover {
        color: var(--color-product-transmision);
    }

    .color-forma main .button__primary:hover {
        color: var(--color-product-forma);
    }

    .color-forma-selfservice main .button__primary:hover {
        color: var(--color-product-forma-selfservice);
    }

    .color-intercambio main .button__primary:hover {
        color: var(--color-product-intercambio);
    }

    .color-saludo main .button__primary:hover {
        color: var(--color-product-saludo);
    }

    .color-vaya main .button__primary:hover {
        color: var(--color-product-vaya);
    }
.button__secondary {
    display: inline-block;
    font-family: var(--font-family-body);
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 0.9;
    cursor: pointer;
}

.button__secondary:hover {
    text-decoration: none;
    opacity: 1;
}

.button__secondary:after {
    content: '';
    display: inline-block;
    background-image: url('/assets/images/arrows/arrow_right--brand_primary.svg');
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    transform: translateY(21%);
    margin: 0 0.8rem 0 0.8rem;
}

.button__secondary:hover:after {
    margin: 0 0rem 0 1.6rem;
}

.button__secondary.arrow_back {
    padding: 0 0.8rem 0 1.6rem;
}
    .button__secondary.arrow_back:before {
        position: absolute;
        left: 0;
        top: 3px;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .button__secondary.arrow_back:after {
        display: none;
    }

    .button__secondary.button--small {
        margin-right: 0;
    }

    .button__secondary--primary {
        color: var(--color-brand-primary);
    }
    .button__secondary--white {
        color: var(--color-neutral-white);
    }
    .button__secondary--white:after{
        background-image: url('/assets/images/arrows/arrow_right--color_white.svg');
        display: inline-block;
    }

    .button__secondary--vaya {
        color: var(--color-dark-product-vaya);
    }

    .button__secondary--extracto {
        color: var(--color-dark-product-extracto);
    }


    .button__secondary--intercambio {
        color: var(--color-dark-product-intercambio);
    }

    .button__secondary--saludo {
        color: var(--color-dark-product-saludo);
    }

    .button__secondary--transmision {
        color: var(--color-dark-product-transmision);
    }

    .button__secondary--forma {
        color: var(--color-dark-product-forma);
    }

    .button__secondary--forma-selfservice {
        color: var(--color-dark-product-forma-selfservice);
    }



    .button__secondary--download {
        opacity: 0.9;
        transition: 0.5s ease-in;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
        -ms-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        font-size: var(--font-size-s);
        font-weight: 500;
        text-indent: -24px; 
        padding-left: 24px; 
    }

    .button__secondary--download:before {
        font-family: "Material Icons";
        content: "\e2c4";
        font-size: var(--font-size-s);
        margin-right: 0.8rem;
        top: 4px;
        position: relative;
    }
    .button__secondary--download:after{
        display: none;
    }
    .button__secondary--download:hover {
        opacity: 1;
    }

    .color-extracto main .button__secondary--primary {
        color: var(--color-product-extracto);
    }

    .color-forma main .button__secondary--primary {
        color: var(--color-product-forma);
    }

    .color-forma-selfservice main .button__secondary--primary {
        color: var(--color-product-forma-selfservice);
    }

    .color-intercambio main .button__secondary--primary {
        color: var(--color-product-intercambio);
    }

    .color-intercambio main .button__secondary--primary:after {
        color: var(--color-product-intercambio);
    }

    .color-saludo main .button__secondary--primary {
        color: var(--color-product-saludo);
    }

    .color-transmision main .button__secondary--primary {
        color: var(--color-product-transmision);
    }

    .color-vaya main .button__secondary--primary {
        color: var(--color-product-vaya);
    }

    .link {
        display: block;
        margin-top: 0.8rem;
        color: var(--color-neutral-white);
        font-size: var(--font-size-xxs);
        font-weight: 500;
        line-height: 1.2;
        text-decoration: none;
        -webkit-transition: color .5s ease;
        -o-transition: color .5s ease;
        transition: color .5s ease;
        opacity: 0.9;
    }

    .link:hover {
        color: var(--color-brand-light);
        text-decoration: none;
        opacity: 1;
    }

    .index .link {
        color: var(--color-brand-primary)
    }

    .color-transmision main .link {
        color: var(--color-product-transmision)
    }

    .link__arrow {
        display: block;
        margin-top: 0.4rem;
        margin-left: 0.8rem;
        cursor: pointer;
        font-weight: 400;
        font-size: var(--font-size-s);
        color: var(--color-neutral-gray-10);
        position: relative;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        text-decoration: none;
        text-indent: -16px;
        margin-left: 24px;
    }

    .link__arrow::before {
        position: relative;
        content: "arrow_forward";
        color: var(--color-brand-primary);
        font-family: "Material Icons";
        top: 0.4rem;
        left: -0.8rem;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    .link__arrow:hover {
        text-decoration: none;
        color: var(--color-brand-primary);
    }

    .link__arrow:hover::before {
        left: 0rem;
    }
    .button--small.link__arrow::before {
        top: 2px;
    }

    .color-extracto main .link__arrow {
        color: var(--color-product-extracto);
    }

    .color-transmision main .link__arrow {
        color: var(--color-product-transmision);
    }

    .color-forma main .link__arrow {
        color: var(--color-product-forma);
    }

    .color-forma-selfservice main .link__arrow {
        color: var(--color-product-forma-selfservice);
    }

    .color-intercambio main .link__arrow {
        color: var(--color-product-intercambio);
    }

    .color-saludo main .link__arrow {
        color: var(--color-product-saludo);
    }

    .color-vaya main .link__arrow {
        color: var(--color-product-vaya);
    }

    .arrow_back::before,
    .arrow_back:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: .5s ease;
    }

    .arrow_back:hover:before {
        left: -0.8rem;
    }

    .arrow_back:hover:after {
        left: -3.6rem;
    }

}

@media only screen and (min-width: 424px) {
    .button {
        padding: 8px 44px 8px 16px;
    }

    .button:after {
        content: '';
        background: var(--color-neutral-white);
        background-image: url('/assets/images/arrows/arrow_right--color_white.svg');
        background-size: 36px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        position: absolute;
        padding: 0.8rem 0.8rem 0.8rem 0.8rem;
        border-radius: 24px;
        display: inline-block;
    }

    .button__primary:after {
        background-image: url('/assets/images/arrows/arrow_right--brand_primary.svg');
    }

    .button__primary--white:after {
        background-image: url('/assets/images/arrows/arrow_right--brand_primary.svg');
    }
    .button__primary--white:hover:after {
        color: var(--color-brand-primary) !important;
    }
    .color-extracto main .button__primary:after {
        background: var(--color-product-extracto);
    }

    .color-transmision main .button__primary:after {
        background: var(--color-product-transmision);
    }

    .color-forma main .button__primary:after {
        background: var(--color-product-forma);
    }

    .color-forma-selfservice main .button__primary:after {
        background: var(--color-product-forma-selfservice);
    }

    .color-intercambio main .button__primary:after {
        background: var(--color-product-intercambio);
    }

    .color-saludo main .button__primary:after {
        background: var(--color-product-saludo);
    }

    .color-vaya main .button__primary:after {
        background: var(--color-product-vaya);
    }

    .button__primary--secondary--color:after {
        background: var(--color-brand-secondary); 
        background-image: url('/assets/images/arrows/arrow_right--color_white.svg');
    }

    .button.button--small {
        padding: 8px 32px 8px 16px;
    }

    .button.button--small:after {
        width: 16px;
        height: 16px;
    }
}

@media only screen and (min-width: 600px) {
    .button {
        font-size: 1.6rem;
    }

    .button--small {
        font-size: 1.4rem !important;
    }

    .button__secondary--download:before,
    .button__secondary--download {
        font-size: 1.8rem;
    }

    .link {
        font-size: 1.4rem;
    }

    .link__arrow {
        font-size: 1.6rem;
    }
    .button__secondary:after {
    background-size: 32px;}

}
/* cmsms stylesheet: V2 - grid modified: Monday, August 19, 2024 2:55:42 PM */
/********************************************************************************
   * Layout
********************************************************************************/


/********************************************************************************
   * Grid
********************************************************************************/

/* CONTAINER */
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;

}

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

@media only screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* ROW */
.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.6rem;
    position: relative;
}
.horizontal-center{
    display: grid;
    justify-items: center;
}
.vertical-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



[class^=' col-'],
[class*=' col-'] {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.col-xs-12 {
    grid-column: span 12;
}

.col-xs-11 {
    grid-column: span 11;
}

.col-xs-10 {
    grid-column: span 10;
}

.col-xs-9 {
    grid-column: span 9;
}

.col-xs-8 {
    grid-column: span 8;
}

.col-xs-7 {
    grid-column: span 7;
}

.col-xs-6 {
    grid-column: span 6;
}

.col-xs-5 {
    grid-column: span 5;
}

.col-xs-4 {
    grid-column: span 4;
}

.col-xs-3 {
    grid-column: span 3;
}

.col-xs-2 {
    grid-column: span 2;
}

.col-xs-1 {
    grid-column: span 1;
}

.col-content-block,
.col-text {
    grid-column-start: 1;
    grid-column-end: span 12;
    display: grid;
}

@media only screen and (min-width: 768px) {

    .row {
        grid-gap: 3.2rem;
    }
    .col-sm-12 {
        grid-column: span 12;
    }

    .col-sm-11 {
        grid-column: span 11;
    }

    .col-sm-10 {
        grid-column: span 10;
    }

    .col-sm-9 {
        grid-column: span 9;
    }

    .col-sm-8 {
        grid-column: span 8;
    }

    .col-sm-7 {
        grid-column: span 7;
    }
    .col-content-block,
    .col-sm-6 {
        grid-column: span 6;
    }

    .col-sm-5 {
        grid-column: span 5;
    }

    .col-sm-4 {
        grid-column: span 4;
    }

    .col-sm-3 {
        grid-column: span 3;
    }

    .col-sm-2 {
        grid-column: span 2;
    }

    .col-sm-1 {
        grid-column: span 1;
    }
    .col-text {
        grid-column-start: 2;
        grid-column-end: span 10;
    }

}

@media only screen and (min-width: 992px) {
    .col-content-block {
        grid-column: span 5;
    }
    .col-md-12 {
        grid-column: span 12;
    }

    .col-md-11 {
        grid-column: span 11;
    }

    .col-md-10 {
        grid-column: span 10;
    }

    .col-md-9 {
        grid-column: span 9;
    }

    .col-md-8 {
        grid-column: span 8;
    }

    .col-md-7 {
        grid-column: span 7;
    }

    .col-md-6 {
        grid-column: span 6;
    }

    .col-md-5 {
        grid-column: span 5;
    }

    .col-md-4 {
        grid-column: span 4;
    }

    .col-md-3 {
        grid-column: span 3;
    }

    .col-md-2 {
        grid-column: span 2;
    }

    .col-md-1 {
        grid-column: span 1;
    }
        .col-start-2 {
            grid-column-start: 2 !important;
        }
    
        .col-start-3 {
            grid-column-start: 3 !important;
        }
    
        .col-start-4 {
            grid-column-start: 4 !important;
        }
    
        .col-start-5 {
            grid-column-start: 5 !important;
        }
    
        .col-start-6 {
            grid-column-start: 6 !important;
        }        
        .col-start-7 {
            grid-column-start: 7 !important;
        }
    
        .col-start-8 {
            grid-column-start: 8 !important;
        }
        .col-start-9 {
            grid-column-start: 9 !important;
        }
        .col-end-3 {
            grid-column-end: 5 !important;
        }
        .col-end-4 {
            grid-column-end: 5 !important;
        }
        .col-end-5 {
            grid-column-end: 5 !important;
        }
        .col-end-6 {
            grid-column-end: 6 !important;
        }
        .col-end-7 {
            grid-column-end: 7 !important;
        }
    
        .col-end-8 {
            grid-column-end: 8 !important;
        }
    
        .col-end-9 {
            grid-column-end: 9 !important;
        }
        .col-end-10 {
            grid-column-end: 10 !important;
        }
        .col-end-11 {
            grid-column-end: 11 !important;
        }
        .col-end-12 {
            grid-column-end: 12 !important;
        }
        .col-end-13 {
            grid-column-end: 13 !important;
        }
}

@media only screen and (min-width: 1200px) {
    .col-lg-12 {
        grid-column: span 12;
    }

    .col-lg-11 {
        grid-column: span 11;
    }

    .col-lg-10 {
        grid-column: span 10;
    }

    .col-lg-9 {
        grid-column: span 9;
    }

    .col-lg-8 {
        grid-column: span 8;
    }

    .col-lg-7 {
        grid-column: span 7;
    }

    .col-lg-6 {
        grid-column: span 6;
    }

    .col-lg-5 {
        grid-column: span 5;
    }

    .col-lg-4 {
        grid-column: span 4;
    }

    .col-lg-3 {
        grid-column: span 3;
    }

    .col-lg-2 {
        grid-column: span 2;
    }

    .col-lg-1 {
        grid-column: span 1;
    }

}

/********************************************************************************
   * Spacing
   ********************************************************************************/
/*Padding*/
.p-0 {
    padding: 0rem 0rem 0rem 0rem;
}

.p-1 {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
}

.p-2 {
    padding: 1.6rem 1.6rem 1.6rem 1.6rem;
}

.p-3 {
    padding: 3.2rem 3.2rem 3.2rem 3.2rem;
}

.p-4 {
    padding: 5.6rem 5.6rem 5.6rem 5.6rem;
}

/*Padding-top*/
.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 0.8rem;
}

.pt-2 {
    padding-top: 1.6rem;
}

.pt-3 {
    padding-top: 3.2rem;
}

.pt-4 {
    padding-top: 5.6rem;
}

/*Padding-right*/
.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 0.8rem;
}

.pr-2 {
    padding-right: 1.6rem;
}

.pr-3 {
    padding-right: 3.2rem;
}

.pr-4 {
    padding-right: 5.6rem;
}

/*Padding-bottom*/
.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 0.8rem;
}

.pb-2 {
    padding-bottom: 1.6rem;
}

.pb-3 {
    padding-bottom: 3.2rem;
}

.pb-4 {
    padding-bottom: 5.6rem;
}

/*Padding-left*/
.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 0.8rem;
}

.pl-2 {
    padding-left: 1.6rem;
}

.pl-3 {
    padding-left: 3.2rem;
}

.pl-4 {
    padding-left: 5.6rem;
}


/*Margin*/
.m-0 {
    margin: 0rem 0rem 0rem 0rem;
}

.m-1 {
    margin: 0.8rem 0.8rem 0.8rem 0.8rem;
}

.m-2 {
    margin: 1.6rem 1.6rem 1.6rem 1.6rem;
}

.m-3 {
    margin: 3.2rem 3.2rem 3.2rem 3.2rem;
}

.m-4 {
    margin: 5.6rem 5.6rem 5.6rem 5.6rem;
}

/*margin-top*/
.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.8rem;
}

.mt-2 {
    margin-top: 1.6rem;
}

.mt-3 {
    margin-top: 3.2rem;
}

.mt-4 {
    margin-top: 5.6rem;
}

/*margin-right*/
.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 0.8rem;
}

.mr-2 {
    margin-right: 1.6rem;
}

.mr-3 {
    margin-right: 3.2rem;
}

.mr-4 {
    margin-right: 5.6rem;
}

/*margin-bottom*/
.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.8rem;
}

.mb-2 {
    margin-bottom: 1.6rem;
}

.mb-3 {
    margin-bottom: 3.2rem;
}

.mb-4 {
    margin-bottom: 5.6rem;
}

/*margin-left*/
.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 0.8rem;
}

.ml-2 {
    margin-left: 1.6rem;
}

.ml-3 {
    margin-left: 3.2rem;
}

.ml-4 {
    margin-left: 5.6rem;
}
/* cmsms stylesheet: V2 - main modified: Thursday, February 13, 2025 4:03:26 PM */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    font-size: 62.5%;
    font-family: var(--font-family-body);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    font-size: var(--font-size-s);
    overflow-x: clip;
    margin: 0;
    background: white;
    color: var(--color-neutral-gray-10);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 600px) {
    body {
        font-size: 1.8rem
    }
}

main {
    min-height: 100vh;
    background-color: var(--color-neutral-white);
    position: relative;
    z-index: 5;
}
article{
    position: relative;
}
article:last-child:after {
    content: "";
    background: url(/assets/images/border-top-mobile.svg) repeat-x;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3.2rem;
    z-index: 10;
}


.algemeen article:last-child .container {
    padding: 6.4rem;
}
.col-background-image_content ul,
.col-text ul {
    padding-left: 1rem;
    margin-top: 0;
}

li::marker {
    font-size: 2.4rem;
}

li {
    list-style-image: url(/assets/images/li_primary.svg);
    margin-left: 10px;
    padding-left: 4px;
}

figure {
    margin: 3.2rem auto;
    text-align: center;
}

figure img {
    width: initial;
    max-width: 100%;
}
video{
    cursor: pointer;
}
/* Witte vinkjes */

.color-brand--primary li,
.color-extracto li,
.color-vaya li,
.color-saludo li,
.color-intercambio li,
.color-forma-selfservice li,
.color--dark li,
.color-forma li,
.color-transmision li {
    list-style-image: url(/assets/images/li_white.svg);
}

.color--dark li {
    opacity: 0.9;
}

/* Gekleurde vinkjes */
.color-extracto .color--light li {
    list-style-image: url(/assets/images/li_extracto.svg);
}

.color-forma .color--light li {
    list-style-image: url(/assets/images/li_forma.svg);
}

.color-forma-selfservice .color--light li {
    list-style-image: url(/assets/images/li_forma-selfservice.svg);
}

.color-intercambio .color--light li {
    list-style-image: url(/assets/images/li_intercambio.svg);
}

.color-saludo .color--light li {
    list-style-image: url(/assets/images/li_saludo.svg);
}

.color-transmision .color--light li {
    list-style-image: url(/assets/images/li_transmision.svg);
}

.color-vaya .color--light li {
    list-style-image: url(/assets/images/li_vaya.svg);
}

.color-transmision .content ul {
    padding-left: 0.8rem;
}

.color-transmision .content li {
    list-style-image: url(/assets/images/li_transmision.svg);
}

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

.box-shadow {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.border-radius {
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.border-brand--primary {
    border: 1px solid var(--color-brand-primary);
}

.border-brand--secondary {
    border: 1px solid var(--color-brand-secondary);
}

/********************************************************************************
   * Achtergrondkleur
   ********************************************************************************/
hr {
    border: 1px solid var(--color-neutral-white);
    margin: 1.6rem 0;
    opacity: 0.3;
}

.color-brand--primary {
    background-color: var(--color-brand-primary);
    color: var(--color-neutral-white);
}

.color-brand--secondary {
    background-color: var(--color-brand-secondary);
    color: var(--color-neutral-white);
}

.color-brand--tertiary {
    background-color: var(--color-brand-tertiary);
    color: var(--color-neutral-white);
}

.color-brand--light,
.color-brand--primary .color--light {
    background-color: var(--color-brand-light);
    color: var(--color-neutral-gray-10);
}

.color-brand--dark,
.color-brand--primary .color--dark {
    background-color: var(--color-brand-dark);
    color: var(--color-neutral-white);
}

.color-neutral--light {
    background-color: var(--color-neutral-gray-01);
    color: var(--color-neutral-gray-10);
}

.color-neutral--gray-02 {
    background-color: var(--color-neutral-gray-02);
}

.color-message-succes {
    background-color: var(--color-message-succes);
    color: var(--color-neutral-gray-10);
}

.color-message-warning {
    background-color: var(--color-message-warning);
    color: var(--color-neutral-gray-10);
}

.color-message-info {
    background-color: var(--color-message-info);
    color: var(--color-neutral-white);
}

.color-message-error {
    background-color: var(--color-message-error);
    color: var(--color-neutral-white);
}

.color-neutral-white {
    background-color: var(--color-neutral-white);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-01 {
    background-color: var(--color-neutral-gray-01);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-02 {
    background-color: var(--color-neutral-gray-02);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-03 {
    background-color: var(--color-neutral-gray-03);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-04 {
    background-color: var(--color-neutral-gray-04);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-05 {
    background-color: var(--color-neutral-gray-05);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-06 {
    background-color: var(--color-neutral-gray-06);
    color: var(--color-neutral-white);
}
.color-neutral-gray-07 {
    background-color: var(--color-neutral-gray-07);
    color: var(--color-neutral-white);
}
.color-neutral-gray-08 {
    background-color: var(--color-neutral-gray-10);
    color: var(--color-neutral-white);
}

.color-neutral-gray-08 {
    background-color: var(--color-neutral-gray-10);
    color: var(--color-neutral-white);
}

.color-neutral-black {
    background-color: var(--color-neutral-black);
    color: var(--color-neutral-white);
}

/********************************************************************************
   * Product kleuren
   ********************************************************************************/
.color-extracto {
    background-color: var(--color-product-extracto);
    color: var(--color-neutral-white);
}

.color-forma {
    background-color: var(--color-product-forma);
    color: var(--color-neutral-white);
}

.color-forma-selfservice {
    background-color: var(--color-product-forma-selfservice);
    color: var(--color-neutral-white);
}

.color-intercambio {
    background-color: var(--color-product-intercambio);
    color: var(--color-neutral-white);
}

.color-puerto {
    background-color: var(--color-product-puerto);
    color: var(--color-neutral-white);
}

.color-saludo {
    background-color: var(--color-product-saludo);
    color: var(--color-neutral-white);
}

.color-transmision {
    background-color: var(--color-product-transmision);
}

.color-vaya {
    background-color: var(--color-product-vaya);
    color: var(--color-neutral-white);
}

/********************************************************************************
   * Product kleuren light
   ********************************************************************************/
.color--light {
    position: relative;
    z-index: -1;
}

.color-extracto .color--light, .color-extracto.color--light {
    background-color: var(--color-light-product-extracto);
    color: var(--color-neutral-gray-10);
}

.color-forma .color--light, .color-forma.color--light{
    background-color: var(--color-light-product-forma);
    color: var(--color-neutral-gray-10);
}

.color-forma-selfservice .color--light, .color-forma-selfservice.color--light {
    background-color: var(--color-light-product-forma-selfservice);
    color: var(--color-neutral-gray-10);
}

.color-intercambio .color--light, .color-intercambio.color--light {
    background-color: var(--color-light-product-intercambio);
    color: var(--color-neutral-gray-10);
}

.color-saludo .color--light, .color-saludo.color--light {
    background-color: var(--color-light-product-saludo);
    color: var(--color-neutral-gray-10);
}

.color-transmision .color--light, .color-transmision.color--light {
    background-color: var(--color-light-product-transmision);
    color: var(--color-neutral-gray-10);
}

.color-vaya .color--light, .color-vaya.color--light {
    background-color: var(--color-light-product-vaya);
    color: var(--color-neutral-gray-10);
}

/********************************************************************************
   * Product kleuren dark
   ********************************************************************************/
.color-extracto .color--dark {
    background-color: var(--color-dark-product-extracto);
    color: var(--color-neutral-white);
}

.color-forma .color--dark {
    background-color: var(--color-dark-product-forma);
    color: var(--color-neutral-white);
}

.color-forma-selfservice .color--dark {
    background-color: var(--color-dark-product-forma-selfservice);
    color: var(--color-neutral-white);
}

.color-intercambio .color--dark {
    background-color: var(--color-dark-product-intercambio);
    color: var(--color-neutral-white);
}

.color-saludo .color--dark {
    background-color: var(--color-dark-product-saludo);
    color: var(--color-neutral-white);
}

.color-transmision .color--dark, .color-transmision.color--dark  {
    background-color: var(--color-dark-product-transmision);
    color: var(--color-neutral-white);
}

.color-transmision--light .color--dark {
    background-color: #F6F6FF;
    color: var(--color-neutral-white);
}

.color-vaya .color--dark {
    background-color: var(--color-dark-product-vaya);
    color: var(--color-neutral-white);
}

 /**** cookiebanner ****/

 .cookiebanner {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    display: none;
    left: 0;
    padding: 1em;
    position: fixed;
    text-align: center;
    right: 0;
    z-index: 9999;
    color: var(--color-neutral-black);
    font-size: var(--font-size-xs);
}

.cookiebanner_buttons .button{
    margin: 0 auto 16px auto;
}
/* cmsms stylesheet: magnificent_popup modified: Tuesday, November 20, 2018 9:23:20 AM */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1240px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
    display: none; }
a.image-source-link {
    display: none;
}
.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* cmsms stylesheet: V2 - typography modified: Monday, February 17, 2025 2:52:45 PM */
/********************************************************************************
   * Load Fonts
********************************************************************************/
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* fallback */
    @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }

  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

/********************************************************************************
   * Typografie
   ********************************************************************************/
   h1 {
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: var(--font-size-xxl);
    line-height: var(--lineheight-size-s);
    margin: 0;
    word-break: auto-phrase;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}


  h2 {
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: var(--font-size-xl);
    line-height: var(--lineheight-size-s);
    margin: 0 0 1.6rem 0;
  }

  h3 {
    font-family: var(--font-family-title);
    font-weight: 300;
    font-size: var(--font-size-l);
    line-height: var(--lineheight-size-s);
    margin-bottom: 0.8rem;
    margin-top: 0;
  }

  h4 {
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: var(--font-size-m);
    line-height: var(--lineheight-size-s);
    margin: 0;
  }

  h5 {
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: var(--font-size-m);
    line-height: var(--lineheight-size-s);
    margin: 0;
  }

  th,
  h6 {
    font-family: var(--font-family-title);
    font-weight: 600;
    font-size: var(--font-size-m);
    line-height: var(--lineheight-size-s);
    letter-spacing: 1px;
    margin: 0;
  }

  p {
    font-family: var(--font-family-body);
    font-weight: 400;
    font-size: var(--font-size-s);
    color: inherit;
    line-height: var(--lineheight-size-m);
    margin: 0;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
  }

  .paragraph--small {
    font-size: var(--font-size-s);
  }

  td {
    font-size: var(--font-size-s);
    max-width: 50ch;
  }

  .subtitle {
    font-family: var(--font-family-title);
    font-weight: 400;
    line-height: var(--lineheight-size-s);
    hyphens: manual;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
  }

  .subtitle--small {
    font-family: var(--font-family-title);
    font-weight: 500;
    line-height: var(--lineheight-size-m);
    margin: 0;
  }

  caption,
  figcaption {
    font-family: var(--font-family-body);
    font-size: var(--font-size-xxs);
    line-height: var(--lineheight-size-s);
    color: var(--color-neutral-gray-06);
    text-align: left;
  }

  figcaption {
    margin-top: 1.6rem;
  }

  .text-style--small {
    font-size: var(--font-size-xxs);
  }

  .center {
    text-align: center;
  }

  .intro,
  .intro p {
    font-weight: 500;
    color: var(--color-neutral-black);
  }
  .large{
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: var(--font-size-xxl);
    line-height: var(--lineheight-size-s);
    margin: 0;
    hyphens: manual;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
  }
  .content p + h3{
    margin-top: 3.2rem;
  }
  .content p {
    margin-bottom:1.6rem;
  }
  .content ul li p{
    margin-bottom:0.8rem;
  }
  /********************************************************************************
     * Typografie Desktop
  ********************************************************************************/
  @media only screen and (min-width: 600px) {
    .large, h1 {
      font-size: 4.7rem;
    }

    h2 {
      font-size: 3.7rem;
      margin: 0 0 1.6rem 0;
    }

    h3 {
      font-size: 2.9rem;
    }

    h4 {
      font-size: 2.3rem;
    }

    h5 {
      font-size: 2rem;
    }
    h6 {
      font-size: 1.8rem;
    }

    p {
      font-size: 1.8rem;
    }

    .subtitle {
      font-size: 2.9rem;
    }

    caption,
  figcaption {
      font-size: 1.4rem;
      line-height: var(--lineheight-size-xxs);
      text-align: center;
    }

  .text-style--small {
    font-size: 1.4rem;
  }
  .paragraph--small {
    font-size: 1.4rem;
  }

  td {
    font-size: 1.4rem;
    max-width: 50ch;
  }
  }

  /***Text color***/
  .text-color--light,
  .text-color--light h1,
  .text-color--light h2,
  .text-color--light h3,
  .text-color--light h4,
  .text-color--light h5,
  .text-color--light h6,
  .text-color--light p,
  .text-color--light .form_label {
    color: var(--color-neutral-white);
  }

  .text-color--dark,
  .text-color--dark h1,
  .text-color--dark h2,
  .text-color--dark h3,
  .text-color--dark h4,
  .text-color--dark h5,
  .text-color--dark h6,
  .text-color--dark p,
  .text-color--dark .form_label {
    color: var(--color-neutral-black);
  }

  .text-color--primary {
    color: var(--color-brand-primary);
  }

  /***Inline elements***/
  a {
    color: var(--color-brand-primary);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

  a.link-underlined {
    color: #FFFFFF;
    text-decoration: undelined;
  }

  a:hover {
    text-decoration: underline;
  }

  strong {
    font-weight: 600;
  }

  b {
    font-weight: 600;
  }

  u {
    -webkit-text-decoration-color: var(--color-brand-primary);
    text-decoration-color: var(--color-brand-primary);
  }

  i {
    font-style: italic;
  }

  em {
    font-style: italic;
  }

  s {
    -webkit-text-decoration-color: var(--color-brand-primary);
    text-decoration-color: var(--color-brand-primary);
  }

  mark {
    display: block;
    background-color: var(--color-brand-light);
    color: var(--color-brand-primary);
    padding: 0.2em;
  }

  q {
    font-weight: 600;
    line-height: var(--lineheight-size-l);
    font-size: var(--font-size-m);
  }
/* cmsms stylesheet: mainmenu modified: Monday, December 19, 2022 9:32:02 AM */
.menucontainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 996;
    height: 75px;
    background: #fff0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.menucontainer.filled {
    background: #fff;
    height: 60px;
}
img.mainlogo {
    width: 185px;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    opacity: 1;
    filter: Alpha(Opacity=100);/*IE7 fix*/
}
img.mainlogo.colorlogo {
    opacity: 0;
    filter: Alpha(Opacity=0);/*IE7 fix*/
}
.keepmedark img.mainlogo.colorlogo,
.filled img.mainlogo.colorlogo {
    opacity: 1;
    filter: Alpha(Opacity=100);/*IE7 fix*/
}
.keepmedark img.mainlogo,
.filled img.mainlogo {
    opacity: 0;
    filter: Alpha(Opacity=0);/*IE7 fix*/
}
.menucontainer.filled img.mainlogo {
    width: 145px;
}
.burgermenu {
    width: 30px;
    height: 20px;
    position: fixed;
    top: 11px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 998;
}
.burgermenu.activemenu {
    right: 0;
}
.menucontainer.keepmedark .burgermenu span.burgermenu-line,
.burgermenu.activemenu span.burgermenu-line,
.burgermenu.filled span.burgermenu-line,
.burgermenu.keepmefilled span.burgermenu-line,
.menucontainer.filled span.burgermenu-line {
    background: #000;
}

.burgermenu.activemenu span.burgermenu-line
{
    background: #fff !important;
}
span.burgermenu-line {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 0 5px 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.burgermenu.activemenu span.burgermenu-line.top {
    width: 75%;
}
.burgermenu.activemenu span.burgermenu-line.middle {
    width: 50%;
}
.burgermenu.activemenu span.burgermenu-line.bottom {
    width: 25%;
}
.wrapall {
    width: 100%;
    margin: 0 0 0 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
   /* box-shadow: 2px 0px 4px #00000026;*/
    opacity: 1;
    filter: Alpha(Opacity=100);/*IE7 fix*/
}
.wrapall.activemenu {
    width: 100%;
    margin: 0px 180px 0 -180px;
    opacity: 0.2;
    filter: Alpha(Opacity=20);/*IE7 fix*/
}
.menucontainer.activemenu {
    /*right: 400px;*/
}
.menu_ctabtns {
    position: absolute;
    top: 13px;
    right: 210px;
}

.content_ctabtns {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.content_ctabtns_vervolg .content_ctabtns{
    position: absolute;
    margin-bottom: 0;
    bottom: 30px;
    left: 0;
    right: 0;
}

.content_ctabtns_vervolg2 {
    margin-top: 20px;
}

a.menu_cta {
    display: inline-block;
    color: #fff;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 10px;
    float: left;
    margin: 0 10px 0 0;
    background: #fff0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    text-decoration: none;
}

.content_ctabtns a.menu_cta {
    float: none;
}

a.menu_cta:hover {
    background: #fff;
    color: #000;
}
.keepmedark a.menu_cta:hover,
.filled a.menu_cta:hover {
    background: #000;
    color: #fff;
}
.keepmedark a.menu_cta,
.filled a.menu_cta {
    color: #000;
    border: 1px solid #000;
    background: #0000;
}

.mainmenu_itemcontainer_inner ul {
    padding: 0;
    margin: 0;
}
.mainmenu_itemcontainer_inner li {
    list-style-type: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.mainmenu_itemcontainer_inner li:hover {
    /*background: #0000002b;*/
}
.pushmenu ul li.sectionheader ul span:hover {
    padding: 0 0 0 5px;
}
.mainmenu_itemcontainer_inner li a span {
    padding: 0 0 0 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.mainmenu_itemcontainer_inner li:hover > a > span {
    padding: 0 0 0 10px;
}
.search_icon {
    position: absolute;
    top: 17px;
    right: 100px;
    cursor: pointer;
}

.search_icon img {
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
}

.search_icon div{
    transition: opacity 0.3s ease;
    filter: Alpha(Opacity=0);
}

.search_icon div.active {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.keepmedark .search_icon img,
.filled .search_icon img {
    opacity: 0;
    filter: Alpha(Opacity=0);
}

img.colorlogo {
    opacity: 0;
    filter: Alpha(Opacity=100);
}

.keepmedark .search_icon img.colorlogo,
.filled .search_icon img.colorlogo{
    opacity: 1;
    filter: Alpha(Opacity=100);
}


.search_icon .crossicon{
    z-index: 1001;
}




.pushmenu.active{
    right: 0;
}
.pushmenu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    width: 400px;
    left: auto;
    background: #a90d4b;
    z-index: 997;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    overflow-y: auto;
    overflow-x: hidden;
}
.mainmenu_itemcontainer_inner {
    padding: 50px 60px 0 0;
}
.pushmenu li.sectionheader span,
.pushmenu a {
    display: block;
    color: #fff !important;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 700;
    padding: 20px 10px;
    border: 0;
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
}

.pushmenu ul li.sectionheader ul span {

    padding: 0;
    background-position: 1.5em center;
    text-transform: none;
    font-weight: 200;
}

.pushmenu li.parent, .pushmenu .sectionheader {
    position: relative;
    overflow: hidden;
}

.pushmenu li.parent a, .pushmenu .sectionheader > span {
    padding-right: 30px;
    position: relative;
}

.pushmenu a:hover {
    text-decoration: none;
}

.pushmenu a:active {
    text-decoration: none;
}

/************************************
 * Second level
************************************/

.pushmenu ul ul a {
    font-size: 0.9em;
    padding: 10px 10px 10px 20px;
    background-position: 1.5em center;
    text-transform: none;
    font-weight: 200;
}

.pushmenu ul ul li {
background: -moz-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

/************************************
 * Third level
************************************/

.pushmenu ul ul ul {
    background: rgba(0,0,0,0);
}

.pushmenu ul ul ul a {
    padding: 8px 0 8px 30px;
    font-size: 0.7em;
    border-bottom: none;
}

/********************************************************************************
 * PARENT 
 ********************************************************************************/

.pushmenu .push-expand {
    position: absolute;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: none;
    margin: 0;
    padding: 0 !important;
    cursor: pointer;
}

.minh {
    position: absolute;
    right: 12px;
    top: 50%;
    height: 1px;
    width: 15px;
    background: #fff;
    padding: 0 !important;

}

.plush {
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -7px !important;
    height: 15px;
    width: 1px;
    background: #fff;
    padding: 0 !important;
}

/********************************************************************************
 * SECTIONHEADER 
 ********************************************************************************/

.pushmenu ul li.sectionheader span.sectiontitle {
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 700;
    padding: 10px;
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
    text-transform: uppercase;  
}

/********************************************************************************
 * ACTIVE 
 ********************************************************************************/

.pushmenu li.menuactive a.menuactive {
    background: none;
    color: #fff !important;
    background: #ff0468;
    background: -moz-linear-gradient(left, rgba(255,0,102,1) 0%, rgba(255,0,102,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,0,102,1) 0%,rgba(255,0,102,0) 100%);
    background: linear-gradient(to right, rgba(255,0,102,1) 0%,rgba(255,0,102,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0066', endColorstr='#00ff0066',GradientType=1 );
}

/********************************************************************************
 * MLE 
 ********************************************************************************/

.pushmenu .short_mle {
   margin-bottom: 20px;
   text-align: right;
}

.pushmenu .short_mle a {
    border-bottom: 0;
}


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

.menuIcon {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 5px;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.menuIcon:focus {
  outline: none;
}

.menuIcon span {
  display: block;
  position: absolute;
  top: 48%;
  left: 10%;
  right: 10%;
  height: 10%;
  background: #000;
}

.menuIcon span::before,
.menuIcon span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: ;
  content: "";
}

.menuIcon span::before {
  top: -10px;
}

.menuIcon span::after {
  bottom: -10px;
}

.menuIcon--htx {
  background: none;
}

.menuIcon--htx span {
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s;
}

.menuIcon--htx span::before,
.menuIcon--htx span::after {
    -webkit-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    transition-delay: .3s,0s;
}

.menuIcon--htx span::before {
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,transform;
}

.menuIcon--htx span::after {
  -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform;
}

.menuIcon--htx.active span {
  background: none;
}

.menuIcon--htx.active span::before {
  top: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuIcon--htx.active span::after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menuIcon--htx.active span::before,
.menuIcon--htx.active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}



.search_overlay{
   position: fixed;
    background: #d11a63;
    background: -moz-linear-gradient(-45deg, #d11a63 0%, #f2a04d 100%);
    background: -webkit-linear-gradient(-45deg, #d11a63 0%,#f2a04d 100%);
    background: linear-gradient(135deg, #d11a63 0%,#f2a04d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11a63', endColorstr='#f2a04d',GradientType=1 );
    z-index: 999999;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}
.search_overlay input:-webkit-autofill,
.search_overlay input:-webkit-autofill:hover, 
.search_overlay input:-webkit-autofill:focus, 
.search_overlay input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.search_icon_close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.search_overlay.active {
    position: fixed;
    opacity: 1;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.search_overlay .search_module{
   opacity: 0;
   transition: opacity 0.3s ease;
}

.search_overlay.active .search_module{
   opacity: 1;
}

.search_module {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.search_module_inner {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}

.search_module input {
    background: none;
    color: #fff;
    padding: 5px 0;
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
    font-size: 3.5em;
    outline: none;
}
.search_module input::placeholder {
    color: #fff;
}
span.search_subtext {
    color: #fff;
    font-size: 0.9em;
    margin: 10px 0 0 0;
    display: block;
}

.search_module input::placeholder {
  color: #fff;
}

.search_module p {
    text-align: right;
    margin-right: 5px;
}



/**************************************
MLE Switch
**************************************/

.mle-switch {
    position: absolute;
    top: 15px;
    right: 125px;
}

.current_lang_box {
    display: block;
    width: 45px;
    overflow: hidden;
    padding: 0 0 0px 0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
span.current_lang {
    color: #fff;
    float: left;
    display: inline-block;
    margin: 0 0 0 5px;
}

img.mle_arrow_down {
    float: left;
    display: inline-block;
    margin: 11px 0 0 10px;
}
.mle_active img.mle_arrow_down {
    display: none;
}

img.mle_arrow_up {
    display: none;
}
.mle_active img.mle_arrow_up {
    float: left;
    display: inline-block;
    margin: 11px 0 0 10px;
}
.filled img.mle_arrow_down,
.filled img.mle_arrow_up {
    display: none !important;
}
.current_lang_switch {
    background: #fff;
    display: none;
}
.mle_active .current_lang_switch {
    display: block;
}
a.pick_lang {
    padding: 0 0 0 5px;
    display: block;
    color: #000;
}
a.pick_lang:hover {
    text-decoration: none;
}
.keepmedark .current_lang_box,
.filled .current_lang_box {
    border-bottom: 1px solid #000;
}
.keepmedark span.current_lang,
.filled span.current_lang {
    color: #000;
}
.keepmedark .current_lang_switch,
.filled .current_lang_switch {
    background: #000;
}
.keepmedark a.pick_lang,
.filled a.pick_lang {
    color: #fff;
    text-decoration: none;
}

img.mle_arrow_down_black {
    display: none;
}
.filled img.mle_arrow_down_black {
    display: inline-block;
    float: left;
    margin: 11px 0 0 10px;
}
img.mle_arrow_up_black {
    display: none;
}
.filled .mle_active img.mle_arrow_up_black {
    display: inline-block;
    float: left;
    margin: 11px 0 0 10px;
}
.filled .mle_active img.mle_arrow_down_black {
    display: none;
}
.keepmedark img.mle_arrow_down,
.keepmedark img.mle_arrow_up {
    display: none !important;
}

.keepmedark img.mle_arrow_down_black {
    display: inline-block;
}
.keepmedark img.mle_arrow_down_black {
    display: inline-block;
    float: left;
    margin: 11px 0 0 10px;
}
.keepmedark img.mle_arrow_up_black {
    display: none;
}
.keepmedark .mle_active img.mle_arrow_up_black {
    display: inline-block;
    float: left;
    margin: 11px 0 0 10px;
}
.keepmedark .mle_active img.mle_arrow_down_black {
    display: none;
}
/* cmsms stylesheet: V2 - variables modified: Thursday, May 16, 2024 1:56:30 PM */
/********************************************************************************
 * CSS variables
 ********************************************************************************/
 :root {
    /***Logo's***/
    --logo-standard: url("images/logo_invitado_VM_RGB.svg");
    --logo-white: url("images/logo_invitado_VM_wit.svg");

    /***Brand Colors***/
    --color-brand-primary: #DF004F;
    --color-brand-secondary: #546e7a;
    --color-brand-tertiary: #0E9AF5;
    --color-brand-light: #FDF7F9;
    --color-brand-dark: #59001f;

    /***Message Colors***/
    --color-message-succes: #008A0B;
    --color-message-warning: #FF8E00;
    --color-message-info: #0FA1FF;
    --color-message-error: #FF4100;

    /***Neutral Colors***/
    --color-neutral-white: #ffffff;
    --color-neutral-gray-01: #eceff1;
    --color-neutral-gray-02: #b0bec5;
    --color-neutral-gray-03: #90a4ae;
    --color-neutral-gray-04: #78909c;
    --color-neutral-gray-05: #607d8b;
    --color-neutral-gray-06: #546e7a;
    --color-neutral-gray-07: #455a64;
    --color-neutral-gray-08: #2e3f49;
    --color-neutral-gray-09: #17252d;
    --color-neutral-gray-10: #000a12;
    --color-neutral-black: #000000;

    /***Product Colors***/
    --color-product-extracto: #FD3D13;
    --color-product-forma: #008A0B;
    --color-product-forma-selfservice: #00A08A;
    --color-product-intercambio: #B90090;
    --color-product-puerto: #5A0DAC;
    --color-product-saludo: #0FA1FF;
    --color-product-transmision: #1A1EB2;
    --color-product-vaya: #FF8E00;

    /***Product Colors light***/
    --color-light-product-extracto: #feebe7;
    --color-light-product-forma: #e5f3e6;
    --color-light-product-forma-selfservice: #e5f5f3;
    --color-light-product-intercambio: #fdf9fc;
    --color-light-product-saludo: #e6f4fe;
    --color-light-product-transmision: #F6F6FF;
    --color-light-product-vaya: #fff3e5;

    /***Product Colors dark***/
    --color-dark-product-extracto: #651807;
    --color-dark-product-forma: #014A06;
    --color-dark-product-forma-selfservice: #006658;
    --color-dark-product-intercambio: #3B1232;
    --color-dark-product-saludo: #1F2BC2;
    --color-dark-product-transmision: #0c0f58;
    --color-dark-product-vaya: #62411B;

    /* Font-family */
    --font-family-title: 'poppins', sans-serif;
    --font-family-body: 'poppins', sans-serif;

    /***Font sizes***/
    --font-size-xxs: 1rem;
    --font-size-xs: 1.2rem;
    --font-size-s: 1.4rem;
    --font-size-m: 1.6rem;
    --font-size-l: 1.8rem;
    --font-size-xl: 2.4rem;
    --font-size-xxl: 3.2rem;

    /***Line-height***/
    --lineheight-size-s: 1.2;
    --lineheight-size-m: 1.6;
    --lineheight-size-l: 1.8;

    /***Border radius***/
    --border-radius: 4px;

    /***Box-shadow***/
    --box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07),
        0 2px 4px rgba(0, 0, 0, 0.07),
        0 4px 8px rgba(0, 0, 0, 0.07),
        0 8px 16px rgba(0, 0, 0, 0.07),
        0 16px 32px rgba(0, 0, 0, 0.07),
        0 32px 64px rgba(0, 0, 0, 0.07);
}
/* cmsms stylesheet: breakpoints modified: Wednesday, February 8, 2023 10:08:15 AM */
/**************************************************
1920
***************************************************/
@media only screen and (max-width: 1920px) {




}/******* END 1920 **********/


/**************************************************
1680
***************************************************/
@media only screen and (max-width: 1680px) {




}/******* END 1680 **********/

/**************************************************
1600
***************************************************/
@media only screen and (max-width: 1600px) {




}/******* END 1600 **********/

/**************************************************
1440
***************************************************/
@media only screen and (max-width: 1440px) {
h3.splitbox_maintitle {
    font-size: 4em;
}
span.splitbox_subtitle {
    font-size: 2em;
}
.splitbox_inner p {
    font-size: 1.3em;
}

span.nws_quote_text {
    font-size: 1.5em;
}

}/******* END 1440 **********/


/**************************************************
1366
***************************************************/
@media only screen and (max-width: 1366px) {

span.errorpagetitle {
    font-size: 2.5em;
}
span.errorpagemaintitle {
    font-size: 3em;
}
img.errorpage_ernesto {
    width: 35%;
    max-width: 370px;
}
.errorpage_content {
    width: 60%;
}


}/******* END 1366 **********/

/**************************************************
1280
***************************************************/
@media only screen and (max-width: 1280px) {
.privacybox-right img.binarycode {
    left: 0;
}
img.binarycode {
    right: 0;
}
.grid-container {
    width: 90%;
}

span.boxtype_line {
    width: 30px;
}
span.boxtype_text {
    font-size: 0.8em;
}
.wrapall.vervolgwrapall p {
    font-size: 0.9em;
}
.arrowlink_text {
    font-size: 0.7em;
    margin: 2px 0 0 10px;
}
.arrowlink:hover > .arrowlink_text {
    margin: 2px 0 0 15px;
}
div.maincaption {
    font-size: 4em;
}
h1.subcaption {
    font-size: 2.5em;
}
h3.splitbox_maintitle {
    font-size: 3.5em;
}
span.splitbox_subtitle {
    font-size: 1.8em;
}
.splitbox_inner p {
    font-size: 1.1em;
}

span.nwssumtext {
    font-size: 1.1em;
}
h3 {
    font-size: 2.5em;
}
h3.dienstblok_title {
    font-size: 1.9em;
}
span.dienstblok_text {
    font-size: 1.3em;
}
span.nws_quote_text {
    font-size: 1.3em;
}
span.nws_quote_name {
    font-size: 1.1em;
}
span.nws_quote_function {
    font-size: 1.1em;
}

}/******* END 1280 **********/


/**************************************************
1150
***************************************************/
@media only screen and (max-width: 1150px) {

img.errorpage_ernesto {
    width: 35%;
    max-width: 370px;
    right: -50px;
    bottom: -50px;
}
.errorpage_content {
    width: 80%;
}

}/******* END 1150 **********/

/**************************************************
1024
***************************************************/
@media only screen and (max-width: 1024px) {




}/******* END 1024 **********/

/**************************************************
977
***************************************************/
@media only screen and (max-width: 977px) {

img.contactline_img {
    width: 30px;
}

.contactline_text {
    font-size: 1.5em;
}

h1.vervolgmaincaption {
    font-size: 4em;
}

.products {
    display: block;
}
.product_item {
    width: auto;
    margin: 0 0 5% 0;
    border: 1px solid #B1B1B1;
    border-radius: 5px;
    padding: 10px;
}
.product_item_inner {
    padding: 10px;
    border: none;
    border-radius: 5px;
    text-align: left;
    height: auto;
    display: block;
    overflow: hidden;
}
img.product_item_img {
    width: 10%;
    display: inline-block;
    text-align: left;
    margin: 0 auto 10px auto;
    height: auto;
    float: left;
}
span.product_item_txt {
    font-size: 0.8em;
    line-height: 1.5;
    display: block;
    font-weight: 100;
    text-align: left;
    float: left;
    width: 85%;
    margin: 0 0 0 5%;
}
.product_item .arrowlink_text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.7em;
    color: #FF0066;
    display: inline-block;
    float: left;
    line-height: 1;
    margin: 2px 0 0 2%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    width: 88%;
}
.product_item .arrowlink:hover > .arrowlink_text {
    margin: 2px 0 0 4%;
    width: 86%;
}
span.nwssumtext {
    font-size: 1em;
}
.newsboxes {
    display: block;
    padding: 10% 0;
}
.newsitem {
    width: 100%;
    margin: 0 0 30px 0;
    position: relative;
    padding: 0 0 30px 0;
    display: block;
    overflow: hidden;
}
img.nwsimg {
    width: 30%;
    display: inline-block;
    float: left;
}
span.nwssumtext {
    width: 60%;
    margin: 0;
    display: inline-block;
    float: left;
    padding: 0 0 0 5%;
}
.nwslinkholder {
    border-bottom: 1px solid #bebebe;
    border-top: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0 0 0;
    height: 30px;
    text-align: right;
}

li.dienst_selector {
    width: 23%;
}

}/******* END 977 **********/

/**************************************************
800 (TABLET)
***************************************************/
@media only screen and (max-width: 800px) {

.maindesigncontainer.greencontainer {
    padding-bottom: 50%;
}

img.binarycode {
    right: 30px;
    top: 0;
    width: 152px;
}
div.maincaption {
    font-size: 3.4em;
}
h1.subcaption {
    font-size: 1.9em;
}

.splitbox-60 {
    width: 50%;
}
.splitbox_inner {
    padding: 10% 10%;
}
h3.splitbox_maintitle {
    font-size: 2.8em;
}
span.splitbox_subtitle {
    font-size: 1.8em;
}
.splitbox-40 {
    width: 50%;
    position: relative;
}
.splitbox-40 .splitbox_inner {
    padding: 0 15%;
}
.splitbox_inner p {
    font-size: 1em;
}


.casecontainer .splitbox-60 {
    width: 100%;
    margin: 0;
    display: block;
}
.casecontainer .splitbox-40 {
    width: 100%;
    position: relative;
    display: block;
}
.casecontainer .splitbox {
    position: relative;
}
.casecontainer .splitbox-60 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.casecontainer .splitbox-40.grad-pink-orange {
    background: #d11a63b8;
    background: -moz-linear-gradient(-45deg, #d11a63b8 0%, #f2a04d9e 100%);
    background: -webkit-linear-gradient(-45deg, #d11a63b8 0%,#f2a04d9e 100%);
    background: linear-gradient(135deg, #d11a63b8 0%,#f2a04d9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11a63b8', endColorstr='#f2a04d9e',GradientType=1 );
}

.errorpage_content {
    width: 100%;
}
.errorpagebox_inner {
    padding: 50px;
}
img.errorpage_ernesto {
    right: -90px;
    bottom: -50px;
}
.socialcontainer_content {
    width: 100%;
    display: block;
    float: none;
}
.socialcontainer_content_inner {
    padding: 0 0 40px 0;
}

.socialcontainer_feed {
    display: block;
    width: 100%;
    float: none;

}
}/******* END 800 **********/

/**************************************************
767 (MOBILE)
***************************************************/
@media only screen and (max-width: 767px) {
img.caseflag {
    width: 15px;
}
a.hybrid_cta {
    display: block;
    margin: 0 0 10px 0;
    overflow: hidden;
    width: auto;
}
a.hybridevents {
    position: fixed;
    bottom: 68px;
    right: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 1em;
    font-weight: 900;
    z-index: 996;
    border-radius: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    text-align: center;
    width: 100%;
}
a.hybridevents:hover {
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
}
.servicecontent_box {
    position: relative;
    width: 90%;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    margin: 80px auto 0 auto;
}
.servicecontent_box_inner {
    padding: 20px 20px;
}
.bullet_content ul li {
    font-size: 1em;
    background-position: left top;
    padding: 0px 0 5px 40px;

}
.bullet_content ul {
    margin: 20px 0 0 0;
    padding: 0;
}
.socialcontainer_feed {
    display: block;
    width: 100%;
    float: none;
}
.socialcontainer_content_inner {
    padding: 0;
}
.socialcontainer_content {
    width: 100%;
    display: block;
    float: none;
}
img.insta_img {
    width: 100%;
}
img.frost {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
}
.ernestocontainer {
    background: #ffe1aa;
    background: -moz-radial-gradient(center bottom, ellipse cover, #ffe1aa 1%, #feb200 45%, #ff5000 100%);
    background: -webkit-radial-gradient(center bottom, ellipse cover, #ffe1aa 1%,#feb200 45%,#ff5000 100%);
    background: radial-gradient(ellipse at center bottom, #ffe1aa 1%,#feb200 45%,#ff5000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1aa', endColorstr='#ff5000',GradientType=1 );
}
.ernesto_introbox {
    width: 100%;
    margin: 10% auto 10% auto;
    max-width: 960px;
    display: block;
    overflow: hidden;
}
.ernesto_leftintro {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}
img.ernesto_img {
    width: 100%;
    margin: 0 auto 30px auto;
    display: block;
    max-width: 170px;
}
.lefttext_holder {
    position: relative;
    top: auto;
    transform: none;
}
.grid_sub {
    padding: 0 20px;
}
.ernesto_vervolgtext {
    text-align: left;
    width: 100%;
}
.prod_detail_header_bottom_text {
    width: 100%;
}
.badgecardcontainer .brandingimg_holder {
    display: inline-block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    float: left;
    width: 100%;
    text-align: center;
}
.badgecardcontainer .brandingimg_holder img {
    max-width: 440px;
    width: 50%;
}
.scancontainer .container_intro  span.arrowlink_text.pink_link {
    text-shadow: 1px 1px 3px #000;
}
.badgecardcontainer .container_intro {
    width: 100%;
    max-width: none;
    float: left;
    display: inline-block;
    padding-top: 5%;
}
img.face {
    position: absolute;
    right: -1px;
    width: 80%;
    bottom: 0;
    opacity: 0.3;
}
.container_intro.container_intro_gezichtsherkenning {
    position: relative;
    margin: 20% 0;
    width: 100%;
}

.introcontainer_alt .grid-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.introcontainer_content_alt {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
}

.gezichtsherkenning img.leadscanimg_mooi {
    margin: 50px auto 0 auto;
    float: none;
    display: block;
}

.inzicht_content {
    margin: -70px 0 0 0;
}

.visualbox.prod_detail_header {
    height: auto;
}
.visualbox.general_detail_header {
    height: auto;
    max-height: unset;
}
.visualbox.general_detail_header .captiobox {
    margin: 10% 0;
    height: auto;
}

.event_app .brandingimg_holder {
    margin: 40px 0 -50px 0;
}

.inzichtimg_holder {
    display: block;
    position: absolute;
    right: -47%;
    top: 50px;
    z-index: 1;
    text-align: center;
    left: auto;
    width: 100%;
}
.inzichtimg_holder_bot {
    display: block;
    position: absolute;
    right: -47%;
    top: 50px;
    z-index: 1;
    text-align: center;
    left: auto;
    width: 100%;
}
.inzichtimg_holder_top {
    display: block;
    position: absolute;
    right: -47%;
    top: 50px;
    z-index: 1;
    text-align: center;
    left: auto;
    width: 100%;
}


.inzichtcontainer .lightgreencontainer .container_intro,
.inzichtcontainer .purplecontainer .container_intro {
    width: 65%;
}
.inzichtcontainer .purplecontainer .container_intro.fullwidthintrocontainer {
    width: auto;
}
.maindesigncontainer.greencontainer {
    padding-bottom: 70%;
}
.privacybox-left .container_intro {
    width: 80%;
    max-width: 600px;
}
.privacybox-right img.binarycode {
    left: -15%;
    top: auto;
    bottom: -60px;
}
.privacybox-right .container_intro {
    width: 80%;
}
img.binarycode {
    right: -10%;
    width: 30%;
    bottom: auto;
    top: 50px;
}
.introcontainer_content_centered,
.introcontainer_content {
    padding-top: 30px;
}
.badgecardcontainer .introcontainer_content {
    padding-top: 0;
}
.boxtype {
    top: 20px;
}
h1.vervolgmaincaption {
    font-size: 2.5em;
}
span.vervolgsubcaption {
    font-size: 1.5em;
}
.visualbox {
    height: 40vh;
}
img.mainlogo {
    width: 105px;
    top: 15px;
}
.menucontainer.filled img.mainlogo {
    width: 105px;
    top: 15px;
}
.container.homevisual {
    height: 70vh;
}
div.maincaption {
    font-size: 2.4em;
}
h1.subcaption {
    font-size: 1.9em;
}
.splitbox {
    display: block;
    min-height: 1px;
    height: auto;
}
.splitbox-60 {
    width: 100%;
    margin: 0;
    display: block;
}
.splitbox-40 {
    width: 100%;
    position: relative;
    display: block;
}
.splitbox-40 .splitbox_inner {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    right: auto;
    padding: 10%;
}

.casecontainer .splitbox_inner p {
    font-size: 1em;
}
.newsitem {
    padding: 0 0 50px 0;
}
img.nwsimg {
    width: 100%;
}
span.nwssumtext {
    width: 100%;
    padding: 10px 0 0 0;
}
h3 {
    font-size: 2em;
}
.dienstblok_inner {
    display: block;
}
.pushmenu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -80%;
    width: 80%;
}
.menucontainer.activemenu {
    /*right: 60%;*/
}
.wrapall.activemenu {
    width: 100%;
    margin: 0px 20% 0 -20%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.wrapall {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.burgermenu.activemenu {
    right: 0;
}
.diensten_intro {
    padding: 0 10%;
}
.dienstencontainer .grid-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.mobile_diensblok_scroll {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.mobile_dienstblok {
    width: 80%;
    min-width: 80%;
}
.mobile_dienstblok_image {
    padding: 0 10%;
}
.mobile_dienstblok_image img {
    width: 100%;
}
.mobile_dienstblok_content {
    width: auto;
    padding: 0 10%;
}
h3.dienstblok_title {
    font-size: 1.5em;
}
span.dienstblok_text {
    font-size: 1em;
}
img.footerlogo {
    display: block;
    margin: 0 auto 30px auto;
}
.footercontacts {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
}
.mobile_dienstblok_image img {
    width: 100%;
    max-width: 180px;
}
.main_vervolgtext {
    width: 100%;
}
.case_logo {
    margin-bottom: 30px;
}
.case_logo img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}
.numberbox {
    display: block;
    margin: 20px 0 0 0;
}
.numberbox_inner {
    display: block;
    width: auto;
}
.number_item {
    width: auto;
    text-align: left;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
span.number_item_top {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1;
    width: auto;
    float: left;
    margin: 0 10px 0 0;
}
span.number_item_bottom {
    display: inline-block;
    line-height: 2;
    text-transform: uppercase;
    font-size: 0.9em;
    float: left;
}
.deliverables {
    display: block;
    margin: 40px 0 0 0;
}
.deliverables_inner {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.tabitem {
    float: none;
    width: 72%;
    min-width: 80%;
    margin: 0 8% 0 0;
}
h3.deliverable_title {
    font-size: 1.5em;
}
span.deliverable_subtitle {
    font-size: 1.1em;
}
.tabitem p {
    line-height: 1.5;
}
a.popup_thumb {
    width: 48%;
}
.rightcontactcontent,
.leftcontactcontent {
    width: 100%;
    display: block;
    float: none;
}
.contactline_text {
    font-size: 1.2em;
}
.seo_row {
    display: block;
    margin: 0 0 20px 0;
}
.seo_container {
    padding: 20px 0;
}
.seo_item {
    width: 100%;
    margin: 0 0 20px 0;
}
.seo_container h3 {
    margin: 0 0 20px 0;
    font-size: 1.5em;
}
.seo_item h3 {
    color: #fff;
    font-size: 1em;
    margin: 0 0 10px 0;
}
.case_item:nth-child(3n) {
    margin: 0 1% 1% 0;
}
.case_item:nth-child(2n) {
    margin: 0 0 1% 0;
}
.caseoverzichtbox .case_item,
.case_item {
    width: 49%;
    margin: 0 1% 1% 0;
}

span.case_title {
    font-size: 1.1em;
}

.faq_categorybox h3 {
    font-size: 1.5em;
}
span.faq_title {
    font-size: 1.1em;
}

.newsquotebox_inner {
    padding: 50px 10%;
}
.nws_quote_image {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
}

.nws_quote_image img {
    width: 80%;
    max-width: 120px;
}
.nws_quote_content {
    float: left;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 0;
    text-align: center;
}
.nwsdetail h1.vervolgmaincaption {
    font-size: 1.8em;
    line-height: 1.4;
}
.grid-container.nwscontainer .grid-60 {
    padding-left: 20px;
    padding-right: 20px;
}
span.socialbox_title {
    font-size: 1.5em;
}
span.socialbox_subtitle {
    font-size: 1.2em;
}
img.sm_icon {
    margin: 0 10px;
    height: 30px;
    width: 30px;
}
.demo_item_inner {
    padding: 30px 30px 60px 30px;
}
.demo_content {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
    display: block;
}
.demo_image {
    width: 100%;
    float: none;
    display: block;
    margin: 30px 0 0 0;
}
img.ernestoimage {
    position: relative;
    top: auto;
    right: auto;
    width: 60%;
    max-width: 450px;
    display: block;
    margin: 0 auto;
}
img.digitrust {
    width: 50%;
}

.ctacontainer {
    margin: 3% 0 13% 0;
}
.grid-container.ctacontainer_inner {
    padding-top: 10%;
    padding-bottom: 10%;
}
.ctacontainer_text {
    width: 100%;
    display: block;
}
.ctacontainer_img {
    position: absolute;
    top: auto;
    right: 0%;
    width: 28%;
    max-width: 450px;
    bottom: -30px;
}

.vervolgvisual.algemeenvervolg_visual .visualbox {
    height: auto;
    max-height: none;
}
.vervolgvisual.algemeenvervolg_visual .captionbox {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    right: auto;
    padding: 20px;
}
a.arrowlink {
    display: flex;
    margin: 0 0 10px 0;
}

.braglogos {
    text-align: center;
}

img.footerbraglogo_digitrust {
    float: none;
    display: block;
    margin: 0 auto;
}
img.footerbraglogo_vecta {
    float: none;
    display: block;
    margin: 20px auto 0 auto;
}
img.app_downloadbtn {
    height: 40px;
}
span.downloadapp_subtitle {
    font-size: 1.5em;
}

.container_intro_centered {
    text-align: left;
}

.homevisual .captionbox {
    text-align: left;
}

.vert_alignbox {
/*
    display: flex;
    position: relative;
*/
    display: block;
}
.vert_alignbox_content {
    width: 100% /*70%*/;
    position: relative;
}
.vert_alignbox_content_inner {
    position: relative;
    top: auto;
    transform: none;
}
.vert_alignbox_image img {
    width: 100%;

}
.vert_alignbox_image {
    width: 100%;
/*
    position: absolute;
    top: 0;
    right: -160px;
*/
}
.container.introcontainer {
    overflow: hidden;
}
.errorpagebox_inner {
    width: auto;
    padding: 20px;
}
span.errorpagemaintitle {
    font-size: 2em;
}
span.errorpagetitle {
    font-size: 1.5em;
}
a.errorpage_to_contact {
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
}
a.errorpage_to_home {
    display: block;
    text-align: center;
}
img.errorpage_ernesto {
    display: none;
}

.eticket_items {
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
}
.eticket_item {
    width: 42%;
    margin: 0 4% 30px 4%;
}
.eticket_contentbox_inner {
    padding: 30px;
}
img.eticket_image {
    box-shadow: 0px 3px 8px 0px #00000052;
}
.introcontainer_rfid .vert_alignbox {
    display: block;
}
.introcontainer_rfid .vert_alignbox_content {
    width: 100%;
    position: relative;
}
.introcontainer_rfid .vert_alignbox_image {
    position: relative;
    right: auto;
}
.search_module input {
    font-size: 2.5em;
}
.search_module {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    right: auto;
    margin: 80px 0 0 0;
}


span.m_phonenumber.hide-on-desktop {
    color: #fff;
    font-weight: 600;
    margin: 0 0 0 10px;
    display: block;
}

.popupbox {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.81);
}

.popupinner {
    padding: 60px 10px 10px 10px;
}
img.popupclose {
    width: 42px;
    position: absolute;
    top: 60px;
    right: 0;
    cursor: pointer;
}
.menu_ctabtnsmobile.hide-on-desktop.hide-on-tablet {
    position: fixed;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    padding: 10px 10px 75px 10px;
    box-shadow: 0px -1px 15px #0000001c;
    display: flex;
}
.menu_ctabtnsmobile a.menu_cta {
    margin: 0 2%;
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    padding: 10px 0;
}
.demo_app_contentbox {
    padding: 30px;
    overflow: hidden;
}
.demo_app_contentbox_inner {
    display: block;
}
.demo_app_content_left {
    position: relative;
    width: 100%;
    display: block;
}
.demo_app_content_left_inner {
    position: relative;
    top: auto;
    transform: none;
}
.demo_app_content_right {
    width: 100%;
}
img.dl_app_btn.appstore {
    padding: 10px 10px;
}

.scrolltobox {
    margin: 30px 0 20px 0;
}
.scrolltobutton {
    display: block;
    width: 50%;
    margin: 0 auto 10px auto;
}
.category-filter-container .category-filter {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 0 0 14px 0;
    cursor: pointer;
}
.category-filter-container .category-filter .category-label {
    margin: 5px 0 0 10px;
    font-size: 11px;
    float: left;
}
.category-filter-container .category-filter .category-check {
    width: 15px;
    height: 15px;
}
.category-filter-container .category-filter.checked .category-check:after {
    width: 9px;
    height: 9px;
    margin: 3px 0 0 3px;
}

.hs_domeinboxes {
    display: block;
}
.hs_domeinbox {
    margin: 0 0 20px 0;
    border-radius: 5px;
    width: auto;
}
.hs_domeinbox h3 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 10px 0;
}
.hs_domeinbox h4 {
    color: #fff;
    font-size: 20px;
}
.videocontent {
    margin: -80px 0 0 0;
}
.video {
    width: auto;
    margin: 0 2% 0 0;
    box-sizing: content-box;
    height: auto;
}
.videocontent h3 {
    font-size: 19px;
}
.video {
    width: auto;
    margin: 0 0 15px 0;
    box-sizing: content-box;
}
.videoboxes {
    display: block;
    flex-wrap: wrap;
}
.frame iframe {
    width: auto;
    height: auto;
    float: left;
    margin: 0 0 0 -15px;
}
.videocontent {
    margin: 10px 0 0 0;
    display: block;
    overflow: hidden;
}
.instructievideos .titlebox {
    text-align: left;
    margin: 0 0 20px 0;
}
.videoctabox {
    text-align: center;
    margin: 10px 0 0 0;
}
.videoctabox .arrowlink_text {
    font-size: 16px;
}
.frame {
    display: block;
    overflow: hidden;
}
.dl_boxes {
    margin: 40px 0 0 0;
    display: block;
}
.dl_box {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}
.dl_box_items {
    display: block;
    flex-wrap: wrap;
}
.dl_box a {
    margin: 0 0 10px 0;
    width: 100%;
}
.dl_item_top span {
    font-size: 15px;
}
.dl_box h3 {
    font-size: 25px;
    margin: 0 0 15px 0;
}
.dl_box_inner {
    padding: 20px;
}

.videodetailcontainer .frame iframe {
    width: 100%;
    float: left;
    margin: 0 auto;
    height: auto;
}
.container.instructievideos {
    margin: 20px 0 100px 0;
}
img.wp_download_icon {
    width: 20px;
    height: 20px;
}
span.wp_download_text {
    font-size: 1.2em;
    margin: 2px 0 0 10px;
}
span.whitepaper_bar_btn {
    float: left;
    font-size: 15px;
    margin: 20px 0 0 0;
}
.whitepaper_bar_text span {
    font-size: 15px;
}
.whitepaper_bar_text h3 {
    font-size: 20px;
}
}/******* END 767 **********/

/**************************************************
600 (MOBILE LANDSCAPE)
***************************************************/
@media only screen and (max-width: 600px) {
.container.homevisual {
    height: 100vh;
}
div.maincaption {
    font-size: 2.1em;
}

h1.vervolgmaincaption {
    font-size: 7vw;
}
span.vervolgsubcaption {
    font-size: 1.2em;
}
h1.subcaption {
    font-size: 1.3em;
}

}/******* END 600 **********/

/**************************************************
450 (MOBILE iPHONE 5)
***************************************************/
@media only screen and (max-width: 450px) {
.container.homevisual {
    height: 70vh;
}

.content_ctabtns {
    margin-bottom: 30px;
}

.content_ctabtns_vervolg .content_ctabtns{
    margin-bottom: 0;
    bottom: 20px;
}

.content_ctabtns_vervolg.relative .content_ctabtns {
    position: relative;
    margin-top: 40px;
    margin-bottom: 0;
    bottom: 20px;
}

.content_ctabtns_vervolg2 .content_ctabtns{
    margin-bottom: 0;
}
.content_ctabtns a.menu_cta {
    float: none;
}
.content_ctabtns a.menu_cta {
    display: block;
    margin: 0 20px 10px 20px;
}

.content_ctabtns_vervolg2 .content_ctabtns a.menu_cta {
    display: block;
    margin: 0 0 10px 0;
}

div.maincaption {
    font-size: 1.9em;
}
h1.subcaption {
    font-size: 1.3em;
}
h3.splitbox_maintitle {
    font-size: 2.2em;
}
span.splitbox_subtitle {
    font-size: 1.5em;
}
h3 {
    font-size: 1.8em;
}
}/******* END 450 **********/
/* cmsms stylesheet: glide.slider modified: Tuesday, October 31, 2023 8:42:04 AM */
/* ----Glide core ---- */

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

/*# sourceMappingURL=glide.core.css.map */

/* ---- Glide theme -----*/

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: transparent;
  background-color: transparent;
  border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}

.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/*# sourceMappingURL=glide.theme.css.map */
