/* ********************
Set root URL for LESS compiling
-------------------- */
/* ********************
Imports
******************** */
/* ********************
Browser Reset
******************** */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* ********************
Float & Align
******************** */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* ********************
Grid
******************** */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
}
.grid:after,
.clear:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
/* ********************
Columns
******************** */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* ********************
Mixins
******************** */
/* ****************************************
Flexbox
**************************************** */
.flex-row {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* ********************
Columns
******************** */
[class*="flex-col"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.flex-col-1-1 {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  max-width: 100%;
}
.flex-col-1-2 {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
}
.flex-col-1-3 {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  max-width: 33.33333%;
}
.flex-col-2-3 {
  -webkit-flex-basis: 66.66665999999999%;
  -ms-flex-basis: 66.66665999999999%;
  flex-basis: 66.66665999999999%;
  -ms-flex-preferred-size: 66.66665999999999%;
  max-width: 66.66665999999999%;
}
.flex-col-1-4 {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  max-width: 25%;
}
.flex-col-3-4 {
  -webkit-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  max-width: 75%;
}
.flex-col-1-5 {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  max-width: 20%;
}
.flex-col-2-5 {
  -webkit-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  max-width: 40%;
}
.flex-col-3-5 {
  -webkit-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  max-width: 60%;
}
.flex-col-4-5 {
  -webkit-flex-basis: 80%;
  -ms-flex-basis: 80%;
  flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  max-width: 80%;
}
.flex-col-1-6 {
  -webkit-flex-basis: 16.66666%;
  -ms-flex-basis: 16.66666%;
  flex-basis: 16.66666%;
  -ms-flex-preferred-size: 16.66666%;
  max-width: 16.66666%;
}
.flex-col-1-8 {
  -webkit-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  max-width: 12.5%;
}
.flex-col-1-12 {
  -webkit-flex-basis: 8.33333%;
  -ms-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  max-width: 8.33333%;
}
.flex-col-5-12 {
  -webkit-flex-basis: 41.66666%;
  -ms-flex-basis: 41.66666%;
  flex-basis: 41.66666%;
  -ms-flex-preferred-size: 41.66666%;
  max-width: 41.66666%;
}
/* ********************
Align
******************** */
.align-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.align-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.align-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.align-stretch {
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}
/* ********************
Align self
******************** */
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.align-self-grow {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
/* ********************
Flexbox mixins
******************** */
@font-face {
  font-family: 'FlamaLight';
  src: url('../../fonts/flama/FlamaLight-Italic.eot');
  src: url('../../fonts/flama/FlamaLight-Italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/flama/FlamaLight-Italic.woff2') format('woff2'), url('../../fonts/flama/FlamaLight-Italic.woff') format('woff'), url('../../fonts/flama/FlamaLight-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FlamaBold';
  src: url('../../fonts/flama/Flama-BoldItalic.eot');
  src: url('../../fonts/flama/Flama-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../fonts/flama/Flama-BoldItalic.woff2') format('woff2'), url('../../fonts/flama/Flama-BoldItalic.woff') format('woff'), url('../../fonts/flama/Flama-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FlamaBlack';
  src: url('../../fonts/flama/FlamaBlack-Italic.eot');
  src: url('../../fonts/flama/FlamaBlack-Italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/flama/FlamaBlack-Italic.woff2') format('woff2'), url('../../fonts/flama/FlamaBlack-Italic.woff') format('woff'), url('../../fonts/flama/FlamaBlack-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Flama';
  src: url('../../fonts/flama/Flama-Italic.eot');
  src: url('../../fonts/flama/Flama-Italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/flama/Flama-Italic.woff2') format('woff2'), url('../../fonts/flama/Flama-Italic.woff') format('woff'), url('../../fonts/flama/Flama-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FlamaBlack';
  src: url('../../fonts/flama/FlamaBlack.eot');
  src: url('../../fonts/flama/FlamaBlack.eot?#iefix') format('embedded-opentype'), url('../../fonts/flama/FlamaBlack.woff2') format('woff2'), url('../../fonts/flama/FlamaBlack.woff') format('woff'), url('../../fonts/flama/FlamaBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flama';
  src: url('../../fonts/flama/Flama.eot');
  src: url('../../fonts/flama/Flama.eot?#iefix') format('embedded-opentype'), url('../../fonts/flama/Flama.woff2') format('woff2'), url('../../fonts/flama/Flama.woff') format('woff'), url('../../fonts/flama/Flama.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FlamaLight';
  src: url('../../fonts/flama/FlamaLight.eot');
  src: url('../../fonts/flama/FlamaLight.eot?#iefix') format('embedded-opentype'), url('../../fonts/flama/FlamaLight.woff2') format('woff2'), url('../../fonts/flama/FlamaLight.woff') format('woff'), url('../../fonts/flama/FlamaLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FlamaMedium';
  src: url('../../fonts/flama/Flama-Medium.eot');
  src: url('../../fonts/flama/Flama-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/flama/Flama-Medium.woff2') format('woff2'), url('../../fonts/flama/Flama-Medium.woff') format('woff'), url('../../fonts/flama/Flama-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flama Medium';
  src: url('../../fonts/flama/Flama-Medium.eot');
  src: url('../../fonts/flama/Flama-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/flama/Flama-Medium.woff2') format('woff2'), url('../../fonts/flama/Flama-Medium.woff') format('woff'), url('../../fonts/flama/Flama-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../../fonts/opensans/open-sans-v17-latin-300.woff2') format('woff2'), url('../../fonts/opensans/open-sans-v17-latin-300.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../../fonts/opensans/open-sans-v17-latin-300italic.woff2') format('woff2'), url('../../fonts/opensans/open-sans-v17-latin-300italic.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../../fonts/opensans/open-sans-v17-latin-regular.woff2') format('woff2'), url('../../fonts/opensans/open-sans-v17-latin-regular.woff') format('woff');
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../../fonts/opensans/open-sans-v17-latin-italic.woff2') format('woff2'), url('../../fonts/opensans/open-sans-v17-latin-italic.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../../fonts/opensans/open-sans-v17-latin-700.woff2') format('woff2'), url('../../fonts/opensans/open-sans-v17-latin-700.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../../fonts/opensans/open-sans-v17-latin-700italic.woff2') format('woff2'), url('../../fonts/opensans/open-sans-v17-latin-700italic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/roboto/Roboto-Thin.woff2') format('woff2'), url('../../fonts/roboto/Roboto-Thin.woff') format('woff');
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../../fonts/roboto/Roboto-Light.woff') format('woff');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../../fonts/roboto/Roboto-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../../fonts/roboto/Roboto-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../../fonts/roboto/Roboto-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/roboto/Roboto-Black.woff2') format('woff2'), url('../../fonts/roboto/Roboto-Black.woff') format('woff');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../../fonts/ubuntu/ubuntu-v20-latin-regular.woff2') format('woff2'), url('../../fonts/ubuntu/ubuntu-v20-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../../fonts/ubuntu/ubuntu-v20-latin-700.woff2') format('woff2'), url('../../fonts/ubuntu/ubuntu-v20-latin-700.woff') format('woff');
}
@font-face {
  font-family: 'Univers Bold';
  src: url('../../fonts/univers/Univers-CondensedBold.woff2') format('woff2'), url('../../fonts/univers/Univers-CondensedBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers Light';
  src: url('../../fonts/univers/Univers-CondensedLight.woff2') format('woff2'), url('../../fonts/univers/Univers-CondensedLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}
.vbox-close {
  position: fixed;
  background-color: transparent !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  font-size: 0;
  background-image: url('http://chiptechtwente.com/images/icons/close--white.svg');
  background-position: center center;
  background-size: 14px;
  background-repeat: no-repeat;
}
.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}
/* ----- navigation ARROWS ----- */
.vbox-next,
.vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}
.vbox-next span,
.vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}
.vbox-prev {
  left: 15px;
}
.vbox-next {
  right: 15px;
}
.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}
/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}
.venoframe.vbvid {
  height: 260px;
}
@media (min-width: 768px) {
  .venoframe,
  .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe,
  .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/*
Please do NOT edit this part!
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}
.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}
.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 30px 40px;
}
.vbox-container img {
  max-width: 100%;
  height: auto;
}
.figlio {
  max-width: 100%;
  text-align: initial;
}
img.figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.vbox-content.swipe-left {
  margin-left: -200px !important;
}
.vbox-content.swipe-right {
  margin-left: 200px !important;
}
.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}
.animate-in {
  opacity: 1;
}
.animate-out {
  opacity: 0;
}
/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto;
}
.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}
.sk-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-cube-grid,
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}
.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}
@-webkit-keyframes sk-three-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}
.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}
@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.sticky-cta {
  background: #31c5c6;
  color: white;
  position: fixed;
  z-index: 999;
  width: 100%;
  text-decoration: none;
  transform: translateY(-100%);
  transition: all 0.2s ease-in-out;
}
.sticky-cta__inner {
  padding: 1.8rem 0;
}
.sticky-cta__inner > .grid {
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
}
.sticky-cta__content {
  color: #000000;
  font-size: 1.8rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.sticky-cta__button {
  margin-left: auto;
}
.sticky-cta__button-event {
  background: #2badad;
  padding: 1.8rem;
  margin: -1.8rem -1.8rem -1.8rem auto;
  transition: all 0.4s ease;
}
.sticky-cta__button-event:hover {
  background: transparent;
}
.sticky-cta__button-event span {
  color: #000;
  margin-right: 1.6rem;
}
.sticky-cta--active {
  transform: translateY(0%);
}
.sticky-cta--external-link .sticky-cta__button {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .sticky-cta__inner {
    padding: 1.6rem 0;
  }
  .sticky-cta__content {
    padding-right: 1.6rem;
  }
  .sticky-cta--active {
    transform: translateY(0%);
  }
  .sticky-cta__button-event {
    padding: 1.6rem;
  }
  .sticky-cta__button-event span {
    margin-right: 0;
    font-size: 1.6rem;
  }
  .sticky-cta__button-event svg {
    display: none;
  }
}
.smart-banner {
  position: fixed;
  top: 14.4rem;
  right: 0;
  z-index: 888;
}
.smart-banner__inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  min-width: 50.2rem;
}
.smart-banner__regular {
  position: absolute;
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
}
.smart-banner__regular svg {
  width: 50.2rem;
  height: 24.3rem;
}
.smart-banner__ipad {
  position: absolute;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
}
.smart-banner__ipad svg {
  height: 24.3rem;
  width: 23rem;
}
.smart-banner--small .smart-banner__regular {
  transform: translateX(100%);
}
.smart-banner--small .smart-banner__ipad {
  transform: translateX(0);
}
.smart-banner--room-top-big {
  top: 22rem;
}
@media (max-width: 1280px) {
  .smart-banner {
    top: 19rem;
  }
}
@media (max-width: 1024px) {
  .smart-banner__ipad {
    transform: translateX(0);
  }
  .smart-banner__regular {
    display: none;
  }
}
@media (max-width: 880px) {
  .smart-banner {
    top: 14rem;
  }
}
@media (max-width: 640px) {
  .smart-banner {
    top: 14rem;
  }
  .smart-banner__inner {
    min-width: 11.4rem;
  }
  .smart-banner__ipad svg {
    width: 11.4rem;
    height: 12rem;
  }
}
.highlighted-page {
  position: fixed;
  width: 37rem;
  height: 24.3rem;
  top: 14.4rem;
  right: 4.8rem;
  z-index: 1000;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
.highlighted-page__inner {
  position: relative;
  display: flex;
}
.highlighted-page__close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
}
.highlighted-page__close svg {
  display: flex;
  width: 1.3rem;
  height: 1.3rem;
}
.highlighted-page__title {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 2.4rem;
  font-family: 'Flama Medium';
  color: #FFF;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-transform: uppercase;
}
.highlighted-page__image {
  position: relative;
  width: 100%;
  height: 24.3rem;
  overflow: hidden;
}
.highlighted-page__image span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 2.4rem;
  background: #30c5c6;
  width: 4rem;
  height: 4rem;
  z-index: 10;
}
.highlighted-page__image svg {
  width: 2rem;
  height: 2rem;
}
.highlighted-page__image:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.highlighted-page__image img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.highlighted-page:hover .highlighted-page__image:before {
  opacity: 0.2;
}
.highlighted-page:hover .highlighted-page__image img {
  transform: scale(1.06);
}
.highlighted-page--room-top-big {
  top: 22rem;
}
.highlighted-page--hide {
  transform: translateX(100%);
}
@media (max-width: 1280px) {
  .highlighted-page {
    top: 14.8rem;
  }
  .highlighted-page--room-top-big {
    top: 19rem;
  }
}
@media (max-width: 991px) {
  .highlighted-page--room-top-big {
    top: 14rem;
  }
}
@media (max-width: 767px) {
  .highlighted-page {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12rem;
    z-index: 9999;
  }
  .highlighted-page--keep-hidden {
    display: none;
  }
  .highlighted-page__close {
    display: flex;
  }
  .highlighted-page--hide {
    transform: translateX(0);
    opacity: 0;
  }
  .highlighted-page__title {
    padding: 0 1.6rem 1.6rem 1.6rem;
    width: 100%;
  }
  .highlighted-page__image {
    background: #31c5c6;
    height: 12rem;
  }
  .highlighted-page__image span {
    background: #000000;
    left: 1.6rem;
  }
  .highlighted-page__image span svg g path:last-child {
    fill: #31c5c6;
  }
  .highlighted-page__image img {
    opacity: 0.3;
    filter: grayscale(1);
  }
  .highlighted-page__image:before {
    display: none;
  }
}
/* ********************
Fonts
******************** */
.flama-regular {
  font-family: 'Flama';
  font-weight: normal;
}
.flama-medium {
  font-family: 'FlamaMedium';
  font-weight: 500;
}
.flama-bold {
  font-family: 'FlamaBold';
  font-weight: 700;
}
.flama-black {
  font-family: 'FlamaBlack';
  font-weight: 900;
}
.open_sans {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}
.houschka_rounded {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.univers-bold {
  font-family: 'Univers Bold';
  font-weight: normal;
}
.univers-light {
  font-family: 'Univers Light';
  font-weight: normal;
}
.ubuntu {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
}
.cy {
  font-family: cy, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.agenda-regular {
  font-family: "agenda", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.agenda-bold {
  font-family: "agenda", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* ********************
Colors
******************** */
#cookie-notice {
  padding: 20px;
}
#cookie-notice .cookie-notice-container {
  display: flex;
  overflow: hidden;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 148rem;
  width: 100%;
  padding: 0 1.6rem;
}
@media (max-width: 600px) {
  #cookie-notice .cookie-notice-container {
    flex-flow: row wrap;
  }
}
#cookie-notice #cn-notice-text {
  width: calc(100% - 200px);
  font-size: 1.6rem;
  text-align: left;
}
#cookie-notice #cn-notice-text a {
  font-size: 1.6rem;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice #cn-notice-text a:hover {
  text-decoration: none;
}
#cookie-notice #cn-accept-cookie {
  text-decoration: none;
}
#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-more-info {
  background: #d81e06;
  color: #ffffff;
  padding: 0 2.4rem;
  font-size: 1.6rem;
  border: 1px solid transparent;
  line-height: 100%;
  transition: all .2s ease;
  display: flex;
  border-radius: 0px;
}
#cookie-notice #cn-accept-cookie:hover,
#cookie-notice #cn-more-info:hover {
  background: #f12107;
}
#cookie-notice #cn-more-info {
  background: none;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice #cn-more-info:hover {
  text-decoration: none;
  background-color: #d81e06;
  color: #ffffff;
}
#cookie-notice.cookie-notice-hidden {
  display: none;
}
@media (max-width: 600px) {
  #cookie-notice #cn-notice-text {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #cookie-notice #cn-notice-text a {
    font-size: 1.6rem;
  }
  #cookie-notice #cn-accept-cookie {
    margin-left: 0;
  }
}
.cookie-settings-modal {
  position: fixed;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  background: white;
  z-index: 0;
  padding: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
}
.cookie-settings-modal .cookie-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  padding: 0;
  background: none;
  cursor: pointer;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookie-settings-modal .cookie-close::before,
.cookie-settings-modal .cookie-close::after {
  position: absolute;
  width: 34px;
  height: 3px;
  left: 0;
  top: 19px;
  content: "";
  background: black;
}
.cookie-settings-modal .cookie-close::before {
  transform: rotate(-45deg);
}
.cookie-settings-modal .cookie-close::after {
  transform: rotate(45deg);
}
.cookie-settings-modal form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cookie-settings-modal ul {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie-settings-modal ul li {
  padding-left: 0;
  margin-bottom: 15px;
}
.cookie-settings-modal ul li::after,
.cookie-settings-modal ul li::before {
  display: none;
}
.cookie-settings-modal ul li:last-child {
  margin-bottom: 0;
}
.cookie-settings-modal ul li label {
  cursor: pointer;
}
.cookie-settings-modal ul li.analytic {
  position: relative;
}
.cookie-settings-modal ul li.analytic:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDBFNjc2IiBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+') top left / 16px no-repeat;
  content: "";
}
.cookie-settings-modal ul li.analytic strong {
  padding-left: 22px;
}
.cookie-settings-modal ul li p {
  margin: 8px 0 0;
  padding-left: 22px;
}
.cookie-settings-modal h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold !important;
}
.cookie-settings-modal p {
  margin-bottom: 16px;
}
.cookie-settings-modal .button {
  line-height: 100%;
  padding: 13px 30px;
  font-family: inherit;
  background: #d81e06;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  margin: 32px 0 0;
  text-decoration: none;
  font-size: 1.6rem;
  transition: all .2s ease;
  border-radius: 0px;
}
.cookie-settings-modal .button:hover {
  background: #f12107;
}
.cookie-settings-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 640px), screen and (max-height: 768px) {
  .cookie-settings-modal {
    padding: 20px;
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    max-height: calc(100vh - 4%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .cookie-settings-modal .cookie-settings-scroll-inner {
    margin-bottom: 80px;
  }
  .cookie-settings-modal .cookie-close {
    top: 5px;
    right: 5px;
  }
  .cookie-settings-modal ul {
    padding: 10px;
  }
  .cookie-settings-modal.show {
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    z-index: 100001 !important;
  }
  .cookie-settings-modal.editor h3 {
    margin-bottom: 10px;
  }
  .cookie-settings-modal.editor p {
    margin-bottom: 10px;
  }
}
/* ********************
Hubspot Form
******************** */
.website--hightechfund .hbspt-form .hs-form-field,
.website--hightechfunds .hbspt-form .hs-form-field {
  padding: 0.8rem 0;
}
.website--hightechfund .hbspt-form label,
.website--hightechfunds .hbspt-form label {
  display: block;
  margin-bottom: 0.8rem;
  color: #FFF;
  font-family: "flama";
  line-height: 2.8rem;
  font-size: 16px;
}
.website--hightechfund .hbspt-form textarea,
.website--hightechfunds .hbspt-form textarea {
  padding-top: 1.4rem;
  height: 14.8rem;
}
.website--hightechfund .hbspt-form .hs-button,
.website--hightechfunds .hbspt-form .hs-button {
  cursor: pointer;
}
.website--hightechfund .hbspt-form .legal-consent-container a,
.website--hightechfunds .hbspt-form .legal-consent-container a {
  color: #FFF;
}
/* ********************
HTML / Body
******************** */
html {
  font-size: 62.5%;
}
@media all and (-ms-high-contrast: none) {
  html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
body {
  font-family: 'Flama';
  font-weight: normal;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.55);
}
body.website--tvalley {
  font-family: 'Univers Light';
  font-weight: normal;
}
body.website--medtechtwente {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
}
body.website--hightechfactory {
  font-family: 'Univers Light';
  font-weight: normal;
}
body.show-sections-nav .sections-nav {
  transform: translateY(0);
}
.overflow {
  overflow: hidden;
}
html[lang="en-US"] label[for="input_21_14_1"] {
  font-size: 0;
}
html[lang="en-US"] label[for="input_21_14_1"]:before {
  content: 'I argee with the general terms and privacy policy of Novel-T';
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}
/* ********************
Filter
******************** */
body.website--incubase .border-blocks .border-block .editor .button--red:hover:hover {
  background: #ffe400 !important;
  border-color: #ffe400 !important;
}
body.filter-ondernemer-en .item--ondernemer-filter-en,
body.filter-ondernemer .item--ondernemer-filter-en,
body.filter-ondernemer-en .item--ondernemer-filter,
body.filter-ondernemer .item--ondernemer-filter {
  display: flex !important;
}
body.filter-ondernemer-en .item--onderzoeker-filter-en,
body.filter-ondernemer .item--onderzoeker-filter-en,
body.filter-ondernemer-en .item--onderzoeker-filter,
body.filter-ondernemer .item--onderzoeker-filter {
  display: none;
}
body.filter-ondernemer-en .item--student-filter-en,
body.filter-ondernemer .item--student-filter-en,
body.filter-ondernemer-en .item--student-filter,
body.filter-ondernemer .item--student-filter {
  display: none;
}
body.filter-ondernemer-en .item--startup-filter-en,
body.filter-ondernemer .item--startup-filter-en,
body.filter-ondernemer-en .item--startup-filter,
body.filter-ondernemer .item--startup-filter {
  display: none;
}
body.filter-ondernemer-en .item__labels,
body.filter-ondernemer .item__labels {
  opacity: 0;
  visibility: hidden;
}
body.filter-onderzoeker-en .item--onderzoeker-filter-en,
body.filter-onderzoeker .item--onderzoeker-filter-en,
body.filter-onderzoeker-en .item--onderzoeker-filter,
body.filter-onderzoeker .item--onderzoeker-filter {
  display: flex !important;
}
body.filter-onderzoeker-en .item--ondernemer-filter-en,
body.filter-onderzoeker .item--ondernemer-filter-en,
body.filter-onderzoeker-en .item--ondernemer-filter,
body.filter-onderzoeker .item--ondernemer-filter {
  display: none;
}
body.filter-onderzoeker-en .item--student-filter-en,
body.filter-onderzoeker .item--student-filter-en,
body.filter-onderzoeker-en .item--student-filter,
body.filter-onderzoeker .item--student-filter {
  display: none;
}
body.filter-onderzoeker-en .item--startup-filter-en,
body.filter-onderzoeker .item--startup-filter-en,
body.filter-onderzoeker-en .item--startup-filter,
body.filter-onderzoeker .item--startup-filter {
  display: none;
}
body.filter-onderzoeker-en .item__labels,
body.filter-onderzoeker .item__labels {
  opacity: 0;
  visibility: hidden;
}
body.filter-student-en .item--student-filter-en,
body.filter-student .item--student-filter-en,
body.filter-student-en .item--student-filter,
body.filter-student .item--student-filter {
  display: flex !important;
}
body.filter-student-en .item--ondernemer-filter-en,
body.filter-student .item--ondernemer-filter-en,
body.filter-student-en .item--ondernemer-filter,
body.filter-student .item--ondernemer-filter {
  display: none;
}
body.filter-student-en .item--onderzoeker-filter-en,
body.filter-student .item--onderzoeker-filter-en,
body.filter-student-en .item--onderzoeker-filter,
body.filter-student .item--onderzoeker-filter {
  display: none;
}
body.filter-student-en .item--startup-filter-en,
body.filter-student .item--startup-filter-en,
body.filter-student-en .item--startup-filter,
body.filter-student .item--startup-filter {
  display: none;
}
body.filter-student-en .item__labels,
body.filter-student .item__labels {
  opacity: 0;
  visibility: hidden;
}
body.filter-startup-en .item--startup-filter-en,
body.filter-startup .item--startup-filter-en,
body.filter-startup-en .item--startup-filter,
body.filter-startup .item--startup-filter {
  display: flex !important;
}
body.filter-startup-en .item--ondernemer-filter-en,
body.filter-startup .item--ondernemer-filter-en,
body.filter-startup-en .item--ondernemer-filter,
body.filter-startup .item--ondernemer-filter {
  display: none;
}
body.filter-startup-en .item--onderzoeker-filter-en,
body.filter-startup .item--onderzoeker-filter-en,
body.filter-startup-en .item--onderzoeker-filter,
body.filter-startup .item--onderzoeker-filter {
  display: none;
}
body.filter-startup-en .item--student-filter-en,
body.filter-startup .item--student-filter-en,
body.filter-startup-en .item--student-filter,
body.filter-startup .item--student-filter {
  display: none;
}
body.filter-startup-en .item__labels,
body.filter-startup .item__labels {
  opacity: 0;
  visibility: hidden;
}
body.filter-ondernemer-en .specialist-slider-image .item--ondernemer-en-filter,
body.filter-ondernemer .specialist-slider-image .item--ondernemer-en-filter,
body.filter-ondernemer-en .specialist-slider-fade .item--ondernemer-en-filter,
body.filter-ondernemer .specialist-slider-fade .item--ondernemer-en-filter,
body.filter-ondernemer-en .specialist-slider .item--ondernemer-en-filter,
body.filter-ondernemer .specialist-slider .item--ondernemer-en-filter,
body.filter-ondernemer-en .specialist-slider-image .item--ondernemer-filter,
body.filter-ondernemer .specialist-slider-image .item--ondernemer-filter,
body.filter-ondernemer-en .specialist-slider-fade .item--ondernemer-filter,
body.filter-ondernemer .specialist-slider-fade .item--ondernemer-filter,
body.filter-ondernemer-en .specialist-slider .item--ondernemer-filter,
body.filter-ondernemer .specialist-slider .item--ondernemer-filter {
  display: block !important;
}
body.filter-onderzoeker-en .specialist-slider-image .item--onderzoeker-en-filter,
body.filter-onderzoeker .specialist-slider-image .item--onderzoeker-en-filter,
body.filter-onderzoeker-en .specialist-slider-fade .item--onderzoeker-en-filter,
body.filter-onderzoeker .specialist-slider-fade .item--onderzoeker-en-filter,
body.filter-onderzoeker-en .specialist-slider .item--onderzoeker-en-filter,
body.filter-onderzoeker .specialist-slider .item--onderzoeker-en-filter,
body.filter-onderzoeker-en .specialist-slider-image .item--onderzoeker-filter,
body.filter-onderzoeker .specialist-slider-image .item--onderzoeker-filter,
body.filter-onderzoeker-en .specialist-slider-fade .item--onderzoeker-filter,
body.filter-onderzoeker .specialist-slider-fade .item--onderzoeker-filter,
body.filter-onderzoeker-en .specialist-slider .item--onderzoeker-filter,
body.filter-onderzoeker .specialist-slider .item--onderzoeker-filter {
  display: block !important;
}
body.filter-student-en .specialist-slider-image .item--student-en-filter,
body.filter-student .specialist-slider-image .item--student-en-filter,
body.filter-student-en .specialist-slider-fade .item--student-en-filter,
body.filter-student .specialist-slider-fade .item--student-en-filter,
body.filter-student-en .specialist-slider .item--student-en-filter,
body.filter-student .specialist-slider .item--student-en-filter,
body.filter-student-en .specialist-slider-image .item--student-filter,
body.filter-student .specialist-slider-image .item--student-filter,
body.filter-student-en .specialist-slider-fade .item--student-filter,
body.filter-student .specialist-slider-fade .item--student-filter,
body.filter-student-en .specialist-slider .item--student-filter,
body.filter-student .specialist-slider .item--student-filter {
  display: block !important;
}
body.filter-startup-en .specialist-slider-image .item--startup-en-filter,
body.filter-startup .specialist-slider-image .item--startup-en-filter,
body.filter-startup-en .specialist-slider-fade .item--startup-en-filter,
body.filter-startup .specialist-slider-fade .item--startup-en-filter,
body.filter-startup-en .specialist-slider .item--startup-en-filter,
body.filter-startup .specialist-slider .item--startup-en-filter,
body.filter-startup-en .specialist-slider-image .item--startup-filter,
body.filter-startup .specialist-slider-image .item--startup-filter,
body.filter-startup-en .specialist-slider-fade .item--startup-filter,
body.filter-startup .specialist-slider-fade .item--startup-filter,
body.filter-startup-en .specialist-slider .item--startup-filter,
body.filter-startup .specialist-slider .item--startup-filter {
  display: block !important;
}
body.filter-ondernemer-en .item--ondernemer-en-filter,
body.filter-ondernemer .item--ondernemer-en-filter,
body.filter-ondernemer-en .item--ondernemer-filter,
body.filter-ondernemer .item--ondernemer-filter {
  display: flex !important;
}
body.filter-ondernemer-en .item--onderzoeker-en-filter,
body.filter-ondernemer .item--onderzoeker-en-filter,
body.filter-ondernemer-en .item--onderzoeker-filter,
body.filter-ondernemer .item--onderzoeker-filter {
  display: none;
}
body.filter-ondernemer-en .item--student-en-filter-en,
body.filter-ondernemer .item--student-en-filter-en,
body.filter-ondernemer-en .item--student-filter,
body.filter-ondernemer .item--student-filter {
  display: none;
}
body.filter-ondernemer-en .item--startup-en-filter-en,
body.filter-ondernemer .item--startup-en-filter-en,
body.filter-ondernemer-en .item--startup-filter,
body.filter-ondernemer .item--startup-filter {
  display: none;
}
body.filter-ondernemer-en .item__labels,
body.filter-ondernemer .item__labels {
  opacity: 0;
  visibility: hidden;
}
body.filter-onderzoeker-en .item--onderzoeker-en-filter,
body.filter-onderzoeker .item--onderzoeker-en-filter,
body.filter-onderzoeker-en .item--onderzoeker-filter,
body.filter-onderzoeker .item--onderzoeker-filter {
  display: flex !important;
}
body.filter-onderzoeker-en .item--ondernemer-en-filter,
body.filter-onderzoeker .item--ondernemer-en-filter,
body.filter-onderzoeker-en .item--ondernemer-filter,
body.filter-onderzoeker .item--ondernemer-filter {
  display: none;
}
body.filter-onderzoeker-en .item--student-en-filter,
body.filter-onderzoeker .item--student-en-filter,
body.filter-onderzoeker-en .item--student-filter,
body.filter-onderzoeker .item--student-filter {
  display: none;
}
body.filter-onderzoeker-en .item--startup-en-filter,
body.filter-onderzoeker .item--startup-en-filter,
body.filter-onderzoeker-en .item--startup-filter,
body.filter-onderzoeker .item--startup-filter {
  display: none;
}
body.filter-onderzoeker-en .item__labels,
body.filter-onderzoeker .item__labels {
  opacity: 0;
  visibility: hidden;
}
body.filter-student-en .item--student-en-filter,
body.filter-student .item--student-en-filter,
body.filter-student-en .item--student-filter,
body.filter-student .item--student-filter {
  display: flex !important;
}
body.filter-student-en .item--ondernemer-en-filter,
body.filter-student .item--ondernemer-en-filter,
body.filter-student-en .item--ondernemer-filter,
body.filter-student .item--ondernemer-filter {
  display: none;
}
body.filter-student-en .item--onderzoeker-en-filter,
body.filter-student .item--onderzoeker-en-filter,
body.filter-student-en .item--onderzoeker-filter,
body.filter-student .item--onderzoeker-filter {
  display: none;
}
body.filter-student-en .item--startup-en-filter,
body.filter-student .item--startup-en-filter,
body.filter-student-en .item--startup-filter,
body.filter-student .item--startup-filter {
  display: none;
}
body.filter-student-en .item__labels,
body.filter-student .item__labels {
  opacity: 0;
  visibility: hidden;
}
body.filter-startup-en .item--startup-en-filter,
body.filter-startup .item--startup-en-filter,
body.filter-startup-en .item--startup-filter,
body.filter-startup .item--startup-filter {
  display: flex !important;
}
body.filter-startup-en .item--ondernemer-en-filter,
body.filter-startup .item--ondernemer-en-filter,
body.filter-startup-en .item--ondernemer-filter,
body.filter-startup .item--ondernemer-filter {
  display: none;
}
body.filter-startup-en .item--onderzoeker-en-filter,
body.filter-startup .item--onderzoeker-en-filter,
body.filter-startup-en .item--onderzoeker-filter,
body.filter-startup .item--onderzoeker-filter {
  display: none;
}
body.filter-startup-en .item--student-en-filter,
body.filter-startup .item--student-en-filter,
body.filter-startup-en .item--student-filter,
body.filter-startup .item--student-filter {
  display: none;
}
body.filter-startup-en .item__labels,
body.filter-startup .item__labels {
  opacity: 0;
  visibility: hidden;
}
.section--cases-stories .item__overlay-color {
  width: 100%;
  opacity: 0.5;
  top: 0;
  height: 100%;
  position: absolute;
}
/* ********************
Grid
******************** */
.grid {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
}
.grid--medium {
  max-width: 124rem;
}
.grid--narrow {
  max-width: 76rem;
  padding: 0 1.6rem;
}
.grid--contact {
  margin-left: 0;
}
.grid--background {
  background-color: #e9e7eb;
}
.grid--background:before {
  position: absolute;
  left: -200rem;
  width: 200rem;
  background-color: #e9e7eb;
  content: '';
  height: 100%;
  top: 0;
}
.grid--flex {
  display: flex;
}
.grid--no-padding {
  padding: 0;
}
.grid--single-event {
  position: absolute;
  top: 50rem;
}
@media only screen and (max-width: 991px) {
  .grid--single-event {
    top: 37rem;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
	Grid
	******************** */
  .grid--single-event {
    position: relative;
    top: 0;
  }
}
.contact-content {
  max-width: 76rem;
  padding: 0 2.4rem 0 12.8rem;
}
@media (max-width: 1280px) {
  .contact-content {
    padding: 0 2.4rem;
  }
}
/* ********************
Header
******************** */
.page-header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 12rem;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #000000;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.page-header--countdown {
  position: relative;
  flex-direction: column;
  height: auto;
}
.page-header--countdown .c-countdown {
  height: auto;
  width: 100%;
  background-color: #000000;
  color: white;
}
.page-header--countdown .grid {
  height: 12rem;
}
.page-header--sticky {
  transform: translateY(-5rem);
}
.page-header--sticky-countdown {
  position: fixed;
}
.page-header .grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1.6rem;
}
.page-header__center {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  margin-left: 8rem;
}
.page-header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  margin-left: auto;
}
.page-header--top-bar {
  top: 5rem;
}
.page-header .twente-logo img {
  width: 5.2rem;
  height: 5.2rem;
}
.toplocaties-nav {
  position: fixed;
  width: 100%;
  top: 0;
  background: #e9e7eb;
  height: 5rem;
  z-index: 999;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.toplocaties-nav--hide {
  transform: translateY(-5rem);
}
.toplocaties-nav .grid {
  height: 100%;
  padding: 0 1.6rem;
}
.toplocaties-nav__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.toplocaties-nav__content {
  font-style: italic;
  font-size: 1.4rem;
  opacity: 0.7;
}
.toplocaties-nav__content--mobile {
  display: none;
}
.toplocaties-nav__nav {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.toplocaties-nav__nav li {
  border-right: 0.1rem solid rgba(26, 26, 26, 0.1);
}
.toplocaties-nav__nav li.active {
  background: white;
}
.toplocaties-nav__nav li.inactive {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
.toplocaties-nav__nav li.inactive svg,
.toplocaties-nav__nav li.inactive img {
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
body.desktop .toplocaties-nav__nav li.inactive:hover svg,
body.desktop .toplocaties-nav__nav li.inactive:hover img {
  opacity: 0.6 !important;
}
.toplocaties-nav__nav li a.location-item,
.toplocaties-nav__nav li div.location-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.toplocaties-nav__nav li a.location-item svg,
.toplocaties-nav__nav li div.location-item svg,
.toplocaties-nav__nav li a.location-item img,
.toplocaties-nav__nav li div.location-item img {
  padding: 12px;
  height: 50px;
  width: auto;
}
.toplocaties-nav__mobile-nav {
  display: none;
  color: #000000;
  font-size: 1.2rem;
  padding: 0 1.8rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: .6em;
  background-position: right center;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-align-last: right;
}
.toplocaties-nav__mobile-nav::-ms-expand {
  display: none;
}
.toplocaties-nav__mobile-nav option {
  direction: rtl;
}
.toplocaties-nav__title {
  display: none;
}
@media only screen and (max-width: 991px) {
  .toplocaties-nav {
    height: 4rem;
  }
  .toplocaties-nav__title {
    display: block;
    color: #000000;
    font-size: 1.2rem;
    font-weight: 600;
    opacity: 0.6;
  }
  .toplocaties-nav__content {
    white-space: nowrap;
  }
  .toplocaties-nav__content--desktop {
    display: none;
  }
  .toplocaties-nav__content--mobile {
    display: block;
    margin-right: 5rem;
  }
  .toplocaties-nav__nav li {
    white-space: nowrap;
  }
  .toplocaties-nav__nav li:last-child {
    border-right: 0rem;
  }
  .toplocaties-nav__nav li:last-child a {
    padding-right: 0rem;
  }
  .toplocaties-nav__nav li svg {
    display: none;
  }
  .toplocaties-nav__nav li a {
    text-decoration: none;
    padding: 0rem 3rem;
  }
  .toplocaties-nav__nav li.active .toplocaties-nav__title {
    padding: 0rem 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .toplocaties-nav__nav li.active {
    background: transparent;
    text-decoration: underline;
    border-left: 1px solid rgba(26, 26, 26, 0.1);
  }
  .toplocaties-nav__nav li.active .toplocaties-nav__title {
    color: #000000;
    padding: 0rem 1rem;
  }
  .toplocaties-nav__nav li a {
    padding: 0rem 1rem;
  }
  .toplocaties-nav__content--mobile {
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 1280px) {
  /* ********************
	Header
	******************** */
  .page-header {
    height: 9.2rem;
  }
  .page-header .grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 1.6rem;
  }
  .page-header__right {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    align-items: center;
  }
  .page-header--countdown .grid {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  /* ********************
	Header
	******************** */
  .page-header {
    height: 7.2rem;
    z-index: 1002;
  }
  .page-header--top-bar {
    top: 4rem;
  }
  .page-header .twente-logo {
    display: none;
  }
}
/* ********************
Logo
******************** */
.page-logo {
  height: 3.2rem;
}
.page-logo--initiative {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
  max-height: 6rem;
  max-width: 13rem;
}
.page-logo--initiative img {
  width: 100%;
  height: 100%;
}
.page-logo--multisite {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
  max-height: 6rem;
  max-width: 17rem;
}
.page-logo--multisite img {
  width: 100%;
  height: 100%;
}
.page-logo--multisite.blog-id-27 {
  max-width: 23rem;
}
@media only screen and (max-width: 1280px) {
  /* ********************
	Logo
	******************** */
  .page-logo {
    height: 2.4rem;
  }
  .page-logo img {
    height: 2.4rem;
    width: auto;
  }
  .page-logo--multisite {
    height: 4rem;
  }
  .page-logo--multisite img {
    height: 4rem;
    width: auto;
  }
  body.website--hightechfund .page-logo--multisite img,
  body.website--hightechfunds .page-logo--multisite img,
  body.website--medtechfund .page-logo--multisite img,
  body.website--imec .page-logo--multisite img {
    height: 2.25rem;
  }
}
/* ********************
Search
******************** */
.search-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
}
/* ********************
Page Navigation
******************** */
.page-header {
  z-index: 9999;
}
.mega-override ul > li > a {
  color: black !important;
}
.mega-override ul > li:after {
  background-color: var(--var-multi-primary) !important;
}
.page-nav-walker #menu-hoofdnavigatie,
.page-nav-walker #menu-hoofdnavigatie-en,
.page-nav-walker .mega-override > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.page-nav-walker #menu-hoofdnavigatie > li,
.page-nav-walker #menu-hoofdnavigatie-en > li,
.page-nav-walker .mega-override > ul > li {
  position: relative;
  margin: 0 2.4rem;
  align-self: center;
  height: 12rem;
  display: flex;
  align-items: center;
}
.page-nav-walker #menu-hoofdnavigatie > li:hover:after,
.page-nav-walker #menu-hoofdnavigatie-en > li:hover:after,
.page-nav-walker .mega-override > ul > li:hover:after {
  display: block;
}
.page-nav-walker #menu-hoofdnavigatie > li:hover > .sub-menu-wrapper,
.page-nav-walker #menu-hoofdnavigatie-en > li:hover > .sub-menu-wrapper,
.page-nav-walker .mega-override > ul > li:hover > .sub-menu-wrapper {
  opacity: 1;
  visibility: visible;
}
.page-nav-walker #menu-hoofdnavigatie > li:after,
.page-nav-walker #menu-hoofdnavigatie-en > li:after,
.page-nav-walker .mega-override > ul > li:after {
  position: absolute;
  display: none;
  top: 11.6rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #31c5c6;
  content: '';
}
.page-nav-walker #menu-hoofdnavigatie > li > a,
.page-nav-walker #menu-hoofdnavigatie-en > li > a,
.page-nav-walker .mega-override > ul > li > a {
  color: white;
  font-size: 1.8rem;
  text-decoration: none;
}
.page-nav-walker #menu-hoofdnavigatie > li > a:hover,
.page-nav-walker #menu-hoofdnavigatie-en > li > a:hover,
.page-nav-walker .mega-override > ul > li > a:hover {
  color: #31c5c6;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  width: 100%;
  max-width: 148rem;
  top: 12rem;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid {
  position: relative;
  text-align: left;
  align-self: flex-start;
  align-items: unset;
  height: 100%;
  padding: 0;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu {
  float: left;
  position: relative;
  width: 25%;
  padding: 2.4rem 0;
  z-index: 999;
  background-color: #e9e7eb;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li {
  text-align: right;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover .sub-menu-wrapper,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover .sub-menu-wrapper,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover .sub-menu-wrapper {
  display: block;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover .sub-menu-wrapper .grid > .sub-menu,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover .sub-menu-wrapper .grid > .sub-menu,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover .sub-menu-wrapper .grid > .sub-menu {
  display: flex;
  position: relative;
  z-index: 999;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover a,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover a,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover a {
  background-color: #fff;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li .sub-menu__trigger,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li .sub-menu__trigger,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li .sub-menu__trigger {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > a,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > a,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > a {
  display: block;
  padding: 3.2rem 4rem 3.2rem 0;
  font-size: 1.8rem;
  text-decoration: none;
  color: #000;
  transition: all 0.4s ease;
  position: relative;
  z-index: 999;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper {
  position: absolute;
  display: none;
  width: 400%;
  max-width: 148rem;
  height: auto;
  top: 0;
  left: 0;
  padding: 4rem 8rem 4rem 125%;
  background: linear-gradient(to right, #e9e7eb 24.9999%, #ffffff 25%, #ffffff 100%);
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid {
  padding: 0;
  width: 100%;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu {
  width: 100%;
  height: 100%;
  display: none;
  flex-flow: row wrap;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .header-sub-menu-title,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .header-sub-menu-title,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .header-sub-menu-title {
  font-size: 2.2rem;
  font-family: 'Flama';
  font-weight: normal;
  font-style: italic;
  color: #000;
  width: 100%;
  padding-bottom: .8rem;
  border-bottom: .1rem solid #000;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li {
  width: 30%;
  padding: 10px 0;
  text-align: left;
  float: left;
  margin-right: 4.5%;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li:nth-child(3n+3),
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li:nth-child(3n+3),
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li:nth-child(3n+3) {
  margin-right: 0;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  transition: transform 0.1s ease-in-out;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper {
  width: 100%;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li {
  width: 100%;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li:last-child a,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li:last-child a,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li:last-child a {
  border: none;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a {
  display: inline-block;
  font-family: 'Flama';
  font-weight: normal;
  font-size: 1.6rem;
  font-style: normal;
  color: #000;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1.6rem;
  width: 100%;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a span,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a span,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a span {
  display: block;
  margin-top: .4rem;
  font-family: 'Flama';
  font-weight: normal;
  font-size: 1.6rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a:hover:not(span.sub),
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a:hover:not(span.sub),
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > a:hover:not(span.sub) {
  color: rgba(0, 0, 0, 0.6);
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .link-with-arrow,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .link-with-arrow,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .link-with-arrow {
  margin-top: 1.2rem;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .link-with-arrow a:after,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .link-with-arrow a:after,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .link-with-arrow a:after {
  content: '';
  background: url('../..//images/icons/arrow-right-black.svg') center center / 1.6rem no-repeat;
  height: 1.6rem;
  width: 1.6rem;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 8px;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile {
  background-color: #C4C4C4;
  padding: 4rem !important;
  margin-left: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile a,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile a,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile a {
  display: block;
  font-family: 'FlamaBold';
  font-weight: 700;
  font-size: 2.2rem;
  font-style: italic;
  background-color: unset;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile a span.sub,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile a span.sub,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile a span.sub {
  margin-top: 2.4rem;
  font-family: 'Flama';
  font-weight: normal;
  font-size: 1.6rem;
  font-style: regular;
  border: 1px solid #000;
  padding: 1.6rem 2.4rem;
  display: block;
  width: fit-content;
  transition: all 0.4s ease;
}
.page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile a span.sub:hover,
.page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile a span.sub:hover,
.page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper .grid .sub-menu .menu-tile a span.sub:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 1481px) {
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper {
    left: 50%;
    margin-left: -740px;
  }
}
@media only screen and (max-width: 1280px) {
  .page-nav-walker #menu-hoofdnavigatie > li,
  .page-nav-walker #menu-hoofdnavigatie-en > li,
  .page-nav-walker .mega-override > ul > li {
    height: 9.2rem;
  }
  .page-nav-walker #menu-hoofdnavigatie > li:after,
  .page-nav-walker #menu-hoofdnavigatie-en > li:after,
  .page-nav-walker .mega-override > ul > li:after {
    top: 9rem;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper {
    top: 9.2rem;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper {
    padding: 4rem 4rem 4rem 112%;
  }
}
@media only screen and (max-width: 1080px) {
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li {
    width: 45%;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li:nth-child(3n+3),
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li:nth-child(3n+3),
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li:nth-child(3n+3) {
    margin-right: 4.5%;
  }
}
@media only screen and (max-width: 991px) {
  .page-nav-walker {
    background-color: #fff;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: calc(100vh - 12rem);
    top: 7.2rem;
    left: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    z-index: 9999;
    padding-bottom: 16rem !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .page-nav-walker #menu-hoofdnavigatie,
  .page-nav-walker #menu-hoofdnavigatie-en,
  .page-nav-walker .mega-override > ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  .page-nav-walker #menu-hoofdnavigatie > li,
  .page-nav-walker #menu-hoofdnavigatie-en > li,
  .page-nav-walker .mega-override > ul > li {
    position: relative;
    align-self: flex-start;
    border-bottom: 1px solid #e9e7eb;
    margin: 0;
    padding: 0;
    width: calc(100% - 4.8rem);
    height: auto;
    display: block;
  }
  .page-nav-walker #menu-hoofdnavigatie > li:hover:after,
  .page-nav-walker #menu-hoofdnavigatie-en > li:hover:after,
  .page-nav-walker .mega-override > ul > li:hover:after {
    display: none;
  }
  .page-nav-walker #menu-hoofdnavigatie > li .sub-menu__trigger,
  .page-nav-walker #menu-hoofdnavigatie-en > li .sub-menu__trigger,
  .page-nav-walker .mega-override > ul > li .sub-menu__trigger {
    display: block;
    right: 1.6rem;
    left: unset;
    height: 6rem;
    width: 4.8rem;
    background: url('../..//images/icons/arrow-right-black.svg') center center / 1.6rem no-repeat;
    margin-left: 0.8rem;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.4s ease;
  }
  .page-nav-walker #menu-hoofdnavigatie > li .sub-menu__trigger--active,
  .page-nav-walker #menu-hoofdnavigatie-en > li .sub-menu__trigger--active,
  .page-nav-walker .mega-override > ul > li .sub-menu__trigger--active {
    transform: rotate(90deg);
  }
  .page-nav-walker #menu-hoofdnavigatie > li > a,
  .page-nav-walker #menu-hoofdnavigatie-en > li > a,
  .page-nav-walker .mega-override > ul > li > a {
    height: 6rem;
    color: #000 !important;
    display: flex;
    align-items: center;
    padding: 0 2.4rem;
    width: 90%;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper {
    position: relative;
    top: unset;
    display: none;
    background-color: transparent;
    width: 100%;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper--active,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper--active,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper--active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper--active > .grid > .sub-menu > li:hover .sub-menu-wrapper--active,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper--active > .grid > .sub-menu > li:hover .sub-menu-wrapper--active,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper--active > .grid > .sub-menu > li:hover .sub-menu-wrapper--active {
    display: block !important;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper--active > .grid > .sub-menu > li:hover .sub-menu-wrapper--active > .grid > .sub-menu > li > .sub-menu-wrapper,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper--active > .grid > .sub-menu > li:hover .sub-menu-wrapper--active > .grid > .sub-menu > li > .sub-menu-wrapper,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper--active > .grid > .sub-menu > li:hover .sub-menu-wrapper--active > .grid > .sub-menu > li > .sub-menu-wrapper {
    display: block !important;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu {
    background-color: transparent;
    padding: 0;
    width: 100%;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li {
    text-align: left;
    height: auto;
    border-bottom: 1px solid #e9e7eb;
    position: relative;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li:first-child,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li:first-child,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li:first-child {
    border-top: 1px solid #e9e7eb;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li:last-child,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li:last-child,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li:last-child {
    border-bottom: none;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover a,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover a,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover a {
    background-color: transparent;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover .sub-menu-wrapper,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover .sub-menu-wrapper,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li:hover .sub-menu-wrapper {
    display: none;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li .sub-menu__trigger,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li .sub-menu__trigger,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li .sub-menu__trigger {
    display: block;
    right: 1.6rem;
    left: unset;
    height: 6rem;
    width: 4.8rem;
    background: url('../..//images/icons/arrow-right-black.svg') center center / 1.6rem no-repeat;
    margin-left: 0.8rem;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li .sub-menu__trigger--active,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li .sub-menu__trigger--active,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li .sub-menu__trigger--active {
    transform: rotate(90deg);
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li .menu-tile,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li .menu-tile,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li .menu-tile {
    width: 100%;
    max-width: 50%;
    margin: 0 4rem !important;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > a,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > a,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > a {
    height: 6rem;
    color: #000 !important;
    display: flex;
    align-items: center;
    padding: 0 2.4rem 0 3.2rem;
    width: 90%;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper {
    display: none;
    position: relative;
    background: transparent;
    padding: 0;
    width: 100%;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper--active,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper--active,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper--active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper--active > .grid .sub-menu,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper--active > .grid .sub-menu,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper--active > .grid .sub-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu {
    display: none;
    flex-flow: column nowrap;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li .header-sub-menu-title,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li .header-sub-menu-title,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li .header-sub-menu-title {
    height: 3rem;
    font-size: 2rem;
    padding: 0 2.4rem 0 4rem;
    border-bottom: 1px solid #e9e7eb;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > a,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > a,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > a {
    height: 6rem;
    color: #000 !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column nowrap;
    padding: 0 2.4rem 0 4rem;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > a .sub,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > a .sub,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > a .sub {
    font-size: 1.4rem;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu .link-with-arrow,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu .link-with-arrow,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu .link-with-arrow {
    margin-top: 0;
  }
  .page-nav-walker #menu-hoofdnavigatie > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu .link-with-arrow a,
  .page-nav-walker #menu-hoofdnavigatie-en > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu .link-with-arrow a,
  .page-nav-walker .mega-override > ul > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu > li > .sub-menu-wrapper > .grid > .sub-menu .link-with-arrow a {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .page-nav-walker #menu-hoofdnavigatie > li,
  .page-nav-walker #menu-hoofdnavigatie-en > li,
  .page-nav-walker .mega-override > ul > li {
    width: 100%;
  }
}
.page-nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-nav > ul > li {
  position: relative;
  margin-right: 2.4rem;
  align-self: center;
}
.page-nav > ul > li:after {
  position: absolute;
  display: none;
  top: 6.5rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #31c5c6;
  content: '';
}
.page-nav > ul > li > a {
  color: white;
  font-size: 1.6rem;
  text-decoration: none;
}
.page-nav > ul > li.link--blue > a {
  color: #31c5c6;
}
.page-nav > ul > li.button {
  padding: 0;
  align-items: stretch;
  background-color: transparent !important;
  border-color: white !important;
}
.page-nav > ul > li.button:after {
  display: none !important;
}
.page-nav > ul > li.button > a {
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
}
body.desktop .page-nav > ul > li.button > a:hover {
  background-color: white;
  color: #000000;
}
.page-nav > ul > li.button.current_page_item > a {
  background-color: white;
  color: #000000;
}
.page-nav > ul > li.current_page_item {
  font-family: 'FlamaMedium';
  font-weight: 500;
}
.page-nav > ul > li.current_page_item:after {
  display: block;
}
body.single-event .page-nav > ul > li.menu-item-907:after,
body.single-event .page-nav > ul > li.menu-item-87:after,
body.single-event .page-nav > ul > li.menu-item-6972:after,
body.initiative-template-single-initiative-event .page-nav > ul > li.menu-item-907:after,
body.initiative-template-single-initiative-event .page-nav > ul > li.menu-item-87:after,
body.initiative-template-single-initiative-event .page-nav > ul > li.menu-item-6972:after,
body.post-type-archive-event .page-nav > ul > li.menu-item-907:after,
body.post-type-archive-event .page-nav > ul > li.menu-item-87:after,
body.post-type-archive-event .page-nav > ul > li.menu-item-6972:after {
  display: block;
}
body.post-type-archive-case .page-nav > ul > li.menu-item-7126:after {
  display: block;
}
body.post-type-archive-focus-area .page-nav > ul > li.menu-item-911:after,
body.post-type-archive-focus-area .page-nav > ul > li.menu-item-92:after {
  display: block;
}
body.post-type-archive-service .page-nav > ul > li.menu-item-910:after,
body.post-type-archive-service .page-nav > ul > li.menu-item-91:after {
  display: block;
}
.page-nav > ul > li.whatsapp {
  display: none;
}
.page-nav--new > ul > li > a {
  font-size: 1.6rem;
}
.nav-trigger {
  /* .fixed; top: 7.2rem; right: 7.2rem;  */
  position: relative;
  z-index: 100;
  width: 5.6rem;
  margin: 0 0.8rem;
  height: 7.2rem;
  margin-right: -1.6rem;
  background-color: #080808;
  display: none;
  align-items: center;
  justify-content: center;
}
.nav-trigger__icon {
  width: 1.6rem;
  height: 1.6rem;
}
.nav-trigger__icon--close {
  display: none;
}
body.website--incubase .nav-trigger {
  margin: 0 -1.6rem 0 2rem;
}
@media only screen and (max-width: 1400px) {
  /* ********************
	Page Navigation
	******************** */
  .page-nav > ul > li {
    margin-right: 1.6rem;
  }
  .page-nav > ul > li > a {
    font-size: 1.6rem;
  }
  .page-nav > ul > li.button {
    margin-right: 2.4rem;
  }
  .page-nav > ul > li.button > a {
    padding: 0 1.6rem;
  }
}
@media only screen and (max-width: 1280px) {
  /* ********************
	Page Navigation
	******************** */
  .page-nav > ul > li:after {
    top: 5.1rem;
  }
  .page-nav > ul > li > a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  /* ********************
	Page Navigation
	******************** */
  .page-nav {
    position: fixed;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    top: 7.2rem;
    left: 0;
    height: calc(100vh - 7.2rem);
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding-bottom: 4rem;
  }
  .page-nav > ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page-nav > ul > li {
    text-align: center !important;
    margin: 0 !important;
    padding: 1.2rem !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-nav > ul > li:after {
    top: 4rem;
    height: 0.3rem;
  }
  .page-nav > ul > li > a {
    font-size: 2.4rem;
    color: white !important;
  }
  .page-nav > ul > li.button--white-outline {
    border: 0;
  }
  .page-nav > ul > li.button--white-outline a {
    border: 0.1rem solid white;
    padding: 0 2.4rem !important;
    width: 100%;
    justify-content: center;
  }
  .page-nav > ul > li.contact-mobile {
    padding: 0 2.4rem !important;
    justify-content: flex-end;
    margin-bottom: 1.2rem !important;
  }
  .page-nav > ul > li.whatsapp {
    display: block;
    padding: 0 2.4rem !important;
    justify-content: flex-start;
  }
  .page-nav > ul > li.whatsapp a {
    overflow: hidden;
    border-color: #25D366;
    background-image: url('../..//images/icons/whatsapp-white.svg');
    background-repeat: no-repeat;
    background-position: left 1.6rem center;
    padding: 0 2.4rem 0 4rem !important;
    height: 100%;
  }
  body.open-page-nav .page-nav {
    opacity: 1;
    visibility: visible;
  }
  .nav-trigger {
    display: flex;
  }
  body.open-page-nav .nav-trigger .nav-trigger__icon--hamburger {
    display: none;
  }
  body.open-page-nav .nav-trigger .nav-trigger__icon--close {
    display: block;
  }
  body.open-page-nav .page-nav-walker {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
	Page Navigation
	******************** */
  .page-nav {
    padding-bottom: 12.8rem;
  }
  .page-nav > ul > li {
    padding: 0.8rem !important;
  }
  .page-nav > ul > li:after {
    height: 0.2rem;
    top: 2.8rem;
  }
  .page-nav > ul > li > a {
    font-size: 1.8rem;
  }
  .page-nav > ul > li.contact-mobile {
    margin-bottom: 0.8rem !important;
  }
}
/* ***************
Language
*************** */
.wpml-ls-legacy-dropdown {
  position: relative;
  width: 6rem;
  height: 8rem;
}
.wpml-ls-legacy-dropdown li {
  width: 6rem;
  height: 8rem;
}
.wpml-ls-legacy-dropdown li a {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
  padding-right: 0 !important;
  border: 0px !important;
}
.wpml-ls-legacy-dropdown li.wpml-ls-item-en > a {
  background-image: url('../..//images/flags/flag-en.svg') !important;
}
.wpml-ls-legacy-dropdown li.wpml-ls-item-nl > a {
  background-image: url('../..//images/flags/flag-nl.svg') !important;
}
.wpml-ls-legacy-dropdown > ul {
  width: 2rem;
  height: 2rem;
}
.wpml-ls-legacy-dropdown > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpml-ls-legacy-dropdown > ul > li > ul {
  position: absolute;
  right: 50% !important;
  top: 0 !important;
  left: auto !important;
  border-top: 0px !important;
  visibility: visible !important;
}
.wpml-ls-legacy-dropdown > ul > li > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpml-ls-legacy-dropdown > ul > li > ul > li > a {
  opacity: .5;
  border: 0px !important;
}
body.desktop .wpml-ls-legacy-dropdown > ul > li > ul > li > a:hover {
  opacity: 1;
}
.wpml-ls-legacy-dropdown > ul > li:hover > ul {
  display: block;
}
/* ********************
Main
******************** */
.page-main {
  margin-top: 12rem;
  overflow: hidden;
  display: block;
}
.page-main--topbar {
  margin-top: 14rem;
}
.page-main--countdown {
  position: relative;
  margin-top: 0 !important;
  z-index: 501;
  background: white;
}
.page-main--sticky-countdown {
  margin-top: 12rem !important;
}
@media only screen and (max-width: 1280px) {
  .page-main {
    margin-top: 9.2rem;
  }
  .page-main--sticky-countdown {
    margin-top: 9.2rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .page-main {
    margin-top: 7.2rem;
  }
  .page-main--sticky-countdown {
    margin-top: 7.2rem !important;
  }
}
/* ********************
Page Top
******************** */
.page-top {
  position: relative;
}
.page-top > .grid {
  z-index: 10;
  padding: 0 1.6rem;
  margin-bottom: 12rem;
}
body.page-template-page-contact .page-top > .grid {
  margin-bottom: 0;
}
body.page-id-63 .page-top > .grid,
body.page-id-2271 .page-top > .grid,
body.page-id-6868 .page-top > .grid,
body.page-id-6861 .page-top > .grid,
body.page-id-5699 .page-top > .grid {
  margin-bottom: 0;
}
.page-top + .section--flexible {
  padding-top: 0 !important;
}
.page-top + .section.section__list {
  padding-top: 4.8rem !important;
}
.page-top + .section--articles-events {
  padding-top: 12.8rem !important;
}
.page-top + .section--employer-cta-big {
  padding-top: 0 !important;
}
.page-top--has-countdown {
  margin-bottom: 16rem;
}
body:not(.home) .page-top--has-countdown > .grid {
  width: 50%;
  max-width: 74rem;
  margin-left: calc((100vw - 148rem) / 2);
}
body:not(.home) .page-top--has-countdown > .grid .intro-box {
  width: 100%;
}
@media (max-width: 1480px) {
  body:not(.home) .page-top--has-countdown .grid {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  body:not(.home) .page-top--has-countdown > .grid .intro-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body:not(.home) .page-top--has-countdown {
    margin-bottom: 4rem;
  }
  body:not(.home) .page-top--has-countdown > .grid {
    width: 100%;
  }
  body:not(.home) .page-top--has-countdown > .grid .intro-box {
    width: 100%;
  }
}
.page-top__countdown {
  position: relative;
  display: flex;
}
body:not(.home) .page-top__countdown {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  body:not(.home) .page-top__countdown {
    position: relative;
    bottom: auto;
    right: auto;
  }
  body:not(.home) .page-top__countdown .page-top__countdown-block {
    position: relative;
    right: auto;
    bottom: auto;
    transform: translateY(0);
    width: 100%;
  }
}
.page-top__countdown-title {
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
.page-top__countdown-cta {
  margin-top: 3.6rem;
}
.page-top__countdown-block {
  position: absolute;
  bottom: 0;
  right: 1.6rem;
  min-width: 20rem;
  padding: 4rem 6rem;
  background-color: white;
  z-index: 2;
  transform: translateY(50%);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.page-top__countdown-clock {
  display: flex;
  gap: 2rem;
}
.page-top__countdown-clock .day,
.page-top__countdown-clock .hour,
.page-top__countdown-clock .min,
.page-top__countdown-clock .sec {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: .6rem;
}
.page-top__countdown-clock .day .num,
.page-top__countdown-clock .hour .num,
.page-top__countdown-clock .min .num,
.page-top__countdown-clock .sec .num {
  font-size: 4rem;
  font-weight: 700;
  color: #3a98bd;
}
.page-top__countdown-clock .day .word,
.page-top__countdown-clock .hour .word,
.page-top__countdown-clock .min .word,
.page-top__countdown-clock .sec .word {
  text-transform: uppercase;
}
body.home .page-top--has-bottom {
  margin-bottom: 15.2rem;
}
@media only screen and (max-width: 1024px) {
  body.single-event .page-top > .grid,
  .page-top > .grid body.initiative-template-single-initiative-event {
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
	Page Top
	******************** */
  .page-top > .grid {
    margin-bottom: 4rem;
  }
  body.page-id-63 .page-top > .grid {
    margin-bottom: 4rem;
  }
  body.single-event .page-top > .grid,
  .page-top > .grid body.initiative-template-single-initiative-event {
    height: 18rem;
  }
  .page-top + .section--articles-events {
    padding-top: 0 !important;
  }
  body.home .page-top--has-bottom {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  body.single-event .page-top > .grid,
  .page-top > .grid body.initiative-template-single-initiative-event {
    height: 20rem;
  }
  .page-top__countdown-block {
    padding: 2rem;
    width: calc(100% - 3.2rem);
  }
  .page-top__countdown-title {
    margin-bottom: 1.6rem;
  }
  .page-top__countdown-cta {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 480px) {
  body.single-event .page-top > .grid,
  .page-top > .grid body.initiative-template-single-initiative-event {
    height: 24rem;
  }
}
@media only screen and (max-width: 480px) {
  body.single-event .page-top > .grid,
  .page-top > .grid body.initiative-template-single-initiative-event {
    height: 28rem;
  }
}
/* ********************
Top Slider
******************** */
.top-slider {
  position: relative;
  overflow: hidden;
}
.website--ttt .top-slider {
  pointer-events: none;
}
.top-slider__wrapper {
  position: relative;
}
.top-slider:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(90deg, rgba(34, 34, 34, 0.5) 7%, rgba(38, 38, 38, 0) 60%);
  left: 0;
  top: 0;
  z-index: 1;
}
.top-slider__controls {
  position: absolute;
  display: flex;
  top: -16rem;
  width: 6.8rem;
}
.top-slider__arrow {
  cursor: pointer;
}
.top-slider__arrow--right {
  margin-left: auto;
}
body.website--ttt .top-slider__arrow > img {
  width: 27px;
}
body.website--ttt .top-slider__arrow--right {
  margin-left: 10rem;
}
.top-slider--grey-after:after {
  position: absolute;
  z-index: 10;
  width: 39.8rem;
  height: 12.8rem;
  bottom: 0;
  right: 0;
  content: '';
  background-image: url('../..//images/corner-grey.svg');
  background-repeat: no-repeat;
  background-size: 39.8rem;
  background-position: center center;
}
.website--hightechfund .top-slider:after,
.website--hightechfunds .top-slider:after,
.website--medtechfund .top-slider:after,
.website--imec .top-slider:after {
  display: none;
}
.top-slide {
  height: calc(100vh - 14.4rem);
  max-height: 80rem;
  min-height: 64rem;
}
.top-slide .grid {
  position: relative;
  align-items: center;
  z-index: 5;
  height: 100%;
  padding: 0 1.6rem 9.6rem;
}
.top-slide .grid--center {
  justify-content: center;
}
.top-slide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-slide__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.top-slide__left {
  max-width: 64rem;
}
.top-slide__left--wide {
  max-width: 72rem;
}
.top-slide__left--wider {
  max-width: 82rem;
}
.top-slide__left .item__labels {
  position: relative;
  display: flex;
  left: auto;
  top: auto;
  margin-bottom: 4rem;
}
.top-slide__left .item__label {
  margin-right: 0.8rem;
}
body.website--ttt .top-slide__left.top-slide__left--wider {
  max-width: 100%;
}
body.website--ttt .top-slide__left > p {
  max-width: 82rem;
}
.top-slide__heading {
  font-family: 'FlamaBold';
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-size: 5.4rem;
  line-height: 6.4rem;
}
.top-slide__heading--small {
  font-size: 4.8rem;
  line-height: 5.6rem;
}
body.single-event .top-slide__heading,
body.initiative-template-single-initiative-event .top-slide__heading,
body.single-vacancy .top-slide__heading {
  font-family: 'FlamaMedium';
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 5.6rem;
  text-transform: none;
}
body.website--ttt .top-slide__heading {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
}
body.website--tvalley .top-slide__heading {
  font-family: 'Univers Bold';
  font-weight: normal;
  text-transform: none;
}
.top-slide p {
  position: relative;
  color: white;
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 2.4rem;
  padding-left: 3.2rem;
}
body.website--tvalley .top-slide p {
  font-family: 'Univers Light';
  font-weight: normal;
}
.top-slide p:before {
  position: absolute;
  width: 0.4rem;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background-color: #31c5c6;
}
.top-slide__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-slide__background img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  .top-slide__background img {
    position: absolute;
    width: auto;
    height: auto;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 200rem;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
body.home .top-slide__background:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(90deg, rgba(34, 34, 34, 0.5) 7%, rgba(38, 38, 38, 0) 60%);
  left: 0;
  top: 0;
  z-index: 1;
}
.top-slide__logo {
  margin-top: 4rem;
}
.top-slide__logo img {
  display: block;
  max-height: 6.4rem;
  width: auto;
}
.top-slide.swiper-slide .top-slide__heading {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.top-slide.swiper-slide p {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.top-slide.swiper-slide p:before {
  max-height: 0;
  transition: 0.6s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.top-slide.swiper-slide-active .top-slide__heading {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.top-slide.swiper-slide-active p {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.top-slide.swiper-slide-active p:before {
  max-height: 100%;
}
body.single-event .top-slide .grid,
body.initiative-template-single-initiative-event .top-slide .grid,
body.single-vacancy .top-slide .grid {
  justify-content: center;
  padding-bottom: 7.2rem;
}
body.single-event .top-slide .top-slide__left,
body.initiative-template-single-initiative-event .top-slide .top-slide__left,
body.single-vacancy .top-slide .top-slide__left {
  max-width: 72rem;
}
body.single-event .top-slide .top-slide__background,
body.initiative-template-single-initiative-event .top-slide .top-slide__background,
body.single-vacancy .top-slide .top-slide__background {
  background-color: #000000;
}
body.single-event .top-slide .top-slide__background img,
body.initiative-template-single-initiative-event .top-slide .top-slide__background img,
body.single-vacancy .top-slide .top-slide__background img {
  opacity: .8;
}
body:not(.home) .top-slide {
  height: 64rem;
}
body.search .top-slide {
  height: 32rem;
  min-height: 0;
  background-color: #000000;
}
body.search .top-slide .grid {
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  /* ********************
	Top Slider
	******************** */
  .top-slide__heading {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .top-slide__heading--small {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .top-slide p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 1.6rem;
    padding-left: 1.6rem;
  }
  .top-slide p:before {
    width: 0.2rem;
  }
  body:not(.home) .top-slide {
    height: calc(100vh - 20rem);
    min-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
	Top Slider
	******************** */
  .top-slider:before {
    width: 100%;
    background-image: linear-gradient(45deg, rgba(34, 34, 34, 0.65) 25%, rgba(38, 38, 38, 0) 75%);
  }
  .top-slider:after {
    background-size: 24rem;
    background-position: bottom right;
  }
  .top-slide {
    min-height: 34.4rem;
  }
  body:not(.home) .top-slide {
    height: 32rem;
  }
  body:not(.home) .top-slide .top-slide__left {
    padding-right: 6.4rem;
  }
  .top-slide .grid {
    padding-bottom: 3.2rem;
  }
  body:not(.home) .top-slide .grid {
    align-items: flex-end;
  }
  .top-slide p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .top-slide__left .item__labels {
    margin-bottom: 1.6rem;
  }
  .top-slide__heading {
    font-size: 2.2rem !important;
    line-height: 3rem !important;
  }
  body.single-event .top-slide .grid,
  body.initiative-template-single-initiative-event .top-slide .grid {
    padding-bottom: 3.2rem;
  }
}
/* ********************
Breadcrumbs
******************** */
.breadcrumbs-wrapper {
  position: absolute;
  top: 4rem;
  left: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper {
    top: 2.4rem;
  }
}
.breadcrumbs-wrapper .breadcrumbs {
  font-size: 1.2rem;
}
.breadcrumbs-wrapper .breadcrumbs span {
  color: rgba(255, 255, 255, 0.3);
}
.breadcrumbs-wrapper .breadcrumbs span.breadcrumb_last {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs-wrapper .breadcrumbs a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
body.desktop .breadcrumbs-wrapper .breadcrumbs a:hover {
  color: white;
}
/* ********************
Intro Box
******************** */
.intro-box {
  position: relative;
  background-color: #e9e7eb;
  padding: 4.8rem 6.4rem 4.8rem 0;
  width: 50%;
  margin-top: -14.4rem;
}
.intro-box:before {
  position: absolute;
  width: 200rem;
  left: -200rem;
  height: 100%;
  background-color: #e9e7eb;
  top: 0;
  content: '';
}
.intro-box .button--scroll-to {
  display: inline-flex;
  padding: 0;
  padding-left: 2.4rem;
  transition: all 0.2s ease-in-out;
  color: #000000 !important;
}
.intro-box .button--scroll-to span {
  background: #2badad;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 100%;
  margin-left: 2.4rem;
  order: 2;
}
.intro-box .button--scroll-to span svg {
  transform: rotate(-90deg);
}
.intro-box .button--scroll-to.button--external-link span svg {
  transform: rotate(-90deg);
}
.intro-box .scroll-to {
  position: absolute;
  right: -2.4rem;
  bottom: -2.4rem;
}
.intro-box .testimonial__profile {
  margin-top: -9.2rem;
}
.intro-box .testimonial__quote {
  text-align: left !important;
  position: relative;
  font-size: 2.6rem;
  line-height: 3.6rem;
  padding-top: 4rem;
  color: #000000;
}
.intro-box .testimonial__quote:before {
  position: absolute;
  top: -4.4rem;
  left: 2.9rem;
}
.intro-box .testimonial__author {
  text-align: left !important;
  padding: 2.4rem 0 0 0;
  border-top: none;
  background: transparent;
}
.intro-box .testimonial__name {
  font-family: 'Flama';
  font-weight: normal;
  color: #000000;
}
.intro-box .tabs__top {
  position: relative;
  top: -4rem;
}
.intro-box__event {
  margin-right: 2rem;
}
.intro-box__event-details {
  display: flex;
  align-items: center;
}
.intro-box__event-details > div {
  padding: 0 2.4rem;
}
.intro-box__event-label {
  position: relative;
  color: #31c5c6 !important;
  font-size: 1.6rem;
}
.intro-box__event-label--past {
  text-align: center !important;
  position: absolute;
  top: 0;
  left: 4.8rem;
  margin-bottom: 1.6rem;
  background-color: #d81e06;
  color: white;
  font-size: 1.4rem;
  height: 3.2rem;
  padding: 0 1.2rem !important;
  display: inline-block;
  line-height: 3.2rem;
}
.intro-box__event-detail {
  font-family: 'FlamaMedium';
  font-weight: 500;
  margin-top: 0.8rem;
  color: white;
  font-size: 1.6rem;
}
.intro-box__ecosystem-icon {
  position: absolute;
  right: 3.2rem;
  top: 3.2rem;
}
.intro-box__ecosystem-icon svg {
  width: 4.8rem;
  height: 4.8rem;
}
.intro-box__event-actions {
  padding: 0 1.6rem;
}
.intro-box__event-actions .row {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 2rem;
}
.intro-box__event-actions .button--calendar {
  position: relative;
  display: flex;
  border-radius: 0 !important;
  justify-content: center;
  align-items: center;
  background-image: none !important;
  width: 4.8rem;
  margin-right: 1.6rem;
  padding: 0 !important;
  transition: all 0.4s ease;
  cursor: pointer;
}
.intro-box__event-actions .button--calendar svg {
  margin-left: 0.6rem;
  margin-top: 0.2rem;
}
.intro-box__event-actions .button--calendar .addeventatc_icon {
  display: none !important;
}
body.desktop .intro-box__event-actions .button--calendar:hover .add-to-calendar {
  display: block;
}
body.desktop .intro-box__event-actions .button--calendar:hover path:nth-child(2) {
  fill: white;
  transition: all 0.4s ease;
}
.intro-box__event-actions .add-to-calendar {
  position: absolute;
  display: none;
  background-color: #e9e7eb;
  width: 20rem;
  left: 50%;
  margin-left: -10rem;
  bottom: calc(100% + 0.8rem);
}
.intro-box__event-actions .add-to-calendar:before {
  position: absolute;
  width: 100%;
  height: 0.8rem;
  content: '';
  bottom: -0.8rem;
  left: 0;
}
.intro-box__event-actions .add-to-calendar:after {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1rem;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #e9e7eb transparent transparent transparent;
  content: '';
  left: 50%;
  margin-left: -1.2rem;
}
.intro-box__event-actions .add-to-calendar .add-to-calendar-checkbox {
  display: none;
}
.intro-box__event-actions .add-to-calendar a {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.75);
  display: block !important;
  text-decoration: none;
  padding: 1rem 1.6rem;
  border-bottom: 0.1rem solid #d0cbd4;
}
.intro-box__event-actions .add-to-calendar a:before {
  display: none !important;
}
body.desktop .intro-box__event-actions .add-to-calendar a:hover {
  color: #d81e06;
}
body.page-template-page-contact .intro-box {
  padding-top: 0;
  width: 100%;
  max-width: 96rem;
}
.intro-box--event {
  background-color: #000000;
  width: 100% !important;
  max-width: 100rem;
  height: 15.2rem;
  margin: -7.2rem auto;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro-box--event:before {
  display: none;
}
.intro-box--black,
.intro-box--full-black {
  background-color: rgba(0, 0, 0, 0.8);
}
.intro-box--black:before,
.intro-box--full-black:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.intro-box--black .editor .subtitle,
.intro-box--full-black .editor .subtitle {
  font-family: 'FlamaMedium';
  font-weight: 500;
  display: flex;
  color: #31c5c6;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
.intro-box--black .editor h2,
.intro-box--full-black .editor h2 {
  color: white;
  font-style: italic;
  margin-bottom: 1.6rem;
}
body.website--ttt .intro-box--black .editor h2,
body.website--ttt .intro-box--full-black .editor h2 {
  color: white;
}
.intro-box--black .editor p,
.intro-box--full-black .editor p {
  color: white;
  margin-bottom: 0;
}
.intro-box--full-black {
  background-color: black;
  color: white;
}
.intro-box--full-black h1,
.intro-box--full-black h2,
.intro-box--full-black h3,
.intro-box--full-black h4,
.intro-box--full-black h5,
.intro-box--full-black h6 {
  color: white !important;
  margin-bottom: 1.6rem !important;
}
.intro-box--full-black .editor {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.intro-box--full-black:before {
  background-color: black;
}
.intro-box--on-front {
  z-index: 2;
}
.intro-box--white {
  background-color: #ffffff;
}
.intro-box--white:before {
  background-color: #ffffff;
}
.intro-box--white .editor .subtitle {
  font-family: 'FlamaMedium';
  font-weight: 500;
  display: flex;
  color: #31c5c6;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
.intro-box--white .editor h2 {
  font-style: italic;
  margin-bottom: 1.6rem;
}
.intro-box--white .editor p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .intro-box {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
	Intro Box
	******************** */
  .intro-box {
    width: 100%;
    padding: 0.8rem 0;
    margin-top: 1.6rem;
  }
  .intro-box:before {
    display: none;
  }
  .intro-box .scroll-to {
    display: none;
  }
  .intro-box .tabs__top {
    top: 0;
  }
  .intro-box .tabs__trigger {
    padding: 0.4rem 1.6rem 0;
    margin: 0 0.4rem;
    width: 50%;
  }
  .intro-box .tabs__trigger h4 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .intro-box .tabs__trigger h5 {
    margin-top: -1.6rem;
    font-size: 1rem;
  }
  .intro-box .tabs__tab .editor {
    flex-basis: 100%;
  }
  .intro-box .tabs__tab .editor h3 {
    margin-bottom: 1.6rem;
  }
  .intro-box .tabs__tab .editor p {
    margin-bottom: 1.6rem;
  }
  .intro-box--event {
    background-color: #000000;
    flex-wrap: wrap;
    height: auto;
  }
  .intro-box__event-label {
    font-size: 1.2rem;
  }
  .intro-box__event-detail {
    font-size: 1.4rem;
  }
  .intro-box__event-actions {
    width: 100%;
    padding: 1.6rem;
  }
  .intro-box__event-actions .button--red {
    flex-grow: 1;
  }
  .intro-box__event-details {
    flex-wrap: wrap;
  }
  .intro-box__event-details > div {
    min-width: 50%;
    padding: 0.8rem 1.6rem;
  }
  .intro-box__ecosystem-icon {
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
  }
  .intro-box__ecosystem-icon svg {
    width: 3.2rem;
    height: 3.2rem;
  }
  .intro-box--white .editor {
    padding-right: 6.4rem;
  }
  .intro-box--white .editor h2 {
    font-size: 2.4rem;
    color: white;
  }
  .intro-box--white .editor h2 br {
    display: none;
  }
  .intro-box--white .editor p {
    color: white;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .intro-box--white .editor .subtitle {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .page-top > .grid {
    padding: 0;
  }
  .page-top > .grid .intro-box {
    margin-top: 0;
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .intro-box .testimonial__profile {
    margin-top: -4rem;
  }
  .intro-box .testimonial__quote {
    padding-top: 3.2rem;
  }
  .intro-box--black {
    padding-bottom: 2.4rem;
  }
  .intro-box--black .editor h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 0.8rem;
  }
  .intro-box--black .editor .subtitle {
    margin-bottom: 0.8rem;
  }
  .intro-box--black .editor p {
    margin-bottom: 0 !important;
  }
  .intro-box__event-actions {
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
  .intro-box__event-actions .row {
    flex-flow: column nowrap;
  }
  .intro-box__event-actions .row .button--calendar {
    margin-bottom: 1rem;
  }
  .intro-box__event-actions .row .intro-box__event {
    margin-bottom: 1rem;
  }
}
/* ********************
Scroll To
******************** */
.scroll-to {
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #000000;
  background-color: white;
}
body.desktop .scroll-to:hover {
  background-color: #000000;
}
body.desktop .scroll-to:hover svg path {
  fill: white;
}
/* ********************
Filter Box
******************** */
.filter-box {
  background-color: #31c5c6;
  width: 60rem;
  height: 22rem;
  background-image: url('../..//images/Novel-T-3D-white.svg');
  background-repeat: no-repeat;
  background-size: 38rem;
  background-position: top -12.8rem right;
}
.filter-box--front-page {
  position: absolute;
  top: -11rem;
}
.filter-box--cta {
  position: absolute;
  height: auto;
  transform: translateY(-50%);
}
.filter-box--cta .gform_wrapper {
  margin-bottom: 0rem !important;
}
.filter-box__inner {
  padding: 4rem 4.8rem 4.8rem;
}
.filter-box__heading {
  position: relative;
  font-family: 'FlamaMedium';
  font-weight: 500;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: white;
  margin-bottom: 3.6rem;
}
.filter-box__heading:hover .filter-box__tooltip-box {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, -50%);
}
.filter-box__tooltip {
  position: absolute;
  font-family: 'FlamaBold';
  font-weight: 700;
  cursor: default;
  background-color: rgba(69, 156, 157, 0.6);
  color: white;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 1.2rem;
  top: 0;
  right: -2.9rem;
}
.filter-box__tooltip--top {
  right: 5.2rem;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.2);
}
.filter-box__tooltip-box {
  position: absolute;
  display: inline-block;
  font-family: 'Flama';
  font-weight: normal;
  background: #000000;
  color: white;
  padding: 1.8rem 2.4rem;
  font-size: 1.4rem;
  top: 50%;
  transform: translate(0%, -45%);
  right: -35rem;
  width: 30rem;
  line-height: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.filter-box__tooltip-box:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.5rem;
  transform: translate(0, -50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  background: #000000;
}
.filter-box__tooltip-box--top {
  background: #31c5c6;
  z-index: 999999;
}
.filter-box__tooltip-box--top:before {
  background: #31c5c6;
}
@media only screen and (max-width: 1440px) {
  body.page-id-63 .filter-box {
    top: 2.4rem;
    width: 80rem;
    max-width: calc(100% - 3.2rem);
  }
}
@media only screen and (max-width: 1024px) {
  body.page-id-63 .filter-box {
    top: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .filter-box--front-page {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 2.4rem;
    height: auto;
  }
  .filter-box--cta {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 2.4rem;
    height: auto;
    transform: translateY(0);
  }
  .filter-box--cta .gform_button {
    width: 100%;
  }
  .filter-box__inner {
    padding: 2.4rem;
  }
  .filter-box__heading {
    margin-bottom: 2.4rem;
  }
  .filter-box__tooltip-box {
    width: 30rem;
    left: 0;
    top: -4.4rem;
    text-align: center;
  }
  .filter-box__tooltip-box:before {
    display: none;
  }
}
.content-filter {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 10;
}
.content-filter__select {
  height: 6rem;
  background-color: rgba(69, 156, 157, 0.6);
  color: white;
  font-size: 1.6rem;
  background-image: url('../..//images/icons/chevron-down-white.svg');
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center right 2.4rem;
  border: none;
  border-radius: 0;
  flex-grow: 1;
  text-transform: lowercase;
}
.content-filter__button {
  display: none !important;
  height: 6rem !important;
  border: none;
  width: 10.4rem;
  font-size: 1.6rem !important;
  background-color: white !important;
  color: #000000 !important;
  cursor: pointer;
}
.content-filter--small {
  width: 28rem;
  margin-left: 4rem;
}
.content-filter--small .content-filter__select {
  height: 4.8rem;
  background-color: #000000;
  border: 0.1rem solid white;
}
.content-filter--small .content-filter__button {
  height: 4.8rem !important;
  width: 8rem;
}
.content-filter--loading + .content-filter__button {
  background-image: url('../..//images/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14rem;
  color: rgba(255, 255, 255, 0) !important;
}
.content-filter .filter-box__tooltip:hover .filter-box__tooltip-box {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 1400px) {
  /* ********************
	Filter Box
	******************** */
  .content-filter--small {
    width: 24rem;
  }
  .content-filter--small .content-filter__select {
    font-size: 1.4rem;
    padding: 0 1.6rem;
  }
}
@media only screen and (max-width: 1280px) {
  /* ********************
	Filter Box
	******************** */
  .content-filter--small {
    position: fixed;
    top: 9.2rem;
    right: 0;
    width: 28rem;
    margin: 0;
    height: 5.6rem;
    padding: 0 1.6rem;
    background-color: #000000;
  }
  .content-filter--small .content-filter__select {
    width: 100%;
    height: 4rem;
    padding-right: 4.8rem;
    text-overflow: ellipsis;
  }
  .content-filter--small .filter-box__tooltip--top {
    right: 6.6rem;
    top: 1.9rem;
  }
  .content-filter--small .filter-box__tooltip--top .filter-box__tooltip-box {
    right: -5rem;
    left: inherit;
    bottom: -10rem;
    top: unset;
    height: 80px;
    display: block;
    transform: none;
  }
  .content-filter--small .filter-box__tooltip--top .filter-box__tooltip-box:before {
    top: -0.5rem;
    right: 5.6rem;
    left: inherit;
    transform: translate(0%, 0%) rotate(45deg);
  }
  .content-filter .filter-box__tooltip:hover .filter-box__tooltip-box {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, -19%);
  }
}
@media only screen and (max-width: 991px) {
  /* ********************
	Filter Box
	******************** */
  .content-filter--small {
    top: 0;
    right: 18.4rem;
    margin: 0;
    height: 7.2rem;
    align-items: center;
  }
  .content-filter--small .filter-box__tooltip--top {
    top: 3.6rem;
  }
  .content-filter--small .filter-box__tooltip--top .filter-box__tooltip-box {
    bottom: -10rem;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
	Filter Box
	******************** */
  .content-filter--small {
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    top: auto;
    right: 0;
    width: 100%;
    margin: 0;
    height: 7.2rem;
    background-color: #0d0d0d;
    z-index: 10000;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  body.open-page-nav .content-filter--small {
    opacity: 1;
    visibility: visible;
  }
}
/* ********************
Lots
******************** */
.section--available-lots .lots {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: start;
}
.section--available-lots .lots:after {
  display: block;
  content: " ";
  margin: 45px;
  flex: 999 999 auto;
}
.section--available-lots .lots .lot {
  flex: 1 1 33%;
}
.section--available-lots .lots .lot-content {
  margin: 0 0 45px 45px;
  padding: 30px;
  background-color: #e9e7eb;
}
.section--available-lots .lots .lot-content h4 {
  color: #7F3F98;
  font-size: 2.0rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.section--available-lots .lots .lot-content p {
  line-height: 1.8em;
}
.section--available-lots .lots .lot-content p:first-of-type {
  line-height: 1.8em;
  display: inline-block;
}
/* ********************
Section
******************** */
.single-service section.section--single-column {
  padding: 0;
  padding-top: 3rem;
}
.single-service .event-navigation {
  max-width: 32rem;
  left: 0;
  padding-left: 3rem;
  z-index: 11;
}
.single-service .event-navigation:before {
  display: none;
}
.single-service .event-navigation li {
  line-height: 2rem;
  padding: 0.6rem 0rem;
}
.single-service .event-navigation li a.anchor--active:before {
  height: 100%;
}
@media (max-width: 1280px) {
  .single-service .event-navigation {
    display: none;
  }
}
.section {
  padding: 12.8rem 0 4.8rem;
}
.section--gray + .section--flexible {
  padding-top: 4.8rem !important;
}
.section--employer-cta-big {
  overflow: hidden;
  padding-bottom: 0;
}
.section--employer-cta-big .grid {
  position: relative;
}
.section--employer-cta-big .grid:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #e9e7eb;
  height: 100%;
  width: 100rem;
  transform: translateX(100rem);
}
.section--available-lots + .section--employer-cta-big {
  padding-top: 0;
}
.section--gray {
  background-color: #e9e7eb;
}
.section--narrow {
  max-width: 80%;
  margin: 0 auto;
}
.section--no-padding-bottom {
  padding-bottom: 0 !important;
}
.section--no-padding-top {
  padding-top: 0 !important;
}
.section--intro-box > .grid {
  padding: 0 1.6rem;
}
.section--intro-box .intro-box {
  margin-top: -20rem;
  z-index: 10;
}
.section--business-fase {
  padding: 8rem 0 4.8rem;
}
.section--business-fase .section__titles {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.section--business-fase .section__titles br {
  display: none;
}
.section--business-fase .section__titles .section__title {
  padding-right: 2.4rem;
}
.section--business-fase .employer-cta {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.section--business-fase .business-fase__button-bar,
.section--business-fase .business-fase__content {
  padding: 3.2rem;
  max-width: 50%;
  width: 100%;
  flex-basis: 50%;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.section--business-fase .business-fase__button-bar + .tiles-slider,
.section--business-fase .business-fase__content + .tiles-slider {
  margin-top: 0;
}
.section--business-fase .business-fase__button-bar .button,
.section--business-fase .business-fase__content .button {
  width: fit-content;
}
@media only screen and (max-width: 1280px) {
  .section--business-fase .section__titles,
  .section--business-fase .employer-cta {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.section__titles {
  width: 100%;
  padding: 0 1.6rem;
  margin-bottom: 3.2rem;
}
.section__titles--center {
  text-align: center !important;
  margin-bottom: 3.2rem;
}
body.page-template-page-over-ons .section__titles--center {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-over-ons .section__titles--center {
    margin-bottom: 0rem;
  }
}
.section__titles--auto-width {
  width: auto;
}
.section__titles--flex {
  align-items: center;
  display: flex;
}
.section__titles p {
  max-width: 64rem;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.section__titles + .button-wrapper {
  margin-left: auto;
  padding-right: 1.6rem;
}
.section__title {
  font-family: 'FlamaMedium';
  font-weight: 500;
  color: #000000;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-style: italic;
}
body.website--tvalley .section__title {
  font-family: 'Univers Bold';
  font-weight: normal;
  text-transform: none;
}
.section__title--big {
  font-family: 'FlamaBold';
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
body.website--tvalley .section__title--big {
  font-family: 'Univers Bold';
  font-weight: normal;
}
.section__title--align-left {
  margin-left: 0;
  margin-right: 0;
}
.section__title--italic {
  font-family: 'FlamaBold';
  font-weight: 700;
  position: relative;
  font-size: 3.2rem;
  line-height: 4rem;
  font-style: italic;
  padding-left: 3.2rem;
  display: inline-flex;
}
.section__title--italic:before {
  position: absolute;
  content: "";
  width: 0.8rem;
  left: 0;
  height: 100%;
  background: #31c5c6;
}
.section__sub-title {
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  color: #9aaebe;
}
.section__sub-title--red {
  color: #d81e06;
}
.section__sub-title--red + .section__title--big {
  margin-top: 2.4rem;
}
.section__content {
  width: 100%;
  padding: 0 1.6rem;
}
.section--work-with-us {
  padding-bottom: 0rem;
}
.section--carousel .grid {
  padding: 0;
}
.section--programme + .section--gray {
  margin-top: 0 !important;
}
.column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.6rem;
}
.column-center .editor {
  text-align: center !important;
  width: 100%;
  max-width: 700px;
}
.column-center .section__image {
  margin-top: 6rem;
  margin-bottom: 8rem;
  max-height: 40rem;
  overflow: hidden;
}
.column-center .section__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.column-center .scroll-to {
  position: relative;
}
.column-center .scroll-to:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 0.1rem;
  background: black;
  opacity: 0.1;
  z-index: -1;
}
.column-center .editor {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  /* ********************
	Section
	******************** */
  .section {
    padding: 6.4rem 0 4rem;
  }
  .section__title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .section__title--italic br {
    display: none;
  }
  .section__titles {
    margin-bottom: 0;
  }
  .section__titles--center {
    margin-bottom: 3.2rem;
  }
  .section__titles p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .section__titles--auto-width + .button-wrapper {
    display: none;
  }
  .section--intro-box {
    padding: 0;
    height: 0;
  }
  .section--intro-box .intro-box {
    margin-top: 0;
    transform: translateY(-100%);
  }
  .section--intro-box .intro-box p {
    margin-bottom: 2.4rem;
  }
  .section--business-fase {
    padding: 4rem 0;
  }
}
/* ********************
Items
******************** */
.items {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.items > .item {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  max-width: 25%;
}
.items > .item--location {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
}
.items--no-flex {
  display: block;
}
.items--1-2 {
  width: 50%;
}
.items--1-2 > .item {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
}
.items--1-2 .item {
  min-width: 50%;
  max-width: 50%;
}
body.page-id-2271 .items--1-2 .item--event,
body.page-id-6868 .items--1-2 .item--event,
body.page-id-6861 .items--1-2 .item--event,
body.page-id-63 .items--1-2 .item--event {
  min-width: auto;
}
.items--1-3 > .item {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  max-width: 33.33333%;
}
.items--120 {
  max-width: 120rem;
  margin: 0 auto;
}
.items--partners {
  width: calc(100% + 16rem);
  margin: 4rem 0 2.4rem -8rem;
  border-top: 0.1rem solid #e9e7eb;
}
.items--partners .item__inner {
  min-height: 16rem;
}
.items--slider {
  justify-content: flex-start;
}
.items--slider .swiper-container {
  margin: 0;
  width: 100%;
}
.items--logos {
  margin: 4rem 0;
}
.items--justify-start {
  justify-content: flex-start;
}
.items--videos {
  width: calc(100% + 16rem);
  margin: 2.4rem 0 0 -6.4rem;
}
.button-group {
  display: flex;
  width: 100%;
  padding: 0 1.6rem;
  margin-top: 3.2rem;
}
.button-group .button {
  background: transparent;
}
.button-group--row {
  flex-direction: row;
}
.button-group--space-between {
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  body.page-id-2271 .items--1-2,
  body.page-id-6868 .items--1-2,
  body.page-id-6861 .items--1-2,
  body.page-id-63 .items--1-2 {
    width: 100%;
  }
  body.page-id-2271 .items--1-2 .swiper-container,
  body.page-id-6868 .items--1-2 .swiper-container,
  body.page-id-6861 .items--1-2 .swiper-container,
  body.page-id-63 .items--1-2 .swiper-container {
    width: 100%;
  }
}
.items-slider__bottom {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 3.2rem;
  padding: 0 1.6rem;
}
.items-slider__bottom .button {
  background: transparent;
}
.items-slider__bottom--events {
  justify-content: flex-end;
}
.items-slider__controls {
  display: flex;
  width: 6.8rem;
}
.items-slider__controls + .button {
  left: auto;
  right: 1.6rem;
}
.items-slider__arrow {
  cursor: pointer;
}
.items-slider__arrow--right {
  margin-left: auto;
}
.items-slider__arrow.swiper-button-disabled {
  opacity: .2;
  pointer-events: none;
}
.items-slider--has-bottom {
  padding-bottom: 3.2rem;
}
.items--1-4 .item {
  min-width: 25%;
  padding: 1.6rem !important;
}
@media only screen and (max-width: 768px) {
  .items--1-2 .item {
    min-width: 100%;
    max-width: 100% !important;
  }
  .items--speakers {
    padding-top: 4rem;
  }
}
.item {
  position: relative;
  display: flex;
  padding: 1.6rem;
  z-index: 2;
  /* ****************
	Service
	**************** */
  /* ****************
	Event
	**************** */
  /* ****************
	Location
	**************** */
  /* ****************
	Partner
	**************** */
  /* ****************
	Logo
	**************** */
  /* ****************
	Person
	**************** */
  /* ****************
	Article
	**************** */
}
.item__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}
body.desktop .item__inner:hover .item__box {
  transform: translateY(-2.4rem);
}
body.desktop .item__inner:hover .item__label--past {
  transform: translateY(-2.4rem);
}
body.desktop .item__inner--no-hover:hover .item__box {
  transform: translateY(0) !important;
}
.item__linkedin-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  top: 20px;
  width: 48px;
  height: 48px;
  background: white;
  transition: all 0.2s ease-in-out;
}
body.desktop .item__linkedin-icon:hover {
  background: #0077B5;
}
body.desktop .item__linkedin-icon:hover svg path {
  fill: white;
}
@media only screen and (max-width: 1280px) {
  .item__linkedin-icon {
    max-width: 48px !important;
  }
  body.desktop .item__linkedin-icon:hover {
    background: white;
    transform: translateY(-3px);
  }
  body.desktop .item__linkedin-icon:hover svg path {
    fill: #0077B5;
  }
}
.item__mail-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  top: 75px;
  width: 48px;
  height: 48px;
  background: white;
  transform: translateY(0px);
  transition: all 0.2s ease-in-out;
}
body.desktop .item__mail-icon:hover {
  transform: translateY(-3px);
}
.item__mail-icon svg {
  transform: scale(1.1);
}
.item__mail-icon--new {
  width: 260px;
  justify-content: space-between;
  /* padding: 0px 25px; */
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  max-width: 48px;
  transition-delay: .2s;
}
body.desktop .item__mail-icon--new:hover {
  transform: translateY(0px);
  max-width: 280px;
  transition-delay: 0s;
}
body.desktop .item__mail-icon--new:hover span {
  opacity: 1;
  visibility: visible;
  transition-delay: .2s;
}
.item__mail-icon--new svg {
  position: absolute;
  right: 18px;
}
.item__mail-icon--new span {
  color: #9aaebe;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  padding-left: 20px;
  transition-delay: 0s;
}
.item__contact {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  z-index: 10;
}
.item__contact a {
  position: relative;
  margin-bottom: 0.8rem;
  top: auto;
  right: auto;
  margin-left: auto;
}
.item__phone-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  top: 130px;
  width: 48px;
  height: 48px;
  background: white;
  transform: translateY(0px);
  transition: all 0.2s ease-in-out;
}
body.desktop .item__phone-icon:hover {
  transform: translateY(-3px);
}
.item__phone-icon--new {
  width: 260px;
  justify-content: space-between;
  /* padding: 0px 25px; */
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  max-width: 48px;
  transition-delay: .2s;
}
body.desktop .item__phone-icon--new:hover {
  transform: translateY(0px);
  max-width: 280px;
  transition-delay: 0s;
}
body.desktop .item__phone-icon--new:hover span {
  opacity: 1;
  visibility: visible;
  transition-delay: .2s;
}
.item__phone-icon--new svg {
  position: absolute;
  right: 18px;
}
.item__phone-icon--new span {
  color: #9aaebe;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  padding-left: 20px;
  transition-delay: 0s;
}
.item__labels {
  position: absolute;
  top: 3.2rem;
  left: 4rem;
}
.item__label {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #31c5c6;
  border-radius: 1.2rem 0.4rem 0.4rem 1.2rem;
  padding: 0 0.8rem 0 2.4rem;
  margin-bottom: 0.8rem;
  height: 2.4rem;
  color: white;
  font-size: 1.2rem;
}
.item__label:before {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: white;
  border-radius: 0.2rem;
  content: '';
  top: 50%;
  margin-top: -0.2rem;
  left: 1.2rem;
}
.item__label--past {
  position: absolute;
  background-color: #d81e06;
  color: white;
  font-size: 1.4rem;
  height: 3.2rem;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  bottom: 8.8rem;
  right: 0;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.item__thumbnail {
  position: relative;
  z-index: -3;
  overflow: hidden;
  height: 100%;
  max-height: 350px;
}
body.page-id-2271 .item__thumbnail,
body.page-id-6868 .item__thumbnail,
body.page-id-6861 .item__thumbnail,
body.page-id-63 .item__thumbnail {
  height: 34.5rem;
}
.item__thumbnail img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  .item__thumbnail img {
    position: relative;
    width: 100%;
    min-height: 100%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
.item__thumbnail--reverse .item__linkedin-icon {
  top: 75px;
}
.item__thumbnail--reverse .item__mail-icon {
  top: 20px;
}
.item__thumbnail--video::before {
  content: '';
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
}
.item__thumbnail .play-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.item__thumbnail .play-icon svg {
  width: 100%;
  height: 100%;
}
.item__box {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: -4rem 3.8rem 0 0;
  background-color: white;
  padding: 2.4rem 3.2rem;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.item__box--gray {
  background-color: #e9e7eb;
}
.grid--narrow .item__box {
  padding: 1.2rem 1.6rem;
}
.item__sub-title {
  font-size: 1.4rem;
  color: #9aaebe;
  line-height: 2.2rem;
}
.item__title {
  font-family: 'Flama';
  font-weight: normal;
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
body.website--tvalley .item__title {
  font-family: 'Univers Light';
  font-weight: normal;
}
.item__excerpt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.55);
}
.item__event-details {
  font-family: 'FlamaMedium';
  font-weight: 500;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  padding: 0;
  width: 100%;
  color: #9aaebe;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
body.website--tvalley .item__event-details {
  font-family: 'Univers Bold';
  font-weight: normal;
}
.item__event-date {
  padding-right: 1.2rem;
  margin-right: 1.2rem;
}
.item__event-time {
  font-family: 'FlamaBold';
  font-weight: 700;
  min-width: 8rem;
  margin-left: auto;
}
body.website--tvalley .item__event-time {
  font-family: 'Univers Bold';
  font-weight: normal;
}
.item__buttons {
  position: absolute;
  width: 4rem;
  top: 3.2rem;
  right: 3.2rem;
}
.item__buttons a {
  width: 4rem;
  height: 4rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}
body.desktop .item__phone:hover {
  background-color: #000000;
}
body.desktop .item__phone:hover svg path {
  fill: white;
}
body.desktop .item__mail:hover {
  background-color: #000000;
}
body.desktop .item__mail:hover svg path {
  fill: white;
}
body.desktop .item__linkedin:hover {
  background-color: #007bb5;
}
body.desktop .item__linkedin:hover svg path {
  fill: white;
}
.item__description {
  position: absolute;
  left: 50%;
  bottom: 6.2rem;
  transform: translateX(-50%) translateY(100%);
  width: 100%;
  max-width: 45rem;
  background-color: #e9e7eb;
  padding: 1.6rem;
  border: 1px solid #dcd9df;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease, bottom .2s ease;
}
.item__description > p {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.item__event-label {
  position: absolute;
  left: 3.2rem;
  align-items: flex-end;
  justify-content: center;
  background: #d81e06;
  width: 5.6rem;
  height: 7.2rem;
  display: flex;
  padding-bottom: 2rem;
}
.item__event-label svg {
  width: 1.8rem;
  height: 2rem;
}
.item:hover .item__description {
  opacity: 1;
  visibility: visible;
  bottom: 5.2rem;
}
.item--service {
  margin-bottom: 4rem;
}
body.page-template-page-business-fase .item--service {
  margin-bottom: 0;
}
.item--service .item__title {
  font-family: 'FlamaMedium';
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
body.website--tvalley .item--service .item__title {
  text-transform: none;
  font-family: 'Univers Bold';
  font-weight: normal;
}
.item--service .item__thumbnail {
  height: 26rem;
}
.item--service .item__thumbnail--big {
  height: 32rem;
}
.item--event .item {
  /*
                        &__sub-title {
                            position: absolute;
                            bottom: 0;
                        }
            */
}
.item--event .item__title {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 0.8rem;
}
body.page-id-2271 .item--event .item__box,
body.page-id-6868 .item--event .item__box,
body.page-id-6861 .item--event .item__box,
body.page-id-63 .item--event .item__box {
  background-color: #e9e7eb;
}
.item--location {
  max-width: 33.3333%;
  flex-basis: 33.3333%;
  width: 33.3333%;
}
.item--partner {
  padding: 0;
  border-right: 0.1rem solid #e9e7eb;
  border-bottom: 0.1rem solid #e9e7eb;
}
.item--partner:nth-child(4n-3) {
  border-left: 0.1rem solid #e9e7eb;
}
.item--partner .item__inner {
  padding: 3.2rem;
  justify-content: center;
  align-items: center;
}
.item--partner .item__logo img {
  display: block;
  max-width: 100%;
  max-height: 9.6rem;
}
.item--logo .item__inner {
  background-color: white;
  border: 0.1rem solid rgba(233, 231, 235, 0.7);
  justify-content: center;
  align-items: center;
  padding: 4rem 2.4rem;
}
.item--logo .item__logo img {
  display: block;
  max-height: 16rem;
  max-width: 16rem;
}
.item--person {
  position: relative;
  flex-basis: 25%;
}
.item--person .item__thumbnail {
  z-index: 1;
  background-color: #e9e7eb;
  min-height: 13rem;
}
.item--person .item__box {
  z-index: 2;
}
.item--article .item__box {
  padding: 2.4rem 3.2rem;
}
body.page-id-2271 .item--article .item__box,
body.page-id-6868 .item--article .item__box,
body.page-id-6861 .item--article .item__box,
body.page-id-63 .item--article .item__box {
  margin: -4rem 0 0 0;
}
.item--article .item__title {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 1280px) {
  /* ********************
	Items
	******************** */
  .items > .item {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    max-width: 33.33333%;
  }
  body.page-id-2271 .item--article .item__box,
  body.page-id-6868 .item--article .item__box,
  body.page-id-6861 .item--article .item__box,
  body.page-id-63 .item--article .item__box {
    background: #e9e7eb;
  }
  .items-slider__bottom {
    justify-content: center;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .items--slider {
    display: flex;
  }
  .items-slider {
    margin: 0 1.6rem;
  }
}
@media only screen and (max-width: 1180px) {
  .items--videos {
    width: 100%;
    margin: 2.4rem 0 0 0;
  }
  .item--partner:nth-child(4n-3) {
    border-left: none;
  }
  .item--partner:nth-child(3n-2) {
    border-left: 0.1rem solid #e9e7eb;
  }
}
@media only screen and (max-width: 900px) {
  .items > .item {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
  }
  .items > .item--location {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
  }
  .item--partner:nth-child(2n-3) {
    border-left: 0.1rem solid #e9e7eb;
  }
  .item--partner:nth-child(3n-2) {
    border-left: none;
  }
  .items-slider__bottom {
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  /* ********************
	Items
	******************** */
  .items--1-2 {
    width: 100%;
  }
  .items--1-2 + .items--1-2 {
    margin-top: 8rem;
  }
  body.page-id-2271 .items--1-2 + .items--1-2,
  body.page-id-6868 .items--1-2 + .items--1-2,
  body.page-id-6861 .items--1-2 + .items--1-2,
  body.page-id-63 .items--1-2 + .items--1-2 {
    margin-top: 4rem;
  }
  .items--videos {
    padding: 0 0.8rem;
  }
  .items > .item {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
  .items > .item--video {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
    padding: 0.8rem;
  }
  .items > .item--location {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
  .item {
    /* ****************
		Partner
		**************** */
    /* ****************
		Logo
		**************** */
  }
  .item__sub-title {
    margin-bottom: 0.8rem;
  }
  .item__title {
    margin-bottom: 1.6rem;
  }
  .item--partner {
    border-left: 0.1rem solid #e9e7eb !important;
  }
  .item--logo {
    padding-bottom: 0;
  }
  .item--person .item__thumbnail {
    min-height: 20rem;
  }
  .items-slider__bottom {
    position: initial;
    margin-top: 1.6rem;
  }
  .items-slider__bottom .button {
    width: 100%;
    margin-top: 1.6rem;
  }
  .items-slider__bottom--events {
    margin-bottom: 0;
  }
  .items-slider__controls {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -8rem;
    z-index: 10;
    pointer-events: none;
  }
  .items-slider__arrow {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    background-color: white;
  }
  .items-slider__arrow img {
    display: block;
    width: 1.4rem;
  }
  .items-slider--articles .item,
  .items-slider--events .item {
    padding: 0 1.6rem;
  }
}
/* ********************
Blog
******************** */
html .blog .item {
  /* display: none !important; */
}
html .blog .button-wrapper .button {
  margin-top: 8rem;
}
html .post-type-archive-event .button-wrapper .button {
  margin-top: 8rem;
}
.justify-center {
  justify-content: center;
  margin-top: 40px;
  display: flex !important;
}
/* ********************
CTA
******************** */
.section--cta {
  padding-top: 6.4rem;
  padding-bottom: 0;
}
.specialist-slider-fade .button-wrapper {
  flex-direction: column;
  width: 100%;
}
.cta {
  position: relative;
}
.cta .grid--background {
  background-color: transparent;
}
.cta__title {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  /* margin-bottom: -5.6rem; */
}
.cta__title-right {
  width: 50%;
  margin-left: auto;
  padding: 0 4rem 0 8rem;
}
.cta__title-right .section__titles {
  margin-bottom: 0;
  padding: 0;
}
.cta__image {
  position: absolute;
  z-index: 4;
  width: calc(50% + 4rem);
  padding-top: 10.4rem;
  bottom: 0;
  right: 0;
  max-height: 70rem;
  overflow: hidden;
}
.cta__image img {
  display: block;
  width: 100%;
}
.cta__image .specialist-slider-image {
  background-color: #e9e7eb;
}
.cta__content {
  position: relative;
  width: 50%;
  padding: 8rem 12.8rem 8rem 1.6rem;
  background-color: #e9e7eb;
}
.cta__content p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 4rem 0;
  max-width: 36rem;
}
.cta__content .button--black-outline {
  background-color: #e9e7eb;
}
.cta__content .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.cta__profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4rem;
}
.cta__thumbnail {
  width: 11.2rem;
  height: 11.2rem;
  border-radius: 50%;
  overflow: hidden;
}
.cta__thumbnail img {
  display: block;
  height: 100%;
}
.cta__details {
  padding-left: 2.4rem;
}
.cta__label {
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
  padding: 0.6rem;
  border-radius: 0.4rem;
  background-color: #DFDCE1;
}
.cta__name {
  margin-top: 0.8rem;
  color: #000000;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.specialist-slider__controls {
  position: absolute;
  width: 9.6rem;
  height: 4.8rem;
  top: 10.4rem;
  background-color: white;
  z-index: 10;
}
.specialist-slider__arrow {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: black;
}
.specialist-slider__arrow img {
  width: 1.4rem;
}
.specialist-slider__arrow.swiper-button-disabled {
  cursor: default;
}
.specialist-slider__arrow.swiper-button-disabled img {
  opacity: .2;
}
body.desktop .specialist-slider__arrow:hover {
  /* background-color: lighten(black,20%); */
  background-color: #d81e06;
}
body.desktop .specialist-slider__arrow:hover.swiper-button-disabled {
  background-color: black;
}
@media only screen and (min-width: 1890px) {
  .cta__image {
    max-height: 70rem;
  }
}
@media only screen and (max-width: 1280px) {
  /* ********************
	CTA
	******************** */
  .cta__image {
    display: flex;
    height: calc(100% - 9.2rem);
  }
  .cta__image .specialist-slider-image {
    width: 100%;
  }
  .cta__image .swiper-slide img {
    object-fit: cover;
    height: 100%;
  }
  .cta__content {
    padding: 8rem 8.8rem 8rem 1.6rem;
  }
}
@media only screen and (max-width: 1080px) {
  /* ********************
	CTA
	******************** */
  .cta__content .swiper-slide .button-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  /* ********************
	CTA
	******************** */
  .cta {
    display: flex;
    flex-direction: column;
    max-width: 76rem;
    margin: 0 auto;
  }
  .cta__title {
    margin-bottom: 0;
  }
  .cta__title-right {
    margin-left: 0;
    padding: 0 1.6rem;
    width: 100%;
  }
  .cta__image {
    position: relative;
    padding-top: 0;
    width: 100%;
  }
  .cta__content {
    width: 100%;
  }
  .cta__content p {
    max-width: 100%;
  }
  .cta__content .swiper-slide .button-wrapper {
    flex-direction: row;
  }
  .specialist-slider__controls {
    margin-left: 0;
    top: 0;
  }
  .specialist-slider__controls .grid {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  /* ********************
	CTA
	******************** */
  .cta {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* ********************
	CTA
	******************** */
  .cta__content {
    padding-right: 1.6rem;
  }
  .cta__content .swiper-slide .button-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.section--services:last-child {
  padding-bottom: 0;
}
.section--services .controls {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 .8rem;
  margin-bottom: 2.4rem;
}
.section--services .controls button {
  margin: .8rem;
  text-transform: capitalize;
}
.section--services .controls button:last-of-type {
  margin-right: 0;
}
.section--services .controls button.button--white-outline {
  color: #000000;
}
.section--services .controls button.button--white-outline:hover {
  color: white;
}
.section--services .controls button.mixitup-control-active {
  background-color: #f38f1d;
  background-color: var(--filter-color-background);
  border-color: #f38f1d;
}
.section--services .controls button:hover {
  cursor: pointer;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
/* ********************
Events
******************** */
.section--events + .section--gray {
  margin-top: -20rem;
  padding-top: 22.4rem;
}
.section--events .item:last-child {
  z-index: 1;
}
.section--events .item:last-child .item__thumbnail:after {
  position: absolute;
  width: 300rem;
  margin-left: -150rem;
  height: 24rem;
  left: 0;
  content: '';
  background-color: #e9e7eb;
  z-index: -1;
  margin-top: -4rem;
  pointer-events: none;
}
/* ********************
Event
******************** */
body.event-template-default div.grid.event-navigation-wrapper {
  top: 10rem;
}
.single-event .editor,
body.initiative-template-single-initiative-event  .editor {
  padding: 0 1.6rem;
}
.single-event .section,
body.initiative-template-single-initiative-event  .section {
  padding: 6.4rem 0 6.4rem;
}
.single-event .section + .section--gray,
body.initiative-template-single-initiative-event  .section + .section--gray {
  margin-top: 6.4rem;
}
.event-map {
  width: calc(100% + 12.8rem);
  margin: 6.4rem 0 6.4rem -6.4rem;
  height: 44rem;
}
.event-map-box {
  position: absolute;
  width: 28rem;
  background-color: white;
  padding: 3.2rem 3.2rem 0;
  right: -6.4rem;
  bottom: 1.6rem;
  min-height: 14.4rem;
  z-index: 1;
}
.event-map-box__sub-title {
  font-size: 1.4rem;
  color: #9aaebe;
  margin-bottom: 0.8rem;
  line-height: 2rem;
}
.event-map-box__title {
  font-family: 'Flama';
  font-weight: normal;
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.4rem;
  min-height: 4.4rem;
  margin-bottom: 2.4rem;
}
.section--tickets {
  margin-bottom: 7.2rem;
}
.section--iframe input[type='submit'],
.section--iframe input[type='text'],
.section--iframe input[type='email'],
.section--iframe input[type='password'],
.section--iframe input[type='number'],
.section--iframe textarea,
.section--iframe select {
  background-color: rgba(0, 0, 0, 0.075);
  color: #000000;
}
.section--iframe .gform_button {
  color: white !important;
}
.section--iframe iframe {
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  /* ********************
	Event
	******************** */
  .single-event .section .grid {
    max-width: 100%;
    padding: 0 8rem 0 22.6rem;
  }
  .event-map {
    width: 100%;
    margin: 4rem 0 4rem 0;
  }
  .event-map-box {
    right: 8rem;
  }
  .items--partners {
    width: 100%;
    margin: 4rem 0 2.4rem 0;
  }
}
@media only screen and (max-width: 1024px) {
  body.event-template-default div.grid.event-navigation-wrapper {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
	Event
	******************** */
  .single-event .section {
    padding: 3.2rem 0 3.2rem;
  }
  .single-event .section .grid {
    max-width: 100%;
    padding: 0 6.4rem 0 6.4rem;
  }
  .event-map-wrapper {
    width: calc(100% + 6.4rem);
  }
  .items--partners {
    padding-left: 1.6rem;
  }
  .section--iframe {
    background-color: transparent;
  }
}
/* ********************
Vacancy
******************** */
.back-to-jobs {
  font-family: 'Flama';
  font-weight: normal;
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  margin-bottom: 3rem;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.back-to-jobs svg {
  margin-right: 1.5rem;
}
.back-to-jobs:hover {
  opacity: 1;
}
/* ********************
Testimonials
******************** */
.testimonials {
  position: relative;
  width: 100%;
}
.testimonials > .grid {
  padding: 0 1.6rem;
}
.testimonials-slider__controls {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: center;
  margin-bottom: 4rem;
}
.testimonials-slider__arrow {
  pointer-events: all;
  cursor: pointer;
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  align-items: center;
  justify-content: center;
  border: .1rem solid #000;
}
.testimonials-slider__arrow--right {
  margin-left: -0.1rem;
}
.testimonials-slider__arrow.swiper-button-disabled {
  opacity: .2;
}
.testimonial {
  display: flex;
  height: auto;
}
.testimonial__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none;
}
.testimonial__inner:after {
  position: absolute;
  width: 30rem;
  left: 50%;
  margin-left: -15rem;
  background-color: #e7e5e9;
  content: '';
  height: 100%;
  z-index: 1;
  backface-visibility: hidden;
}
.testimonial__thumbnail {
  z-index: 5;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1A1A1A;
}
.testimonial__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
@media all and (-ms-high-contrast: none) {
  .testimonial__thumbnail img {
    position: absolute;
    width: auto;
    height: auto;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 200rem;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.testimonial__thumbnail--video {
  position: relative;
}
.testimonial__thumbnail--video .play-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.testimonial__thumbnail--video .play-icon span {
  font-family: 'Flama Regular';
  color: white;
  font-weight: normal;
  font-style: italic;
  font-size: 1.8rem;
}
.testimonial__thumbnail--video .play-icon svg {
  width: 4rem;
  height: 4rem;
  margin-right: 1.6rem;
}
.testimonial__thumbnail--video::before {
  content: '';
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
}
.testimonial__profile {
  position: relative;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -4.4rem;
  z-index: 10;
}
.testimonial__profile img {
  display: block;
  height: 100%;
  width: auto;
}
.testimonial__thumbnail-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 47.2rem;
}
.website--ttt .testimonial__thumbnail-wrapper--green:after,
.website--ttt .testimonial__thumbnail-wrapper--purple:after,
.website--ttt .testimonial__thumbnail-wrapper--blue:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 5;
}
.website--ttt .testimonial__thumbnail-wrapper--green:after {
  background-color: #68a100;
  opacity: .5;
}
.website--ttt .testimonial__thumbnail-wrapper--purple:after {
  background-color: #711386;
  opacity: .6;
}
.website--ttt .testimonial__thumbnail-wrapper--blue:after {
  background-color: #35a8e0;
  opacity: .6;
}
.testimonial__quote {
  position: relative;
  text-align: center !important;
  font-family: 'Flama';
  font-weight: normal;
  align-items: center;
  font-style: italic;
  z-index: 10;
  height: auto;
  padding: 0;
  margin: 0;
  max-width: 100%;
  color: white;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.testimonial__quote--new {
  padding: 0 11.2rem;
}
.testimonial__quote--new:before {
  display: none;
}
.testimonial__quote-quote {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  top: -2.4rem;
}
.testimonial__author {
  position: relative;
  z-index: 5;
  margin: 0;
  background: #000000;
  padding: 2.2rem 3.2rem;
  width: 50%;
}
.testimonial__name {
  font-family: 'FlamaBold';
  font-weight: 700;
  color: white;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.testimonial__function {
  color: #9aaebe;
  font-size: 1.4rem;
  line-height: 2rem;
}
.testimonial .button-wrapper {
  position: relative;
  z-index: 5;
  margin-bottom: -2.6rem;
}
.testimonial.swiper-slide {
  transition: 0.3s ease-in-out;
  opacity: .05;
}
.testimonial.swiper-slide:not(.swiper-slide-active),
.testimonial.swiper-slide:not(.swiper-slide-next) {
  opacity: 1;
}
.testimonal__quote-quote--intro {
  position: absolute;
  display: block;
  width: 2.8rem;
  height: 3rem;
  content: '';
  top: -2rem;
  left: 2.9rem;
  transform: none;
}
@media only screen and (max-width: 1199px) {
  .testimonial__quote {
    padding: 0 4rem;
  }
  .testimonial__author {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .testimonials {
    margin-top: 4rem;
  }
  .testimonial__quote {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials {
    margin: 0;
  }
  .testimonials-slider__arrow--right {
    margin-left: 0;
  }
  .testimonial__quote {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 0 1.6rem;
  }
  .testimonial__author {
    padding: 1.6rem;
  }
  .testimonial__thumbnail-wrapper {
    height: auto;
    min-height: 34rem;
  }
  .testimonial__thumbnail {
    max-height: 34rem;
  }
}
/* ********************
Tabs
******************** */
.tabs__top {
  display: flex;
  flex-direction: row;
  margin: 0 -1rem;
}
.tabs__trigger {
  text-align: center !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 8rem;
  padding: 0.4rem 2.4rem 0;
  background-color: #e9e7eb;
  text-decoration: none;
  margin: 0 1rem;
  border-top: 0.4rem solid transparent;
}
.tabs__trigger--active {
  background-color: white;
  border-top-color: #31c5c6;
}
.tabs__trigger h4 {
  font-family: 'FlamaMedium';
  font-weight: 500;
  color: #000000;
  font-size: 1.6rem;
  text-transform: uppercase;
}
body.website--tvalley .tabs__trigger h4 {
  font-family: 'Univers Bold';
  font-weight: normal;
}
.tabs__trigger h5 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
  flex-basis: 100%;
  margin-top: -2.4rem;
  font-weight: normal;
}
.tabs__trigger--small {
  flex-grow: 0;
  max-width: 20rem;
  margin: -4rem 0.8rem 0;
}
.tabs__trigger--small h4 {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.8rem;
}
.tabs__tab {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 3.2rem 0 2.4rem;
}
.tabs__tab--active {
  display: flex;
}
.tabs__tab .editor {
  flex-grow: 1;
  margin-bottom: 1.6rem;
  flex-basis: 50%;
}
.tabs__tab .editor h3 {
  margin-bottom: 4rem;
}
.tabs__tab .editor h5 {
  font-family: 'Flama';
  font-weight: normal;
  color: #9aaebe;
  font-size: 1.6rem;
}
body.website--tvalley .tabs__tab .editor h5 {
  font-family: 'Univers Light';
  font-weight: normal;
}
.tabs__tab .editor p {
  font-family: 'FlamaMedium';
  font-weight: 500;
  color: #000000;
}
body.website--tvalley .tabs__tab .editor p {
  font-family: 'Univers Bold';
  font-weight: normal;
}
.tabs__tab .editor ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tabs__tab .editor ul li {
  flex-basis: 50%;
  padding-left: 0;
}
.tabs__tab .editor ul li:before {
  display: none;
}
.tabs__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 1.6rem 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 0.1rem solid #d0cbd4;
}
.tabs__row:last-child {
  border-bottom: none;
}
.tabs__left {
  font-family: 'FlamaMedium';
  font-weight: 500;
  line-height: 2.8rem;
  min-width: 10.4rem;
  color: #31c5c6;
  font-size: 1.4rem;
}
.tabs__right {
  flex-grow: 1;
}
.tabs__right .editor {
  padding: 0;
  margin: 0;
}
.tabs__right .editor p {
  font-family: 'Flama';
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.tabs__right .editor p + p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 2.4rem;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.tabs--content .tabs__top {
  margin: 10.4rem 0 0;
}
.tabs--content .tabs__trigger {
  flex-direction: row;
  flex-grow: 1;
  margin-top: -4rem;
}
.tabs--content .tabs__content {
  margin-top: 6.4rem;
}
@media only screen and (max-width: 1500px) {
  .tabs__top--small {
    padding: 0 1.2rem;
    /* overflow: scroll; -webkit-overflow-scrolling: touch; */
  }
  .tabs--content .tabs__trigger--small {
    padding: 0.4rem 1.6rem 0;
    margin: -4rem 0.4rem 0;
  }
  .tabs--content .tabs__trigger--small h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .section--team {
    margin-top: 6.4rem;
  }
  .tabs--small {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tabs--content .tabs__top {
    min-width: 26.4rem;
  }
  .tabs--content .tabs__top--small {
    margin: 0;
    flex-wrap: wrap;
  }
  .tabs--content .tabs__top--small + .tabs__content {
    flex-grow: 1;
  }
  .tabs--content .tabs__trigger--small {
    padding: 0 1.6rem 0;
    margin: 0;
    height: 5.6rem;
    max-height: 5.6rem;
    max-width: none;
    justify-content: flex-start;
  }
  .tabs--content .tabs__trigger--small h4 {
    font-size: 1.2rem;
  }
  .tabs--content .tabs__content--small {
    margin-top: 0;
    padding: 0 1.6rem;
  }
  .tabs--content .tabs__content--small .item--person {
    flex-basis: 25%;
  }
}
/*
@media only screen and (max-width: 1024px) {


.tabs									{
	&--content							{
		@{tabs}							{
			&__content					{
				&--small				{
					.item--person		{ flex-basis: 50%; }
				}
			}
		}
	}
}

}
*/
@media only screen and (max-width: 1000px) {
  .section--team {
    margin-top: 2rem;
  }
  .tabs--content .tabs__content--small {
    padding: 0;
  }
  .tabs--content .tabs__content--small .item--person {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .page-id-63 .section--services {
    padding-top: 50px !important;
  }
  .tabs--small {
    flex-direction: column;
  }
  .tabs__top--small {
    display: block;
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .tabs--content .tabs__trigger--small {
    display: inline-block;
    padding: 0 0.8rem;
  }
  .tabs--content .tabs__trigger--small:first-child {
    margin-left: 0.8rem;
  }
  .tabs--content .tabs__trigger--small h4 {
    margin-top: 1.5rem;
  }
  .tabs--content .tabs__content--small {
    padding: 0;
  }
  .tabs--content .tabs__content--small .item--person {
    flex-basis: 50%;
  }
  .tabs__content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 524px) {
  .tabs--content .tabs__content--small .item--person {
    flex-basis: 100%;
  }
}
/* ********************
Schedule
******************** */
.schedule {
  position: relative;
  background-color: #e9e7eb;
}
.schedule .novel-t-3D {
  z-index: 1;
  width: 50rem;
  top: 12.8rem;
}
.event-navigation-wrapper,
.socials-wrapper {
  position: relative;
}
.event-navigation-wrapper .rrssb-buttons,
.socials-wrapper .rrssb-buttons {
  transition: 0.2s ease-in-out;
}
.event-navigation-wrapper .rrssb-buttons--fixed,
.socials-wrapper .rrssb-buttons--fixed {
  position: fixed;
  top: 18rem;
}
.event-navigation-wrapper .rrssb-buttons--hide,
.socials-wrapper .rrssb-buttons--hide {
  opacity: 0;
  visibility: hidden;
}
.event-navigation-wrapper .social-buttons,
.socials-wrapper .social-buttons {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  width: 4.8rem;
  padding-top: 2.4rem;
  z-index: 10;
}
.event-navigation-wrapper .social-buttons li,
.socials-wrapper .social-buttons li {
  width: 4.8rem !important;
  height: 4.8rem;
}
.event-navigation-wrapper .social-buttons li a,
.socials-wrapper .social-buttons li a {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.event-navigation-wrapper .social-buttons li a img,
.socials-wrapper .social-buttons li a img {
  position: absolute;
}
.event-navigation-wrapper .social-buttons li a img.white,
.socials-wrapper .social-buttons li a img.white {
  opacity: 0;
}
body.desktop .event-navigation-wrapper .social-buttons li a.social-twitter:hover,
body.desktop .socials-wrapper .social-buttons li a.social-twitter:hover {
  background-color: #00aced;
  border-color: #00aced;
}
body.desktop .event-navigation-wrapper .social-buttons li a.social-facebook:hover,
body.desktop .socials-wrapper .social-buttons li a.social-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
body.desktop .event-navigation-wrapper .social-buttons li a.social-linkedin:hover,
body.desktop .socials-wrapper .social-buttons li a.social-linkedin:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}
body.desktop .event-navigation-wrapper .social-buttons li a.social-mail:hover,
body.desktop .socials-wrapper .social-buttons li a.social-mail:hover {
  background-color: #d81e06;
  border-color: #d81e06;
}
body.desktop .event-navigation-wrapper .social-buttons li a:hover img.black,
body.desktop .socials-wrapper .social-buttons li a:hover img.black {
  opacity: 0;
}
body.desktop .event-navigation-wrapper .social-buttons li a:hover img.white,
body.desktop .socials-wrapper .social-buttons li a:hover img.white {
  opacity: 1;
}
.event-navigation-wrapper .social-buttons li:last-child a,
.socials-wrapper .social-buttons li:last-child a {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
#section--general-info {
  margin-top: -6.4rem;
  position: relative;
}
.event-navigation {
  position: absolute;
  background-color: #e1dfe4;
  padding: 4rem 5.4rem 4rem 1.6rem;
  z-index: 10;
  transition: 0.3s ease-in-out;
}
.event-navigation:before {
  position: absolute;
  width: 200rem;
  left: -200rem;
  height: 100%;
  background-color: #e1dfe4;
  top: 0;
  content: '';
}
.event-navigation li {
  line-height: 3.2rem;
}
.event-navigation li a {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  text-decoration: none;
}
body.desktop .event-navigation li a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.event-navigation li a.anchor--active {
  color: #000000;
}
.event-navigation li a.anchor--active:before {
  position: absolute;
  right: -5.3rem;
  top: -0.2rem;
  height: 3.2rem;
  transition: max-height 0.2s ease-in-out;
  width: 0.4rem;
  background-color: #d81e06;
  content: '';
}
.event-navigation--fixed {
  position: fixed;
  top: 17rem;
}
.event-navigation--fixed.event-navigation--padding-top {
  top: 22rem;
}
.event-navigation--hide {
  transform: translateY(-100%);
}
@media only screen and (max-width: 767px) {
  #section--general-info {
    margin-top: 0;
  }
  .event-navigation {
    display: none;
  }
  .event-navigation-wrapper .social-buttons {
    padding-top: 7.2rem;
  }
  .event-navigation-wrapper .rrssb-buttons {
    transition: 0.2s ease-in-out;
  }
  .event-navigation-wrapper .rrssb-buttons--fixed {
    top: 19.2rem;
  }
}
/* ********************
Flexible Content
******************** */
.section--flexible {
  /*
	+ .section--parners-founders		{ padding-top: 8.8rem;
		.section__title					{ margin-top: 1rem; }
		.dual-blocks					{ margin-top: 2rem; }
		@media only screen and (max-width: 767px) { padding-top: 4.8rem; }
	}
*/
}
.section--flexible + .section--flexible:not(.section--gray) {
  padding-top: 0;
  padding-bottom: 4.8rem;
}
.section--flexible + .section--events {
  padding-top: 4.8rem;
}
.section--flexible.section--parners-founders {
  position: relative;
  z-index: 10;
  padding-top: 8.8rem;
}
.section--flexible.section--parners-founders.section--single-column .section__titles {
  padding: 0;
  margin-bottom: 1rem;
}
.section--flexible.section--parners-founders.section--single-column .items--logos {
  margin: 4rem -1.6rem;
  width: calc(100% + 3.2rem);
}
.section--flexible.section--parners-founders.section--single-column .items--logos > .item {
  max-width: 33.333333%;
  flex-basis: 33.333333%;
}
@media (max-width: 768px) {
  .section--flexible.section--parners-founders.section--single-column .items--logos {
    margin: 4rem -0.8rem;
    width: calc(100% + 1.6rem);
  }
  .section--flexible.section--parners-founders.section--single-column .items--logos > .item {
    max-width: 50%;
    flex-basis: 50%;
    padding: .8rem;
  }
  .section--flexible.section--parners-founders.section--single-column .items--logos > .item--logo .item__logo img {
    max-width: 100%;
  }
}
.section--flexible.section--parners-founders .section__title {
  margin-top: 1rem;
}
.section--flexible.section--parners-founders .dual-blocks {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .section--flexible.section--parners-founders {
    padding-top: 4.8rem;
  }
}
body.page-id-4761 .section--flexible,
body.page-id-9349 .section--flexible,
body.page-id-4741 .section--flexible {
  padding-bottom: 0;
}
body.page-id-4761 .section--flexible + .section--flexible,
body.page-id-9349 .section--flexible + .section--flexible,
body.page-id-4741 .section--flexible + .section--flexible {
  padding-top: 3.2rem;
}
/*
.section--articles-events {
    .relative;
    overflow: hidden;

    &:before {
        .absolute;
        z-index: 1;
        width: 88.2rem;
        height: 9rem;
        content: '';
        top: 35.4rem;
        left: -13.2rem;
        background-image: ~"url('@{base-url}/images/waves.svg')";
        background-repeat: no-repeat;
        background-size: 88.2rem;
        background-position: center;

        @media only screen and (max-width: 767px) {
            .none;
        }
    }

    &:after {
        .absolute;
        z-index: 1;
        width: 88.2rem;
        height: 9rem;
        content: '';
        top: 35.4rem;
        right: -13.2rem;
        background-image: ~"url('@{base-url}/images/waves.svg')";
        background-repeat: no-repeat;
        background-size: 88.2rem;
        background-position: center;

        @media only screen and (max-width: 767px) {
            .none;
        }
    }

    .items {
        .relative;
        z-index: 2;
    }
}
*/
body.page-id-2271 .section--articles-events,
body.page-id-6868 .section--articles-events,
body.page-id-6861 .section--articles-events,
body.page-id-63 .section--articles-events {
  position: relative;
}
body.page-id-2271 .section--articles-events:before,
body.page-id-6868 .section--articles-events:before,
body.page-id-6861 .section--articles-events:before,
body.page-id-63 .section--articles-events:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35rem;
  background: #e9e7eb;
}
@media only screen and (max-width: 1440px) {
  body.page-id-2271 .section--articles-events:before,
  body.page-id-6868 .section--articles-events:before,
  body.page-id-6861 .section--articles-events:before,
  body.page-id-63 .section--articles-events:before {
    height: 38rem;
  }
}
.dual-blocks {
  display: flex;
  flex-direction: row;
}
.dual-blocks .dual-block {
  display: flex;
  min-width: 50%;
  padding: 0 1.6rem;
}
.dual-blocks .dual-block .editor {
  width: 100%;
  margin-right: 8rem;
}
.dual-blocks .dual-block--center {
  align-items: center;
}
.dual-blocks .dual-block--image {
  align-items: center;
  padding: 0;
}
.dual-blocks .dual-block--image .editor {
  margin-left: 0 !important;
}
.dual-blocks .dual-block--image img {
  display: block;
  width: calc(100% + 16rem);
  height: auto;
}
.dual-blocks .dual-block--image:first-child .editor {
  margin-right: 0;
}
.dual-blocks .dual-block--image:first-child img {
  margin-left: -16rem;
}
.dual-blocks .dual-block + .dual-block .editor {
  margin-right: 0;
  margin-left: 8rem;
}
.dual-blocks .dual-block--border .editor {
  border: 1px solid grey;
  padding: 3rem;
  margin-right: 0rem;
}
.dual-blocks .dual-block--border + .dual-block .editor {
  border: 1px solid grey;
  padding: 3rem;
  margin-left: 0;
}
@media only screen and (max-width: 1023px) {
  .dual-blocks {
    flex-wrap: wrap;
  }
  .dual-blocks .dual-block {
    min-width: 100%;
  }
  .dual-blocks .dual-block .editor {
    margin: 0 !important;
  }
  .dual-blocks .dual-block + .dual-block {
    margin-top: 2rem;
    margin-right: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section--articles-events .grid {
    display: block;
  }
  .section--articles-events + .section--services {
    padding-top: 2.4rem;
  }
}
.section--read-more .list-item.hidden {
  visibility: hidden;
  max-height: 1px;
  margin: 0;
}
.three-column-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.three-column-blocks .three-column-block {
  display: flex;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  /*  min-width: 50%; */
  padding: 0 1.6rem;
  margin-bottom: 2.4rem;
}
.three-column-blocks .three-column-block .editor {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  width: 100%;
}
.three-column-blocks .three-column-block .editor p:last-child {
  margin-top: auto;
}
.three-column-blocks .three-column-block .editor a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  padding: 1rem 2.4rem;
  text-decoration: none;
  color: #000000;
  border: 0.1rem solid #000000;
  background-color: white;
  margin-top: 1rem;
}
body.desktop .three-column-blocks .three-column-block .editor a:hover {
  background-color: #d81e06;
  border-color: #d81e06;
  color: white;
}
body.postid-633 .three-column-blocks .three-column-block .editor,
body.postid-1102 .three-column-blocks .three-column-block .editor,
body.postid-4957 .three-column-blocks .three-column-block .editor {
  border: 1px solid grey;
  padding: 3rem;
}
.three-column-blocks.four-column-blocks .three-column-block {
  flex-basis: 25%;
  min-width: 30rem;
}
@media only screen and (max-width: 1300px) {
  .three-column-blocks.four-column-blocks .three-column-block {
    flex-basis: 50%;
  }
}
.three-column-blocks.four-column-blocks .three-column-block h2 {
  font-size: 3.6rem;
  line-height: 3.6rem;
  word-break: break-all;
}
.border-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.border-blocks .border-block:first-child:nth-last-child(1),
.border-blocks .border-block:first-child:nth-last-child(1) ~ .border-block,
.border-blocks .border-block:first-child:nth-last-child(2),
.border-blocks .border-block:first-child:nth-last-child(2) ~ .border-block,
.border-blocks .border-block:first-child:nth-last-child(3),
.border-blocks .border-block:first-child:nth-last-child(3) ~ .border-block {
  max-width: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
.border-blocks .border-block:first-child:nth-last-child(4),
.border-blocks .border-block:first-child:nth-last-child(4) ~ .border-block {
  max-width: calc(100% / 4);
  flex-basis: calc(100% / 4);
}
.border-blocks .border-block {
  display: flex;
  flex-direction: column;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  padding: 0 1.6rem;
  margin-bottom: 2.4rem;
}
.border-blocks .border-block h2 {
  font-size: 3.6rem;
  line-height: 3.6rem;
  word-break: break-all;
}
.border-blocks .border-block > img {
  width: 100%;
  height: 225px;
  max-width: 100%;
  object-fit: cover;
}
.border-blocks .border-block .editor {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  border: 1px solid grey;
  padding: 3rem;
}
.border-blocks .border-block .editor p:last-child {
  margin-top: auto;
}
.border-blocks .border-block .editor a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  padding: 1rem 2.4rem;
  text-decoration: none;
  color: #000000;
  border: 0.1rem solid #000000;
  background-color: white;
  margin-top: 1rem;
}
body.desktop .border-blocks .border-block .editor a:hover {
  background-color: #d81e06;
  border-color: #d81e06;
  color: white;
}
.border-blocks--alternative .border-block .editor a {
  color: white !important;
  border: 0.1rem solid #d81e06;
  background-color: #d81e06;
}
body.desktop .border-blocks--alternative .border-block .editor a:hover {
  background-color: #ba1a05;
  border-color: #ba1a05;
}
@media only screen and (max-width: 767px) {
  .border-blocks .border-block {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .three-column-blocks {
    flex-direction: column;
  }
  .three-column-blocks .three-column-block {
    flex-basis: 100%;
    max-width: 100%;
    padding: 2rem 1.6rem;
  }
  .three-column-blocks .three-column-block:first-child {
    padding-top: 0rem;
  }
  .three-column-blocks .three-column-block:last-child {
    padding-bottom: 0rem;
  }
  .three-column-blocks .three-column-block .editor {
    margin-right: 0rem;
  }
  .three-column-blocks .three-column-block .editor h2 {
    margin-bottom: 1.2rem;
    font-size: 3.2rem;
  }
  .three-column-blocks .three-column-block .editor a {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .section--articles-events .grid {
    display: block;
  }
  .section--articles-events + .section--services {
    padding-top: 2.4rem;
  }
}
/* ********************
Buttons Right
******************** */
/* ********************
Panel
******************** */
.side-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
.side-panel * {
  pointer-events: all;
}
.side-panel__inner {
  position: absolute;
  width: 40rem;
  height: 100%;
  right: 0;
  background-color: white;
  transform: translateX(40rem);
  transition: 0.3s ease-in-out;
  z-index: 2;
}
body.show-side-panel .side-panel__inner {
  transform: translateX(0);
}
.side-panel__header {
  height: 19.2rem;
  width: 100%;
}
.side-panel__header img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.side-panel__tab {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 19.2rem;
  height: calc(100% - 19.2rem);
  left: 0;
  padding: 3.2rem 4rem;
  transition: 0.3s ease-in-out;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.side-panel__tab--active {
  opacity: 1;
  visibility: visible;
}
.side-panel__tab input[type='submit'],
.side-panel__tab input[type='text'],
.side-panel__tab input[type='email'],
.side-panel__tab input[type='password'],
.side-panel__tab input[type='number'],
.side-panel__tab textarea,
.side-panel__tab select {
  background-color: rgba(0, 0, 0, 0.075);
  color: #000000;
}
.side-panel__tab .gform_heading {
  margin-bottom: 1.6rem;
}
.side-panel__tab .gform_button {
  color: white !important;
}
.side-panel__overlay {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
}
body.show-side-panel .side-panel__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.side-panel__close {
  /* .fixed; top: 7.2rem; right: 7.2rem;  */
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
  width: 4rem;
  top: 0;
  right: 0;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-panel__close svg {
  width: 1.6rem;
  height: 1.6rem;
}
.side-panel__buttons {
  position: fixed;
  top: 14.4rem;
  right: 0;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (min-width: 767px) {
  .side-panel__buttons {
    height: 243px;
  }
}
.side-panel__buttons > * {
  pointer-events: none;
}
.side-panel__buttons:hover > * {
  pointer-events: all;
}
body.website--incubase .side-panel__buttons {
  top: 44.4rem;
}
.side-panel__buttons--room-top {
  top: 19.4rem;
}
.side-panel__buttons--room-top-big {
  top: 22rem;
}
body.show-side-panel .side-panel__buttons {
  transform: translateX(-40rem);
}
.side-panel__buttons > a,
.side-panel__buttons > div {
  display: block;
  border-bottom: 0.1rem solid #7b95aa;
}
.side-panel__buttons > a button,
.side-panel__buttons > div button {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9aaebe;
  border: none;
  cursor: pointer;
}
body.desktop .side-panel__buttons > a button:hover,
body.desktop .side-panel__buttons > div button:hover {
  background-color: #8aa2b4;
}
.side-panel__buttons > a .follow-us,
.side-panel__buttons > div .follow-us {
  position: absolute;
  width: 9.6rem;
  height: 4.8rem;
  transform: rotate(90deg);
  margin-top: -4.8rem;
  font-size: 1.4rem;
  transform-origin: left bottom;
  background-color: #9aaebe;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.desktop .side-panel__buttons > a .follow-us:hover,
body.desktop .side-panel__buttons > div .follow-us:hover {
  background-color: #8aa2b4;
}
body.desktop .side-panel__buttons .follow-us-wrapper:hover + .social-icons-wrapper {
  transform: translateX(0);
}
.side-panel__buttons .social-icons-wrapper {
  width: 4.8rem;
  margin-top: 9.5rem;
  border-bottom: none;
  transform: translateX(100%);
  transition: 0.2s ease-in-out;
  background-color: transparent;
}
.side-panel__buttons .social-icons-wrapper .social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
}
.side-panel__buttons .social-icons-wrapper .social-icons li a.social-twitter {
  background-color: #00aced;
}
body.desktop .side-panel__buttons .social-icons-wrapper .social-icons li a.social-twitter:hover {
  background-color: #00a1de;
}
.side-panel__buttons .social-icons-wrapper .social-icons li a.social-facebook {
  background-color: #3b5998;
}
body.desktop .side-panel__buttons .social-icons-wrapper .social-icons li a.social-facebook:hover {
  background-color: #37538d;
}
.side-panel__buttons .social-icons-wrapper .social-icons li a.social-linkedin {
  background-color: #007bb5;
}
body.desktop .side-panel__buttons .social-icons-wrapper .social-icons li a.social-linkedin:hover {
  background-color: #0071a6;
}
.side-panel__buttons .social-icons-wrapper .social-icons li a.social-youtube {
  background-color: #bb0000;
}
body.desktop .side-panel__buttons .social-icons-wrapper .social-icons li a.social-youtube:hover {
  background-color: #ac0000;
}
.side-panel__buttons .social-icons-wrapper .social-icons li a.social-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.side-panel__buttons .social-icons-wrapper .social-icons li a.social-instagram img {
  width: 1.8rem;
}
body.desktop .side-panel__buttons .social-icons-wrapper .social-icons li a.social-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf17e 0%, #fdf17e 5%, #fd4230 45%, #c0208f 60%, #154ae4 90%);
}
.side-panel__buttons .social-icons-wrapper .social-icons li a.social-vimeo {
  background-color: #1ab7ea;
}
body.desktop .side-panel__buttons .social-icons-wrapper .social-icons li a.social-vimeo:hover {
  background-color: #15aee0;
}
body.desktop .side-panel__buttons .social-icons-wrapper:hover {
  transform: translateX(0);
}
@media only screen and (max-width: 1280px) {
  /* ********************
	Panel
	******************** */
  .side-panel__buttons {
    top: 14.8rem;
  }
  .side-panel__buttons--room-top-big {
    top: 19rem;
  }
}
@media only screen and (max-width: 991px) {
  /* ********************
	Panel
	******************** */
  .side-panel {
    z-index: 99999;
  }
  .side-panel__inner {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .side-panel__tab {
    overflow: visible;
  }
  .side-panel__tab .editor {
    margin-bottom: 6.4rem;
  }
  .side-panel__buttons--room-top-big {
    top: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
	Panel
	******************** */
  .side-panel__inner {
    /* width: 100%; */
  }
  .side-panel__tab {
    width: 100%;
    padding: 3.2rem;
  }
  .side-panel__buttons {
    display: none;
  }
}
/* ********************
Search
******************** */
.search-overlay-wrapper {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 10001;
}
.search-overlay-wrapper .search-overlay-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1.6rem;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid {
  width: 100%;
  max-width: 102.4rem;
  margin: 0 auto;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form {
  position: relative;
  top: 50%;
  margin-bottom: 7rem;
  -webkit-transform: translateY(2.5rem);
  -moz-transform: translateY(2.5rem);
  -ms-transform: translateY(2.5rem);
  -o-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"] {
  display: block;
  font-family: 'Flama';
  font-weight: normal;
  width: 100%;
  font-size: 2.4rem;
  padding: 1.6rem;
  height: 8rem;
  background: none;
  color: white;
  -webkit-appearance: none;
  border: none;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.website--tvalley .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"] {
  font-family: 'Univers Light';
  font-weight: normal;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form .search-submit-wrapper {
  position: absolute;
  width: 6.4rem;
  height: 6.5rem;
  padding: 1.8rem 2rem 2.2rem;
  bottom: 0.5rem;
  right: 0;
  cursor: pointer;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form .search-submit-wrapper input[type="submit"] {
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  z-index: 10;
  cursor: pointer;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form .search-submit-wrapper svg {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  fill: white;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
body.desktop .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form .search-submit-wrapper:hover svg {
  fill: #d81e06;
}
body.open-search-form .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.search-overlay-wrapper .search-close {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 6.4rem;
  height: 6.4rem;
  padding: 2.2rem 2rem;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.search-overlay-wrapper .search-close svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  fill: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.desktop .search-overlay-wrapper .search-close:hover {
  background-color: #d81e06;
}
@media only screen and (max-width: 767px) {
  /* ********************
Search
******************** */
  .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"] {
    height: 4rem;
    font-size: 1.6rem;
  }
  .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form .search-submit-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    padding: 0;
    bottom: 0.1rem;
  }
  .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form .search-submit-wrapper svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .search-overlay-wrapper .search-close svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
/* ********************
Landingspage
******************** */
.initiative-navigation li a.anchor--active:before {
  position: absolute;
  top: 6.5rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #d81e06;
  content: '';
}
.initiative-sub-navigation li a svg {
  margin-right: 20px;
}
@media only screen and (max-width: 1280px) {
  /* ********************
Landingspage
******************** */
  .initiative-navigation li a.anchor--active:before {
    top: 5.1rem;
  }
}
/* ********************
Footer
******************** */
.footer {
  overflow: hidden;
  padding-top: 12rem;
}
body.website--incubase .footer {
  position: relative;
  background: white;
  z-index: 501;
}
body.page-template-page-business-fase .footer,
body.page-template-page-business-fase-v2 .footer,
body.page-template-page-ecosystem .footer,
body.page-template-page-ecosystem-v2 .footer,
.footer body.page-id-63,
body.page-id-2271 .footer,
body.page-id-6861 .footer,
body.page-id-6868 .footer {
  background: #e9e7eb;
  padding-top: 0;
}
.footer--related-articles {
  padding-top: 0;
  background: #e9e7eb;
}
.footer__top .grid {
  padding: 0 1.6rem;
}
.footer__top .novel-t-3D-wrapper {
  position: absolute;
  left: 24rem;
  top: 5.6rem;
  width: 45rem;
  overflow: hidden;
  height: 48.8rem;
  z-index: 0;
}
body.website--tvalley .footer__top .novel-t-3D-wrapper,
body.website--space53 .footer__top .novel-t-3D-wrapper {
  display: none !important;
}
.footer__top .novel-t-3D {
  left: 0;
  top: 0;
  opacity: .75;
  width: 45rem;
  z-index: 0;
}
.footer__top-inner {
  position: relative;
  background-color: #31c5c6;
  padding: 9.6rem 0;
  color: white;
  z-index: 12;
}
.footer__top-inner:after {
  position: absolute;
  width: 200rem;
  height: 100%;
  right: -200rem;
  top: 0;
  background-color: #31c5c6;
  content: '';
}
body.website--tvalley .footer__top-inner .grid {
  flex-flow: row-reverse;
}
.footer__top-left {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 48rem;
}
.footer__top-left .editor {
  padding-bottom: 2.4rem;
  padding-left: 0;
}
.website--ttt .footer__top-left .editor h3 {
  text-transform: none;
}
.footer__top-left .button-wrapper {
  margin-top: 0;
  width: 27rem;
}
.footer__top-left--incubase {
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.footer__top-left--incubase .editor {
  width: 50%;
}
.footer__top-left--incubase .button-wrapper {
  margin-left: 20rem;
}
@media only screen and (max-width: 1400px) {
  .footer__top-left--incubase .button-wrapper {
    margin-left: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__top-left--incubase {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__top-left--incubase .editor {
    width: 100%;
  }
  .footer__top-left--incubase .button-wrapper {
    margin-left: 0rem;
  }
}
.footer__top-right {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 48rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
body.website--tvalley .footer__top-right {
  margin-left: 0;
  margin-right: auto;
}
body.website--incubase .footer__top-right {
  display: none;
}
body.website--ttt .footer__top-right {
  display: flex !important;
}
.footer__top-right .editor {
  padding-left: 0;
}
.footer__top-right .editor form .field {
  margin-top: 10px;
}
.footer__top-right .editor form .field input {
  width: 100% !important;
}
.footer__top-right .editor form .field label {
  margin-bottom: 5px;
  display: block;
}
.footer__top-right .editor form .inputs-list {
  margin-bottom: 0;
}
.footer__top-right .editor form .inputs-list li label {
  display: flex;
  align-items: center;
}
.footer__top-right .editor form .inputs-list li label span {
  margin-left: 5px;
}
.footer__top-right .editor form ul li {
  padding-left: 0;
}
.footer__top-right .editor form ul li::before {
  display: none;
}
.footer__top-right .editor form .hs-richtext {
  display: none;
}
.footer__top-right .editor form .hs_LEGAL_CONSENT\.processing.hs-LEGAL_CONSENT\.processing.hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin-top: 3rem;
}
.footer__top-right .editor form .hs-button {
  margin-top: 2rem;
}
.footer__top-right .editor .form-columns-1 .hs-input,
.footer__top-right .editor .form-columns-2 .hs-input:not(input[type="checkbox"]) {
  width: auto !important;
}
.footer__top-right input#email-04c4350d-a203-4b03-ba8e-99ef27a34b88 {
  width: 97% !important;
}
.footer__top-right input[type='email'] {
  width: 100%;
}
.footer__top-right input[type='submit'],
.footer__top-right input[type='text'],
.footer__top-right input[type='email'],
.footer__top-right input[type='password'],
.footer__top-right input[type='number'],
.footer__top-right input[type='tel'],
.footer__top-right textarea,
.footer__top-right select {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
.footer__top-right input[type='submit']::-webkit-input-placeholder,
.footer__top-right input[type='text']::-webkit-input-placeholder,
.footer__top-right input[type='email']::-webkit-input-placeholder,
.footer__top-right input[type='password']::-webkit-input-placeholder,
.footer__top-right input[type='number']::-webkit-input-placeholder,
.footer__top-right input[type='tel']::-webkit-input-placeholder,
.footer__top-right textarea::-webkit-input-placeholder,
.footer__top-right select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__top-right input[type='submit']:-moz-placeholder,
.footer__top-right input[type='text']:-moz-placeholder,
.footer__top-right input[type='email']:-moz-placeholder,
.footer__top-right input[type='password']:-moz-placeholder,
.footer__top-right input[type='number']:-moz-placeholder,
.footer__top-right input[type='tel']:-moz-placeholder,
.footer__top-right textarea:-moz-placeholder,
.footer__top-right select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__top-right input[type='submit']::-moz-placeholder,
.footer__top-right input[type='text']::-moz-placeholder,
.footer__top-right input[type='email']::-moz-placeholder,
.footer__top-right input[type='password']::-moz-placeholder,
.footer__top-right input[type='number']::-moz-placeholder,
.footer__top-right input[type='tel']::-moz-placeholder,
.footer__top-right textarea::-moz-placeholder,
.footer__top-right select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__top-right input[type='submit']:-ms-input-placeholder,
.footer__top-right input[type='text']:-ms-input-placeholder,
.footer__top-right input[type='email']:-ms-input-placeholder,
.footer__top-right input[type='password']:-ms-input-placeholder,
.footer__top-right input[type='number']:-ms-input-placeholder,
.footer__top-right input[type='tel']:-ms-input-placeholder,
.footer__top-right textarea:-ms-input-placeholder,
.footer__top-right select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__top-right .gform_heading {
  margin-bottom: 0;
}
.footer__top-right .gform_button {
  background-color: #000000 !important;
}
body.desktop .footer__top-right .gform_button:hover {
  background-color: #d81e06 !important;
}
.footer__bottom {
  background-color: #000000;
  padding: 28rem 0 0rem;
  margin-top: -15rem;
  background-image: url('../..//images/icons/twente.png');
  background-repeat: no-repeat;
  background-size: 5.2rem;
  background-position: top 28rem right;
}
.footer__bottom .grid {
  padding: 0 1.6rem;
  justify-content: space-between;
}
.footer__bottom .grid:after {
  display: none;
}
.footer__bottom p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #9aaebe;
}
.footer__bottom p a {
  color: #9aaebe;
  text-decoration: none;
}
.footer__bottom--no-top {
  padding: 8rem 0 0rem;
  margin-top: 0;
}
.footer__bottom .footer-last {
  padding-top: 4rem;
  padding-bottom: 2.6rem;
}
.footer__bottom .footer-last p {
  font-size: 1.2rem;
  opacity: 0.6;
}
.footer__bottom--no-bg {
  position: relative;
  background-image: none;
}
.footer__col {
  display: flex;
  flex-direction: column;
}
.footer__col h4 {
  text-transform: uppercase;
  color: white;
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
}
body.website--tvalley .footer__col h4 {
  text-transform: none;
}
.footer__col ul li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #9aaebe;
}
.footer__col ul li a {
  color: #9aaebe;
  text-decoration: none;
}
.footer__col ul.social-icons {
  display: flex;
  flex-wrap: wrap;
  max-width: 15.2rem;
}
.footer__col ul.social-icons li {
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}
.footer__col ul.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 0.2rem solid rgba(255, 255, 255, 0.2);
}
body.desktop .footer__col ul.social-icons li a.social-twitter:hover {
  background-color: #00aced;
  border-color: #00aced;
}
body.desktop .footer__col ul.social-icons li a.social-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
body.desktop .footer__col ul.social-icons li a.social-linkedin:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}
body.desktop .footer__col ul.social-icons li a.social-youtube:hover {
  background-color: #bb0000;
  border-color: #bb0000;
}
.footer__col ul.social-icons li a.social-instagram img {
  width: 1.8rem;
}
body.desktop .footer__col ul.social-icons li a.social-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  border: none;
}
body.desktop .footer__col ul.social-icons li a.social-vimeo:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.footer__col .terms-and-conditions {
  display: flex;
  flex-direction: column;
}
.footer__col .terms-and-conditions a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #9aaebe;
  text-decoration: none;
}
body.desktop .footer__col .terms-and-conditions a:hover {
  text-decoration: underline;
}
.footer__col .powered-by {
  border: 0.2rem solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease-in-out;
  width: auto;
  padding: 1rem 2rem;
}
.footer__col .powered-by img {
  transition: all 0.2s ease-in-out;
}
.footer .gfield {
  padding: 0.8rem 0 !important;
}
.footer .gfield.gform_validation_container {
  display: none;
}
.footer .gform_body {
  padding: 0 0.8rem !important;
}
.footer .gform_fields #field_3_3:nth-child(3) .gfield_label {
  display: block;
  position: relative;
  font-size: 1.4rem;
  text-transform: uppercase;
  top: auto;
  right: auto;
}
.footer .gform_wrapper {
  margin-bottom: 0rem;
}
body.page-id-62 .footer {
  background-color: #e9e7eb;
  padding-top: 6.4rem;
}
body.single-event .footer,
body.initiative-template-single-initiative-event .footer,
body.single-service .footer {
  background-color: #e9e7eb;
  padding-top: 6.4rem;
}
body.page-template-page-contact .footer {
  padding-top: 0;
  margin-top: -17rem;
}
body.page-template-page-contact .footer--no-top {
  margin-top: 0px;
}
.footer--hide-margin-top {
  margin-top: 0px !important;
}
.gform_anchor {
  margin-top: -16.8rem;
  margin-bottom: 16.8rem;
}
.gform_confirmation_wrapper {
  margin-top: -16.8rem;
  margin-bottom: 16.8rem;
}
.gform_confirmation_message {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 1.6rem;
  color: #31c5c6;
  border: 0.1rem solid #31c5c6;
  background-color: rgba(49, 197, 198, 0.2);
  padding: 1.6rem 2.4rem;
}
.founders-logos {
  display: flex;
  width: 28rem;
  flex-wrap: wrap;
  margin-left: auto;
}
.founders-logos li {
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
}
.founders-logos li a {
  display: block;
}
.founders-logos li a img {
  display: block;
  width: 10.8rem;
  opacity: .4;
}
body.desktop .founders-logos li a:hover img {
  opacity: 1;
}
.founders-logos li:nth-child(even) {
  margin-left: 5.3rem;
}
.founders-logos li:last-child {
  margin-left: auto;
  margin-bottom: 0;
}
.founders-logos li:first-child a img,
.founders-logos li:nth-child(3) a img {
  width: 11.8rem;
}
@media only screen and (max-width: 1400px) {
  /* ********************
	Footer
	******************** */
  .footer__top-inner {
    padding: 7.2rem 0;
  }
  .footer__top-inner .grid {
    padding: 0 4rem;
  }
  .footer__bottom .grid {
    padding: 0 4rem 0 5.6rem;
  }
  .footer__top-left {
    padding-right: 2.4rem;
  }
  .footer__top-right {
    padding-left: 2.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  /* ********************
	Footer
	******************** */
  body.single-event .footer,
  body.initiative-template-single-initiative-event .footer,
  body.single-service .footer {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1023px) {
  /* ********************
	Footer
	******************** */
  .footer__bottom {
    padding: 23.2rem 0 6.4rem;
  }
  .footer__bottom .grid {
    flex-wrap: wrap;
  }
  .footer__bottom .grid + .grid {
    margin-top: 3.2rem;
  }
  .footer__col {
    flex-basis: 50%;
    padding: 2.4rem 0;
  }
  .footer__col h4 {
    text-align: left !important;
  }
  .founders-logos {
    margin-left: 0;
  }
  .founders-logos li:last-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
	Footer
	******************** */
  .footer__top-inner {
    padding: 4rem 0;
  }
  .footer__top-inner .grid {
    flex-wrap: wrap;
    padding: 0 0 0 1.6rem;
  }
  .footer__top-left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 4rem;
  }
  .footer__top-right {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .footer__bottom {
    padding: 20rem 0 3.2rem;
  }
  .footer__bottom .grid {
    padding-left: 0;
  }
  .footer__bottom .grid + .grid {
    padding: 0 1.6rem;
  }
  .footer__bottom p {
    font-size: 1.4rem;
  }
  .footer__col {
    flex-basis: 100%;
    padding: 2.4rem 1.6rem;
  }
  .footer__col h4 {
    text-align: left !important;
  }
  body.page-id-62 .footer {
    padding-top: 0;
  }
  body.single-event .footer,
  body.initiative-template-single-initiative-event .footer,
  body.single-service .footer,
  body.page-template-archive-vacancy .footer {
    padding-top: 0;
  }
  .footer .founders-logos {
    margin-left: 0;
  }
  .footer .founders-logos li:last-child {
    margin-left: 0;
  }
}
/* ********************
Contact
******************** */
.form-wrapper {
  position: relative;
  background-color: #1A1A1A;
  padding: 12.8rem 12.8rem 12.8rem 1.6rem;
  max-width: calc(50% + 9.6rem);
  flex-grow: 1;
}
.website--ttt .form-wrapper {
  max-width: 50%;
}
.form-wrapper:before {
  position: absolute;
  width: 200rem;
  left: -200rem;
  height: 100%;
  background-color: #1A1A1A;
  content: '';
  top: 0;
}
.form-wrapper .contact-cols {
  display: flex;
  justify-content: space-between;
}
.form-wrapper .contact-cols .contact-col {
  color: white;
}
.form-wrapper .contact-cols .contact-col strong {
  color: white;
}
@media (max-width: 992px) {
  .form-wrapper .contact-cols .contact-col:first-of-type {
    margin-bottom: 3rem;
  }
}
.form-wrapper .contact-cols .contact-col ul {
  padding-left: 0;
  margin-top: 1rem;
}
.form-wrapper .contact-cols .contact-col ul li {
  padding-left: 0;
}
.form-wrapper .contact-cols .contact-col ul li::before {
  display: none;
}
.gform_wrapper {
  margin-bottom: 4.8rem;
}
.gform_heading {
  margin-bottom: 4.8rem;
}
.gform_description {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}
.gform_body {
  margin: 0 -0.8rem;
}
.gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
.gform_fields .gfield {
  position: relative;
  flex-basis: 100%;
  padding: 0.8rem;
}
.gform_fields .gfield.gform_validation_container {
  display: none;
}
.gform_fields .gfield.col-1-2 {
  flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
  .gform_fields .gfield.col-1-2 {
    flex-basis: 100%;
  }
}
.gform_fields .gfield:before {
  display: none;
}
.gform_fields .gfield input[type='radio'] {
  margin-right: 0.8rem;
}
.gform_fields .gfield input[type='submit'],
.gform_fields .gfield input[type='text'],
.gform_fields .gfield input[type='email'],
.gform_fields .gfield input[type='password'],
.gform_fields .gfield input[type='number'],
.gform_fields .gfield input[type='tel'],
.gform_fields .gfield textarea,
.gform_fields .gfield select {
  width: 100%;
}
.gform_fields .gfield select {
  background-image: url('../..//images/icons/chevron-down-white.svg');
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center right 2.4rem;
}
.gform_fields .gfield textarea {
  height: 14.8rem;
  resize: none;
  padding-top: 1.4rem;
}
.gform_fields .gfield.show-label .gfield_label {
  display: block;
  position: relative;
  font-size: 1.4rem;
  text-transform: uppercase;
  top: auto;
  right: auto;
}
.gform_fields .gfield_label {
  display: block;
  margin-bottom: 0.8rem;
}
.gform_fields .gfield_label--show {
  display: block;
  position: relative;
  font-size: 1.4rem;
  text-transform: uppercase;
  top: auto;
  right: auto;
  margin-bottom: 0.8rem;
}
.gform_fields .gfield_required {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  color: #d81e06;
  font-size: 1.6rem;
}
.gform_fields .gfield_description {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 0.4rem;
  color: #d81e06;
}
.gform_fields .gfield_checkbox li,
.gform_fields .gfield_radio li {
  padding-left: 0;
  display: flex;
  align-items: center;
}
.gform_fields .gfield_checkbox li:before,
.gform_fields .gfield_radio li:before {
  display: none;
}
.gform_fields .gfield_checkbox li input[type='text'],
.gform_fields .gfield_radio li input[type='text'] {
  width: auto;
  flex-grow: 1;
}
.gform_fields .gfield .gsection_description {
  font-size: 1.4rem;
}
.gform_fields .gfield.terms-conditions {
  margin-top: -3.2rem;
}
.gform_fields .gfield.terms-conditions .ginput_container {
  display: none;
}
.gform_fields .gfield.terms-conditions .gfield_description:not(.validation_message) {
  color: #000000;
  border: 0.2rem solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.075);
  padding: 1.6rem;
  overflow: scroll;
  height: 16rem;
  margin-top: 1.6rem;
}
.gform_footer {
  padding-top: 0.8rem;
}
.gform_footer--flex {
  display: flex !important;
  padding: 0.8rem 0.8rem 0;
}
.gform_button {
  background-color: #d81e06 !important;
  color: white;
  margin-left: auto;
  min-width: 14.8rem;
  cursor: pointer;
}
.gform_ajax_spinner {
  display: none !important;
}
.validation_error {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 1.6rem;
  color: #d81e06;
  border: 0.1rem solid #d81e06;
  background-color: rgba(216, 30, 6, 0.2);
  padding: 1.6rem 2.4rem;
}
.validation_error h2 {
  font-size: 1.4rem !important;
  line-height: 2.2rem !important;
  margin-bottom: 0 !important;
  font-weight: 400;
}
.validation_success {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 1.6rem;
  color: #31c5c6;
  border: 0.1rem solid #31c5c6;
  background-color: rgba(49, 197, 198, 0.2);
  padding: 1.6rem 2.4rem;
}
.validation_success h2 {
  font-size: 1.4rem !important;
  line-height: 2.2rem !important;
}
div.mce-responses {
  align-items: center;
  display: flex;
}
#mce-responses {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
#mce-responses a {
  color: #000000;
}
html[lang="nl-NL"] #mce-success-response {
  font-size: 0;
}
html[lang="nl-NL"] #mce-success-response:before {
  font-size: 1.4rem !important;
  line-height: 1.2;
  content: 'Bedankt voor je inschrijving. Binnenkort ontvang je de eerste Novel-T nieuwsbrief.';
}
html[lang="nl-NL"] .single-event main #mce-success-response:before {
  content: 'Bedankt voor je inschrijving! Je ontvangt een bevestiging in je mail.';
}
html[lang="en-US"] #mce-success-response {
  font-size: 0;
}
html[lang="en-US"] #mce-success-response:before {
  font-size: 1.4rem !important;
  line-height: 1.2;
  content: 'Thanks for signing up! You\'ll receive your first Novel-T Newsletter very soon!';
}
html[lang="en-US"] .single-event main #mce-success-response:before {
  content: 'Thank you for registering! You\'ll receive a confirmation email.';
}
div.mce_inline_error {
  font-family: 'Flama Regular' !important;
  font-weight: normal !important;
  background-color: transparent !important;
  color: #d81e06 !important;
  font-size: 1.4rem;
  padding: 0 !important;
  margin: 0.4rem 0 0 0 !important;
}
.accordeon-wrapper {
  max-width: calc(50% - 9.6rem);
  flex-grow: 1;
  padding: 12.8rem 1.6rem 12.8rem 12.8rem;
}
.accordeon {
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  margin-top: 3.2rem;
}
.accordeon__row {
  padding: 4rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.accordeon__row:first-child {
  border-top: none;
}
.accordeon__title {
  font-family: 'FlamaMedium';
  font-weight: 500;
  position: relative;
  font-size: 1.8rem;
  color: #000000;
  cursor: pointer;
  background-image: url('../..//images/icons/chevron-down-black.svg');
  background-size: 0.8rem;
  background-position: center right;
  background-repeat: no-repeat;
}
body.website--tvalley .accordeon__title {
  font-family: 'Univers Bold';
  font-weight: normal;
}
.accordeon__title:before {
  position: absolute;
  left: -4rem;
  top: -0.6rem;
  height: 3.2rem;
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
  width: 0.4rem;
  background-color: #d81e06;
  content: '';
}
.accordeon__title--active {
  background-image: url('../..//images/icons/chevron-up-black.svg');
}
.accordeon__title--active:before {
  max-height: 3.2rem;
}
.accordeon__text {
  display: none;
  padding-top: 1.6rem;
}
.accordeon__text--active {
  display: block;
}
.map-wrapper {
  height: 93rem;
  overflow: hidden;
  margin-top: 2.4rem;
}
.map-wrapper--small {
  height: 60rem;
}
.map {
  height: 120.5rem;
  margin-top: -28.8rem;
}
@media only screen and (max-width: 1280px) {
  .form-wrapper {
    padding-right: 2.4rem;
  }
  .accordeon-wrapper {
    padding-left: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section--contact .grid {
    flex-direction: column;
  }
  .form-wrapper {
    padding: 4rem 1.6rem 4rem 1.6rem;
    max-width: 100%;
  }
  .accordeon-wrapper {
    padding: 4rem 1.6rem 4rem 1.6rem;
    max-width: 100%;
  }
}
/* ********************
Pagination
******************** */
.navigation.pagination {
  font-family: 'FlamaMedium';
  font-weight: 500;
  width: 100%;
  margin: 8rem auto 0;
  padding: 0 1.6rem;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination.flex {
  margin: 4rem auto 0;
  display: flex;
}
.navigation.pagination .page-item {
  margin: 0 0.4rem;
}
.navigation.pagination .page-item.active {
  pointer-events: none;
  opacity: .6;
  border: 0.1rem solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.navigation.pagination .page-item.active a.page-link {
  border: none;
}
.navigation.pagination a.page-link {
  display: inline-block;
  text-align: center !important;
  font-size: 1.6rem;
  height: 4.8rem;
  width: 4.8rem;
  line-height: 4.6rem;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
}
.navigation.pagination a.page-link div {
  display: none;
}
.navigation.pagination a.page-link.next {
  position: absolute;
  right: 1.6rem;
  color: white;
  color: rgba(0, 0, 0, 0.6);
}
.navigation.pagination a.page-link.prev {
  position: absolute;
  left: 1.6rem;
  color: white;
  color: rgba(0, 0, 0, 0.6);
}
.navigation.pagination a.page-link.next,
.navigation.pagination a.page-link.prev {
  width: 12rem;
  margin: 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.6);
  line-height: 4.6rem;
}
body.desktop .navigation.pagination a.page-link:hover {
  color: white;
  background-color: #f9ba00;
  border-color: #f9ba00;
}
.navigation.pagination span {
  display: inline-block;
  text-align: center !important;
  cursor: default;
  font-size: 16px;
  height: 4.8rem;
  width: 4.8rem;
  line-height: 4.6rem;
  margin: 0 0.4rem;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
.navigation.pagination span div {
  display: none;
}
.navigation.pagination span.dots {
  color: #000000;
}
.navigation.pagination span.current {
  color: rgba(0, 0, 0, 0.2);
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.navigation.pagination .nav-links {
  text-align: center !important;
}
.navigation.pagination .nav-links a.page-numbers {
  display: inline-block;
  text-align: center !important;
  font-size: 1.6rem;
  height: 4.8rem;
  width: 4.8rem;
  line-height: 4.6rem;
  margin: 0 0.4rem;
  text-decoration: none;
  text-transform: uppercase;
  border: 0.1rem solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
}
.navigation.pagination .nav-links a.page-numbers div {
  display: none;
}
.navigation.pagination .nav-links a.page-numbers.next {
  position: absolute;
  right: 1.6rem;
  color: white;
  color: rgba(0, 0, 0, 0.6);
}
.navigation.pagination .nav-links a.page-numbers.prev {
  position: absolute;
  left: 1.6rem;
  color: white;
  color: rgba(0, 0, 0, 0.6);
}
.navigation.pagination .nav-links a.page-numbers.next,
.navigation.pagination .nav-links a.page-numbers.prev {
  width: 12rem;
  margin: 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.6);
  line-height: 4.6rem;
}
body.desktop .navigation.pagination .nav-links a.page-numbers:hover {
  color: white;
  background-color: #d81e06;
  border-color: #d81e06;
}
.navigation.pagination .nav-links span {
  display: inline-block;
  text-align: center !important;
  cursor: default;
  font-size: 16px;
  height: 4.8rem;
  width: 4.8rem;
  line-height: 4.6rem;
  margin: 0 0.4rem;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
.navigation.pagination .nav-links span div {
  display: none;
}
.navigation.pagination .nav-links span.dots {
  color: #000000;
}
.navigation.pagination .nav-links span.current {
  color: rgba(0, 0, 0, 0.2);
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  /* ********************
Pagination
******************** */
  .navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
  }
  .navigation.pagination .nav-links a.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    height: 2.8rem;
    width: 2.8rem;
    line-height: 1;
    border-width: 0.1rem;
    margin: 0 0.4rem;
  }
  .navigation.pagination .nav-links a.page-numbers.next,
  .navigation.pagination .nav-links a.page-numbers.prev {
    width: 2.8rem;
    line-height: 2.6rem;
    font-size: 0;
    border-width: 0.1rem;
    margin: 0 0.4rem;
  }
  .navigation.pagination .nav-links a.page-numbers.prev {
    background-image: url('../..//images/icons/icon-arrow-left--black.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.5rem;
  }
  .navigation.pagination .nav-links a.page-numbers.next {
    background-image: url('../..//images/icons/icon-arrow-right--black.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.5rem;
  }
  .navigation.pagination .nav-links span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    height: 2.8rem;
    width: 2.8rem;
    line-height: 1;
    border-width: 0.1rem !important;
    margin: 0 0.4rem;
  }
}
/* ********************
iFrame Wrapper
******************** */
.iframe-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 68.2%;
  overflow: hidden;
  width: calc(100% + 16rem);
  margin: 6.4rem 0 4.8rem -8rem;
}
.iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* ********************
3D-T
******************** */
.novel-t-3D {
  position: absolute;
  pointer-events: none;
  right: -4rem;
  top: -15.2rem;
  opacity: .3;
  width: 60rem;
  z-index: -1;
}
body.website--tvalley .novel-t-3D,
body.website--space53 .novel-t-3D,
body.website--medtechfund .novel-t-3D,
body.website--imec .novel-t-3D {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .novel-t-3D {
    width: 40rem;
    top: -8rem;
  }
}
.apply .button-wrapper {
  display: flex;
  justify-content: center;
}
.apply .button-wrapper .button {
  font-size: 2rem;
  height: 6rem;
}
/* ********************
Buttons
******************** */
.button-wrapper {
  display: inline-block;
}
.button-wrapper--flex {
  display: flex;
}
.button-wrapper--ac {
  display: flex;
  justify-content: center;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.8rem;
  height: 4.8rem;
  padding: 0 2.4rem;
  text-decoration: none;
}
.button--big {
  height: 5.2rem;
  padding: 0 3.2rem;
}
.button--white-outline {
  color: white;
  border: 0.1rem solid white;
}
body.desktop .button--white-outline:hover {
  background-color: #d81e06;
  border-color: #d81e06;
}
.button--black-outline {
  color: #000000 !important;
  border: 0.1rem solid #000000;
  background-color: white;
}
body.desktop .button--black-outline:hover {
  background-color: #d81e06;
  border-color: #d81e06;
  color: white !important;
}
.button--black-text {
  color: #000000;
}
.button--black {
  color: white;
  border: 0.1rem solid #000000;
  background-color: #000000;
}
body.desktop .button--black:hover {
  background-color: #d81e06;
  border-color: #d81e06;
}
.button--red {
  color: white !important;
  border: 0.1rem solid #d81e06;
  background-color: #d81e06;
}
body.desktop .button--red:hover {
  background-color: #ba1a05;
  border-color: #ba1a05;
}
.button--yellow {
  color: white !important;
  border: 0.1rem solid #f9ba00;
  background-color: #f9ba00;
}
body.desktop .button--yellow:hover {
  background-color: #daa300;
  border-color: #daa300;
}
.button--teal {
  color: white !important;
  border: 0.1rem solid #31c5c6;
  background-color: #31c5c6;
}
body.desktop .button--teal:hover {
  background-color: #2badad;
  border-color: #2badad;
}
.button--linkedin {
  position: relative;
  color: white;
  background-color: #007bb5;
  padding-right: 8rem;
}
.button--linkedin span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  z-index: 1;
  background-color: white;
  min-width: 4.8rem;
  top: 0;
  right: 0;
}
body.desktop .button--linkedin:hover {
  background-color: #0071a6;
}
.button--full-custom,
.button--outline-custom {
  display: inline-block;
  line-height: 4.8rem;
}
@media only screen and (max-width: 640px) {
  .button--full-custom,
  .button--outline-custom {
    text-align: center !important;
    width: 100%;
  }
}
/* ********************
Science shop voor studenten
******************** */
body.page-id-3087  .section__list,
body.page-id-3140  .section__list,
body.page-id-4959  .section__list,
body.page-id-4961  .section__list,
body.page-id-4963  .section__list,
body.page-id-4965  .section__list,
body.page-id-6258  .section__list,
body.page-id-6265  .section__list,
body.page-id-7412  .section__list,
body.page-id-7538  .section__list {
  background: #e9e7eb;
  padding-bottom: 4.8rem;
}
body.page-id-3087  h4 a,
body.page-id-3140  h4 a,
body.page-id-4959  h4 a,
body.page-id-4961  h4 a,
body.page-id-4963  h4 a,
body.page-id-4965  h4 a,
body.page-id-6258  h4 a,
body.page-id-6265  h4 a,
body.page-id-7412  h4 a,
body.page-id-7538  h4 a {
  display: block;
  position: relative;
  border: 1px solid #000000;
  padding: 15px 20px;
  color: #000000;
  text-decoration: none;
  width: 100%;
  padding-right: 50px;
  line-height: 1.4;
}
body.page-id-3087  h4 a:before,
body.page-id-3140  h4 a:before,
body.page-id-4959  h4 a:before,
body.page-id-4961  h4 a:before,
body.page-id-4963  h4 a:before,
body.page-id-4965  h4 a:before,
body.page-id-6258  h4 a:before,
body.page-id-6265  h4 a:before,
body.page-id-7412  h4 a:before,
body.page-id-7538  h4 a:before {
  position: absolute;
  content: "";
  background-image: url('../..//images/icons/arrow-right-black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.2rem;
  right: 2rem;
  top: 1.6rem;
  width: 1.8rem;
  height: 1.2rem;
}
body.page-id-3087  h4:hover a,
body.page-id-3140  h4:hover a,
body.page-id-4959  h4:hover a,
body.page-id-4961  h4:hover a,
body.page-id-4963  h4:hover a,
body.page-id-4965  h4:hover a,
body.page-id-6258  h4:hover a,
body.page-id-6265  h4:hover a,
body.page-id-7412  h4:hover a,
body.page-id-7538  h4:hover a {
  background: #d81e06;
  color: white;
  border-color: #d81e06;
}
body.page-id-3087  h4:hover a:before,
body.page-id-3140  h4:hover a:before,
body.page-id-4959  h4:hover a:before,
body.page-id-4961  h4:hover a:before,
body.page-id-4963  h4:hover a:before,
body.page-id-4965  h4:hover a:before,
body.page-id-6258  h4:hover a:before,
body.page-id-6265  h4:hover a:before,
body.page-id-7412  h4:hover a:before,
body.page-id-7538  h4:hover a:before {
  position: absolute;
  content: "";
  background-image: url('../..//images/icons/arrow-right-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.2rem;
  right: 2rem;
  top: 1.6rem;
  width: 1.8rem;
  height: 1.2rem;
}
.section__list h4 a {
  display: block;
  position: relative;
  border: 1px solid #000000;
  padding: 15px 20px;
  color: #000000;
  text-decoration: none;
  width: 100%;
  padding-right: 50px;
  line-height: 1.4;
}
.section__list h4 a:before {
  position: absolute;
  content: "";
  background-image: url('../..//images/icons/arrow-right-black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.2rem;
  right: 2rem;
  top: 1.6rem;
  width: 1.8rem;
  height: 1.2rem;
}
.section__list h4:hover a {
  background: #d81e06;
  color: white;
  border-color: #d81e06;
}
.section__list h4:hover a:before {
  position: absolute;
  content: "";
  background-image: url('../..//images/icons/arrow-right-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.2rem;
  right: 2rem;
  top: 1.6rem;
  width: 1.8rem;
  height: 1.2rem;
}
/* ********************
Novel-t START
******************** */
body.page-id-4569  .section.section--articles-events {
  padding-top: 4.8rem;
}
/* ********************
Counter
******************** */
.countdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: #000000;
  color: white;
  padding: 6rem 0;
}
.countdown .grid {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.countdown__left {
  font-family: 'FlamaBlack';
  font-weight: 900;
  text-transform: uppercase;
  font-size: 4rem;
  padding-right: 16rem;
}
.countdown__after {
  width: 100%;
  padding-right: 0;
  text-align: center;
}
.countdown__trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.8rem;
  height: 4.8rem;
  background: #000000;
}
.countdown__trigger > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#countdown span {
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
}
.countdown-row {
  display: flex;
  flex-direction: row;
  clear: both;
  width: 100%;
  padding: 0;
}
.countdown-section {
  width: auto;
  display: block;
  margin-right: 8rem;
  display: flex;
  flex-direction: column;
}
.countdown-section:last-child {
  margin-right: 0;
}
.countdown-amount {
  font-family: 'FlamaBlack';
  font-weight: 900;
  font-size: 10rem;
  display: block;
  width: 100%;
  order: 2;
}
.countdown-period {
  font-weight: 600;
  font-size: 2rem;
  opacity: 1;
  order: 1;
}
.countdown-descr {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .countdown .grid {
    padding: 0 1.6rem;
    justify-content: space-between;
  }
  .countdown__left {
    padding-right: 0;
  }
  .countdown__right {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .countdown__trigger {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .countdown__left {
    font-size: 3.2rem;
  }
  .countdown-section {
    margin-right: 4rem;
  }
  .countdown-amount {
    font-size: 7.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .countdown {
    padding: 4rem 0;
  }
  .countdown .grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .countdown__right {
    margin-left: 0;
  }
  .countdown__left {
    margin-bottom: 2rem;
  }
  .countdown__left br {
    display: none;
  }
  .countdown-amount {
    font-size: 5.2rem;
  }
  .countdown-section {
    margin-right: 1.4rem;
  }
  .countdown-period {
    opacity: 0.6;
    font-size: 1.4rem;
  }
  .countdown #span {
    opacity: 0.6;
  }
}
.sign-up-form input[type='text'],
.sign-up-form input[type='email'] {
  width: 100%;
  margin-bottom: 20px;
}
/* ********************
Form
******************** */
input[type='submit'],
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
textarea,
select {
  font-family: 'Flama';
  font-weight: normal;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  padding: 0 2.4rem;
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: none;
  height: 4.8rem;
}
body.website--tvalley input[type='submit'],
body.website--tvalley input[type='text'],
body.website--tvalley input[type='email'],
body.website--tvalley input[type='password'],
body.website--tvalley input[type='number'],
body.website--tvalley input[type='tel'],
body.website--tvalley textarea,
body.website--tvalley select {
  font-family: 'Univers Light';
  font-weight: normal;
}
select::-ms-expand {
  display: none;
}
/* ********************
Multisite Incubase
******************** */
html body.website--incubase .section__sub-title--red {
  color: #9aaebe;
}
html body.website--incubase.home .page-top + .section {
  padding-top: 8rem !important;
}
html body.website--incubase.home .top-slider .top-slide {
  height: calc(85.59999999999999vh);
}
html body.website--incubase.home .top-slider .top-slide .grid {
  padding: 0;
}
html body.website--incubase.home .top-slider .top-slide__heading {
  font-size: 8rem;
  line-height: 7.2rem;
}
html body.website--incubase.home .top-slider .top-slide__left {
  position: relative;
}
html body.website--incubase.home .top-slider .top-slide__left > img {
  position: absolute;
  width: 5rem;
  height: 5rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
html body.website--incubase.home .top-slider .top-slide__left > img:nth-of-type(1) {
  top: 0;
  left: 0;
  transform: translate(-15rem, -15rem);
}
html body.website--incubase.home .top-slider .top-slide__left > img:nth-of-type(2) {
  top: 0;
  right: 0;
  transform: translate(15rem, -15rem);
}
html body.website--incubase.home .top-slider .top-slide__left > img:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transform: translate(-15rem, 15rem);
}
html body.website--incubase.home .top-slider .top-slide__left > img:nth-of-type(4) {
  bottom: 0;
  right: 0;
  transform: translate(15rem, 15rem);
}
html body.website--incubase.home .top-slider .top-slide.swiper-slide-active .top-slide__left > img {
  opacity: 1;
  visibility: visible;
}
html body.website--incubase.home .top-slider .top-slide.swiper-slide-active .top-slide__left > img:nth-of-type(1) {
  transform: translate(-10rem, -10rem);
}
html body.website--incubase.home .top-slider .top-slide.swiper-slide-active .top-slide__left > img:nth-of-type(2) {
  transform: translate(10rem, -10rem);
}
html body.website--incubase.home .top-slider .top-slide.swiper-slide-active .top-slide__left > img:nth-of-type(3) {
  transform: translate(-10rem, 10rem);
}
html body.website--incubase.home .top-slider .top-slide.swiper-slide-active .top-slide__left > img:nth-of-type(4) {
  transform: translate(10rem, 10rem);
}
@media only screen and (max-width: 767px) {
  html body.website--incubase.home .top-slider .top-slide .grid {
    align-items: center;
  }
  html body.website--incubase.home .top-slider .top-slide__left > img {
    width: 1.6rem;
    height: 1.6rem;
  }
  html body.website--incubase.home .top-slider .top-slide__left > img:nth-of-type(1) {
    transform: translate(-4rem, -4rem);
  }
  html body.website--incubase.home .top-slider .top-slide__left > img:nth-of-type(2) {
    transform: translate(4rem, -4rem);
  }
  html body.website--incubase.home .top-slider .top-slide__left > img:nth-of-type(3) {
    transform: translate(-4rem, 4rem);
  }
  html body.website--incubase.home .top-slider .top-slide__left > img:nth-of-type(4) {
    transform: translate(4rem, 4rem);
  }
  html body.website--incubase.home .top-slider .top-slide.swiper-slide-active .top-slide__left > img:nth-of-type(1) {
    transform: translate(-2rem, -2rem);
  }
  html body.website--incubase.home .top-slider .top-slide.swiper-slide-active .top-slide__left > img:nth-of-type(2) {
    transform: translate(2rem, -2rem);
  }
  html body.website--incubase.home .top-slider .top-slide.swiper-slide-active .top-slide__left > img:nth-of-type(3) {
    transform: translate(-2rem, 2rem);
  }
  html body.website--incubase.home .top-slider .top-slide.swiper-slide-active .top-slide__left > img:nth-of-type(4) {
    transform: translate(2rem, 2rem);
  }
}
@media only screen and (max-width: 767px) {
  html body.website--incubase.home .top-slider .top-slide__left {
    max-width: 26rem;
  }
}
html body.website--incubase .editor h4 {
  color: #9aaebe;
}
html body.website--incubase .side-panel__buttons > a {
  border-color: white;
}
html body.website--incubase .side-panel__buttons > a > button {
  background-color: #ffec00;
  transition: all 0.2s ease-in-out;
}
html body.website--incubase .side-panel__buttons > a > button svg path {
  fill: #000000;
  transition: all 0.2s ease-in-out;
}
html body.website--incubase .side-panel__buttons > a > button:hover {
  background-color: #000000;
}
html body.website--incubase .side-panel__buttons > a > button:hover svg path {
  fill: #ffec00;
}
html body.website--incubase .side-panel__buttons > div .follow-us {
  background-color: #ffec00;
  color: #000000;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
html body.website--incubase .side-panel__buttons > div .follow-us:hover {
  background-color: #000000;
  color: #ffec00;
}
html body.website--incubase .accordeon__title {
  background-image: url('../..//images/icons/incubase/chevron-down-black.svg');
}
html body.website--incubase .accordeon__title--active {
  background-image: url('../..//images/icons/incubase/chevron-up-black.svg');
}
html body.website--incubase .content-filter__select {
  background-image: url('../..//images/icons/incubase/chevron-down-white.svg');
}
html body.website--incubase .gform_fields .gfield select {
  background-image: url('../..//images/icons/incubase/chevron-down-white.svg');
}
html body.website--incubase .button--red {
  color: #000000 !important;
}
html body.website--incubase .button--red:hover {
  color: #000000 !important;
  background-color: #e0d000;
  border-color: #e0d000;
}
html body.website--incubase .button--black-outline:hover {
  color: #000000 !important;
}
html body.website--incubase .page-nav > ul > li.button > a:hover {
  color: #000000;
}
html body.website--incubase .footer__bottom p a:hover {
  color: #ffec00;
}
html body.website--incubase .editor .gform_button,
html body.website--incubase .section--iframe input[type='submit'] {
  color: #000000 !important;
}
html body.website--incubase .editor .gform_button.button,
html body.website--incubase .section--iframe input[type='submit'].button {
  color: white !important;
  background-color: #f38f1d !important;
  border-color: #f38f1d !important;
}
html body.website--incubase .editor .gform_button.button:hover,
html body.website--incubase .section--iframe input[type='submit'].button:hover {
  background-color: #dc7a0c !important;
  border-color: #dc7a0c !important;
  color: white !important;
}
html body.website--incubase .editor .gform_button:hover,
html body.website--incubase .section--iframe input[type='submit']:hover {
  color: #000000 !important;
  background-color: #e6d400 !important;
}
html body.website--incubase.page-template-page-contact .footer {
  margin-top: -14rem;
}
html body.website--incubase .items-slider__arrow {
  height: 2.4rem;
  width: 2.4rem;
}
/* ********************
Multisite MedTechTwente
#website--medtechtwente
******************** */
html body.website--medtechtwente,
html body.website--imec {
  color: black;
}
html body.website--medtechtwente .page-nav > ul > li > a,
html body.website--imec .page-nav > ul > li > a {
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
}
html body.website--medtechtwente .page-nav > ul > li:after,
html body.website--imec .page-nav > ul > li:after {
  background-color: #009cc5;
}
html body.website--medtechtwente .page-nav > ul > li.button a,
html body.website--imec .page-nav > ul > li.button a {
  background-color: #009cc5;
  border-color: #009cc5;
  color: black;
}
html body.website--medtechtwente .page-nav > ul > li.button a:hover,
html body.website--imec .page-nav > ul > li.button a:hover {
  background-color: #0088ac !important;
  color: black !important;
}
html body.website--medtechtwente .button,
html body.website--imec .button {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #009cc5;
  color: black;
}
html body.website--medtechtwente .button:hover,
html body.website--imec .button:hover {
  background-color: #0088ac;
}
html body.website--medtechtwente .button--black-outline,
html body.website--imec .button--black-outline {
  background-color: transparent;
}
html body.website--medtechtwente .button--black-outline:hover,
html body.website--imec .button--black-outline:hover {
  background-color: black;
}
html body.website--medtechtwente .button--white-outline,
html body.website--imec .button--white-outline {
  background-color: transparent;
}
html body.website--medtechtwente input[type='submit'],
html body.website--imec input[type='submit'],
html body.website--medtechtwente input[type='text'],
html body.website--imec input[type='text'],
html body.website--medtechtwente input[type='email'],
html body.website--imec input[type='email'],
html body.website--medtechtwente input[type='password'],
html body.website--imec input[type='password'],
html body.website--medtechtwente input[type='number'],
html body.website--imec input[type='number'],
html body.website--medtechtwente input[type='tel'],
html body.website--imec input[type='tel'],
html body.website--medtechtwente textarea,
html body.website--imec textarea,
html body.website--medtechtwente select,
html body.website--imec select {
  color: white;
}
html body.website--medtechtwente .top-slider:before,
html body.website--imec .top-slider:before {
  height: 26rem;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: 2;
  top: auto;
  bottom: 0;
}
html body.website--medtechtwente .top-slider:after,
html body.website--imec .top-slider:after {
  display: block;
  position: absolute;
  height: 40rem;
  width: 9.3rem;
  bottom: 9rem;
  right: 6rem;
  z-index: 2;
  content: "";
  background: url('../..//images/mtt-twente.svg') bottom right / 100% no-repeat;
}
html body.website--medtechtwente .top-slide__heading,
html body.website--imec .top-slide__heading {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  font-size: 6.5rem;
  line-height: 1;
}
html body.website--medtechtwente .top-slide p,
html body.website--imec .top-slide p {
  line-height: 1.3;
}
html body.website--medtechtwente .top-slide p:before,
html body.website--imec .top-slide p:before {
  background-color: #009cc5;
}
html body.website--medtechtwente.home .top-slide__background:before,
html body.website--imec.home .top-slide__background:before,
html body.website--medtechtwente :not(.home) .top-slide__background:before,
html body.website--imec :not(.home) .top-slide__background:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 66%;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
}
html body.website--medtechtwente.home .top-slide__background:after,
html body.website--imec.home .top-slide__background:after,
html body.website--medtechtwente :not(.home) .top-slide__background:after,
html body.website--imec :not(.home) .top-slide__background:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 32.5rem;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: .8;
  mix-blend-mode: multiply;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, #009cc5 70%, #009cc5 100%);
}
html body.website--medtechtwente.search-results .top-slider:after,
html body.website--imec.search-results .top-slider:after {
  display: none;
}
html body.website--medtechtwente.search-results .top-slide__background:after,
html body.website--imec.search-results .top-slide__background:after {
  display: none;
}
html body.website--medtechtwente .intro-box .testimonial__function,
html body.website--imec .intro-box .testimonial__function {
  color: black;
}
html body.website--medtechtwente .side-panel__buttons > a,
html body.website--imec .side-panel__buttons > a {
  border-bottom: .1rem solid black;
}
html body.website--medtechtwente .side-panel__buttons > a button,
html body.website--imec .side-panel__buttons > a button {
  background-color: #009cc5;
}
html body.website--medtechtwente .side-panel__buttons > a button:hover,
html body.website--imec .side-panel__buttons > a button:hover {
  background-color: #0088ac;
}
html body.website--medtechtwente .side-panel__buttons > a button svg path,
html body.website--imec .side-panel__buttons > a button svg path {
  fill: black;
}
html body.website--medtechtwente .side-panel__buttons > a:last-of-type,
html body.website--imec .side-panel__buttons > a:last-of-type {
  border-bottom: 0;
}
html body.website--medtechtwente .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"],
html body.website--imec .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"] {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
}
html body.website--medtechtwente .section__title,
html body.website--imec .section__title {
  font-family: 'Ubuntu';
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  font-weight: 700;
}
html body.website--medtechtwente .section__sub-title,
html body.website--imec .section__sub-title {
  color: black;
}
html body.website--medtechtwente .section--cases .grid .button-wrapper .button,
html body.website--imec .section--cases .grid .button-wrapper .button {
  transition: all .01s ease;
}
html body.website--medtechtwente .section--cases .grid .button-wrapper .button:hover,
html body.website--imec .section--cases .grid .button-wrapper .button:hover {
  background-color: black;
  color: white;
}
html body.website--medtechtwente .section--services,
html body.website--imec .section--services,
html body.website--medtechtwente .section--articles-events,
html body.website--imec .section--articles-events {
  position: relative;
}
html body.website--medtechtwente .section--services:before,
html body.website--imec .section--services:before,
html body.website--medtechtwente .section--articles-events:before,
html body.website--imec .section--articles-events:before {
  display: block;
  position: absolute;
  bottom: auto;
  left: auto;
  top: 50%;
  right: -36.5rem;
  width: 73rem;
  height: 73rem;
  content: "";
  transform: translateY(-50%);
  background: url('../..//images/mtt-artwork.svg') top right / 100% no-repeat;
}
html body.website--medtechtwente.home .section--services:before,
html body.website--imec.home .section--services:before {
  display: none;
}
html body.website--medtechtwente.home .section--articles-events:before,
html body.website--imec.home .section--articles-events:before {
  top: 0;
}
html body.website--medtechtwente .item__excerpt,
html body.website--imec .item__excerpt {
  color: black;
}
html body.website--medtechtwente .item__box,
html body.website--imec .item__box {
  margin: -4rem 0 0 3.8rem;
}
html body.website--medtechtwente .item__title,
html body.website--imec .item__title {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
}
html body.website--medtechtwente .item__sub-title,
html body.website--imec .item__sub-title {
  color: black;
}
html body.website--medtechtwente .testimonial__quote,
html body.website--imec .testimonial__quote {
  font-family: 'Ubuntu';
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.8rem;
  padding: 0 6rem;
  text-transform: uppercase;
}
html body.website--medtechtwente .testimonial__name,
html body.website--imec .testimonial__name {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
html body.website--medtechtwente .testimonial__function,
html body.website--imec .testimonial__function {
  color: white;
}
html body.website--medtechtwente .footer__bottom p,
html body.website--imec .footer__bottom p {
  color: white;
}
html body.website--medtechtwente .footer__bottom p a,
html body.website--imec .footer__bottom p a {
  color: white;
}
html body.website--medtechtwente .footer__bottom p a:hover,
html body.website--imec .footer__bottom p a:hover {
  text-decoration: underline;
}
html body.website--medtechtwente .editor h1,
html body.website--imec .editor h1,
html body.website--medtechtwente .editor h2,
html body.website--imec .editor h2,
html body.website--medtechtwente .editor h3,
html body.website--imec .editor h3,
html body.website--medtechtwente .editor h4,
html body.website--imec .editor h4,
html body.website--medtechtwente .editor h5,
html body.website--imec .editor h5,
html body.website--medtechtwente .editor h6,
html body.website--imec .editor h6 {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
}
html body.website--medtechtwente .editor a,
html body.website--imec .editor a,
html body.website--medtechtwente .editor p a,
html body.website--imec .editor p a,
html body.website--medtechtwente .editor ul li a,
html body.website--imec .editor ul li a {
  color: #009cc5;
}
html body.website--medtechtwente .navigation.pagination .nav-links a.page-numbers,
html body.website--imec .navigation.pagination .nav-links a.page-numbers {
  transition: all .01s ease;
  border-color: black;
  color: black;
}
html body.website--medtechtwente .navigation.pagination .nav-links a.page-numbers:hover,
html body.website--imec .navigation.pagination .nav-links a.page-numbers:hover {
  background-color: black;
  color: white;
  border-color: black;
}
html body.website--medtechtwente .page-top + .section--ttt-services,
html body.website--imec .page-top + .section--ttt-services {
  padding-top: 6.4rem !important;
}
html body.website--medtechtwente .ttt-services .ttt-services-slider__controls,
html body.website--imec .ttt-services .ttt-services-slider__controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-top: -3.2rem;
}
@media only screen and (max-width: 767px) {
  html body.website--medtechtwente .ttt-services .ttt-services-slider__controls,
  html body.website--imec .ttt-services .ttt-services-slider__controls {
    margin-top: -8.2rem;
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
html body.website--medtechtwente .ttt-services .ttt-services-slider__arrow,
html body.website--imec .ttt-services .ttt-services-slider__arrow {
  height: 40px;
  width: 40px;
  background: #3c3c3b;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .2s ease;
}
html body.website--medtechtwente .ttt-services .ttt-services-slider__arrow.swiper-button-disabled,
html body.website--imec .ttt-services .ttt-services-slider__arrow.swiper-button-disabled {
  opacity: 0;
}
html body.website--medtechtwente .ttt-services__inner,
html body.website--imec .ttt-services__inner {
  display: flex;
  flex-flow: row wrap;
}
html body.website--medtechtwente .ttt-services__inner.swiper-wrapper,
html body.website--imec .ttt-services__inner.swiper-wrapper {
  flex-flow: row;
}
@media only screen and (max-width: 992px) {
  html body.website--medtechtwente .ttt-services__inner.swiper-wrapper,
  html body.website--imec .ttt-services__inner.swiper-wrapper {
    flex-flow: wrap;
  }
}
html body.website--medtechtwente .ttt-services__service,
html body.website--imec .ttt-services__service {
  display: flex;
  flex-flow: column nowrap;
  width: 50%;
  padding: 0 2rem;
  margin-bottom: 0;
}
html body.website--medtechtwente .ttt-services__service-inner,
html body.website--imec .ttt-services__service-inner {
  text-decoration: none;
}
html body.website--medtechtwente .ttt-services__service-inner:hover .ttt-services__text,
html body.website--imec .ttt-services__service-inner:hover .ttt-services__text {
  transform: translateY(-2.4rem);
}
html body.website--medtechtwente .ttt-services__image-container,
html body.website--imec .ttt-services__image-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 35rem;
  background: #1A1A1A;
}
html body.website--medtechtwente .ttt-services__image-container:before,
html body.website--imec .ttt-services__image-container:before {
  position: absolute;
  top: 2.5rem;
  right: 4rem;
  width: 22rem;
  height: calc(100% - 2rem);
  background-image: url('../..//images/patterns/pattern-white-small.svg');
  background-position: 0 0;
  background-size: 23rem;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 767px) {
  html body.website--medtechtwente .ttt-services__image-container:before,
  html body.website--imec .ttt-services__image-container:before {
    opacity: .75;
  }
}
html body.website--medtechtwente .ttt-services__image-container--green:after,
html body.website--imec .ttt-services__image-container--green:after,
html body.website--medtechtwente .ttt-services__image-container--purple:after,
html body.website--imec .ttt-services__image-container--purple:after,
html body.website--medtechtwente .ttt-services__image-container--blue:after,
html body.website--imec .ttt-services__image-container--blue:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
html body.website--medtechtwente .ttt-services__image-container--green:after,
html body.website--imec .ttt-services__image-container--green:after {
  background-color: #68a100;
  opacity: .5;
}
html body.website--medtechtwente .ttt-services__image-container--purple:after,
html body.website--imec .ttt-services__image-container--purple:after {
  background-color: #711386;
  opacity: .6;
}
html body.website--medtechtwente .ttt-services__image-container--blue:after,
html body.website--imec .ttt-services__image-container--blue:after {
  background-color: #35a8e0;
  opacity: .6;
}
html body.website--medtechtwente .ttt-services__image,
html body.website--imec .ttt-services__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
}
html body.website--medtechtwente .ttt-services__title-container,
html body.website--imec .ttt-services__title-container {
  position: absolute;
  width: calc(100% - 14.4rem);
  left: 7.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column nowrap;
  z-index: 1;
}
html body.website--medtechtwente .ttt-services__title-container:after,
html body.website--imec .ttt-services__title-container:after {
  position: absolute;
  width: 2.7rem;
  height: 3.6rem;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('../..//images/icons/ttt/chevron-right-white.svg') center center / 2.7rem no-repeat;
  content: "";
  display: none;
}
html body.website--medtechtwente .ttt-services__title-container p,
html body.website--imec .ttt-services__title-container p {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  color: white;
}
html body.website--medtechtwente .ttt-services__title-container h3,
html body.website--imec .ttt-services__title-container h3 {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  color: white !important;
  text-transform: uppercase;
}
html body.website--medtechtwente .ttt-services__text,
html body.website--imec .ttt-services__text {
  position: relative;
  margin: -4rem 0 0 3.8rem;
  background-color: white;
  padding: 2.4rem 3.2rem;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
html body.website--medtechtwente .ttt-services__text p,
html body.website--imec .ttt-services__text p {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  color: black;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
html body.website--medtechtwente #cookie-notice #cn-accept-cookie,
html body.website--imec #cookie-notice #cn-accept-cookie {
  background-color: #009cc5 !important;
  color: black !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
html body.website--medtechtwente #cookie-notice #cn-accept-cookie:hover,
html body.website--imec #cookie-notice #cn-accept-cookie:hover {
  background-color: #0088ac !important;
}
@media (max-width: 1023px) {
  html body.website--medtechtwente .top-slider:after,
  html body.website--imec .top-slider:after {
    width: 5rem;
    height: 22rem;
    right: 3rem;
    bottom: 4rem;
  }
  html body.website--medtechtwente .top-slide__heading,
  html body.website--imec .top-slide__heading {
    font-size: 4.5rem;
  }
  html body.website--medtechtwente .section--services:before,
  html body.website--imec .section--services:before,
  html body.website--medtechtwente .section--articles-events:before,
  html body.website--imec .section--articles-events:before {
    right: -17rem;
    width: 34rem;
    height: 34rem;
  }
  html body.website--medtechtwente .ttt-services__title-container,
  html body.website--imec .ttt-services__title-container {
    width: calc(100% - 7.2rem);
    left: 3.6rem;
  }
  html body.website--medtechtwente .section--ttt-content + .section--ttt-services,
  html body.website--imec .section--ttt-content + .section--ttt-services {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  html body.website--medtechtwente .page-top + .section--ttt-services,
  html body.website--imec .page-top + .section--ttt-services {
    padding-top: 0 !important;
  }
  html body.website--medtechtwente .ttt-services__service,
  html body.website--imec .ttt-services__service {
    width: 100%;
  }
  html body.website--medtechtwente .ttt-services__image-container,
  html body.website--imec .ttt-services__image-container {
    height: 22rem;
  }
  html body.website--medtechtwente .ttt-services__title-container,
  html body.website--imec .ttt-services__title-container {
    width: calc(100% - 3.2rem);
    left: 1.6rem;
  }
  html body.website--medtechtwente .ttt-services__title-container:after,
  html body.website--imec .ttt-services__title-container:after {
    right: 0;
    zoom: .7;
  }
  html body.website--medtechtwente .ttt-services__title-container p,
  html body.website--imec .ttt-services__title-container p {
    font-size: 2rem;
  }
  html body.website--medtechtwente .ttt-services__title-container h3,
  html body.website--imec .ttt-services__title-container h3 {
    font-size: 2.4rem;
  }
  html body.website--medtechtwente .ttt-services__text,
  html body.website--imec .ttt-services__text {
    margin: 0;
    padding: 1.6rem;
  }
}
@media (max-width: 640px) {
  html body.website--medtechtwente .top-slider:after,
  html body.website--imec .top-slider:after {
    width: 3rem;
    height: 13rem;
    transform: rotate(90deg);
    right: 6.3rem;
    bottom: -3rem;
  }
  html body.website--medtechtwente:not(.home) .top-slider:after,
  html body.website--imec:not(.home) .top-slider:after {
    display: none;
  }
  html body.website--medtechtwente .top-slide__background:after,
  html body.website--imec .top-slide__background:after {
    display: none;
  }
  html body.website--medtechtwente .section__title,
  html body.website--imec .section__title {
    font-size: 2.4rem;
  }
  html body.website--medtechtwente .testimonial__quote,
  html body.website--imec .testimonial__quote {
    font-size: 1.4rem;
  }
}
/* ********************
Multisite imec
#website--imec
******************** */
html body.website--imec {
  font-family: "agenda", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html body.website--imec.home .top-slide__background:before,
html body.website--imec :not(.home) .top-slide__background:before {
  width: 50%;
  background: linear-gradient(90deg, rgba(58, 152, 189, 0.8) 0%, rgba(58, 152, 189, 0.6) 60%, rgba(58, 152, 189, 0) 100%);
  mix-blend-mode: multiply;
}
html body.website--imec.home .top-slide__background:after,
html body.website--imec :not(.home) .top-slide__background:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, #3f98bd 70%, #3f98bd 100%);
}
html body.website--imec .dual-block + .dual-block .editor {
  margin-right: 0;
  margin-left: 8rem;
}
html body.website--imec .section__title {
  font-family: 'FlamaBold';
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-size: 4.2rem;
  margin-bottom: 3.2rem;
}
html body.website--imec .sticky-cta__content {
  color: white;
}
html body.website--imec .sticky-cta svg path {
  fill: white;
}
html body.website--imec .button--black-outline {
  position: relative;
  padding: 0.1rem 7.2rem 0 2.4rem;
  background-color: transparent !important;
  color: #000000 !important;
  display: inline-flex;
}
html body.website--imec .button--black-outline:after {
  content: "";
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
  width: 48px;
  height: 100%;
  display: block;
  border: 0.2rem solid #3a98bd;
  background-image: url('../..//images/icons/arrow-right-imec-blue.svg');
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
}
html body.website--imec .button--black-outline:hover {
  background-color: #3a98bd !important;
  color: white !important;
}
html body.website--imec .button--black-outline:hover:after {
  background-image: url('../..//images/icons/arrow-right-white.svg') !important;
}
html body.website--imec .cta .button--black-outline {
  text-transform: unset;
}
html body.website--imec .cta .button-wrapper--flex {
  flex-flow: column nowrap;
  align-items: flex-start;
}
html body.website--imec .cta .button-wrapper a {
  margin-bottom: 1rem;
}
html body.website--imec .cta .button-wrapper a:last-of-type {
  margin-bottom: 0;
}
html body.website--imec .sticky-cta {
  background-color: #3a98bd;
}
html body.website--imec .intro-box {
  background-color: #3a98bd;
}
html body.website--imec .intro-box:before {
  background-color: #3a98bd;
}
html body.website--imec .intro-box .editor h1,
html body.website--imec .intro-box .editor h2,
html body.website--imec .intro-box .editor h3,
html body.website--imec .intro-box .editor h4,
html body.website--imec .intro-box .editor h5,
html body.website--imec .intro-box .editor h6,
html body.website--imec .intro-box .editor p,
html body.website--imec .intro-box .editor ul li,
html body.website--imec .intro-box .editor ol li {
  color: white;
}
html body.website--imec .intro-box .editor p a:not(.button),
html body.website--imec .intro-box .editor ul li a:not(.button),
html body.website--imec .intro-box .editor ol li a:not(.button) {
  text-decoration: underline;
}
html body.website--imec .intro-box .editor .button {
  border: .2rem solid white;
}
html body.website--imec .intro-box .testimonial__author {
  background-color: transparent;
}
html body.website--imec .intro-box .testimonial__name,
html body.website--imec .intro-box .testimonial__function {
  text-transform: unset;
}
html body.website--imec .intro-box .testimonial__quote {
  padding: 4rem 0 0 0 !important;
}
html body.website--imec .page-nav > ul > li:after {
  background-color: #3a98bd;
}
html body.website--imec .page-nav > ul > li.button a {
  background-color: #3a98bd;
  border-color: #3a98bd;
}
html body.website--imec .page-nav > ul > li.button a:hover {
  background-color: #3488a9 !important;
}
html body.website--imec .button {
  font-family: "agenda", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #3a98bd;
}
html body.website--imec .button:hover {
  background-color: #3488a9;
}
html body.website--imec .button--black-outline {
  border-width: .2rem;
  color: #3a98bd;
}
html body.website--imec .button--black-outline:hover {
  background-color: #3a98bd;
}
html body.website--imec .top-slide__heading {
  font-family: "agenda", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html body.website--imec .top-slide p:before {
  background-color: #3a98bd;
}
html body.website--imec .top-slide__background:after {
  display: none;
}
html body.website--imec .top-slider:before,
html body.website--imec .top-slider:after {
  display: none;
}
html body.website--imec .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"] {
  font-family: "agenda", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html body.website--imec .section__title {
  font-family: "agenda", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html body.website--imec .section--services,
html body.website--imec .section--articles-events {
  position: relative;
}
html body.website--imec .section--services:before,
html body.website--imec .section--articles-events:before {
  display: block;
  position: absolute;
  bottom: auto;
  left: auto;
  top: 50%;
  right: -18rem;
  width: 56rem;
  height: 56rem;
  content: "";
  transform: translateY(-50%);
  background: url('../..//images/imec-artwork.svg') top right / 100% no-repeat;
}
html body.website--imec .item__title {
  font-family: "agenda", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html body.website--imec .testimonial__thumbnail {
  background: #286982;
}
html body.website--imec .testimonial__thumbnail img {
  opacity: .45;
}
html body.website--imec .testimonial__quote {
  font-family: "agenda", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: unset;
}
html body.website--imec .testimonial__author {
  background-color: #3c3c3b;
}
html body.website--imec .testimonial__name {
  font-family: "agenda", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html body.website--imec .testimonial__function {
  text-transform: uppercase;
}
html body.website--imec .editor h1 {
  font-family: 'FlamaBold';
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-size: 4.2rem;
  margin-bottom: 3.2rem;
}
html body.website--imec .editor h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
html body.website--imec .editor h3 {
  color: #3a98bd;
  font-size: 1.8rem;
}
html body.website--imec .editor h4,
html body.website--imec .editor h5,
html body.website--imec .editor h6 {
  font-family: "agenda", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3c3c3b;
}
html body.website--imec .editor p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #3c3c3b;
}
html body.website--imec .editor a,
html body.website--imec .editor p a,
html body.website--imec .editor ul li a {
  color: #3a98bd;
}
html body.website--imec .editor h1[style*="text-align: center;"] + ul,
html body.website--imec .editor h2[style*="text-align: center;"] + ul,
html body.website--imec .editor h3[style*="text-align: center;"] + ul,
html body.website--imec .editor h4[style*="text-align: center;"] + ul,
html body.website--imec .editor h5[style*="text-align: center;"] + ul,
html body.website--imec .editor h6[style*="text-align: center;"] + ul,
html body.website--imec .editor p[style*="text-align: center;"] + ul {
  display: grid;
  justify-items: center;
}
html body.website--imec .editor h1[style*="text-align: center;"] + ul li,
html body.website--imec .editor h2[style*="text-align: center;"] + ul li,
html body.website--imec .editor h3[style*="text-align: center;"] + ul li,
html body.website--imec .editor h4[style*="text-align: center;"] + ul li,
html body.website--imec .editor h5[style*="text-align: center;"] + ul li,
html body.website--imec .editor h6[style*="text-align: center;"] + ul li,
html body.website--imec .editor p[style*="text-align: center;"] + ul li {
  position: relative;
  text-align: center !important;
}
html body.website--imec .ttt-services__title-container p {
  font-family: "agenda", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html body.website--imec .ttt-services__title-container h3 {
  font-family: "agenda", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html body.website--imec .ttt-services__text p {
  font-family: "agenda", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html body.website--imec .footer__bottom {
  background-image: none;
}
html body.website--imec #cookie-notice #cn-accept-cookie {
  background-color: #3a98bd !important;
}
html body.website--imec #cookie-notice #cn-accept-cookie:hover {
  background-color: #3488a9 !important;
}
@media (max-width: 1023px) {
  html body.website--imec .section--services:before,
  html body.website--imec .section--articles-events:before {
    right: -11rem;
    width: 34rem;
    height: 34rem;
  }
}
@media (max-width: 640px) {
  html body.website--imec .section--services:before,
  html body.website--imec .section--articles-events:before {
    right: -6rem;
    width: 20rem;
    height: 20rem;
  }
}
@media only screen and (max-width: 1692px) {
  html body.website--imec .dual-blocks .dual-block + .dual-block .editor {
    margin-right: 8rem;
  }
}
/* ********************
Multisite High Tech Factory
#website--hightechfactory
******************** */
html body.website--hightechfactory .novel-t-3D {
  display: none !important;
}
html body.website--hightechfactory .page-header__center {
  width: 100%;
  justify-content: flex-end;
}
html body.website--hightechfactory .page-nav > ul > li {
  font-family: 'Univers Light';
  font-weight: normal;
}
html body.website--hightechfactory .page-nav > ul > li > a {
  font-size: 2rem;
}
html body.website--hightechfactory .page-nav > ul > li.current_page_item {
  font-family: 'Univers Light';
  font-weight: normal;
}
html body.website--hightechfactory .editor h1,
html body.website--hightechfactory .editor h2,
html body.website--hightechfactory .editor h3,
html body.website--hightechfactory .editor h4,
html body.website--hightechfactory .editor h5,
html body.website--hightechfactory .editor h6 {
  font-family: cy, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
}
html body.website--hightechfactory .editor p {
  font-size: 1.8rem;
}
html body.website--hightechfactory .editor ul li a {
  color: #29caef;
}
html body.website--hightechfactory .editor .ttt-services__text p {
  font-family: 'Univers Light';
  font-weight: normal;
}
html body.website--hightechfactory .editor .ttt-services__image-container:before {
  top: 1rem;
  width: 30rem;
  right: 5.1rem;
  background: url('../..//images/patterns/htf_header_wit.svg') center center / 100% no-repeat;
}
html body.website--hightechfactory .editor .ttt-services__image-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #18011E !important;
  opacity: .35;
}
html body.website--hightechfactory .editor .ttt-services__title-container:after {
  background-size: 80%;
}
html body.website--hightechfactory .section__title {
  font-family: cy, sans-serif;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
}
html body.website--hightechfactory .section--single-column,
html body.website--hightechfactory .section--services {
  position: relative;
}
html body.website--hightechfactory .section--single-column .grid,
html body.website--hightechfactory .section--services .grid {
  z-index: 1;
}
html body.website--hightechfactory .section--single-column:after,
html body.website--hightechfactory .section--services:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 37.3rem;
  height: 27.4rem;
  content: "";
  transform: translateY(-50%);
  background: url('../..//images/patterns/beeldtaal_htf.svg') center center / 100% no-repeat;
}
html body.website--hightechfactory .section--services:after {
  top: auto;
  bottom: 0;
  transform: translateY(0);
}
html body.website--hightechfactory .item__title {
  font-family: cy, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-transform: none !important;
}
html body.website--hightechfactory .item--service .item__thumbnail {
  background: rgba(0, 0, 0, 0.1);
}
html body.website--hightechfactory:not(.home) .top-slide .grid {
  align-items: center;
}
html body.website--hightechfactory:not(.home) .top-slide__left:before {
  right: -8rem;
  bottom: 2.8rem;
  transform: translateX(100%) translateY(50%);
}
html body.website--hightechfactory .top-slide .grid {
  align-items: flex-end;
}
html body.website--hightechfactory .top-slide__left {
  position: relative;
}
html body.website--hightechfactory .top-slide__left:before {
  position: absolute;
  right: -5rem;
  bottom: 0;
  width: 40rem;
  height: 28.2rem;
  content: "";
  transform: translateX(100%);
  background: url('../..//images/patterns/htf_header_wit.svg') center center / 100% no-repeat;
}
html body.website--hightechfactory .top-slide__heading {
  font-family: cy, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
}
html body.website--hightechfactory .top-slide__background:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #18011E !important;
  opacity: .5;
}
html body.website--hightechfactory .top-slide__background:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 32.5rem;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: .5;
  mix-blend-mode: multiply;
  background: #e5007e;
  background: linear-gradient(90deg, rgba(229, 0, 126, 0) 0%, rgba(229, 0, 126, 0) 16%, #e5007e 48%);
}
html body.website--hightechfactory .footer__col h4 {
  font-family: cy, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
}
html body.website--hightechfactory .side-panel__buttons > a {
  border-bottom: .1rem solid black;
}
html body.website--hightechfactory .side-panel__buttons > a button {
  background-color: #29caef;
}
html body.website--hightechfactory .side-panel__buttons > a button:hover {
  background-color: #12c4ed;
}
html body.website--hightechfactory .side-panel__buttons > a button svg path {
  fill: black;
}
html body.website--hightechfactory .side-panel__buttons > a:last-of-type {
  border-bottom: 0;
}
html body.website--hightechfactory .button {
  font-family: 'Univers Light';
  font-weight: normal;
  background-color: #29caef;
  font-size: 1.8rem;
  color: white;
}
html body.website--hightechfactory .button:hover {
  background-color: transparent;
  color: #29caef !important;
}
html body.website--hightechfactory .button--black-outline {
  background-color: transparent;
}
html body.website--hightechfactory .button--black-outline:hover {
  background-color: #29caef;
  color: white !important;
}
html body.website--hightechfactory .button--black-text {
  border: .1rem solid transparent;
}
html body.website--hightechfactory .button--black-text:hover {
  border-color: #29caef;
  background-color: transparent;
  color: #29caef !important;
}
html body.website--hightechfactory .button--white-outline {
  background-color: transparent;
}
html body.website--hightechfactory .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"] {
  font-family: 'Univers Light';
  font-weight: normal;
}
html body.website--hightechfactory #cookie-notice #cn-notice-text {
  font-family: 'Univers Light';
  font-weight: normal;
}
html body.website--hightechfactory #cookie-notice #cn-accept-cookie {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: black !important;
}
html body.website--hightechfactory #cookie-notice #cn-accept-cookie:hover {
  color: black !important;
}
@media (max-width: 1280px) {
  html body.website--hightechfactory .top-slide__left--wider {
    max-width: 62rem;
  }
  html body.website--hightechfactory .section--single-column:after,
  html body.website--hightechfactory .section--services:after {
    right: -6rem;
  }
}
@media (max-width: 768px) {
  html body.website--hightechfactory .top-slide__left:before {
    width: 20rem;
    height: 14.1rem;
    top: -2rem;
    bottom: auto;
    left: 0;
    transform: translateX(0) translateY(-100%);
  }
  html body.website--hightechfactory .top-slide__background:after {
    right: -16rem;
  }
  html body.website--hightechfactory:not(.home) .top-slide .grid {
    align-items: flex-end;
  }
  html body.website--hightechfactory:not(.home) .top-slide__left:before {
    top: -2rem;
    bottom: auto;
    left: 0;
    transform: translateX(0) translateY(-100%);
  }
  html body.website--hightechfactory .section--single-column:after,
  html body.website--hightechfactory .section--parners-founders:after {
    top: auto;
    bottom: -3rem;
    transform: translateY(0);
    width: 17.3rem;
    height: 12.7rem;
  }
  html body.website--hightechfactory .editor .ttt-services__image-container:before {
    right: -4.3rem;
    background-size: 60%;
  }
}
/* ********************
Multisite TTT
#website--ttt
******************** */
html body.website--ttt {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}
html body.website--ttt .page-nav > ul > li > a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
}
html body.website--ttt .page-nav > ul > li.button > a:hover {
  background-color: #f38f1d !important;
  border-color: #f38f1d;
}
html body.website--ttt .side-panel__buttons > a > button {
  background-color: #f38f1d;
}
html body.website--ttt .side-panel__buttons > a > button svg path {
  fill: white;
}
html body.website--ttt .side-panel__buttons > a > button:hover {
  background-color: #dc7a0c;
}
html body.website--ttt .side-panel__buttons > a > button:hover svg path {
  fill: white;
}
html body.website--ttt .side-panel__buttons > div .follow-us {
  background-color: #f38f1d;
  color: white;
}
html body.website--ttt .side-panel__buttons > div .follow-us:hover {
  background-color: #dc7a0c;
  color: white;
}
html body.website--ttt:not(.home) .top-slide p:before {
  background-color: white;
}
html body.website--ttt:not(.home) .top-slide__background:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 59, 0.65);
  content: "";
}
html body.website--ttt:not(.home) .top-slide .item__sub-title {
  color: rgba(255, 255, 255, 0.7);
}
html body.website--ttt:not(.home) .top-slider__controls {
  top: -14rem;
}
html body.website--ttt:not(.home) .top-slider__arrow {
  transform: scale(0.7);
}
html body.website--ttt.ttt--green .top-slide__background:after {
  background-color: #68a100;
  opacity: .55;
}
html body.website--ttt.ttt--blue .top-slide__background:after {
  background-color: #35a8e0;
  opacity: .55;
}
html body.website--ttt:not(.home) .top-slide p:before {
  background-color: white;
}
html body.website--ttt:not(.home) .top-slide__background:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 59, 0.65);
  content: "";
}
html body.website--ttt:not(.home) .top-slide .item__sub-title {
  color: rgba(255, 255, 255, 0.7);
}
html body.website--ttt:not(.home) .top-slider__controls {
  top: -14rem;
}
html body.website--ttt:not(.home) .top-slider__arrow {
  transform: scale(0.7);
}
html body.website--ttt.ttt--green .top-slide__background:after {
  background-color: #68a100;
  opacity: .55;
}
html body.website--ttt.ttt--green .page-nav > ul > li.button:hover {
  border-color: #94c935 !important;
}
html body.website--ttt.ttt--green .page-nav > ul > li.button:hover > a {
  background-color: #94c935 !important;
}
html body.website--ttt.ttt--purple .top-slide__background:after {
  background-color: #711386;
  opacity: .6;
}
html body.website--ttt.ttt--purple .page-nav > ul > li.button:hover {
  border-color: #90569d !important;
}
html body.website--ttt.ttt--purple .page-nav > ul > li.button:hover > a {
  background-color: #90569d !important;
}
html body.website--ttt.ttt--blue .top-slide__background:after {
  background-color: #35a8e0;
  opacity: .55;
}
html body.website--ttt.ttt--blue .page-nav > ul > li.button:hover {
  border-color: #35a8e0 !important;
}
html body.website--ttt.ttt--blue .page-nav > ul > li.button:hover > a {
  background-color: #35a8e0 !important;
}
html body.website--ttt.ttt--green .side-panel__buttons > a > button,
html body.website--ttt.ttt--purple .side-panel__buttons > a > button,
html body.website--ttt.ttt-blue .side-panel__buttons > a > button {
  background-color: #3c3c3b;
}
html body.website--ttt.ttt--green .side-panel__buttons > a > button svg path,
html body.website--ttt.ttt--purple .side-panel__buttons > a > button svg path,
html body.website--ttt.ttt-blue .side-panel__buttons > a > button svg path {
  fill: white;
}
html body.website--ttt.ttt--green .side-panel__buttons > a > button:hover,
html body.website--ttt.ttt--purple .side-panel__buttons > a > button:hover,
html body.website--ttt.ttt-blue .side-panel__buttons > a > button:hover {
  background-color: #272727;
}
html body.website--ttt.ttt--green .side-panel__buttons > a > button:hover svg path,
html body.website--ttt.ttt--purple .side-panel__buttons > a > button:hover svg path,
html body.website--ttt.ttt-blue .side-panel__buttons > a > button:hover svg path {
  fill: white;
}
html body.website--ttt.ttt--green .side-panel__buttons > div .follow-us,
html body.website--ttt.ttt--purple .side-panel__buttons > div .follow-us,
html body.website--ttt.ttt-blue .side-panel__buttons > div .follow-us {
  background-color: #3c3c3b;
  color: white;
}
html body.website--ttt.ttt--green .side-panel__buttons > div .follow-us:hover,
html body.website--ttt.ttt--purple .side-panel__buttons > div .follow-us:hover,
html body.website--ttt.ttt-blue .side-panel__buttons > div .follow-us:hover {
  background-color: #272727;
  color: white;
}
html body.website--ttt .top-slider:after {
  position: absolute;
  right: 0;
  top: 5%;
  width: 41.1rem;
  height: 90%;
  background-image: url('../..//images/patterns/pattern-white-angle.svg');
  background-position: 0 0;
  background-size: 95rem;
  background-repeat: repeat;
  content: "" !important;
  display: block !important;
}
html body.website--ttt .top-slide p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}
html body.website--ttt .top-slide p:before {
  background-color: #f38f1d;
}
html body.website--ttt .top-slide__left {
  padding: 0 1.6rem;
}
html body.website--ttt .editor h1,
html body.website--ttt .editor h2,
html body.website--ttt .editor h3,
html body.website--ttt .editor h4,
html body.website--ttt .editor h5,
html body.website--ttt .editor h6 {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3c3c3b;
}
html body.website--ttt .editor h4 {
  font-size: 2.2rem;
  line-height: 3rem;
}
html body.website--ttt .editor h5 {
  font-size: 2rem;
}
html body.website--ttt .editor h6 {
  font-size: 1.8rem;
}
html body.website--ttt .editor p a.custom-black-border:before {
  background-image: url('../..//images/icons/arrow-right-black.svg') !important;
}
html body.website--ttt .editor p a.custom-black-border:hover {
  background-color: #ebebeb;
  border-color: black;
  color: black;
}
html body.website--ttt .editor p a.custom-black-border:hover:before {
  top: 50%;
  transform: translate(0, -50%);
}
html body.website--ttt .editor p a:hover {
  text-decoration: none;
}
html body.website--ttt .editor ul li:before {
  background-color: #f38f1d;
}
html body.website--ttt .editor ol li:before {
  color: #f38f1d;
}
html body.website--ttt .editor--light h1,
html body.website--ttt .editor--light h2,
html body.website--ttt .editor--light h3,
html body.website--ttt .editor--light h4,
html body.website--ttt .editor--light h5,
html body.website--ttt .editor--light h6 {
  color: white;
}
html body.website--ttt .editor--light p,
html body.website--ttt .editor--light a {
  color: white;
}
html body.website--ttt .editor--light p a {
  color: white;
}
html body.website--ttt.ttt--green .editor ul li:before {
  background-color: #94c935;
}
html body.website--ttt.ttt--green .editor ol li:before {
  color: #94c935;
}
html body.website--ttt.ttt--green .editor p a {
  color: #94c935;
}
html body.website--ttt.ttt--purple .editor ul li:before {
  background-color: #90569d;
}
html body.website--ttt.ttt--purple .editor ol li:before {
  color: #90569d;
}
html body.website--ttt.ttt--purple .editor p a {
  color: #90569d;
}
html body.website--ttt.ttt--blue .editor ul li:before {
  background-color: #35a8e0;
}
html body.website--ttt.ttt--blue .editor ol li:before {
  color: #35a8e0;
}
html body.website--ttt.ttt--blue .editor p a {
  color: #35a8e0;
}
html body.website--ttt .button--red,
html body.website--ttt .button--teal {
  background-color: #f38f1d !important;
  border-color: #f38f1d !important;
  color: white !important;
}
html body.website--ttt .button--red:hover,
html body.website--ttt .button--teal:hover {
  background-color: #dc7a0c !important;
  border-color: #dc7a0c !important;
  color: white !important;
}
html body.website--ttt .button--black-outline {
  border-color: #f38f1d;
  transition: all 0.2s ease-in-out;
}
html body.website--ttt .button--black-outline:hover {
  background-color: #f38f1d;
  color: white !important;
}
html body.website--ttt.ttt--green .button--red {
  background-color: #94c935 !important;
  border-color: #94c935 !important;
}
html body.website--ttt.ttt--green .button--red:hover {
  background-color: #7ca92c !important;
  border-color: #7ca92c !important;
}
html body.website--ttt.ttt--green .button--black-outline {
  border-color: #94c935;
}
html body.website--ttt.ttt--green .button--black-outline:hover {
  background-color: #94c935;
}
html body.website--ttt.ttt--purple .button--red {
  background-color: #90569d !important;
  border-color: #90569d !important;
}
html body.website--ttt.ttt--purple .button--red:hover {
  background-color: #784883 !important;
  border-color: #784883 !important;
}
html body.website--ttt.ttt--purple .button--black-outline {
  border-color: #90569d;
}
html body.website--ttt.ttt--purple .button--black-outline:hover {
  background-color: #90569d;
}
html body.website--ttt.ttt--blue .button--red {
  background-color: #35a8e0 !important;
  border-color: #35a8e0 !important;
}
html body.website--ttt.ttt--blue .button--red:hover {
  background-color: #1f94cd !important;
  border-color: #1f94cd !important;
}
html body.website--ttt.ttt--blue .button--black-outline {
  border-color: #35a8e0;
}
html body.website--ttt.ttt--blue .button--black-outline:hover {
  background-color: #35a8e0;
}
html body.website--ttt .item__event-label {
  background-color: #f38f1d;
}
html body.website--ttt .item__event-details {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
}
html body.website--ttt .item__title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}
html body.website--ttt .item__sub-title {
  color: rgba(0, 0, 0, 0.55);
}
html body.website--ttt .item__mail-icon--new span {
  color: #3c3c3b;
}
html body.website--ttt .item__phone-icon--new span {
  color: #3c3c3b;
}
html body.website--ttt .item--service .item__title {
  font-size: 1.8rem;
  text-transform: unset;
}
html body.website--ttt.ttt--green .item__event-label {
  background-color: #94c935;
}
html body.website--ttt.ttt--purple .item__event-label {
  background-color: #90569d;
}
html body.website--ttt.ttt--blue .item__event-label {
  background-color: #35a8e0;
}
html body.website--ttt .section__title {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3c3c3b;
  text-transform: none;
}
html body.website--ttt .section__sub-title {
  color: rgba(0, 0, 0, 0.55);
}
html body.website--ttt .section--parners-founders:after {
  position: absolute;
  width: 30rem;
  height: 35rem;
  right: -20rem;
  bottom: 0;
  background-image: url('../..//images/patterns/pattern-black-full-width.svg');
  background-position: 0 0;
  background-size: 130rem;
  background-repeat: repeat;
  content: "";
}
html body.website--ttt .section--parners-founders > .grid {
  display: flex;
  flex-flow: column nowrap;
}
html body.website--ttt .section--parners-founders .section__titles {
  width: 75%;
  align-self: flex-end;
  margin-bottom: 0;
}
html body.website--ttt .section--parners-founders .section__title {
  font-size: 4rem;
  line-height: 1;
  text-transform: unset;
}
html body.website--ttt .section--parners-founders .dual-blocks {
  display: flex;
  justify-content: flex-end;
}
html body.website--ttt .section--parners-founders .dual-blocks .dual-block {
  width: 75%;
}
html body.website--ttt .section--ttt-content + .section--ttt-services {
  padding-top: 8rem;
}
html body.website--ttt .section--ttt-services + .section--articles-events {
  padding-top: 4.8rem;
}
html body.website--ttt .section--single-column + .section--flexible {
  margin-top: 6.8rem;
}
html body.website--ttt .ttt-content {
  position: relative;
}
html body.website--ttt .ttt-content:after {
  position: absolute;
  width: 30rem;
  height: 35rem;
  right: 0;
  bottom: 0;
  background-image: url('../..//images/patterns/pattern-black-full-width.svg');
  background-position: 0 0;
  background-size: 130rem;
  background-repeat: repeat;
  content: "";
}
html body.website--ttt .ttt-content__grid {
  max-width: 99.4rem;
  padding: 0 1.6rem;
}
html body.website--ttt .ttt-content__title {
  font-size: 5.4rem;
  text-transform: unset;
}
html body.website--ttt .ttt-content__content {
  display: flex;
  align-self: flex-end;
  max-width: 82.1rem;
  flex-flow: column nowrap;
}
html body.website--ttt .ttt-content__inner {
  display: flex;
  flex-flow: column nowrap;
}
html body.website--ttt .ttt-services .ttt-services-slider__controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-top: -3.2rem;
}
@media only screen and (max-width: 767px) {
  html body.website--ttt .ttt-services .ttt-services-slider__controls {
    margin-top: -8.2rem;
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
html body.website--ttt .ttt-services .ttt-services-slider__arrow {
  height: 40px;
  width: 40px;
  background: #3c3c3b;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .2s ease;
}
html body.website--ttt .ttt-services .ttt-services-slider__arrow.swiper-button-disabled {
  opacity: 0;
}
html body.website--ttt .ttt-services__inner {
  display: flex;
  flex-flow: row wrap;
}
html body.website--ttt .ttt-services__inner.swiper-wrapper {
  flex-flow: row;
}
@media only screen and (max-width: 992px) {
  html body.website--ttt .ttt-services__inner.swiper-wrapper {
    flex-flow: wrap;
  }
}
html body.website--ttt .ttt-services__service {
  display: flex;
  flex-flow: column nowrap;
  width: 50%;
  padding: 0 2rem;
  margin-bottom: 3.2rem;
}
html body.website--ttt .ttt-services__service-inner {
  text-decoration: none;
}
html body.website--ttt .ttt-services__service-inner:hover .ttt-services__text {
  transform: translateY(-2.4rem);
}
html body.website--ttt .ttt-services__image-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 35rem;
}
html body.website--ttt .ttt-services__image-container:before {
  position: absolute;
  top: 2.5rem;
  right: 4rem;
  width: 22rem;
  height: calc(100% - 2rem);
  background-image: url('../..//images/patterns/pattern-white-small.svg');
  background-position: 0 0;
  background-size: 23rem;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  html body.website--ttt .ttt-services__image-container:before {
    opacity: .75;
  }
}
html body.website--ttt .ttt-services__image-container--green:after,
html body.website--ttt .ttt-services__image-container--purple:after,
html body.website--ttt .ttt-services__image-container--blue:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
html body.website--ttt .ttt-services__image-container--green:after {
  background-color: #68a100;
  opacity: .5;
}
html body.website--ttt .ttt-services__image-container--purple:after {
  background-color: #711386;
  opacity: .6;
}
html body.website--ttt .ttt-services__image-container--blue:after {
  background-color: #35a8e0;
  opacity: .6;
}
html body.website--ttt .ttt-services__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body.website--ttt .ttt-services__title-container {
  position: absolute;
  width: calc(100% - 14.4rem);
  left: 7.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column nowrap;
  z-index: 1;
}
html body.website--ttt .ttt-services__title-container:after {
  position: absolute;
  width: 2.7rem;
  height: 3.6rem;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('../..//images/icons/ttt/chevron-right-white.svg') center center / 2.7rem no-repeat;
  content: "";
}
html body.website--ttt .ttt-services__title-container p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 1;
  color: white;
}
html body.website--ttt .ttt-services__title-container h3 {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.2;
  color: white;
}
html body.website--ttt .ttt-services__text {
  position: relative;
  margin: -4rem 0 0 3.8rem;
  background-color: white;
  padding: 2.4rem 3.2rem;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
html body.website--ttt .ttt-services__text p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
  font-size: 1.4rem;
  line-height: 2.8rem;
}
html body.website--ttt .ttt-cta {
  position: relative;
  padding-top: 18rem;
}
html body.website--ttt .ttt-cta:before {
  position: absolute;
  top: 2.3rem;
  right: .9rem;
  width: 50%;
  height: 22rem;
  background-image: url('../..//images/patterns/pattern-black-full-width.svg');
  background-position: 100% 0;
  background-size: 130rem;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
}
html body.website--ttt .ttt-cta__inner {
  display: flex;
  flex-flow: column nowrap;
  align-items: baseline;
  padding-top: 14rem;
}
html body.website--ttt .ttt-cta__title {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3c3c3b;
  font-size: 4rem;
}
html body.website--ttt .ttt-cta__image {
  max-height: 100%;
}
html body.website--ttt .footer {
  background-color: white;
}
html body.website--ttt .footer__top-inner {
  background-color: #3c3c3b;
}
html body.website--ttt .footer__top-inner:after {
  background-color: #3c3c3b;
}
html body.website--ttt .footer__bottom {
  background: #2f2f2e;
}
html body.website--ttt .footer__bottom p,
html body.website--ttt .footer__bottom a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  color: white;
}
html body.website--ttt .footer__bottom a:hover {
  color: #f38f1d !important;
}
html body.website--ttt .footer__col h4 {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  font-size: 2.2rem;
}
html body.website--ttt .footer__col ul li {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  color: white;
}
html body.website--ttt .footer__col ul li > a {
  color: white;
}
html body.website--ttt .footer__col ul li > a:hover {
  color: #f38f1d;
}
html body.website--ttt .footer__col--contact ul:first-of-type {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1530px) {
  html body.website--ttt .ttt-content:after {
    width: 20rem;
  }
}
@media only screen and (max-width: 1290px) {
  html body.website--ttt .ttt-content:after {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  html body.website--ttt .ttt-cta__inner {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 1200px) {
  html body.website--ttt .top-slider:after {
    zoom: .5;
    top: 20%;
    height: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  html body.website--ttt .top-slider .top-slide__heading {
    font-size: 5rem !important;
    line-height: 4.2rem !important;
  }
  html body.website--ttt .top-slide__left.top-slide__left--wider {
    max-width: calc(100% - 20rem);
  }
  html body.website--ttt .ttt-services__title-container {
    width: calc(100% - 7.2rem);
    left: 3.6rem;
  }
  html body.website--ttt .section--ttt-content + .section--ttt-services {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  html body.website--ttt .section--parners-founders .section__titles {
    width: 100%;
  }
  html body.website--ttt .section--parners-founders .section__title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  html body.website--ttt .section--flexible.section--parners-founders {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  html body.website--ttt .top-slider:after {
    top: auto;
    bottom: 0;
    width: 60%;
    height: 29rem;
  }
  html body.website--ttt .top-slider .top-slide__heading {
    font-size: 3rem !important;
    line-height: 3.2rem !important;
  }
  html body.website--ttt .top-slider__controls {
    top: auto;
    bottom: 4rem;
    zoom: .7;
  }
  html body.website--ttt .top-slide__left.top-slide__left--wider {
    max-width: 100% !important;
  }
  html body.website--ttt:not(.home) .top-slider:after {
    display: none !important;
  }
  html body.website--ttt:not(.home) .top-slide {
    height: 36rem;
  }
  html body.website--ttt:not(.home) .top-slide__left {
    padding-right: 0;
    padding-left: 0;
  }
  html body.website--ttt .ttt-content__title {
    font-size: 2.4rem;
  }
  html body.website--ttt .ttt-services__service {
    width: 100%;
  }
  html body.website--ttt .ttt-services__image-container {
    height: 22rem;
  }
  html body.website--ttt .ttt-services__title-container {
    width: calc(100% - 3.2rem);
    left: 1.6rem;
  }
  html body.website--ttt .ttt-services__title-container:after {
    right: 0;
    zoom: .7;
  }
  html body.website--ttt .ttt-services__title-container p {
    font-size: 2rem;
  }
  html body.website--ttt .ttt-services__title-container h3 {
    font-size: 2.4rem;
  }
  html body.website--ttt .ttt-services__text {
    margin: 0;
    padding: 1.6rem;
  }
  html body.website--ttt .ttt-cta {
    padding-top: 6.4rem;
  }
  html body.website--ttt .ttt-cta__title {
    font-size: 3rem;
  }
  html body.website--ttt.home .page-top + .section {
    padding-top: 4rem !important;
  }
  html body.website--ttt .section--single-column + .section--flexible {
    margin-top: 3.8rem;
  }
}
/* ********************
Logo slider
******************** */
.logo-slider {
  overflow: hidden;
}
.logo-slider .swiper-wrapper {
  align-items: center;
}
.logo-slider__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-slider__logo img {
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 140px;
}
@media only screen and (max-width: 1024px) {
  .section--logo-slider {
    padding: 0 !important;
  }
  .logo-slider {
    overflow: hidden;
  }
  .logo-slider__logo img {
    max-width: 120px;
    max-height: 120px;
  }
}
/* ********************
Editor
#editor
******************** */
.editor {
  /* ---------------
	Heading
	--------------- */
}
.editor h1.sub-title,
.editor h2.sub-title,
.editor h3.sub-title,
.editor h4.sub-title,
.editor h5.sub-title,
.editor h6.sub-title {
  margin-top: 3.2rem;
}
.website--ttt .editor h1,
.website--ttt .editor h2,
.website--ttt .editor h3,
.website--ttt .editor h4,
.website--ttt .editor h5,
.website--ttt .editor h6 {
  text-transform: none !important;
}
body.website--tvalley .editor h1,
body.website--tvalley .editor h2,
body.website--tvalley .editor h3,
body.website--tvalley .editor h4,
body.website--tvalley .editor h5,
body.website--tvalley .editor h6 {
  text-transform: none !important;
  font-family: 'Univers Bold' !important;
  font-weight: normal;
}
.editor h2 {
  font-family: 'FlamaBold';
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-size: 4.2rem;
  margin-bottom: 3.2rem;
}
.editor h3 {
  font-family: 'FlamaMedium';
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin: 0.8rem 0 1.6rem;
  color: #000000;
}
.editor h4 {
  font-weight: normal;
  font-size: 1.6rem;
  margin: 1.6rem 0;
  color: #d81e06;
}
@media only screen and (max-width: 767px) {
  .editor h4 {
    margin-bottom: 0;
  }
}
.editor h4 .page-nav > ul > li.button:hover {
  border-color: #94c935 !important;
}
.editor h4 .page-nav > ul > li.button:hover > a {
  background-color: #94c935 !important;
}
.editor.ttt--purple .top-slide__background:after {
  background-color: #711386;
  opacity: .6;
}
.editor.ttt--purple .page-nav > ul > li.button:hover {
  border-color: #90569d !important;
}
.editor.ttt--purple .page-nav > ul > li.button:hover > a {
  background-color: #90569d !important;
}
.editor.ttt--green .side-panel__buttons > a > button,
.editor.ttt--purple .side-panel__buttons > a > button,
.editor.ttt-blue .side-panel__buttons > a > button {
  background-color: #3c3c3b;
}
.editor.ttt--green .side-panel__buttons > a > button svg path,
.editor.ttt--purple .side-panel__buttons > a > button svg path,
.editor.ttt-blue .side-panel__buttons > a > button svg path {
  fill: white;
}
.editor.ttt--green .side-panel__buttons > a > button:hover,
.editor.ttt--purple .side-panel__buttons > a > button:hover,
.editor.ttt-blue .side-panel__buttons > a > button:hover {
  background-color: #272727;
}
.editor.ttt--green .side-panel__buttons > a > button:hover svg path,
.editor.ttt--purple .side-panel__buttons > a > button:hover svg path,
.editor.ttt-blue .side-panel__buttons > a > button:hover svg path {
  fill: white;
}
.editor.ttt--green .side-panel__buttons > div .follow-us,
.editor.ttt--purple .side-panel__buttons > div .follow-us,
.editor.ttt-blue .side-panel__buttons > div .follow-us {
  background-color: #3c3c3b;
  color: white;
}
.editor.ttt--green .side-panel__buttons > div .follow-us:hover,
.editor.ttt--purple .side-panel__buttons > div .follow-us:hover,
.editor.ttt-blue .side-panel__buttons > div .follow-us:hover {
  background-color: #272727;
  color: white;
}
.editor .top-slider:after {
  position: absolute;
  right: 0;
  top: 5%;
  width: 41.1rem;
  height: 90%;
  background-image: url('../..//images/patterns/pattern-white-angle.svg');
  background-position: 0 0;
  background-size: 95rem;
  background-repeat: repeat;
  content: "" !important;
  display: block !important;
}
.editor .top-slide p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}
.editor .top-slide p:before {
  background-color: #f38f1d;
}
.editor .top-slide__left {
  padding: 0 1.6rem;
}
.editor .editor h1,
.editor .editor h2,
.editor .editor h3,
.editor .editor h4,
.editor .editor h5,
.editor .editor h6 {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3c3c3b;
}
.editor .editor h4 {
  font-size: 2.2rem;
  line-height: 3rem;
}
.editor .editor h5 {
  font-size: 2rem;
}
.editor .editor h6 {
  font-size: 1.8rem;
}
.editor .editor p a.custom-black-border:before {
  background-image: url('../..//images/icons/arrow-right-black.svg') !important;
}
.editor .editor p a.custom-black-border:hover {
  background-color: #ebebeb;
  border-color: black;
  color: black;
}
.editor .editor p a.custom-black-border:hover:before {
  top: 50%;
  transform: translate(0, -50%);
}
.editor .editor p a:hover {
  text-decoration: none;
}
.editor .editor ul li:before {
  background-color: #f38f1d;
}
.editor .editor ol li:before {
  color: #f38f1d;
}
.editor .editor--light h1,
.editor .editor--light h2,
.editor .editor--light h3,
.editor .editor--light h4,
.editor .editor--light h5,
.editor .editor--light h6 {
  color: white;
}
.editor .editor--light p,
.editor .editor--light a {
  color: white;
}
.editor .editor--light p a {
  color: white;
}
.editor.ttt--green .editor ul li:before {
  background-color: #94c935;
}
.editor.ttt--green .editor ol li:before {
  color: #94c935;
}
.editor.ttt--green .editor p a {
  color: #94c935;
}
.editor.ttt--purple .editor ul li:before {
  background-color: #90569d;
}
.editor.ttt--purple .editor ol li:before {
  color: #90569d;
}
.editor.ttt--purple .editor p a {
  color: #90569d;
}
.editor.ttt--blue .editor ul li:before {
  background-color: #35a8e0;
}
.editor.ttt--blue .editor ol li:before {
  color: #35a8e0;
}
.editor.ttt--blue .editor p a {
  color: #35a8e0;
}
.editor.ttt--orange .button--red,
.editor.ttt--orange .button--teal {
  background-color: #f38f1d !important;
  border-color: #f38f1d !important;
  color: white !important;
}
.editor.ttt--orange .button--red:hover,
.editor.ttt--orange .button--teal:hover {
  background-color: #dc7a0c !important;
  border-color: #dc7a0c !important;
  color: white !important;
}
.editor.ttt--orange .button--black-outline {
  border-color: #f38f1d;
  transition: all 0.2s ease-in-out;
}
.editor.ttt--orange .button--black-outline:hover {
  background-color: #f38f1d;
  color: white !important;
}
.editor.ttt--green .button--red {
  background-color: #94c935 !important;
  border-color: #94c935 !important;
}
.editor.ttt--green .button--red:hover {
  background-color: #7ca92c !important;
  border-color: #7ca92c !important;
}
.editor.ttt--green .button--black-outline {
  border-color: #94c935;
}
.editor.ttt--green .button--black-outline:hover {
  background-color: #94c935;
}
.editor.ttt--purple .button--red {
  background-color: #90569d !important;
  border-color: #90569d !important;
}
.editor.ttt--purple .button--red:hover {
  background-color: #784883 !important;
  border-color: #784883 !important;
}
.editor.ttt--purple .button--black-outline {
  border-color: #90569d;
}
.editor.ttt--purple .button--black-outline:hover {
  background-color: #90569d;
}
.editor.ttt--blue .button--red {
  background-color: #35a8e0 !important;
  border-color: #35a8e0 !important;
}
.editor.ttt--blue .button--red:hover {
  background-color: #1f94cd !important;
  border-color: #1f94cd !important;
}
.editor.ttt--blue .button--black-outline {
  border-color: #35a8e0;
}
.editor.ttt--blue .button--black-outline:hover {
  background-color: #35a8e0;
}
.editor .item__event-label {
  background-color: #f38f1d;
}
.editor .item__event-details {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
}
.editor .item__title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}
.editor .item__sub-title {
  color: rgba(0, 0, 0, 0.55);
}
.editor .item__mail-icon--new span {
  color: #3c3c3b;
}
.editor .item__phone-icon--new span {
  color: #3c3c3b;
}
.editor .item--service .item__title {
  font-size: 1.8rem;
  text-transform: unset;
}
.editor.ttt--green .item__event-label {
  background-color: #94c935;
}
.editor.ttt--purple .item__event-label {
  background-color: #90569d;
}
.editor.ttt--blue .item__event-label {
  background-color: #35a8e0;
}
.editor .section__title {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3c3c3b;
}
.editor .section__sub-title {
  color: rgba(0, 0, 0, 0.55);
}
.editor .section--parners-founders:after {
  position: absolute;
  width: 30rem;
  height: 35rem;
  right: -20rem;
  bottom: 0;
  background-image: url('../..//images/patterns/pattern-black-full-width.svg');
  background-position: 0 0;
  background-size: 130rem;
  background-repeat: repeat;
  content: "";
}
.editor .section--parners-founders > .grid {
  display: flex;
  flex-flow: column nowrap;
}
.editor .section--parners-founders .section__titles {
  width: 75%;
  align-self: flex-end;
  margin-bottom: 0;
}
.editor .section--parners-founders .section__title {
  font-size: 4rem;
  line-height: 1;
  text-transform: unset;
}
.editor .section--parners-founders .dual-blocks {
  display: flex;
  justify-content: flex-end;
}
.editor .section--parners-founders .dual-blocks .dual-block {
  width: 75%;
}
.editor .section--ttt-content + .section--ttt-services {
  padding-top: 8rem;
}
.editor .section--ttt-services + .section--articles-events {
  padding-top: 4.8rem;
}
.editor .ttt-content {
  position: relative;
}
.editor .ttt-content:after {
  position: absolute;
  width: 30rem;
  height: 35rem;
  right: 0;
  bottom: 0;
  background-image: url('../..//images/patterns/pattern-black-full-width.svg');
  background-position: 0 0;
  background-size: 130rem;
  background-repeat: repeat;
  content: "";
}
.editor .ttt-content__grid {
  max-width: 99.4rem;
  padding: 0 1.6rem;
}
.editor .ttt-content__title {
  font-size: 5.4rem;
  text-transform: unset;
}
.editor .ttt-content__content {
  display: flex;
  align-self: flex-end;
  max-width: 82.1rem;
}
.editor .ttt-content__inner {
  display: flex;
  flex-flow: column nowrap;
}
.editor .ttt-services__inner {
  display: flex;
  flex-flow: row wrap;
}
.editor .ttt-services__service {
  display: flex;
  flex-flow: column nowrap;
  width: 50%;
  padding: 0 1.6rem;
  margin-bottom: 3.2rem;
}
.editor .ttt-services__service-inner {
  text-decoration: none;
}
.editor .ttt-services__service-inner:hover .ttt-services__text {
  transform: translateY(-2.4rem);
}
.editor .ttt-services__image-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 35rem;
}
.editor .ttt-services__image-container:before {
  position: absolute;
  top: 2.5rem;
  right: 4rem;
  width: 22rem;
  height: calc(100% - 2rem);
  background-image: url('../..//images/patterns/pattern-white-small.svg');
  background-position: 0 0;
  background-size: 23rem;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
}
.editor .ttt-services__image-container--green:after,
.editor .ttt-services__image-container--purple:after,
.editor .ttt-services__image-container--blue:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.editor .ttt-services__image-container--green:after {
  background-color: #68a100;
  opacity: .5;
}
.editor .ttt-services__image-container--purple:after {
  background-color: #711386;
  opacity: .6;
}
.editor .ttt-services__image-container--blue:after {
  background-color: #35a8e0;
  opacity: .5;
}
.editor .ttt-services__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editor .ttt-services__title-container {
  position: absolute;
  width: calc(100% - 14.4rem);
  left: 7.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column nowrap;
  z-index: 1;
}
.editor .ttt-services__title-container:after {
  position: absolute;
  width: 2.7rem;
  height: 3.6rem;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('../..//images/icons/ttt/chevron-right-white.svg') center center / 2.7rem no-repeat;
  content: "";
}
.editor .ttt-services__title-container p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-weight: 300;
  font-style: italic;
  font-size: 2.6rem;
  line-height: 1;
  color: white;
  margin-bottom: 0;
}
.editor .ttt-services__title-container h3 {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.2;
  color: white;
  margin-bottom: 0;
}
.editor .ttt-services__text {
  position: relative;
  margin: -4rem 0 0 3.8rem;
  background-color: white;
  padding: 2.4rem 3.2rem;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.editor .ttt-services__text p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.editor .ttt-cta {
  position: relative;
  padding-top: 18rem;
}
.editor .ttt-cta:before {
  position: absolute;
  top: 2.3rem;
  right: .9rem;
  width: 50%;
  height: 22rem;
  background-image: url('../..//images/patterns/pattern-black-full-width.svg');
  background-position: 100% 0;
  background-size: 130rem;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
}
.editor .ttt-cta__inner {
  display: flex;
  flex-flow: column nowrap;
  align-items: baseline;
  padding-top: 14rem;
}
.editor .ttt-cta__title {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3c3c3b;
  font-size: 4rem;
}
.editor .ttt-cta__image {
  max-height: 100%;
}
.editor .footer {
  background-color: white;
}
.editor .footer__top-inner {
  background-color: #3c3c3b;
}
.editor .footer__top-inner:after {
  background-color: #3c3c3b;
}
.editor .footer__bottom {
  background-color: #2f2f2e;
}
.editor .footer__bottom p,
.editor .footer__bottom a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.editor .footer__bottom a:hover {
  color: #f38f1d !important;
}
.editor .footer__col h4 {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.editor .footer__col ul li {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  color: white;
}
.editor .footer__col ul li > a {
  color: white;
}
.editor .footer__col ul li > a:hover {
  color: #f38f1d;
}
@media only screen and (max-width: 1530px) {
  .editor .ttt-content:after {
    width: 20rem;
  }
}
@media only screen and (max-width: 1290px) {
  .editor .ttt-content:after {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .editor .ttt-cta__inner {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 1200px) {
  .editor .top-slider:after {
    zoom: .5;
    top: 20%;
    height: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .editor .top-slider .top-slide__heading {
    font-size: 5rem !important;
    line-height: 4.2rem !important;
  }
  .editor .top-slide__left.top-slide__left--wider {
    max-width: calc(100% - 20rem);
  }
  .editor .ttt-services__title-container {
    width: calc(100% - 7.2rem);
    left: 3.6rem;
  }
  .editor .section--ttt-content + .section--ttt-services {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .editor .section--parners-founders .section__titles {
    width: 100%;
  }
  .editor .section--parners-founders .section__title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .editor .section--flexible.section--parners-founders {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .editor .top-slider:after {
    top: auto;
    bottom: 0;
    width: 60%;
    height: 29rem;
  }
  .editor .top-slider .top-slide__heading {
    font-size: 3rem !important;
    line-height: 3.2rem !important;
  }
  .editor .top-slider__controls {
    top: auto;
    bottom: 4rem;
    zoom: .7;
  }
  .editor .top-slide__left.top-slide__left--wider {
    max-width: 100% !important;
  }
  .editor:not(.home) .top-slider:after {
    display: none !important;
  }
  .editor:not(.home) .top-slide {
    height: 36rem;
  }
  .editor:not(.home) .top-slide__left {
    padding-right: 0;
    padding-left: 0;
  }
  .editor .ttt-content__title {
    font-size: 2.4rem;
  }
  .editor .ttt-services__service {
    width: 100%;
  }
  .editor .ttt-services__image-container {
    height: 22rem;
  }
  .editor .ttt-services__title-container {
    width: calc(100% - 3.2rem);
    left: 1.6rem;
  }
  .editor .ttt-services__title-container:after {
    right: 0;
    zoom: .7;
  }
  .editor .ttt-services__title-container p {
    font-size: 2rem;
  }
  .editor .ttt-services__title-container h3 {
    font-size: 2.4rem;
  }
  .editor .ttt-services__text {
    margin: 0;
    padding: 1.6rem;
  }
  .editor .ttt-cta {
    padding-top: 6.4rem;
  }
  .editor .ttt-cta__title {
    font-size: 3rem;
  }
  .editor.home .page-top + .section {
    padding-top: 4rem !important;
  }
}
/* ********************
Logo slider
******************** */
.logo-slider {
  overflow: hidden;
}
.logo-slider .swiper-wrapper {
  align-items: center;
}
.logo-slider__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-slider__logo img {
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 140px;
}
@media only screen and (max-width: 1024px) {
  .section--logo-slider {
    padding: 0 !important;
  }
  .logo-slider {
    overflow: hidden;
  }
  .logo-slider__logo img {
    max-width: 120px;
    max-height: 120px;
  }
}
/* ********************
Editor
#editor
******************** */
.editor {
  /* ---------------
	Heading
	--------------- */
  /* ---------------
	Paragraph
	--------------- */
  /* ---------------
	Unordered list
	--------------- */
  /* ---------------
	Ordered list
	--------------- */
  /* ---------------
	Blockqoute
	--------------- */
  /* ---------------
	Light
	--------------- */
}
.editor h1.sub-title,
.editor h2.sub-title,
.editor h3.sub-title,
.editor h4.sub-title,
.editor h5.sub-title,
.editor h6.sub-title {
  margin-top: 3.2rem;
}
.editor h2 {
  font-family: 'FlamaBold';
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-size: 4.2rem;
  margin-bottom: 3.2rem;
}
.editor h3 {
  font-family: 'FlamaMedium';
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin: 0.8rem 0 1.6rem;
  color: #000000;
}
.editor h4 {
  font-weight: normal;
  font-size: 1.6rem;
  margin: 1.6rem 0;
  color: #d81e06;
}
@media only screen and (max-width: 767px) {
  .editor h4 {
    margin-bottom: 0;
  }
}
.editor h4 + p {
  padding-top: 0.8rem;
}
.editor h5 {
  font-size: 1.2rem;
  margin: 0.8rem 0;
}
.editor h6 {
  font-size: 1rem;
  margin: 0.8rem 0;
}
.editor p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}
.editor p a {
  color: #31c5c6;
}
.editor p a.custom-black-border {
  display: block;
  position: relative;
  border: 1px solid #000000;
  padding: 15px 20px;
  color: #000000;
  text-decoration: none;
  width: 100%;
  transition: all 0.2s ease-in-out;
  line-height: 1.4;
}
.editor p a.custom-black-border:before {
  position: absolute;
  content: "";
  background-image: url('../..//images/icons/arrow-right-black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.2rem;
  right: 2rem;
  width: 1.8rem;
  height: 1.2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.editor p a.custom-black-border:hover {
  background: #d81e06;
  color: white;
  border-color: #d81e06;
}
.editor p a.custom-black-border:hover:before {
  position: absolute;
  content: "";
  background-image: url('../..//images/icons/arrow-right-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.2rem;
  right: 2rem;
  top: 1.6rem;
  width: 1.8rem;
  height: 1.2rem;
}
.editor ul {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}
.editor ul li {
  position: relative;
  padding-left: 2.4rem;
}
.editor ul li:before {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 0;
  top: 1rem;
  background-color: #d81e06;
  content: '';
}
.editor ul li a {
  color: #31c5c6;
}
.editor ol {
  counter-reset: li-counter;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 2.4rem;
}
.editor ol li {
  position: relative;
  padding-left: 2.4rem;
}
.editor ol li a {
  color: #31c5c6;
}
.editor ol li:before {
  position: absolute;
  left: 0;
  content: counter(li-counter) '.';
  counter-increment: li-counter;
  color: #d81e06;
}
.editor--light h1,
.editor--light h2,
.editor--light h3,
.editor--light h4,
.editor--light h5,
.editor--light h6,
.editor--light p,
.editor--light ul li,
.editor--light ol li {
  color: white;
}
.editor--light .gform_description {
  color: white;
}
.editor:not(.editor--light) input[type='submit'],
.editor:not(.editor--light) input[type='text'],
.editor:not(.editor--light) input[type='email'],
.editor:not(.editor--light) input[type='password'],
.editor:not(.editor--light) input[type='number'],
.editor:not(.editor--light) input[type='tel'],
.editor:not(.editor--light) textarea,
.editor:not(.editor--light) select {
  background-color: rgba(0, 0, 0, 0.075);
  color: #000000;
  width: 100%;
}
.editor:not(.editor--light) textarea {
  min-height: 200px;
  resize: vertical;
  max-height: 500px;
  padding: 20px;
}
.editor:not(.editor--light) .gform_button {
  color: white !important;
}
.editor .form-columns-1,
.editor .form-columns-2 {
  max-width: 100% !important;
}
.editor .form-columns-1 .hs-input,
.editor .form-columns-2 .hs-input {
  width: 100% !important;
}
.editor .form-columns-1 input[type="checkbox"],
.editor .form-columns-2 input[type="checkbox"] {
  width: auto !important;
}
.editor .inputs-list li {
  padding-left: 0;
}
.editor .inputs-list li::before {
  display: none;
}
.editor .inputs-list li span {
  padding-left: 1rem;
}
.editor .inputs-list li input {
  margin: 0;
}
.editor input.hs-button.primary.large {
  width: auto !important;
  background: #d81e06 !important;
  color: white;
}
.editor .gsection_title {
  font-family: 'FlamaMedium';
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin: 2.4rem 0 1.6rem;
  color: #000000;
}
.editor > *:last-child {
  margin-bottom: 0;
}
/* ********************
General
******************** */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
.object-fit-cover {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-case .swiper-slide {
  opacity: 1 !important;
}
.grecaptcha-badge {
  display: none;
}
.cta__thumbnail img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.footer__col .founders-logos--app2 {
  border: none;
  padding: 0;
  flex-flow: column nowrap;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .footer__col .founders-logos--app2 {
    align-items: flex-start;
  }
}
.footer__col .founders-logos--app2 li {
  margin: 0 0 1rem 0;
}
.footer__col .founders-logos--app2 li img {
  opacity: 1;
}
.footer__col .founders-logos--app2 li img:hover {
  transform: scale(1.05);
}
.footer__col .founders-logos--app2 li .logo-bigger {
  width: 119px;
  margin-top: 2rem;
}
/* ********************
Pagination
******************** */
.c-pagination {
  margin-top: 50px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.c-pagination .page-numbers {
  padding: 10px 20px;
  border: 1px solid;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-decoration: none;
  margin: 0 5px;
  transition: .2s ease;
}
.c-pagination .page-numbers:hover {
  background: #000000;
  color: white;
}
@media (max-width: 767px) {
  .c-pagination .page-numbers {
    display: none;
  }
}
.c-pagination .next.page-numbers,
.c-pagination .prev.page-numbers {
  width: auto;
  display: flex !important;
}
.c-pagination .next.page-numbers::before,
.c-pagination .prev.page-numbers::before {
  content: "«";
  margin-right: 5px;
}
.c-pagination .next.page-numbers::before {
  display: none;
}
.c-pagination .next.page-numbers::after {
  content: "»";
  margin-left: 5px;
}
/* ********************
Twente logo
******************** */
.twente-logo {
  width: 5.2rem;
  position: absolute;
  right: 0;
  top: 28rem;
}
.twente-logo img {
  width: 100%;
}
/* ********************
Smart page
******************** */
.post-type-archive-smart .page-top {
  display: none !important;
}
.post-type-archive-smart .footer {
  background-color: #e9e7eb;
}
.single-smart .top-slide p:before {
  background-color: #f9ba00;
}
.single-smart .editor ul li:before {
  background-color: #f9ba00;
}
.post-type-archive-smart  .button--red {
  background-color: #f9ba00 !important;
  border: 0.1rem solid #f9ba00 !important;
}
.post-type-archive-smart  .button--red:hover {
  background-color: #daa300 !important;
  border-color: #daa300 !important;
}
.projects-title {
  padding: 0 1.6rem;
  font-family: 'FlamaBold';
  font-weight: 700;
  font-size: 2.6rem;
  color: black;
  margin-bottom: 1.6rem;
  font-style: italic;
  text-transform: uppercase;
}
.smart-bottom {
  width: 100%;
  padding: 0 22px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .smart-bottom {
    float: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.smart-projects {
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
}
.smart-projects--archive {
  display: flex;
}
.smart-projects__sidebar {
  width: 24rem;
  flex-shrink: 0;
  padding-left: 1.6rem;
}
.smart-projects__sidebar p {
  margin-bottom: 2.4rem;
}
.smart-projects__sidebar h3 {
  font-family: 'FlamaBold';
  font-weight: 700;
  font-size: 1.6rem;
  color: black;
  margin-bottom: 1.6rem;
  font-style: italic;
  text-transform: uppercase;
}
.smart-projects__sidebar form label {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
}
.smart-projects__sidebar form label:before {
  width: 13px;
  height: 13px;
  border: 1px solid #000000;
  margin: 3px 7px 5px 4px;
  content: '';
  display: inline-block;
  background: white;
}
.smart-projects__sidebar form input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.smart-projects__sidebar form input[type="checkbox"]:checked + label:before {
  background-image: url('../..//images/icons/correct.svg');
  background-position: top 2px center;
  background-repeat: no-repeat;
  background-size: 9px;
  background-color: #f9ba00;
}
.smart-projects .main-projects {
  padding-left: 3.2rem;
  padding-right: 5.6rem;
  flex-grow: 1;
}
.smart-projects .section__titles {
  padding-right: 12rem;
}
@media (max-width: 767px) {
  .smart-projects {
    flex-direction: column-reverse;
  }
  .smart-projects .main-projects {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .main-projects h1 {
    margin-top: 0 !important;
  }
}
.to-projects {
  color: #f9ba00;
  font-size: 1.6rem;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
}
@media (max-width: 767px) {
  .to-projects {
    top: .8rem;
  }
}
.searchandfilter h4 {
  font-family: 'FlamaBold';
  font-weight: 700;
  font-size: 1.6rem;
  color: black;
  text-transform: uppercase;
}
.smart-project {
  padding: .8rem 1.6rem;
}
.smart-project h4 {
  text-transform: none;
  margin-bottom: 1.2rem;
}
.smart-project h4 a {
  color: #000000;
  text-decoration: none;
}
.smart-project__inner {
  padding: 1.6rem 1.6rem .8rem;
  background-color: white;
}
.smart-project__terms {
  font-size: 1.6rem;
  margin-bottom: .4rem;
}
.smart-project__terms span {
  color: #f9ba00;
}
.smart-project__terms span > span:after {
  content: ', ';
}
.smart-project__terms span > span:last-child:after {
  content: '';
}
.smart-project__open {
  display: none;
  padding-bottom: .8rem;
}
.smart-project__trigger {
  display: flex;
  height: 1.6rem;
  background-color: #f9ba00;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.smart-project__trigger:hover {
  background-color: #eaaf00;
}
.smart-project__trigger span {
  color: white;
  width: 100%;
  font-size: 1.4rem;
  display: block;
  text-align: left;
  padding: .4rem 1.6rem;
}
.main-projects h1 {
  color: #000000;
  font-size: 3.2rem;
  font-family: 'Flama Bold';
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 16px;
  margin-top: -64px;
  margin-bottom: 32px;
}
.single-smart .page-nav > ul > li.link--blue > a,
.post-type-archive-smart .page-nav > ul > li.link--blue > a {
  color: #f9ba00;
}
.single-smart .editor p a,
.post-type-archive-smart .editor p a {
  color: #f9ba00;
}
@media (max-width: 1600px) {
  .page-id-14305 .section,
  .page-id-14303 .section,
  .page-id-13523 .section,
  .page-id-12651 .section {
    padding-left: 20rem;
  }
}
@media (max-width: 767px) {
  .page-id-14305 .section,
  .page-id-14303 .section,
  .page-id-13523 .section,
  .page-id-12651 .section {
    padding-left: 0;
  }
}
.page-id-14305 .page-nav > ul > li.link--blue > a,
.page-id-14303 .page-nav > ul > li.link--blue > a,
.page-id-13523 .page-nav > ul > li.link--blue > a,
.page-id-12651 .page-nav > ul > li.link--blue > a {
  color: #f9ba00;
}
.page-id-14305 .top-slide p:before,
.page-id-14303 .top-slide p:before,
.page-id-13523 .top-slide p:before,
.page-id-12651 .top-slide p:before {
  background-color: #f9ba00;
}
.page-id-14305 .section--cases .grid,
.page-id-14303 .section--cases .grid,
.page-id-13523 .section--cases .grid,
.page-id-12651 .section--cases .grid {
  max-width: 120rem;
}
.page-id-14305 .sub-nav-title,
.page-id-14303 .sub-nav-title,
.page-id-13523 .sub-nav-title,
.page-id-12651 .sub-nav-title {
  display: none;
}
.page-id-14305 .section__sub-title--red,
.page-id-14303 .section__sub-title--red,
.page-id-13523 .section__sub-title--red,
.page-id-12651 .section__sub-title--red {
  color: #f9ba00;
}
.page-id-14305 .section--team-picker:not(.section--employee-picker),
.page-id-14303 .section--team-picker:not(.section--employee-picker),
.page-id-13523 .section--team-picker:not(.section--employee-picker),
.page-id-12651 .section--team-picker:not(.section--employee-picker) {
  margin-top: 8rem;
}
.page-id-14305 .section--team-picker .grid,
.page-id-14303 .section--team-picker .grid,
.page-id-13523 .section--team-picker .grid,
.page-id-12651 .section--team-picker .grid {
  max-width: 120rem;
}
.page-id-14305 .page-main .dual-blocks,
.page-id-14303 .page-main .dual-blocks,
.page-id-13523 .page-main .dual-blocks,
.page-id-12651 .page-main .dual-blocks {
  max-width: 120rem;
  margin: 0 auto;
}
.page-id-14305 .testimonial__quote-quote svg g,
.page-id-14303 .testimonial__quote-quote svg g,
.page-id-13523 .testimonial__quote-quote svg g,
.page-id-12651 .testimonial__quote-quote svg g {
  fill: #f9ba00;
}
.page-id-14305 .button--black-outline:hover,
.page-id-14303 .button--black-outline:hover,
.page-id-13523 .button--black-outline:hover,
.page-id-12651 .button--black-outline:hover {
  background-color: #daa300 !important;
  border-color: #daa300 !important;
}
.page-id-14305 .button--red,
.page-id-14303 .button--red,
.page-id-13523 .button--red,
.page-id-12651 .button--red {
  background-color: #f9ba00 !important;
  border: 0.1rem solid #f9ba00 !important;
}
.page-id-14305 .button--red:hover,
.page-id-14303 .button--red:hover,
.page-id-13523 .button--red:hover,
.page-id-12651 .button--red:hover {
  background-color: #daa300 !important;
  border-color: #daa300 !important;
}
.page-id-14305 .event-navigation li a.anchor--active:before,
.page-id-14303 .event-navigation li a.anchor--active:before,
.page-id-13523 .event-navigation li a.anchor--active:before,
.page-id-12651 .event-navigation li a.anchor--active:before {
  background-color: #f9ba00;
}
.section__list .editor .select__arrow {
  background-image: url('../..//images/icons/chevron-down-white.svg');
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center right 2rem;
  padding-right: 7rem;
  background-color: #f8ba00;
  color: white;
}
.section__list .list-item__exercise {
  margin: 1rem 0;
  border: 1px solid #000000;
  padding: 15px 20px;
  color: #000000;
  text-decoration: none;
  width: 100%;
  padding-right: 50px;
  line-height: 1.4;
  position: relative;
  flex-flow: column;
  display: flex;
}
.section__list .list-item__exercise .company {
  font-weight: 600;
}
.section__list .list-item__exercise:hover {
  background-color: #f8ba00;
  color: white;
  border-color: #f8ba00;
}
.section__list .list-item__exercise:hover:before {
  position: absolute;
  content: "";
  background-image: url('../..//images/icons/arrow-right-white.svg');
}
.section__list .list-item__exercise:before {
  position: absolute;
  content: "";
  background-image: url('../..//images/icons/arrow-right-black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.2rem;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.2rem;
}
.section--employee-picker {
  margin-top: 5rem;
}
.section--employee-picker .employee-picker .row {
  padding-top: 6.4rem;
  display: flex;
  flex-flow: wrap;
}
@media only screen and (max-width: 900px) {
  .section--employee-picker .employee-picker .row .item--person {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .section--employee-picker .employee-picker .row .item--person {
    flex-basis: 100%;
  }
}
.section--employee-picker .employee-picker.grid--narrow .item--person {
  flex-basis: 50%;
}
.section--team-picker {
  margin-top: 0;
}
.section--team-picker .employee-picker .row {
  padding-top: 2rem;
}
.section--services + .section--single-column {
  padding-top: 4rem;
}
.section--filter {
  padding-bottom: .8rem;
}
.section--filter .filters {
  padding: 0 1.6rem 2rem 1.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .section--filter .filters {
    display: flex;
    flex-flow: wrap;
  }
}
.section--filter .filters span {
  color: #1A1A1A;
  font-size: 16px;
  opacity: .6;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .section--filter .filters span {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section--filter .filters__item {
  text-decoration: none;
  border: 1px solid #D8D8D8;
  padding: 9px 20px;
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin: 0 4px;
}
@media (max-width: 767px) {
  .section--filter .filters__item {
    margin: 4px 0;
  }
}
.section--filter .filters__item:hover {
  background: #00a2ff;
  color: white;
  border-color: white;
}
.section--cases .grid .button-wrapper {
  padding: 0 1.6rem;
  margin-top: 3.2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.section--cases .grid .button-wrapper .button {
  display: inline-flex;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.section--cases .grid .button-wrapper .button:hover {
  background: #d81e06;
}
.website--ttt .section--cases .grid .button-wrapper .button:hover {
  background: #f38f1d;
}
body.page-id-63 .section--cases {
  padding-top: 4rem;
}
.section--cat-news {
  padding: 0;
}
.section--cat-news:last-of-type .grid::after {
  display: none;
}
.section--cat-news .grid {
  padding: 6.4rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .section--cat-news .grid {
    padding: 3rem 0;
  }
}
.section--cat-news .grid::after {
  width: calc(100% - 3.2rem);
  height: 1px;
  background: #E9E7EB;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section--cat-news .grid--flex {
  flex-flow: column nowrap;
}
.section--cat-news .grid .section-title {
  text-transform: uppercase;
  padding: 0 1.6rem;
  color: #000000;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Flama Bold';
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .section--cat-news .grid .section-title {
    margin-bottom: 0;
  }
}
.section--cat-news .grid .items {
  justify-content: flex-start;
}
@media only screen and (min-width: 900px) and (max-width: 1280px) {
  .section--cat-news .grid .items .item {
    max-width: 25%;
  }
}
.section--cat-news .button-wrapper {
  margin-top: 5.6rem;
  display: flex;
  padding: 0 1.6rem;
}
.section--cat-news .button-wrapper .button {
  border-color: #1A1A1A;
}
.section--cat-news .button-wrapper .button span {
  padding-left: .35rem;
  text-transform: lowercase;
}
.category-corona .section--filter,
.category-corona-en .section--filter {
  display: none;
}
.page-id-11993 .event-navigation--hide,
.page-id-12038 .event-navigation--hide {
  transform: none;
}
.page-id-11993 .section--category-post .grid,
.page-id-12038 .section--category-post .grid {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.page-id-11993 .section--category-post .grid .button-wrapper,
.page-id-12038 .section--category-post .grid .button-wrapper {
  margin-top: 5rem;
}
.page-id-11993 .items--smaller > .item--article .item__title,
.page-id-12038 .items--smaller > .item--article .item__title {
  font-size: 1.6rem !important;
  line-height: 2.6rem !important;
}
.page-id-11993 .items--smaller > .item--article .item__thumbnail,
.page-id-12038 .items--smaller > .item--article .item__thumbnail {
  height: 20rem;
}
.page-id-11993 .items > .item--service,
.page-id-12038 .items > .item--service,
.page-id-11993 .items .item--article,
.page-id-12038 .items .item--article {
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 1280px) {
  .page-id-11993 .items > .item--service,
  .page-id-12038 .items > .item--service,
  .page-id-11993 .items .item--article,
  .page-id-12038 .items .item--article {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 1023px) {
  .page-id-11993 .items > .item--service,
  .page-id-12038 .items > .item--service,
  .page-id-11993 .items .item--article,
  .page-id-12038 .items .item--article {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .page-id-11993 .items > .item--service,
  .page-id-12038 .items > .item--service,
  .page-id-11993 .items .item--article,
  .page-id-12038 .items .item--article {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.page-id-11993 .items > .item--service .item__thumbnail--big,
.page-id-12038 .items > .item--service .item__thumbnail--big,
.page-id-11993 .items .item--article .item__thumbnail--big,
.page-id-12038 .items .item--article .item__thumbnail--big {
  height: 20rem;
}
.page-id-11993 .items > .item--service .item__title,
.page-id-12038 .items > .item--service .item__title,
.page-id-11993 .items .item--article .item__title,
.page-id-12038 .items .item--article .item__title {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media (max-width: 991px) {
  .section--cta + .section--cases {
    padding-top: 0rem;
  }
  .section--cases .section__titles {
    width: 100%;
    text-align: center;
    margin-bottom: 1.6rem;
  }
  .section--cases .button-wrapper {
    padding: 3.2rem 1.6rem 0 1.6rem;
    width: 100%;
  }
  .section--cases .button-wrapper .button {
    width: 100%;
  }
  .section--employer-cta-big {
    background: #e9e7eb;
    padding: 6.4rem 0;
  }
}
/* ********************
Redesign homepage 2020
******************** */
.button--ghost-blue {
  margin-top: 3.2rem;
  border: 0.1rem solid #31c5c6;
  background: transparent;
  display: inline-flex;
  color: #31c5c6;
  transition: all 0.3s ease-in-out;
}
.button--ecosystem svg {
  width: 2rem;
  height: 2rem;
  margin-left: 1.6rem;
  transform: rotate(0);
  transition: all 0.2s ease-in-out;
}
.button--ecosystem svg path {
  transition: all 0.2s ease-in-out;
}
.button--ecosystem:hover {
  background: #31c5c6;
  color: white;
}
.button--ecosystem:hover svg {
  transform: rotate(180deg);
}
.button--ecosystem:hover svg path {
  fill: white;
}
.new-next {
  margin-top: -26rem;
  position: relative;
  z-index: 888;
  padding: 0 1.6rem;
}
.new-next:before {
  position: absolute;
  content: "";
  background: #e9e7eb;
  width: 100%;
  height: 8.6rem;
  left: 0;
  bottom: 0;
}
.new-next__columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.new-next__columns:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  background: #31c5c6;
  height: calc(100% - 18.4rem);
  opacity: 0.3;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
.new-next__columns--center {
  justify-content: center;
}
.new-next__column {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  padding: 7.2rem 5.6rem;
  transform: scale(1);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.new-next__column--auto {
  flex-basis: unset;
  max-width: unset;
  width: unset;
}
.new-next__column--auto:first-child {
  padding-left: 14rem;
}
.new-next__column--auto:last-child {
  padding-right: 14rem;
}
.new-next__column:first-child {
  text-align: right;
  transform-origin: right;
}
.new-next__column:first-child:before {
  position: absolute;
  content: "";
  right: 0;
  top: 6.4rem;
  height: calc(100% - 12.8rem);
  width: 0.2rem;
  background: #31c5c6;
}
.new-next__column:last-child {
  transform-origin: left;
}
body.desktop .new-next__column:hover {
  background: #000000;
  transform: scale(1.1);
}
body.desktop .new-next__column:hover .button--ghost-blue {
  background: #31c5c6;
  color: white;
}
.new-next__subtitle {
  font-family: 'FlamaMedium';
  font-weight: 500;
  color: #31c5c6;
  margin-bottom: 1.6rem;
}
.new-next__title {
  font-family: 'FlamaBold';
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-style: italic;
  font-size: 3.6rem;
  line-height: 4.4rem;
}
.new-next__title--small {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
.new-next--regular {
  background: #e9e7eb;
  padding-bottom: 8rem;
  margin-top: 0;
}
.new-next--regular:before {
  background: white;
  bottom: unset;
  top: 0;
  height: 8rem;
}
@media (max-width: 1230px) {
  .new-next__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 991px) {
  .new-next__column {
    text-align: center;
    padding: 2.4rem;
  }
  .new-next__column .button {
    width: 100%;
  }
  .new-next__column:first-child {
    text-align: center;
  }
  .new-next__title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .new-next--regular .new-next__column {
    padding: 2.4rem !important;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .new-next__columns {
    flex-direction: column;
  }
  .new-next__column {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .new-next__column:first-child {
    border-bottom: 0.1rem solid #31c5c6;
  }
  .new-next__column:first-child:before {
    display: none;
  }
  .new-next__column .button {
    margin-top: 2.4rem;
  }
  .new-next__subtitle {
    margin-bottom: 0.8rem;
  }
  .new-next--regular {
    padding-bottom: 4rem;
  }
  .new-next--regular .new-next__column {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .new-next {
    margin-top: -48rem;
  }
}
@media (max-width: 375px) {
  .new-next {
    margin-top: -48rem;
  }
  .new-next__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 320px) {
  .new-next {
    margin-top: -44rem;
  }
}
.ecosystem {
  background: #e9e7eb;
  position: relative;
  padding: 0 1.6rem;
  z-index: 10;
}
body.page-template-page-business-fase .ecosystem,
body.page-template-page-business-fase-v2 .ecosystem {
  padding-left: 0;
  padding-right: 0;
}
body.page-template-page-business-fase .ecosystem .grid,
body.page-template-page-business-fase-v2 .ecosystem .grid {
  padding: 0 1.6rem;
}
.ecosystem:before {
  position: absolute;
  content: "";
  background: #e9e7eb;
  width: 100%;
  height: 5.6rem;
  left: 0;
  bottom: 0;
}
.ecosystem__inner {
  padding: 5.6rem;
  background: white;
}
.ecosystem__inner--small {
  padding: 3.2rem;
}
.ecosystem__column .button {
  margin: 0;
}
.ecosystem__columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ecosystem__subtitle {
  font-family: 'FlamaMedium';
  font-weight: 500;
  color: #31c5c6;
  margin-bottom: 1.6rem;
}
.ecosystem__title {
  font-family: 'FlamaBold';
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-style: italic;
  font-size: 2.8rem;
  line-height: 4.2rem;
}
.ecosystem__title--small {
  font-size: 2rem;
  line-height: 2.4rem;
}
.ecosystem--has-bottom {
  padding-bottom: 6.4rem;
}
.ecosystem--has-top {
  padding-top: 8rem;
  margin-top: 4rem;
}
.ecosystem--v2 .ecosystem__inner {
  padding: 7.2rem 5.6rem 5.6rem;
  background: #e9e7eb;
}
@media (max-width: 1230px) {
  .ecosystem__inner {
    padding: 4rem;
  }
  .ecosystem__inner--small {
    padding: 2.4rem;
  }
  .ecosystem__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 991px) {
  .ecosystem__columns {
    justify-content: center;
    text-align: center;
  }
  .ecosystem__title {
    margin-bottom: 1.6rem;
  }
  .ecosystem__inner--small .ecosystem__columns {
    flex-direction: column;
  }
  .ecosystem__inner--small .ecosystem__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  body.home .ecosystem {
    padding-bottom: 4rem;
  }
  .ecosystem__inner {
    padding: 2.4rem;
  }
  .ecosystem__title {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .ecosystem__column {
    width: 100%;
  }
  .ecosystem__column .button {
    padding: 0 0.8rem;
    width: 100%;
  }
  body.page-template-page-business-fase .ecosystem--has-bottom,
  body.page-template-page-business-fase-v2 .ecosystem--has-bottom {
    padding-bottom: 4rem;
  }
  body.page-template-page-business-fase .ecosystem--has-top,
  body.page-template-page-business-fase-v2 .ecosystem--has-top {
    margin-top: 0;
    padding: 4rem 0;
  }
  .ecosystem--v2 .ecosystem__inner {
    padding: 2.4rem 2.4rem 0;
  }
}
.sub-ecosystem {
  background: #e9e7eb;
  padding: 8rem 0;
}
.sub-ecosystem__columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.sub-ecosystem__column {
  position: relative;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  padding: 0 1.6rem;
}
.sub-ecosystem__column:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -8rem;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 8rem;
  background: white;
}
.sub-ecosystem__column-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: white;
  padding: 3.2rem;
  width: 100%;
}
.sub-ecosystem__column-inner span {
  color: #31c5c6;
  font-size: 1.5rem;
}
.sub-ecosystem__column-inner ul {
  margin-top: 0.8rem;
}
.sub-ecosystem__column-inner ul li {
  padding: 0.4rem 0;
}
.sub-ecosystem__column-inner ul li a {
  display: flex;
  color: #000000;
  font-size: 1.5rem;
  text-decoration: none;
  align-items: center;
}
.sub-ecosystem__column-inner ul li a svg {
  margin-left: auto;
  transform: scale(0.8);
}
.sub-ecosystem__column-inner ul li a svg path {
  transition: all 0.2s ease-in-out;
}
body.desktop .sub-ecosystem__column-inner ul li a:hover {
  text-decoration: underline;
}
body.desktop .sub-ecosystem__column-inner ul li a:hover svg path {
  fill: #31c5c6;
}
.sub-ecosystem__title {
  font-family: 'FlamaBold';
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  line-height: 2.8rem;
}
.sub-ecosystem__all {
  display: flex;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 2.4rem;
  transition: all 0.2s ease-in-out;
}
body.desktop .sub-ecosystem__all:hover {
  color: #000000;
  text-decoration: none;
}
.sub-ecosystem--v2 {
  position: relative;
  z-index: 11;
  padding: 0 0 8rem;
}
.sub-ecosystem--v2 .grid {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.sub-ecosystem--v2 .sub-ecosystem__columns:hover .sub-ecosystem__column {
  opacity: 0.4;
}
.sub-ecosystem--v2 .sub-ecosystem__column {
  padding: 0;
  border-right: 1px solid #e9e7eb;
  transform: scale(1);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.sub-ecosystem--v2 .sub-ecosystem__column:last-child {
  border-right: none;
}
.sub-ecosystem--v2 .sub-ecosystem__column:hover {
  opacity: 1 !important;
  transform: scale(1.1);
}
.sub-ecosystem--v2 .sub-ecosystem__column:before {
  display: none;
}
.sub-ecosystem--v2 .sub-ecosystem__column-inner {
  padding: 4rem 4.8rem;
}
.sub-ecosystem--v2 .sub-ecosystem__column-inner ul li {
  padding: 0;
  border-bottom: 1px solid #e9e7eb;
}
.sub-ecosystem--v2 .sub-ecosystem__column-inner ul li:last-child {
  border: none;
}
.sub-ecosystem--v2 .sub-ecosystem__column-inner ul li a {
  font-size: 1.6rem;
  line-height: 4.4rem;
}
.sub-ecosystem--v2 .sub-ecosystem__title {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
  line-height: 2.8rem;
}
.sub-ecosystem--v2 .sub-ecosystem__content {
  color: #1A1A1A;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.sub-ecosystem--v2 .sub-ecosystem__all {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
.sub-ecosystem--v2 .sub-ecosystem__all a {
  font-size: 1.5rem;
  margin-top: 0;
  transition: all 0.2s ease-in-out;
}
.sub-ecosystem--v2 .sub-ecosystem__all a:hover {
  background-color: #31c5c6;
  color: white;
}
@media (max-width: 1320px) {
  .sub-ecosystem__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1230px) {
  .sub-ecosystem {
    padding: 6.4rem 0 4.8rem 0;
  }
  .sub-ecosystem__column {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    margin-bottom: 1.6rem;
  }
  .sub-ecosystem__title {
    font-size: 1.8rem;
  }
  .sub-ecosystem--v2:hover .sub-ecosystem__column {
    opacity: 1;
  }
  .sub-ecosystem--v2 .sub-ecosystem__column {
    margin-bottom: 0;
    border-bottom: 1px solid #e9e7eb;
  }
  .sub-ecosystem--v2 .sub-ecosystem__column:hover {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .sub-ecosystem {
    display: none;
    padding: 4rem 0 4.8rem 0;
  }
  .sub-ecosystem__column {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .sub-ecosystem__column:last-child {
    margin-bottom: 0;
  }
}
/* ********************
Quicklinks (business-fase.php)
******************** */
.quicklinks {
  background: #e9e7eb;
  padding: 4rem 0;
  /*
        &__arrow {
            background: black;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 2.4rem 0;
            transition: all .2s ease-in-out;

            width: 5.6rem;
            height: 5.6rem;
            position: absolute;
            bottom: -2.4rem;
            right: 0;
        }
    */
}
.quicklinks--has-bottom {
  padding-bottom: 8rem;
}
.quicklinks__top {
  text-align: center;
  padding: 0 0 5.6rem;
}
.quicklinks__top .quicklinks__subtitle {
  font-family: 'FlamaMedium';
  font-weight: 500;
  color: #31c5c6;
  margin-bottom: 1.6rem;
}
.quicklinks__top .quicklinks__title {
  font-family: 'FlamaBold';
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-style: italic;
  font-size: 2.8rem;
  line-height: 4.2rem;
}
.quicklinks__top .quicklinks__title--small {
  font-size: 2rem;
  line-height: 2.4rem;
}
.quicklinks__top .quicklinks__content {
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #1A1A1A;
}
.quicklinks__columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.quicklinks__columns--has-before {
  position: relative;
  padding-top: 8rem;
}
.quicklinks__columns--has-before:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 36rem);
  height: 1.6rem;
  background: white;
}
.quicklinks__column {
  padding: 0 1.6rem;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
}
.quicklinks__column--25 {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.quicklinks__column--has-before {
  position: relative;
}
.quicklinks__column--has-before:after {
  position: absolute;
  content: "";
  left: 50%;
  top: -8rem;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 9rem;
  background: white;
}
.quicklinks__content {
  padding: 3.2rem;
}
.quicklinks__title {
  font-family: 'FlamaBold';
  font-weight: 700;
  position: relative;
  color: #000000;
  text-transform: uppercase;
  font-style: italic;
  font-size: 2rem;
  margin-bottom: 1.6rem;
  line-height: 2.4rem;
}
.quicklinks__title:before {
  position: absolute;
  content: "";
  left: -3.2rem;
  top: 0;
  height: 100%;
  width: 0.4rem;
  background: #31c5c6;
  max-height: 0;
  transition: all 0.2s ease-in-out;
}
.quicklinks__arrow {
  background: #31c5c6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.4rem 0;
  transition: all 0.2s ease-in-out;
  margin-top: auto;
}
.quicklinks__column-inner {
  background: white;
  display: block;
  text-decoration: none;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.quicklinks__column-inner p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.55);
}
body.desktop .quicklinks__column-inner:hover {
  transform: translateY(0.6rem);
}
body.desktop .quicklinks__column-inner:hover .quicklinks__title:before {
  max-height: 100%;
}
body.desktop .quicklinks__column-inner:hover .quicklinks__arrow {
  background: black;
}
.quicklinks--v2 .quicklinks__columns:hover .quicklinks__column {
  opacity: 0.4;
}
.quicklinks--v2 .quicklinks__columns--has-before {
  padding-top: 0;
}
.quicklinks--v2 .quicklinks__columns--has-before:before {
  display: none;
}
.quicklinks--v2 .quicklinks__column {
  padding: 0;
  border-right: 1px solid #e9e7eb;
  transition: opacity 0.3s ease-in-out;
}
.quicklinks--v2 .quicklinks__column:last-child {
  border: none;
}
.quicklinks--v2 .quicklinks__column:hover {
  opacity: 1 !important;
}
.quicklinks--v2 .quicklinks__column--has-before:after {
  display: none;
}
.quicklinks--v2 .quicklinks__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.quicklinks--v2 .quicklinks__title {
  font-size: 2.2rem;
  line-height: 4.2rem;
}
.quicklinks--v2 .quicklinks__title:before {
  display: none;
}
.quicklinks--v2 .quicklinks__arrow {
  padding: 1.6rem 0;
}
.quicklinks--v2 .quicklinks__column-inner {
  transform: scale(1);
}
.quicklinks--v2 .quicklinks__column-inner p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #1A1A1A;
  margin-bottom: 3.2rem;
}
body.desktop .quicklinks--v2 .quicklinks__column-inner:hover {
  transform: scale(1.1);
}
body.desktop .quicklinks--v2 .quicklinks__column-inner:hover .quicklinks__arrow {
  background: black;
}
@media (max-width: 1280px) {
  .quicklinks {
    padding-top: 0;
  }
  .quicklinks--has-bottom {
    padding-bottom: 6.4rem;
  }
  .quicklinks__column {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    margin-bottom: 2.4rem;
  }
  .quicklinks__column--has-before:after {
    height: 2.4rem;
    top: 0;
    transform: translateX(-50%) translateY(-100%);
  }
  body.page-template-page-business-fase .quicklinks__column,
  body.page-template-page-business-fase-v2 .quicklinks__column {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
    margin-bottom: 0;
  }
  .quicklinks__columns:before {
    display: none;
  }
  .quicklinks__columns--has-before {
    padding-top: 1.6rem;
  }
  .quicklinks__title br {
    display: none;
  }
  .quicklinks--v2 .quicklinks__column {
    margin-bottom: 0;
    border-bottom: 1px solid #e9e7eb;
  }
}
@media (max-width: 991px) {
  .quicklinks__columns--has-before {
    padding-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .quicklinks__columns--has-before {
    padding-top: 1.6rem;
  }
  .quicklinks__column {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .quicklinks__column--has-before:after {
    height: 1.6rem;
  }
  .quicklinks__column--has-before:first-child:after {
    height: 5.6rem;
  }
  body.page-template-page-business-fase .quicklinks__column,
  body.page-template-page-business-fase-v2 .quicklinks__column {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .quicklinks__column:last-child {
    margin-bottom: 0;
  }
  .quicklinks__arrow {
    position: absolute;
    right: 3.2rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
  }
  .quicklinks__arrow svg path {
    fill: #31c5c6;
  }
  .quicklinks__content {
    padding-right: 5.6rem;
  }
  .quicklinks__title br {
    display: none;
  }
  .quicklinks--has-bottom {
    padding: 4rem 0;
  }
  body.page-template-page-business-fase .quicklinks,
  body.page-template-page-business-fase-v2 .quicklinks {
    padding-top: 4rem;
    padding-bottom: 2.4rem;
  }
  .quicklinks--v2 .quicklinks__column-inner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0.8rem;
    background: #31c5c6;
    max-height: 0;
    transition: all 0.2s ease-in-out;
  }
  body.desktop .quicklinks--v2 .quicklinks__column-inner:hover {
    transform: scale(1);
  }
  body.desktop .quicklinks--v2 .quicklinks__column-inner:hover:before {
    max-height: 100%;
  }
  body.desktop .quicklinks--v2 .quicklinks__column-inner:hover .quicklinks__arrow {
    background: transparent;
  }
}
@media (max-width: 480px) {
  .quicklinks--v2 .quicklinks__top {
    text-align: left;
  }
}
/* ********************
Divider (business-fase.php)
******************** */
.divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 0.1rem;
  background: black;
  opacity: 0.1;
  z-index: -1;
}
.divider span {
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #000000;
  background-color: white;
}
/* ********************
Employer CTA (business-fase.php)
******************** */
.employer-cta {
  display: inline-flex;
  background: #e9e7eb;
  margin-left: auto;
}
.employer-cta__inner {
  padding: 3.2rem;
  display: flex;
  align-items: center;
}
.employer-cta__image {
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
}
.employer-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employer-cta__content {
  padding: 0 3.2rem;
}
.employer-cta__title {
  font-family: 'FlamaBold';
  font-weight: 700;
  position: relative;
  color: #000000;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.employer-cta__subtitle {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.55);
}
.employer-cta__employee {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.4rem 5.2rem;
  margin-left: auto;
}
.employer-cta__employee .employer-cta__content {
  margin-bottom: 2.4rem;
  align-items: center !important;
}
.employer-cta--bigger {
  width: 100%;
}
.employer-cta--bigger .employer-cta__inner {
  width: 100%;
  padding: 6.4rem 12rem;
}
.employer-cta--bigger .employer-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.employer-cta--bigger .employer-cta__content .button {
  margin-top: 4rem;
}
.employer-cta--bigger .employer-cta__image {
  width: 14rem;
  height: 14rem;
  margin-bottom: 4rem;
}
.employer-cta--bigger .employer-cta__title {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.employer-cta--bigger .employer-cta__subtitle {
  font-size: 1.6rem;
  color: #666666;
}
.employer-cta--bigger .section__sub-title {
  color: #4d4d4d;
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
.employer-cta--bigger .section__title {
  font-family: 'FlamaBold';
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 5.2rem;
  max-width: 40rem;
}
.link {
  font-family: 'FlamaMedium';
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: none;
}
.link--teal {
  color: #31c5c6;
}
.link:last-child {
  margin-top: 1.2rem;
}
@media (max-width: 1280px) {
  .employer-cta {
    width: calc(100% - 3.2rem);
    order: 3;
    margin-left: 1.6rem;
  }
  .employer-cta__inner {
    width: 100%;
  }
  .employer-cta__inner .button {
    margin-left: auto;
  }
  .employer-cta--bigger .employer-cta__content .button {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .employer-cta__employee {
    padding: 5.6rem 4rem;
  }
  .employer-cta--bigger .employer-cta__inner {
    padding: 4.8rem 6.4rem;
  }
  .employer-cta--bigger .employer-cta__content .button {
    margin-top: 2.4rem;
  }
  .employer-cta--bigger .section__title {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 991px) {
  .employer-cta__employee {
    margin-left: 0;
    margin-top: 4rem;
  }
  .employer-cta--bigger .employer-cta__content {
    align-items: center;
  }
  .employer-cta--bigger .employer-cta__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1.6rem;
  }
  .employer-cta--bigger .employer-cta__inner .section__title {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .employer-cta {
    margin-top: 4rem;
  }
  .employer-cta__inner {
    position: relative;
    padding: 2.4rem;
    flex-direction: column;
    padding-top: 6.4rem;
  }
  .employer-cta__inner .button {
    margin-left: 0;
    margin-top: 1.6rem;
    width: 100%;
  }
  .employer-cta__content {
    padding: 0;
    text-align: center;
  }
  .employer-cta__image {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
  }
  .employer-cta__employee {
    width: calc(100% - 0.2rem);
    padding: 5.6rem 0.8rem;
  }
  .employer-cta--bigger {
    margin: 0;
    width: 100%;
  }
  .employer-cta--bigger .employer-cta__image {
    position: relative;
    top: 0;
    transform: none;
    width: 10.4rem;
    height: 10.4rem;
  }
}
.tiles-slider {
  width: 100%;
  overflow: hidden;
  margin-top: 2.4rem;
}
.tiles-slider .item--service {
  margin-bottom: 0;
}
.tiles-slider__wrapper {
  position: relative;
}
.tiles-slider__arrows {
  position: absolute;
  top: 30%;
  width: calc(100% + 3.2rem);
  left: -1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 10;
}
.tiles-slider__arrow-prev,
.tiles-slider__arrow-next {
  width: 5.6rem;
  height: 5.6rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
.tiles-slider__arrow-prev.swiper-button-disabled,
.tiles-slider__arrow-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .tiles-slider__arrows {
    width: calc(100% - 3.2rem);
    left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .tiles-slider {
    margin-top: 0;
  }
}
/* ********************
Sections-nav (business-fase.php)
******************** */
.sections-nav {
  position: fixed;
  top: 12rem;
  width: 100%;
  background: white;
  left: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 50;
  transform: translateY(-100%);
  transition: all 0.2s ease-in-out;
}
.sections-nav__menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.8rem 1.6rem;
}
.sections-nav__menu li {
  position: relative;
  padding: 0 1.6rem;
  opacity: 0.4;
  min-width: 33.3333%;
  transition: all 0.2s ease-in-out;
}
body.page-template-page-ecosystem .sections-nav__menu li {
  min-width: 25%;
}
.sections-nav__menu li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background: #31c5c6;
  max-height: 0;
  transition: all 0.2s ease-in-out;
}
.sections-nav__menu li a {
  font-family: 'FlamaMedium';
  font-weight: 500;
  position: relative;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-style: italic;
  font-size: 1.4rem;
  width: 100%;
  line-height: 2rem;
}
.sections-nav__menu li a br {
  display: none;
}
body.desktop .sections-nav__menu li:hover {
  opacity: 1;
}
.sections-nav__menu li.active {
  opacity: 1;
}
.sections-nav__menu li.active:before {
  max-height: 100%;
}
@media (max-width: 1280px) {
  .sections-nav {
    top: 9.2rem;
  }
}
@media (max-width: 991px) {
  .sections-nav {
    top: 7.2rem;
  }
  body.page-template-page-ecosystem .sections-nav__menu li {
    min-width: 0;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .sections-nav__menu {
    overflow: scroll;
    justify-content: flex-start;
  }
  .sections-nav__menu li {
    width: auto;
    min-width: auto;
  }
  body.page-template-page-ecosystem .sections-nav__menu li {
    flex-grow: unset;
  }
  .sections-nav__menu li a {
    white-space: nowrap;
  }
  .sections-nav .grid:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 6.4rem;
    background: white;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
}
@media (max-width: 640px) {
  .sections-nav {
    display: none;
  }
}
.vbox-close {
  width: 80px;
  height: 80px;
  font-size: 60px;
}
/********************
=Newletter form (MailChimp)
********************/
#mc_embed_signup .gform_fields .gfield_label--show {
  line-height: 2rem;
  padding-right: 2.4rem;
}
#mc_embed_signup .gform_fields ul {
  margin-bottom: 0;
}
#mc_embed_signup .gform_fields ul li {
  padding-left: 0;
}
#mc_embed_signup .gform_fields ul li label {
  padding-left: 0.8rem;
}
#mc_embed_signup .gform_fields ul li input[type="checkbox"] {
  margin: 0;
}
#mc_embed_signup .gform_fields ul li:before {
  display: none;
}
#mc_embed_signup .gform_footer {
  padding: 0;
  margin-top: 0.8rem;
  width: 100%;
}
@media (max-width: 767px) {
  #mc_embed_signup .gform_footer input[type="submit"] {
    width: 100%;
  }
}
/********************
=Flexible content: Carousel
********************/
.flex-carousel {
  position: relative;
  padding: 0 1.6rem;
}
.flex-carousel .swiper-slide {
  width: 46rem;
  height: 46rem;
}
.flex-carousel__image {
  height: 100%;
  width: 100%;
}
.flex-carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-carousel__pagination {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 20;
  transform: translateX(-100%);
  left: 1.6rem;
  bottom: 0;
  width: auto;
}
.flex-carousel__arrow {
  cursor: pointer;
  width: 5.6rem;
  height: 5.6rem;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.flex-carousel__arrow--prev {
  padding-right: 0;
}
.flex-carousel__arrow.swiper-button-disabled {
  cursor: default;
}
.flex-carousel__arrow.swiper-button-disabled img {
  opacity: 0.2;
}
@media (max-width: 1280px) {
  .flex-carousel .swiper-slide {
    width: 40rem;
    height: 40rem;
  }
}
@media (max-width: 991px) {
  .flex-carousel .swiper-slide {
    width: auto;
  }
  .flex-carousel__pagination {
    flex-direction: row;
    bottom: unset;
    top: -3.2rem;
    right: 1.6rem;
    left: unset;
    transform: translateY(-100%);
  }
  .flex-carousel__arrow {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 640px) {
  .flex-carousel .swiper-slide {
    height: 32rem;
  }
  .flex-carousel__pagination {
    top: -2.4rem;
  }
}
/********************
=Theme Space53
********************/
.website--space53.home .section--services {
  padding-top: 0;
  padding-bottom: 0;
}
.website--space53 .side-panel__buttons > div,
.website--space53 .side-panel__buttons > a {
  border-color: #ba6e0b;
}
.website--space53 .side-panel__buttons > div .follow-us,
.website--space53 .side-panel__buttons > a .follow-us,
.website--space53 .side-panel__buttons > div button,
.website--space53 .side-panel__buttons > a button {
  background-color: #f3a238;
}
.website--space53 .side-panel__buttons > div .follow-us:hover,
.website--space53 .side-panel__buttons > a .follow-us:hover,
.website--space53 .side-panel__buttons > div button:hover,
.website--space53 .side-panel__buttons > a button:hover {
  background-color: #ea8b0e !important;
}
.website--space53 .footer__top-inner {
  background-color: #f3a238;
}
.website--space53 .footer__top-inner:after {
  background-color: #f3a238;
}
.website--space53 .editor p a {
  color: #f3a238;
}
.website--space53 .editor ol li a,
.website--space53 .editor ul li a {
  color: #f3a238;
}
.website--space53 .gform_confirmation_message {
  color: #000000;
  border: 0.1rem solid #000000;
  background-color: rgba(0, 0, 0, 0.2);
}
.newsletter .show-label .gfield_label {
  padding-right: 24px;
  text-transform: none !important;
  margin-bottom: 0.8rem;
  font-size: 1.6rem !important;
  line-height: 2.2rem !important;
}
.newsletter .show-label .ginput_container_checkbox .gfield_checkbox {
  margin-bottom: 0;
}
.newsletter .show-label .ginput_container_checkbox input[type="checkbox"] {
  margin-right: 1.2rem;
}
.newsletter .show-label .ginput_container_checkbox label {
  font-size: 1.5rem;
}
.newsletter .gform_confirmation_wrapper .gform_confirmation_message {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.single-post .intro-box .author,
.single-case .intro-box .author {
  margin-top: 2.4rem;
  display: flex;
}
.single-post .intro-box .author .name,
.single-case .intro-box .author .name {
  margin-right: 3.5rem;
}
.single-post .intro-box .author span,
.single-case .intro-box .author span {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #1A1A1A;
}
.single-post .intro-box .author span strong,
.single-case .intro-box .author span strong {
  margin-left: 1rem;
}
.single-post .section--single-column:first-of-type,
.single-case .section--single-column:first-of-type {
  padding-top: 0;
}
.single-post .section--like-box,
.single-case .section--like-box {
  padding-top: 0;
  padding-bottom: 0;
}
.single-post .section--author,
.single-case .section--author {
  padding-top: 0;
  padding-top: 2.4rem;
}
@media (max-width: 1023px) {
  .single-post .socials-wrapper .rrssb-buttons,
  .single-case .socials-wrapper .rrssb-buttons {
    display: none;
  }
}
.single-post .socials-wrapper .rrssb-buttons--fixed,
.single-case .socials-wrapper .rrssb-buttons--fixed {
  top: 20rem;
}
@media (max-width: 1450px) {
  .single-post .socials-wrapper .rrssb-buttons--fixed,
  .single-case .socials-wrapper .rrssb-buttons--fixed {
    position: absolute;
  }
}
.single-post .socials-wrapper .rrssb-buttons li:last-of-type a,
.single-case .socials-wrapper .rrssb-buttons li:last-of-type a {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.single-post .socials-wrapper .rrssb-buttons .rrssb-pdf .social-pdf:hover,
.single-case .socials-wrapper .rrssb-buttons .rrssb-pdf .social-pdf:hover {
  border-color: #31c5c6;
  background-color: #31c5c6;
}
.single-post .socials-wrapper .rrssb-buttons span,
.single-case .socials-wrapper .rrssb-buttons span {
  color: #9AAEBE;
  font-size: 14px;
  transform: rotate(90deg);
  display: block;
  margin-top: 3rem;
}
.single-post .like-share-box,
.single-case .like-share-box {
  border-top: 1px solid #E9E7EB;
  padding-top: 2.4rem;
  display: flex;
}
@media (max-width: 640px) {
  .single-post .like-share-box,
  .single-case .like-share-box {
    flex-flow: wrap;
  }
}
.single-post .like-share-box .likes .wpulike,
.single-case .like-share-box .likes .wpulike {
  padding: 0;
  margin-bottom: 3px;
}
.single-post .like-share-box .likes .wpulike .count-box,
.single-case .like-share-box .likes .wpulike .count-box {
  padding: 0 0 0 5px;
}
.single-post .like-share-box .likes .wpulike .wp_ulike_general_class,
.single-case .like-share-box .likes .wpulike .wp_ulike_general_class {
  box-shadow: none;
  padding: 0;
}
.single-post .like-share-box .likes .wpulike .wp_ulike_general_class .wp_ulike_put_image,
.single-case .like-share-box .likes .wpulike .wp_ulike_general_class .wp_ulike_put_image {
  padding: 15px 15px 15px 0;
}
.single-post .like-share-box .likes .wpulike .wp_ulike_general_class .wp_ulike_put_image.wp_ulike_btn_is_active::after,
.single-case .like-share-box .likes .wpulike .wp_ulike_general_class .wp_ulike_put_image.wp_ulike_btn_is_active::after {
  filter: none;
  background-image: url('../..//images/icons/heart-filled.svg');
}
.single-post .like-share-box .likes .wpulike .wp_ulike_general_class .wp_ulike_put_image::after,
.single-case .like-share-box .likes .wpulike .wp_ulike_general_class .wp_ulike_put_image::after {
  width: 15px;
  height: 15px;
  background-image: url('../..//images/icons/heart-unfilled.svg');
}
.single-post .like-share-box .likes,
.single-case .like-share-box .likes,
.single-post .like-share-box .views,
.single-case .like-share-box .views {
  display: flex;
  align-items: center;
}
.single-post .like-share-box .likes .simplefavorite-button,
.single-case .like-share-box .likes .simplefavorite-button,
.single-post .like-share-box .views .simplefavorite-button,
.single-case .like-share-box .views .simplefavorite-button {
  margin-right: .8rem;
}
.single-post .like-share-box .likes .simplefavorite-button.active,
.single-case .like-share-box .likes .simplefavorite-button.active,
.single-post .like-share-box .views .simplefavorite-button.active,
.single-case .like-share-box .views .simplefavorite-button.active {
  opacity: 1;
}
.single-post .like-share-box .likes .simplefavorite-button .heart,
.single-case .like-share-box .likes .simplefavorite-button .heart,
.single-post .like-share-box .views .simplefavorite-button .heart,
.single-case .like-share-box .views .simplefavorite-button .heart {
  width: 20px;
  height: 20px;
  background-image: url('../..//images/icons/heart.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-post .like-share-box .likes .simplefavorite-button .heart--fill,
.single-case .like-share-box .likes .simplefavorite-button .heart--fill,
.single-post .like-share-box .views .simplefavorite-button .heart--fill,
.single-case .like-share-box .views .simplefavorite-button .heart--fill {
  background-image: url('../..//images/icons/heart-fill.svg');
}
.single-post .like-share-box .likes svg,
.single-case .like-share-box .likes svg,
.single-post .like-share-box .views svg,
.single-case .like-share-box .views svg {
  margin-right: .8rem;
}
.single-post .like-share-box .likes span,
.single-case .like-share-box .likes span,
.single-post .like-share-box .views span,
.single-case .like-share-box .views span {
  color: #9AAEBE;
  font-size: 1.4rem;
  font-weight: 400;
}
.single-post .like-share-box .likes span.text,
.single-case .like-share-box .likes span.text,
.single-post .like-share-box .views span.text,
.single-case .like-share-box .views span.text {
  margin-left: .4rem;
}
.single-post .like-share-box .views,
.single-case .like-share-box .views {
  margin-left: 2.4rem;
  padding-right: 2rem;
}
.single-post .like-share-box .views span.text,
.single-case .like-share-box .views span.text {
  margin-left: 0;
}
.single-post .like-share-box .socials,
.single-case .like-share-box .socials {
  display: flex;
  align-items: center;
  color: #9AAEBE;
  font-size: 1.4rem;
  margin-left: auto;
}
@media (max-width: 640px) {
  .single-post .like-share-box .socials,
  .single-case .like-share-box .socials {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
}
.single-post .like-share-box .socials span,
.single-case .like-share-box .socials span {
  margin-right: 2.4rem;
}
.single-post .like-share-box .socials .social-buttons,
.single-case .like-share-box .socials .social-buttons {
  display: flex;
}
.single-post .like-share-box .socials .social-buttons ul,
.single-case .like-share-box .socials .social-buttons ul {
  display: flex;
}
.single-post .like-share-box .socials .social-buttons ul li,
.single-case .like-share-box .socials .social-buttons ul li {
  width: 4.8rem !important;
  height: 4.8rem;
}
.single-post .like-share-box .socials .social-buttons ul li a,
.single-case .like-share-box .socials .social-buttons ul li a {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-right: none;
}
.single-post .like-share-box .socials .social-buttons ul li a img,
.single-case .like-share-box .socials .social-buttons ul li a img {
  position: absolute;
}
.single-post .like-share-box .socials .social-buttons ul li a img.white,
.single-case .like-share-box .socials .social-buttons ul li a img.white {
  opacity: 0;
}
.single-post .like-share-box .socials .social-buttons ul li a.social-twitter:hover,
.single-case .like-share-box .socials .social-buttons ul li a.social-twitter:hover {
  background-color: #00aced;
  border-color: #00aced;
}
.single-post .like-share-box .socials .social-buttons ul li a.social-facebook:hover,
.single-case .like-share-box .socials .social-buttons ul li a.social-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.single-post .like-share-box .socials .social-buttons ul li a.social-linkedin:hover,
.single-case .like-share-box .socials .social-buttons ul li a.social-linkedin:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}
.single-post .like-share-box .socials .social-buttons ul li a.social-mail:hover,
.single-case .like-share-box .socials .social-buttons ul li a.social-mail:hover {
  background-color: #d81e06;
  border-color: #d81e06;
}
.single-post .like-share-box .socials .social-buttons ul li a:hover img.black,
.single-case .like-share-box .socials .social-buttons ul li a:hover img.black {
  opacity: 0;
}
.single-post .like-share-box .socials .social-buttons ul li a:hover img.white,
.single-case .like-share-box .socials .social-buttons ul li a:hover img.white {
  opacity: 1;
}
.single-post .like-share-box .socials .social-buttons ul li.rrssb-pdf .social-pdf:hover,
.single-case .like-share-box .socials .social-buttons ul li.rrssb-pdf .social-pdf:hover {
  border-color: #31c5c6;
  background-color: #31c5c6;
}
.single-post .like-share-box .socials .social-buttons ul li:last-child a,
.single-case .like-share-box .socials .social-buttons ul li:last-child a {
  border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.single-post .author-box,
.single-case .author-box {
  padding: 3.2rem;
  background: #E9E7EB;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .single-post .author-box,
  .single-case .author-box {
    flex-flow: column;
    align-items: flex-start;
  }
}
.single-post .author-box__employee,
.single-case .author-box__employee {
  display: flex;
  align-items: center;
}
.single-post .author-box__employee .image,
.single-case .author-box__employee .image {
  height: 7.2rem;
  width: 7.2rem;
  min-width: 7.2rem;
  min-height: 7.2rem;
  overflow: hidden;
  border-radius: 50%;
}
.single-post .author-box__employee .image img,
.single-case .author-box__employee .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .author-box__employee .content,
.single-case .author-box__employee .content {
  margin-left: 3rem;
}
.single-post .author-box__employee .content span,
.single-case .author-box__employee .content span {
  color: #66C1C2;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: .8rem;
  display: block;
}
.single-post .author-box__employee .content h3,
.single-case .author-box__employee .content h3 {
  font-family: 'FlamaBold';
  font-weight: 700;
  font-style: italic;
  color: #1A1A1A;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: .4rem;
}
.single-post .author-box__employee .content p,
.single-case .author-box__employee .content p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1A1A1A;
}
.single-post .author-box__socials,
.single-case .author-box__socials {
  display: flex;
  padding-left: 6rem;
}
@media (max-width: 640px) {
  .single-post .author-box__socials,
  .single-case .author-box__socials {
    padding-left: 0;
    margin-top: 3rem;
  }
}
.single-post .author-box__socials .social-item,
.single-case .author-box__socials .social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.single-post .author-box__socials .social-item:hover,
.single-case .author-box__socials .social-item:hover {
  border-color: #31c5c6;
  background-color: #31c5c6;
}
.single-post .author-box__socials .social-item:hover svg .fill,
.single-case .author-box__socials .social-item:hover svg .fill {
  fill: white;
}
.single-post .author-box__socials .social-item:first-of-type,
.single-case .author-box__socials .social-item:first-of-type {
  border-right: 0;
}
.single-post .section--related-articles,
.single-case .section--related-articles {
  padding-top: 4rem;
  position: relative;
  padding-bottom: 8.9rem;
}
.single-post .section--related-articles::after,
.single-case .section--related-articles::after {
  content: '';
  height: 27.5rem;
  width: 100%;
  background: #e9e7eb;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1100px) {
  .single-post .section--related-articles::after,
  .single-case .section--related-articles::after {
    height: 30.5rem;
  }
}
.single-post .section--related-articles .related-articles .intro,
.single-case .section--related-articles .related-articles .intro {
  padding: 0 1.6rem;
  margin-bottom: 3.4rem;
}
.single-post .section--related-articles .related-articles .intro .subtitle,
.single-case .section--related-articles .related-articles .intro .subtitle {
  font-size: 1.6rem;
  color: #9aaebe;
}
.single-post .section--related-articles .related-articles .intro h3,
.single-case .section--related-articles .related-articles .intro h3 {
  font-size: 3rem;
  line-height: 3.5rem;
}
.single-post .section--related-articles .related-articles .items .item,
.single-case .section--related-articles .related-articles .items .item {
  max-width: 33.3%;
  flex-basis: 33.3%;
}
@media (max-width: 1023px) {
  .single-post .section--related-articles .related-articles .items .item,
  .single-case .section--related-articles .related-articles .items .item {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .single-post .section--related-articles .related-articles .items .item,
  .single-case .section--related-articles .related-articles .items .item {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.single-post .section--related-articles .related-articles .items .item__box,
.single-case .section--related-articles .related-articles .items .item__box {
  margin: 0;
  min-height: 170px;
}
@media (max-width: 1100px) {
  .single-post .section--related-articles .related-articles .items .item__box,
  .single-case .section--related-articles .related-articles .items .item__box {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .single-post .section--related-articles .related-articles .items .item__box,
  .single-case .section--related-articles .related-articles .items .item__box {
    min-height: auto;
  }
}
/*=======================================================
Specific styling for the about us page on the TTT website
=======================================================*/
.website--ttt.page-id-6877 .page-top .grid,
.website--ttt.page-id-6936 .page-top .grid {
  margin-bottom: 8rem;
}
.website--ttt.page-id-6877 #section--1,
.website--ttt.page-id-6936 #section--1 {
  padding: 0;
}
.website--ttt.page-id-6877 #section--2,
.website--ttt.page-id-6936 #section--2,
.website--ttt.page-id-6877 #section--3,
.website--ttt.page-id-6936 #section--3,
.website--ttt.page-id-6877 #section--4,
.website--ttt.page-id-6936 #section--4,
.website--ttt.page-id-6877 #section--5,
.website--ttt.page-id-6936 #section--5,
.website--ttt.page-id-6877 #section--6,
.website--ttt.page-id-6936 #section--6 {
  padding: 0;
  margin-top: 8rem;
}
.hidden_sub_label {
  display: none;
}
.intro-box .editor {
  margin-bottom: 2.4rem;
}
.page-template-page-thankyou .grid a {
  max-width: max-content;
}
.algemene-voorwaarden-box {
  margin-bottom: 25px;
}
input.hs-button.primary.large {
  margin-top: 2rem !important;
}
/*===========================
*           Novel-T         *
===========================*/
.newsletter--novelt {
  flex-direction: row-reverse;
}
.newsletter--novelt .footer__top-right {
  margin: 0 auto;
}
.newsletter--novelt .button-wrapper {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 64px 0 0 0;
}
.newsletter--novelt .button-wrapper .button--linkedin {
  width: max-content;
  margin: 0 auto;
}
.footer__center h3 {
  font-family: 'Flama Medium';
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin: 0.8rem auto 1.6rem;
  color: #FFF;
  width: 50%;
  text-align: center;
}
.footer__top-right .editor form .hs-richtext {
  display: inline;
}
.footer__top-right .editor form .hs-richtext p {
  margin-bottom: 8px;
  margin-top: 16px;
}
.footer__top-right .editor form .field input[type="checkbox"] {
  width: 10% !important;
}
.hbspt-form .p1 strong {
  font-family: 'Flama Medium';
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  font-style: italic;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
/*===========================
*           T-Valley        *
===========================*/
.website--tvalley .footer__top-right input[type='submit'],
.website--tvalley .footer__top-right input[type='text'],
.website--tvalley .footer__top-right input[type='email'],
.website--tvalley .footer__top-right input[type='password'],
.website--tvalley .footer__top-right input[type='number'],
.website--tvalley .footer__top-right input[type='tel'],
.website--tvalley .footer__top-right textarea,
.website--tvalley .footer__top-right select {
  background-color: rgba(255, 255, 255, 0.1);
}
.p1 strong {
  color: white !important;
}
.newsletter--tvalley {
  flex-direction: row-reverse !important;
}
.newsletter--tvalley .footer__top-right {
  margin: 0 auto !important;
}
.newsletter--tvalley .button-wrapper {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 64px 0 0 0;
}
.newsletter--tvalley .button-wrapper .button--linkedin {
  width: max-content;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .newsletter--novelt,
  .newsletter--tvalley {
    flex-direction: column-reverse !important;
  }
  .newsletter--novelt .footer__top-left,
  .newsletter--tvalley .footer__top-left {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }
}
.section--newsletter-cta .newsletter-cta__inner {
  padding: 3rem 0;
}
.section--newsletter-cta .newsletter-cta__inner h3 {
  font-family: 'Flama Medium';
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin: 0.8rem 0 1.6rem;
  color: #000000;
}
.section--newsletter-cta .newsletter-cta__inner .gform_wrapper {
  padding-top: 0.1rem;
}
.section--newsletter-cta .newsletter-cta__inner .gform_heading {
  display: none;
}
.section--newsletter-cta .grid {
  max-width: 60rem;
  padding: 0 4rem;
  background-color: #e9e7eb;
}
.section--newsletter-cta .grid .gform_wrapper {
  margin-bottom: 0;
}
.section--newsletter-cta .grid input {
  background-color: white;
  color: black;
}
.section--newsletter-cta .grid select {
  background-color: white;
  background-blend-mode: exclusion;
  color: rgba(0, 0, 0, 0.5);
}
.section--newsletter-cta .grid input[type="submit"] {
  color: white;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section--newsletter-cta .newsletter-cta__inner {
    padding: 2.3rem 0;
  }
  .section--newsletter-cta .grid {
    padding: 0 2.4rem;
  }
}
/*===========================
*           HUBSPOT         *
===========================*/
.hs-form-required,
.hs-error-msg {
  color: #d81e06;
}
body.website--neworigin {
  color: black;
}
body.website--neworigin.home .top-slide .grid {
  align-items: flex-end;
}
body.website--neworigin * {
  font-family: 'Roboto', sans-serif !important;
}
body.website--neworigin .footer__top {
  display: none;
}
body.website--neworigin .section--single-column,
body.website--neworigin .section--services {
  position: relative;
}
body.website--neworigin .section--single-column .grid,
body.website--neworigin .section--services .grid {
  z-index: 1;
}
body.website--neworigin .side-panel--phone {
  display: none;
}
body.website--neworigin .top-slide__background:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #55939D !important;
  opacity: .5;
}
body.website--neworigin .top-slide__left:before {
  position: absolute;
  bottom: 0;
  right: 20vw;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateX(100%);
  background: url('../..//images/patterns/new-origin-element-white.svg') center bottom / 110% no-repeat;
}
body.website--neworigin .page-header {
  background-color: white;
}
body.website--neworigin .page-header__center {
  margin-left: auto;
}
@media only screen and (min-width: 991px) {
  body.website--neworigin .page-header__right {
    display: none;
  }
}
body.website--neworigin .page-nav > ul > li > a {
  color: black;
  padding: 16px;
  transition: .3s ease;
  font-weight: bold;
  text-transform: uppercase;
}
body.website--neworigin .page-nav > ul > li > a:hover {
  background-color: black;
  color: white;
}
body.website--neworigin h1 {
  font-size: 75px;
  line-height: 100%;
}
body.website--neworigin h2 {
  font-size: 40px;
  line-height: 100%;
}
body.website--neworigin h3 {
  font-size: 32px;
  line-height: 100%;
  color: #655171;
}
body.website--neworigin .ttt-services__text p {
  color: black;
}
body.website--neworigin .ttt-services__image-container:before {
  background: url('../..//images/patterns/new-origin-element-white.svg') center center / 100% no-repeat;
  display: none;
}
body.website--neworigin .section--cases .grid .button--white-outline:hover {
  background: white;
  border: white;
  color: black;
}
.button--yellow {
  display: inline-flex;
  background-color: #fae232;
  border: 1px solid #fae232;
  color: #000a14 !important;
}
