.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#efeee8;background-image:url("https://images.assets-landingi.com/uc/f427aed7-84e2-435f-ad59-f2d8693ecf3d/ShannaLPafbeeldingen9.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;overflow:visible;position:relative;display:block; }#G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { color:#303003;display:block;width:42.4375rem;position:absolute;font-family:"reckless neue font";font-size:4.375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:14.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"druk trial";font-size:4rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:7.625rem;height:5.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { background-color:#cfff67;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;box-sizing:border-box;color:#303003;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reckless neue";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.0625rem;left:0rem;display:block; }
#gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hZsVyFybOHe72ud9W8OQN6ax2m7uM0pT { color:#303003;display:block;width:38.75rem;position:absolute;font-family:"reckless neue";font-size:2rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:24.9375rem;left:0rem;height:4.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uNgbGtbbnx6XJ0ITcKtViExxgEF0o0Mx { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:"helvetica neue regular";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:31.4375rem;left:0rem;height:5.199225rem;font-style:normal;display:block; }
#qnAmTe7p6suxMNG0VKlNNqFenLfdqPob { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"helvetica neue regular";font-size:0.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:34.9375rem;left:51.375rem;height:0.73095625rem;font-style:normal;display:block; }
#IQagWKDuFqsheGoHdXsRWs5rTKHmnJtH { color:#303003;display:block;width:11.1875rem;position:absolute;font-family:"reckless neue";font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:32.0625rem;left:51.375rem;height:1.30615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RIExfF1APTn0tCgW7SQ39lZC2267WQxt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:14.125rem;top:31.9375rem;left:58.875rem;overflow:hidden;display:block; }
#QSBfU2X3RTJEM48my0d6xXyPNo8T5vhT { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:22.3125rem;width:22.3125rem;top:8.0625rem;left:51.375rem;overflow:hidden;display:block; }
#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bfd6bba8-41a1-4dc6-9dc4-40e1b26c7515/ShannaLPafbeeldingen10.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg.adaptive-delivery-prevent-bg, #mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg.lazyload, #mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg.lazyloading { background-image: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { background-color: transparent; background-image: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { border-width: 0; border-radius: 0; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#lJ0FJCXM3s5GU9JLnl9yGWUD5Nb9vBie { color:#f3f3e9;display:block;width:15.3125rem;position:absolute;font-family:monumentextendend;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:20.5rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZIfJI8Us5EcT3eU6RsGJGbufQOfObskB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.8125rem;left:8.34375rem;display:none; }
#uIXn2e4STzyaxhwxtLwP89iomJ1hGx07 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.8125rem;left:8.34375rem;display:none; }
#Tau90XhTEuvalIQmPJ1iZJ8EsV1myZib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.8125rem;left:8.34375rem;display:none; }
#XB479flxxeqZ6hHHgXzEKvsOEUJtwnMH { color:#303003;display:block;width:7.75rem;position:absolute;font-family:"reckless neue font";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmNQXO6VTX6FgenFsHBTpJtXw5yIqzdP { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:helvetica;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VHUs9ATLemVKUgKZBlyNrXEhzFWz8rX6 { color:#303003;display:block;width:17.8125rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e8QhapxPP7qMTZS1NuL0AHxKsDiR7mJO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:18.75rem;top:14.625rem;left:8rem;display:none; }
#zMclzvdsNxRfgqGIubxpok5anoTTir5f { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#cfff67;background-image:none;top:10.6875rem;left:0rem;display:block; }
#CyuwtU3IoKB8EOCD4wTwKQr7054EwXCF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.375rem;left:0.6875rem; }
#AtmKTLukx2ZKUTOHgELZDeefVQSZ3Jwf { color:#2f2f2f;display:block;width:16.875rem;position:absolute;font-family:degular-display;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:19.9375rem;left:19.6875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yQQ0ex4CO7hBX3tKnFTF3QyAqB3NKTJ2 { color:#303003;display:block;width:38.75rem;position:absolute;font-family:"reckless neue font";font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.1875rem;left:0rem;height:3.1621125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xLBGOa47fuQrtdNhmrSgwfVT0vzTNfdn { background-color:#cfff67;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;box-sizing:border-box;color:#303003;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reckless neue";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.8125rem;left:0rem;display:block; }
#iA6lCKyWumU6Blr9HA3l9mKgI01NQMgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0IEqO3c8V0Z6eGug7xbkcNcSwoQqrPZ { color:#303003;display:block;width:17.8125rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0625rem;left:19.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PgVtkV96BRtfGpqs55ZQHEGVDxTOaGfD { color:#303003;display:block;width:10rem;position:absolute;font-family:"reckless neue font";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.25rem;left:19.8125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W8gTiC630ibu3tHbyDf7z00tu089L1l7 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#cfff67;background-image:none;top:10.5625rem;left:19.8125rem;display:block; }
#lXAOkxubQfQEDQ3Bnta7cdz59qH5thid { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:11.25rem;left:20.5rem; }
#KB7ls3TW4saO3U8yrKcyOl7ms0gLpI1g { color:#303003;display:block;width:17.8125rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.0625rem;left:38.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2TTTNxOWyBz2puc7KLOrO0T1ASeeW3Z { color:#303003;display:block;width:12rem;position:absolute;font-family:"reckless neue font";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.25rem;left:38.625rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ok1R0aiAIn5sqW3QZ6g9ysdrBJzD8VoJ { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#cfff67;background-image:none;top:10.5625rem;left:38.625rem;display:block; }
#oB3unAHGTfsouPnktuER62Uu8TiUOsgh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:11.25rem;left:39.3125rem; }
#iIe1BOKBXlBTshTBtXJ2a247PEigi44I { color:#303003;display:block;width:17.8125rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.0625rem;left:57.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H2tacg4MVzwmzPS4iTSm2mG59f0LFN9x { color:#303003;display:block;width:15.6875rem;position:absolute;font-family:"reckless neue font";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.3125rem;left:57.375rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cVB8JXKAlFIDvUlWIuQuGc9pVyIT8lBr { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#cfff67;background-image:none;top:10.625rem;left:57.375rem;display:block; }
#SREg85aziU5mbIrvRxkn0h2Uqh8Scp10 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:11.3125rem;left:58.0625rem; }
#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072c08;background-image:url("https://images.assets-landingi.com/uc/1191332c-3051-4c05-a022-45d15f1b6cfb/ShannaLPafbeeldingen11.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8.adaptive-delivery-prevent-bg, #CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8.lazyload, #CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8.lazyloading { background-image: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { background-color: transparent; background-image: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container > .video-iframe-container { display: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row > .video-iframe-container { display: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { border-width: 0; border-radius: 0; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#faT8MrbJO0hR75tnzk2wuaLJnXRrGRPD { color:#303003;display:block;width:12.625rem;position:absolute;font-family:"reckless neue font";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.25rem;left:0.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lWXrck2yWbBx9Riy2gqfJQ7yJ7PioCJU { box-sizing:content-box;height:24.4375rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(143deg, rgba(247,167,0,0.98), rgba(247,167,0,0.15));background-image: -moz-linear-gradient(143deg, rgba(247,167,0,0.98), rgba(247,167,0,0.15));background-image: -ms-linear-gradient(143deg, rgba(247,167,0,0.98), rgba(247,167,0,0.15));background-image: -o-linear-gradient(143deg, rgba(247,167,0,0.98), rgba(247,167,0,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a700f9', endColorstr='#f7a70026' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a700f9', endColorstr='#f7a70026' );";background-image: linear-gradient(143deg, rgba(247,167,0,0.98), rgba(247,167,0,0.15));background-size:auto !important;top:14.3125rem;left:1.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#OG8ObdFnLQf2rT7NQQSVlTBOo7wTQuAw { color:#303003;display:block;width:16.9375rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:28.25rem;left:0.9375rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWIdcSFUlQLdINQJb8ptbfMDqDT5fnwa { box-sizing:content-box;height:21.0625rem;width:18.4375rem;position:absolute;display:block;z-index:15000;background-color:#efeee8;background-image:none;top:14.125rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#f9sK1HTWPRHSA39R7B46laEGdITWVT5k { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#cfff67;background-image:none;top:18.875rem;left:0.9375rem;display:block; }
#kRLIZkhRBTIgOGLqIpIvGofNKkxKe42N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.375rem;left:1.4375rem; }
#ASBbyRZRQOLN15S26R2NJC16HJRrGW0T { box-sizing:content-box;height:21.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15006;background-color:#353535;background-image:url("https://images.assets-landingi.com/uc/a222cbb1-e0dc-4c0d-8c8f-9152420f84a5/imgi_8_large_6842d9db5fea5755062640.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:17.4375rem;left:19.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }#ASBbyRZRQOLN15S26R2NJC16HJRrGW0T.adaptive-delivery-prevent-bg, #ASBbyRZRQOLN15S26R2NJC16HJRrGW0T.lazyload, #ASBbyRZRQOLN15S26R2NJC16HJRrGW0T.lazyloading { background-image: none; }
#r2FvcL7VVXsRBps5ms0aDTmQ0XqovhkP { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#0c4156;background-image:none;top:18.875rem;left:38.625rem;display:none; }
#T68e3FE8TUtQAg1PmI2SaabzJtuxzg3a { box-sizing:content-box;height:21.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15006;background-color:#353535;background-image:url("https://images.assets-landingi.com/uc/a222cbb1-e0dc-4c0d-8c8f-9152420f84a5/imgi_8_large_6842d9db5fea5755062640.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:17.4375rem;left:19.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }#T68e3FE8TUtQAg1PmI2SaabzJtuxzg3a.adaptive-delivery-prevent-bg, #T68e3FE8TUtQAg1PmI2SaabzJtuxzg3a.lazyload, #T68e3FE8TUtQAg1PmI2SaabzJtuxzg3a.lazyloading { background-image: none; }
#E98UR9Z1biTIAFFhbp8ArPzVi6b3lzKI { box-sizing:content-box;height:21.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15006;background-color:#353535;background-image:url("https://images.assets-landingi.com/uc/a222cbb1-e0dc-4c0d-8c8f-9152420f84a5/imgi_8_large_6842d9db5fea5755062640.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:17.4375rem;left:19.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }#E98UR9Z1biTIAFFhbp8ArPzVi6b3lzKI.adaptive-delivery-prevent-bg, #E98UR9Z1biTIAFFhbp8ArPzVi6b3lzKI.lazyload, #E98UR9Z1biTIAFFhbp8ArPzVi6b3lzKI.lazyloading { background-image: none; }
#t3mIuWtnc0FpoFZTuFGAT6FMNIhOCKr3 { box-sizing:content-box;height:21.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15006;background-color:#353535;background-image:url("https://images.assets-landingi.com/uc/a222cbb1-e0dc-4c0d-8c8f-9152420f84a5/imgi_8_large_6842d9db5fea5755062640.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:17.4375rem;left:19.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }#t3mIuWtnc0FpoFZTuFGAT6FMNIhOCKr3.adaptive-delivery-prevent-bg, #t3mIuWtnc0FpoFZTuFGAT6FMNIhOCKr3.lazyload, #t3mIuWtnc0FpoFZTuFGAT6FMNIhOCKr3.lazyloading { background-image: none; }
#t9lvIwHlFwlEGci5MxZ1vtM1Ks0leUVt { color:#cfff67;display:block;width:25.3125rem;position:absolute;font-family:"reckless neue font";font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.3125rem;left:0rem;height:3.1621125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LM3BP3RciMgeRszDy4CAsimKa5Wb2FIQ { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:"reckless neue";font-size:2.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:3.0874rem;font-style:normal;display:block; }
#DRCW6OVJqSJKOUgDaqEIhqqyWelCePgS { box-sizing:content-box;height:21.0625rem;width:18.4375rem;position:absolute;display:block;z-index:15005;background-color:#efeee8;background-image:none;top:14.125rem;left:18.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#cuevwezcp4N4mCdc7xUI6yZ38oSCfCEh { color:#303003;display:block;width:16.9375rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.25rem;left:19.8125rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i3CXMRvKCt6TWQ0qiVMeWH3FTnFMzoAp { color:#303003;display:block;width:12.625rem;position:absolute;font-family:"reckless neue font";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.25rem;left:19.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bxHC6CRXTxLBemdfal4CRJig8msMkNUx { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#cfff67;background-image:none;top:18.875rem;left:19.8125rem;display:block; }
#TXUSUMhML5kG7ZuSTV2cNRJKTd1pSDKF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.375rem;left:20.3125rem; }
#sCwqeNvZyHXz7bHDscoQNwPysJDx1l5U { box-sizing:content-box;height:21.0625rem;width:18.4375rem;position:absolute;display:block;z-index:15010;background-color:#efeee8;background-image:none;top:14.125rem;left:37.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#czsTszd6gvXbVkhGLnAnVURZOa4ENv1V { color:#303003;display:block;width:16.9375rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:28.25rem;left:38.6875rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJwWpWBBuDsus5REXVGSdzhRk7RxiMwt { color:#303003;display:block;width:12.625rem;position:absolute;font-family:"reckless neue font";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.25rem;left:38.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KhRfhLr54OWiimONFSMdJ5TzNeLU5KaD { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#cfff67;background-image:none;top:18.875rem;left:38.6875rem;display:block; }
#y5WwiOWJxvK58a48IAnn3m4E1WkHAClp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:19.375rem;left:39.1875rem; }
#VCfvVFqlLrXGE0Gxz6mMOUJfXaLL3aXa { box-sizing:content-box;height:21.0625rem;width:18.4375rem;position:absolute;display:block;z-index:15015;background-color:#efeee8;background-image:none;top:14.125rem;left:56.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#rX87BcKITJSsGmpecdEfTB6MrvOi8E3k { color:#303003;display:block;width:16.9375rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:28.25rem;left:57.5rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0W5RdBHVXlV9i4IpH5hon8qBV5gi4uI { color:#303003;display:block;width:12.625rem;position:absolute;font-family:"reckless neue font";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.25rem;left:57.5rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pZsff5dmzwiZ5Mzc8TI76thSG9FE61os { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#cfff67;background-image:none;top:18.875rem;left:57.5rem;display:block; }
#e4VC72LXm4Gik7feLAMVQitzn3HOnGBr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:19.375rem;left:58rem; }
#BZhvoQFFXB0oup6IOEueKpn0MFVdBbpT { background-color:#cfff67;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;box-sizing:border-box;color:#303003;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reckless neue";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.125rem;left:0rem;display:block; }
#NSCa0i4WxfOeCyI8ocQLmteu9l9tUQU8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXF6CVia6ibSm5DCb8I6OAb7akvdxfGC { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#0c4156;background-image:none;top:18.875rem;left:38.625rem;display:none; }
#ZWgv0QQQ7Ip1iOJ9RdAabH2If7BZCrty { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#0c4156;background-image:none;top:18.875rem;left:38.625rem;display:none; }
#MQ9FCx55Na2MAGAz17TWDitPQgWxRby5 { background-color:#cfff67;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;box-sizing:border-box;color:#303003;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reckless neue";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.125rem;left:0rem;display:none; }
#mmRFbAo3dZSaqfHmqNk6mGMmJuvK5SIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zN9piTLaoxglU06yHt24fT574eu70BJf { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#0c4156;background-image:none;top:18.875rem;left:38.625rem;display:none; }
#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bfd6bba8-41a1-4dc6-9dc4-40e1b26c7515/ShannaLPafbeeldingen10.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp.adaptive-delivery-prevent-bg, #QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp.lazyload, #QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp.lazyloading { background-image: none; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container { background-color: transparent; background-image: none; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container > .video-iframe-container { display: none; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row > .video-iframe-container { display: none; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container { border-width: 0; border-radius: 0; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#uSmQGaOUSZhRc7giVEUQZt3teJQBL9eC { color:#303003;display:block;width:38.75rem;position:absolute;font-family:"reckless neue font";font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:3.25rem;left:0rem;height:3.1621125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F4TxJnl1CCwo3XUqd3wBBcLHJfmz9MIQ { color:#303003;display:block;width:34.4375rem;position:absolute;font-family:"reckless neue";font-size:2.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:3.0874rem;font-style:normal;display:block; }
#ABoTrx8dn6b3QV3qNPE3SJPDruszor9k { box-sizing:content-box;height:22.625rem;width:18.4375rem;position:absolute;display:block;z-index:15001;background-color:#efeee8;background-image:none;top:13.4375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#u7laiFRJZuIKssU1aNoU7A0wSJDa5npM { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/936a1b0c-88f6-452a-8735-b58c46a0d521/imgi_35_c6dfdb3000a51cd779a2f1de99e4cc46.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.625rem;left:1.1875rem;display:block; }#u7laiFRJZuIKssU1aNoU7A0wSJDa5npM.adaptive-delivery-prevent-bg, #u7laiFRJZuIKssU1aNoU7A0wSJDa5npM.lazyload, #u7laiFRJZuIKssU1aNoU7A0wSJDa5npM.lazyloading { background-image: none; }
#Qwc5qqp8pRSTN4KlwU0KsS7p6MIazf7l { color:#303003;display:block;width:12.625rem;position:absolute;font-family:"reckless neue font";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.724609375rem;left:1.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b7yxULy03n55Dy6NRDu76o3tIFyq3ogc { color:#303003;display:block;width:15.0625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:27.0625rem;left:1.1875rem;height:7.3930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oeOVrKJeJtlkyUE4ScECXsrW3g1tn7Hn { box-sizing:content-box;height:22.625rem;width:18.4375rem;position:absolute;display:block;z-index:15005;background-color:#efeee8;background-image:none;top:13.4375rem;left:19.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#VbT9x7wsCQh3XNEwvHLl7EXX4lEe1nOa { color:#303003;display:block;width:14.625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.0625rem;left:20.5625rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dCGmiWgkML155oc0uRdNxBP4OrkudWLf { color:#303003;display:block;width:12.625rem;position:absolute;font-family:"reckless neue font";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.75rem;left:20.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QDQ4EyE72kXFvyKxBoArQzffBmmbnzJy { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4109fefc-f49e-493b-90f8-ff2f9971f279/imgi_37_fd84917f36018f6348d79dcfb8cb3e65.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.625rem;left:20.5625rem;display:block; }#QDQ4EyE72kXFvyKxBoArQzffBmmbnzJy.adaptive-delivery-prevent-bg, #QDQ4EyE72kXFvyKxBoArQzffBmmbnzJy.lazyload, #QDQ4EyE72kXFvyKxBoArQzffBmmbnzJy.lazyloading { background-image: none; }
#IskfQ4A0kwIF1BTRzVCpuulv53relXgo { color:#303003;display:block;width:16.6875rem;position:absolute;font-family:"reckless neue";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.9375rem;left:1.1875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QFUGDIkwk81rbTuyizEPts8ggmJ27nUq { color:#303003;display:block;width:7.8125rem;position:absolute;font-family:"reckless neue";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.05908203125rem;left:20.5rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x1ikEB0KbvRhQkpyW5i8ub8pKJR6x7oi { box-sizing:content-box;height:33.625rem;width:32.4375rem;position:absolute;display:block;z-index:15006;background-color:#efeee8;background-image:none;top:2.5rem;left:42.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#fdlwdvFwPIoVysc2x9UdOkIZ7BSZs0P5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6875rem;width:29.375rem;top:3.46875rem;left:44.09375rem;overflow:hidden;display:block; }
#OCDzrrSklrDIKbPXISFZXZRlRyPkk7DL { box-sizing:content-box;height:22.625rem;width:18.4375rem;position:absolute;display:block;z-index:15005;background-color:#efeee8;background-image:none;top:13.4375rem;left:19.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: none;display:none; }
#IiIpHTvWebvPwPN5mL3dfk8mqZ5khzZm { background-color:#cfff67;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;box-sizing:border-box;color:#303003;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"reckless neue";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.125rem;left:0rem;display:none; }
#JVp10eMzXMyVWnIsDoCEtAynB1XqlMTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072c08;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { background-color: transparent; background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { border-width: 0; border-radius: 0; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#JDwNEUbeIAfm8MbNq6ErebuEqXxDZvPc { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:"reckless neue font";font-size:3.5rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:4rem;left:14.96875rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xq1TWnmg2xizRBlT2TutQqnJ7nQkTMmw { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.4375rem;left:19.53125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzIRUxDNKvPmxNVmcTZ30bHcf546XNuN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:18.75rem;display:none; }
#mGq22BLpTunaL1L3w9GcCXHwakpHO730 { position:absolute;display:block;z-index:15015;height:21.75rem;width:38.75rem;top:19.21875rem;left:17.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { width:42.4375rem;height:14.4375rem;top:8.0625rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { width:20rem;height:8.25rem;top:2.1875rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { width:15.125rem;height:2.75rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block; }
 }@media only screen and (max-width: 763px) { #hZsVyFybOHe72ud9W8OQN6ax2m7uM0pT { width:38.75rem;height:4.375rem;top:24.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNgbGtbbnx6XJ0ITcKtViExxgEF0o0Mx { top:31.4375rem;left:0rem;width:34.4375rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnAmTe7p6suxMNG0VKlNNqFenLfdqPob { top:34.9375rem;left:21.5rem;width:26.25rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQagWKDuFqsheGoHdXsRWs5rTKHmnJtH { width:11.1875rem;height:1.25rem;top:32.0625rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIExfF1APTn0tCgW7SQ39lZC2267WQxt { top:31.9375rem;left:33.625rem;width:14.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSBfU2X3RTJEM48my0d6xXyPNo8T5vhT { top:8.0625rem;left:25.4375rem;width:22.3125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg { display:block; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJ0FJCXM3s5GU9JLnl9yGWUD5Nb9vBie { width:15.3125rem;height:2.875rem;top:8rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIfJI8Us5EcT3eU6RsGJGbufQOfObskB { top:3.8125rem;left:4.9375rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIXn2e4STzyaxhwxtLwP89iomJ1hGx07 { top:3.8125rem;left:4.9375rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tau90XhTEuvalIQmPJ1iZJ8EsV1myZib { top:3.8125rem;left:4.9375rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XB479flxxeqZ6hHHgXzEKvsOEUJtwnMH { width:7.75rem;height:2.875rem;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNQXO6VTX6FgenFsHBTpJtXw5yIqzdP { width:42.6875rem;height:;top:3.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHUs9ATLemVKUgKZBlyNrXEhzFWz8rX6 { width:17.8125rem;height:2.4375rem;top:18.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8QhapxPP7qMTZS1NuL0AHxKsDiR7mJO { width:;height:;top:15.25rem;left:5.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMclzvdsNxRfgqGIubxpok5anoTTir5f { top:10.6875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyuwtU3IoKB8EOCD4wTwKQr7054EwXCF { top:11.375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtmKTLukx2ZKUTOHgELZDeefVQSZ3Jwf { width:17.3125rem;height:1.25rem;top:66.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQQ0ex4CO7hBX3tKnFTF3QyAqB3NKTJ2 { width:38.75rem;height:3.125rem;top:3.1875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLBGOa47fuQrtdNhmrSgwfVT0vzTNfdn { width:15.125rem;height:2.75rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA6lCKyWumU6Blr9HA3l9mKgI01NQMgQ { display:block; }
 }@media only screen and (max-width: 763px) { #a0IEqO3c8V0Z6eGug7xbkcNcSwoQqrPZ { width:17.8125rem;height:2.4375rem;top:18.0625rem;left:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgVtkV96BRtfGpqs55ZQHEGVDxTOaGfD { width:10rem;height:2.9375rem;top:14.25rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8gTiC630ibu3tHbyDf7z00tu089L1l7 { top:10.5625rem;left:11.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXAOkxubQfQEDQ3Bnta7cdz59qH5thid { top:11.25rem;left:11.9375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB7ls3TW4saO3U8yrKcyOl7ms0gLpI1g { width:17.8125rem;height:2.4375rem;top:18.0625rem;left:18rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2TTTNxOWyBz2puc7KLOrO0T1ASeeW3Z { width:12rem;height:2.9375rem;top:14.25rem;left:17.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok1R0aiAIn5sqW3QZ6g9ysdrBJzD8VoJ { top:10.5625rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB3unAHGTfsouPnktuER62Uu8TiUOsgh { top:11.25rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIe1BOKBXlBTshTBtXJ2a247PEigi44I { width:17.8125rem;height:2.4375rem;top:18.0625rem;left:29.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2tacg4MVzwmzPS4iTSm2mG59f0LFN9x { width:15.6875rem;height:2.875rem;top:14.3125rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVB8JXKAlFIDvUlWIuQuGc9pVyIT8lBr { top:10.625rem;left:35.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SREg85aziU5mbIrvRxkn0h2Uqh8Scp10 { top:11.3125rem;left:35.8125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 { display:block; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faT8MrbJO0hR75tnzk2wuaLJnXRrGRPD { width:12.625rem;height:3.25rem;top:23.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWXrck2yWbBx9Riy2gqfJQ7yJ7PioCJU { top:14.3125rem;left:0rem;width:17.1875rem;height:24.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OG8ObdFnLQf2rT7NQQSVlTBOo7wTQuAw { width:16.9375rem;height:3.125rem;top:28.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWIdcSFUlQLdINQJb8ptbfMDqDT5fnwa { top:14.125rem;left:0rem;width:18.4375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9sK1HTWPRHSA39R7B46laEGdITWVT5k { top:18.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRLIZkhRBTIgOGLqIpIvGofNKkxKe42N { top:19.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASBbyRZRQOLN15S26R2NJC16HJRrGW0T { top:17.4375rem;left:6.1875rem;width:17.1875rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2FvcL7VVXsRBps5ms0aDTmQ0XqovhkP { top:18.875rem;left:25rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T68e3FE8TUtQAg1PmI2SaabzJtuxzg3a { top:17.4375rem;left:6.1875rem;width:17.1875rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E98UR9Z1biTIAFFhbp8ArPzVi6b3lzKI { top:17.4375rem;left:6.1875rem;width:17.1875rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3mIuWtnc0FpoFZTuFGAT6FMNIhOCKr3 { top:17.4375rem;left:6.1875rem;width:17.1875rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9lvIwHlFwlEGci5MxZ1vtM1Ks0leUVt { width:25.3125rem;height:3.125rem;top:2.3125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM3BP3RciMgeRszDy4CAsimKa5Wb2FIQ { top:6.0625rem;left:0rem;width:34.4375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRCW6OVJqSJKOUgDaqEIhqqyWelCePgS { top:14.125rem;left:5.25rem;width:18.4375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuevwezcp4N4mCdc7xUI6yZ38oSCfCEh { width:16.9375rem;height:3.125rem;top:28.25rem;left:6.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3CXMRvKCt6TWQ0qiVMeWH3FTnFMzoAp { width:12.625rem;height:3.25rem;top:23.25rem;left:6.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxHC6CRXTxLBemdfal4CRJig8msMkNUx { top:18.875rem;left:6.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUSUMhML5kG7ZuSTV2cNRJKTd1pSDKF { top:19.375rem;left:6.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCwqeNvZyHXz7bHDscoQNwPysJDx1l5U { top:14.125rem;left:24.125rem;width:18.4375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czsTszd6gvXbVkhGLnAnVURZOa4ENv1V { width:16.9375rem;height:3.125rem;top:28.25rem;left:25.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJwWpWBBuDsus5REXVGSdzhRk7RxiMwt { width:12.625rem;height:3.25rem;top:23.25rem;left:25.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRfhLr54OWiimONFSMdJ5TzNeLU5KaD { top:18.875rem;left:25.0625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5WwiOWJxvK58a48IAnn3m4E1WkHAClp { top:19.375rem;left:25.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCfvVFqlLrXGE0Gxz6mMOUJfXaLL3aXa { top:14.125rem;left:29.3125rem;width:18.4375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX87BcKITJSsGmpecdEfTB6MrvOi8E3k { width:16.9375rem;height:3.125rem;top:28.25rem;left:30.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0W5RdBHVXlV9i4IpH5hon8qBV5gi4uI { width:12.625rem;height:3.25rem;top:23.25rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZsff5dmzwiZ5Mzc8TI76thSG9FE61os { top:18.875rem;left:43.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4VC72LXm4Gik7feLAMVQitzn3HOnGBr { top:19.375rem;left:44.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZhvoQFFXB0oup6IOEueKpn0MFVdBbpT { width:15.125rem;height:2.75rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSCa0i4WxfOeCyI8ocQLmteu9l9tUQU8 { display:block; }
 }@media only screen and (max-width: 763px) { #TXF6CVia6ibSm5DCb8I6OAb7akvdxfGC { top:18.875rem;left:25rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWgv0QQQ7Ip1iOJ9RdAabH2If7BZCrty { top:18.875rem;left:25rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQ9FCx55Na2MAGAz17TWDitPQgWxRby5 { width:15.125rem;height:2.75rem;top:43.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmRFbAo3dZSaqfHmqNk6mGMmJuvK5SIC { display:block; }
 }@media only screen and (max-width: 763px) { #zN9piTLaoxglU06yHt24fT574eu70BJf { top:18.875rem;left:25rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp { display:block; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSmQGaOUSZhRc7giVEUQZt3teJQBL9eC { width:38.75rem;height:3.125rem;top:3.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4TxJnl1CCwo3XUqd3wBBcLHJfmz9MIQ { top:7.0625rem;left:0rem;width:34.4375rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABoTrx8dn6b3QV3qNPE3SJPDruszor9k { top:13.4375rem;left:0rem;width:18.4375rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7laiFRJZuIKssU1aNoU7A0wSJDa5npM { top:15.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwc5qqp8pRSTN4KlwU0KsS7p6MIazf7l { width:12.625rem;height:1.625rem;top:21.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7yxULy03n55Dy6NRDu76o3tIFyq3ogc { width:15.0625rem;height:7.375rem;top:27.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeOVrKJeJtlkyUE4ScECXsrW3g1tn7Hn { top:13.4375rem;left:5.5625rem;width:18.4375rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbT9x7wsCQh3XNEwvHLl7EXX4lEe1nOa { width:14.625rem;height:3.1875rem;top:27.0625rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCGmiWgkML155oc0uRdNxBP4OrkudWLf { width:12.625rem;height:1.625rem;top:21.75rem;left:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDQ4EyE72kXFvyKxBoArQzffBmmbnzJy { top:15.625rem;left:6.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskfQ4A0kwIF1BTRzVCpuulv53relXgo { width:16.6875rem;height:1.375rem;top:23.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFUGDIkwk81rbTuyizEPts8ggmJ27nUq { width:7.8125rem;height:1.375rem;top:24rem;left:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1ikEB0KbvRhQkpyW5i8ub8pKJR6x7oi { top:2.5rem;left:15.3125rem;width:32.4375rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdlwdvFwPIoVysc2x9UdOkIZ7BSZs0P5 { top:3.4375rem;left:18.375rem;width:29.375rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCDzrrSklrDIKbPXISFZXZRlRyPkk7DL { top:13.4375rem;left:5.5625rem;width:18.4375rem;height:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IiIpHTvWebvPwPN5mL3dfk8mqZ5khzZm { width:15.125rem;height:2.75rem;top:43.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVp10eMzXMyVWnIsDoCEtAynB1XqlMTG { display:block; }
 }@media only screen and (max-width: 763px) { #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDwNEUbeIAfm8MbNq6ErebuEqXxDZvPc { width:45.0625rem;height:7rem;top:4rem;left:1.34375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq1TWnmg2xizRBlT2TutQqnJ7nQkTMmw { width:35.9375rem;height:2.875rem;top:13.4375rem;left:5.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzIRUxDNKvPmxNVmcTZ30bHcf546XNuN { width:18.75rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGq22BLpTunaL1L3w9GcCXHwakpHO730 { top:19.1875rem;left:3.9375rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.76);background-image:url("https://images.assets-landingi.com/uc/f427aed7-84e2-435f-ad59-f2d8693ecf3d/ShannaLPafbeeldingen9.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { width:20rem;height:11.82425rem;top:3.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:2.6875rem;font-weight:400;font-style:normal;font-family:"reckless neue font";display:block; }
 }@media only screen and (max-width: 763px) { #sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { width:18.3125rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { width:12.9375rem;height:2.5rem;top:29.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block; }
 }@media only screen and (max-width: 763px) { #hZsVyFybOHe72ud9W8OQN6ax2m7uM0pT { width:20rem;height:4.125rem;top:16.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;font-weight:400;font-style:normal;font-family:"reckless neue";display:block; }
 }@media only screen and (max-width: 763px) { #uNgbGtbbnx6XJ0ITcKtViExxgEF0o0Mx { width:20rem;height:5.28075625rem;top:20.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnAmTe7p6suxMNG0VKlNNqFenLfdqPob { width:13.25rem;height:1.4619125rem;top:57.5625rem;left:6.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQagWKDuFqsheGoHdXsRWs5rTKHmnJtH { width:11.1875rem;height:1.0996125rem;top:55.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;font-family:"reckless neue";display:block; }
 }@media only screen and (max-width: 763px) { #RIExfF1APTn0tCgW7SQ39lZC2267WQxt { width:14.125rem;height:1.875rem;top:55.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSBfU2X3RTJEM48my0d6xXyPNo8T5vhT { width:17.875rem;height:17.875rem;top:34.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg { background-color:#ffffff;background-image:none;display:block; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { background-color: transparent; background-image: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row > .video-iframe-container { display: none; }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCFOIEGp99DSzuKVKmcdNWCcdZ5C7fIg > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJ0FJCXM3s5GU9JLnl9yGWUD5Nb9vBie { width:15.3125rem;height:0;top:15.25rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;font-family:monumentextendend;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ZIfJI8Us5EcT3eU6RsGJGbufQOfObskB { display:flex;width:2.0625rem;height:2.0625rem;top:18.125rem;left:8.9375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #uIXn2e4STzyaxhwxtLwP89iomJ1hGx07 { display:flex;width:2.0625rem;height:2.0625rem;top:10.84375rem;left:8.96875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Tau90XhTEuvalIQmPJ1iZJ8EsV1myZib { display:flex;width:2.0625rem;height:2.0625rem;top:3.75rem;left:8.96875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #XB479flxxeqZ6hHHgXzEKvsOEUJtwnMH { width:17rem;height:1.4624rem;top:12.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"reckless neue font";display:block; }
 }@media only screen and (max-width: 763px) { #TmNQXO6VTX6FgenFsHBTpJtXw5yIqzdP { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;font-family:"roboto slab";display:block; }
 }@media only screen and (max-width: 763px) { #VHUs9ATLemVKUgKZBlyNrXEhzFWz8rX6 { width:18.5rem;height:2.11230625rem;top:14.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #e8QhapxPP7qMTZS1NuL0AHxKsDiR7mJO { top:65.25rem;left:1.5rem;width:2.4375rem;height:2.08rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zMclzvdsNxRfgqGIubxpok5anoTTir5f { width:2.375rem;height:2.375rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyuwtU3IoKB8EOCD4wTwKQr7054EwXCF { display:flex;width:1rem;height:1rem;top:9.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #AtmKTLukx2ZKUTOHgELZDeefVQSZ3Jwf { width:17.3125rem;height:0;top:23.75rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:300;font-style:normal;font-family:degular-display;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #yQQ0ex4CO7hBX3tKnFTF3QyAqB3NKTJ2 { width:20rem;height:2.19970625rem;top:2.2119140625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;font-weight:400;font-style:normal;font-family:"reckless neue font";display:block; }
 }@media only screen and (max-width: 763px) { #xLBGOa47fuQrtdNhmrSgwfVT0vzTNfdn { width:15.125rem;height:2.75rem;top:49.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA6lCKyWumU6Blr9HA3l9mKgI01NQMgQ { display:block; }
 }@media only screen and (max-width: 763px) { #a0IEqO3c8V0Z6eGug7xbkcNcSwoQqrPZ { width:17.8125rem;height:2.11230625rem;top:24rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #PgVtkV96BRtfGpqs55ZQHEGVDxTOaGfD { width:15.125rem;height:1.4624rem;top:21.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"reckless neue font";display:block; }
 }@media only screen and (max-width: 763px) { #W8gTiC630ibu3tHbyDf7z00tu089L1l7 { width:2.375rem;height:2.375rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXAOkxubQfQEDQ3Bnta7cdz59qH5thid { display:flex;width:1rem;height:1rem;top:19.125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #KB7ls3TW4saO3U8yrKcyOl7ms0gLpI1g { width:17.8125rem;height:2.11230625rem;top:33.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #m2TTTNxOWyBz2puc7KLOrO0T1ASeeW3Z { width:17.5625rem;height:1.4624rem;top:31.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"reckless neue font";display:block; }
 }@media only screen and (max-width: 763px) { #Ok1R0aiAIn5sqW3QZ6g9ysdrBJzD8VoJ { width:2.375rem;height:2.375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB3unAHGTfsouPnktuER62Uu8TiUOsgh { display:flex;width:1rem;height:1rem;top:28.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #iIe1BOKBXlBTshTBtXJ2a247PEigi44I { width:17.8125rem;height:2.11230625rem;top:44.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #H2tacg4MVzwmzPS4iTSm2mG59f0LFN9x { width:15.6875rem;height:2.92480625rem;top:40.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"reckless neue font";display:block; }
 }@media only screen and (max-width: 763px) { #cVB8JXKAlFIDvUlWIuQuGc9pVyIT8lBr { width:2.375rem;height:2.375rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SREg85aziU5mbIrvRxkn0h2Uqh8Scp10 { display:flex;width:1rem;height:1rem;top:37.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bfd6bba8-41a1-4dc6-9dc4-40e1b26c7515/ShannaLPafbeeldingen10.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8.adaptive-delivery-prevent-bg, #CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8.lazyload, #CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8.lazyloading { background-image: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { background-color: transparent; background-image: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container > .video-iframe-container { display: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row > .video-iframe-container { display: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faT8MrbJO0hR75tnzk2wuaLJnXRrGRPD { width:12.875rem;height:2.92480625rem;top:10.6875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"reckless neue font";z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #lWXrck2yWbBx9Riy2gqfJQ7yJ7PioCJU { width:17.1875rem;height:18.125rem;top:8.3173828125rem;left:1.40625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #OG8ObdFnLQf2rT7NQQSVlTBOo7wTQuAw { width:14.75rem;height:4.2246125rem;top:14.8125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #FWIdcSFUlQLdINQJb8ptbfMDqDT5fnwa { width:18.4375rem;height:21.0625rem;top:14.125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9sK1HTWPRHSA39R7B46laEGdITWVT5k { width:2.375rem;height:2.375rem;top:87.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRLIZkhRBTIgOGLqIpIvGofNKkxKe42N { display:flex;width:1.375rem;height:1.375rem;top:6.75rem;left:3.125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #ASBbyRZRQOLN15S26R2NJC16HJRrGW0T { width:17.1875rem;height:17.9375rem;top:3.875rem;left:1.4375rem;z-index:15001;background-color:#efeee8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r2FvcL7VVXsRBps5ms0aDTmQ0XqovhkP { width:2.375rem;height:2.375rem;top:51.25rem;left:2.625rem;z-index:15025;background-color:#cfff67;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T68e3FE8TUtQAg1PmI2SaabzJtuxzg3a { width:17.1875rem;height:17.9375rem;top:22.6875rem;left:1.4375rem;z-index:15002;background-color:#efeee8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E98UR9Z1biTIAFFhbp8ArPzVi6b3lzKI { width:17.1875rem;height:17.9375rem;top:48.5625rem;left:1.4375rem;z-index:15003;background-color:#efeee8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t3mIuWtnc0FpoFZTuFGAT6FMNIhOCKr3 { width:17.1875rem;height:17.9375rem;top:68.375rem;left:1.4375rem;z-index:15004;background-color:#efeee8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t9lvIwHlFwlEGci5MxZ1vtM1Ks0leUVt { width:20rem;height:auto;top:2.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;font-weight:400;font-style:normal;font-family:degular-display;display:none; }
 }@media only screen and (max-width: 763px) { #LM3BP3RciMgeRszDy4CAsimKa5Wb2FIQ { width:20rem;height:2.5996125rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRCW6OVJqSJKOUgDaqEIhqqyWelCePgS { width:18.4375rem;height:21.0625rem;top:14.125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuevwezcp4N4mCdc7xUI6yZ38oSCfCEh { width:13.5rem;height:3.16845625rem;top:33.5rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #i3CXMRvKCt6TWQ0qiVMeWH3FTnFMzoAp { width:11.375rem;height:2.92480625rem;top:29.3125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"reckless neue font";z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #bxHC6CRXTxLBemdfal4CRJig8msMkNUx { width:2.375rem;height:2.375rem;top:18.875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXUSUMhML5kG7ZuSTV2cNRJKTd1pSDKF { display:flex;width:1.375rem;height:1.375rem;top:24.75rem;left:3.125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #sCwqeNvZyHXz7bHDscoQNwPysJDx1l5U { width:18.4375rem;height:21.0625rem;top:14.125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #czsTszd6gvXbVkhGLnAnVURZOa4ENv1V { width:14.75rem;height:4.2246125rem;top:59.6875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #UJwWpWBBuDsus5REXVGSdzhRk7RxiMwt { width:12rem;height:2.92480625rem;top:55.4375rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"reckless neue font";z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #KhRfhLr54OWiimONFSMdJ5TzNeLU5KaD { width:2.375rem;height:2.375rem;top:18.875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5WwiOWJxvK58a48IAnn3m4E1WkHAClp { display:flex;width:1.375rem;height:1.375rem;top:51.75rem;left:3.125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #VCfvVFqlLrXGE0Gxz6mMOUJfXaLL3aXa { width:18.4375rem;height:21.0625rem;top:14.125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rX87BcKITJSsGmpecdEfTB6MrvOi8E3k { width:14.625rem;height:4.2246125rem;top:79.5rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #V0W5RdBHVXlV9i4IpH5hon8qBV5gi4uI { width:8.375rem;height:2.9248rem;top:75.25rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"reckless neue font";z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #pZsff5dmzwiZ5Mzc8TI76thSG9FE61os { width:2.375rem;height:2.375rem;top:18.875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4VC72LXm4Gik7feLAMVQitzn3HOnGBr { display:flex;width:1.375rem;height:1.375rem;top:71.1875rem;left:3.125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #BZhvoQFFXB0oup6IOEueKpn0MFVdBbpT { width:15.125rem;height:2.75rem;top:43.78125rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSCa0i4WxfOeCyI8ocQLmteu9l9tUQU8 { display:block; }
 }@media only screen and (max-width: 763px) { #TXF6CVia6ibSm5DCb8I6OAb7akvdxfGC { width:2.375rem;height:2.375rem;top:70.6875rem;left:2.625rem;z-index:15026;background-color:#cfff67;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZWgv0QQQ7Ip1iOJ9RdAabH2If7BZCrty { width:2.375rem;height:2.375rem;top:24.25rem;left:2.625rem;z-index:15026;background-color:#cfff67;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MQ9FCx55Na2MAGAz17TWDitPQgWxRby5 { width:15.125rem;height:2.75rem;top:91.849609375rem;left:2.4375rem;font-size:0.8125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #mmRFbAo3dZSaqfHmqNk6mGMmJuvK5SIC { display:block; }
 }@media only screen and (max-width: 763px) { #zN9piTLaoxglU06yHt24fT574eu70BJf { width:2.375rem;height:2.375rem;top:6.25rem;left:2.625rem;z-index:15027;background-color:#cfff67;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bfd6bba8-41a1-4dc6-9dc4-40e1b26c7515/ShannaLPafbeeldingen10.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp.adaptive-delivery-prevent-bg, #QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp.lazyload, #QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp.lazyloading { background-image: none; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container { background-color: transparent; background-image: none; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container > .video-iframe-container { display: none; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row > .video-iframe-container { display: none; }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRizlHv6JTSmdOZoglMsaTMSaCgkS9tp > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSmQGaOUSZhRc7giVEUQZt3teJQBL9eC { width:20rem;height:3.8496125rem;top:1.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;font-weight:400;font-style:normal;font-family:"reckless neue font";display:block; }
 }@media only screen and (max-width: 763px) { #F4TxJnl1CCwo3XUqd3wBBcLHJfmz9MIQ { width:15.5625rem;height:2.35595625rem;top:3.494140625rem;left:4.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABoTrx8dn6b3QV3qNPE3SJPDruszor9k { width:18.4375rem;height:22.625rem;top:50.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7laiFRJZuIKssU1aNoU7A0wSJDa5npM { width:4.5rem;height:4.5rem;top:9.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwc5qqp8pRSTN4KlwU0KsS7p6MIazf7l { width:12.625rem;height:1.4624rem;top:14.0625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"reckless neue font";z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #b7yxULy03n55Dy6NRDu76o3tIFyq3ogc { width:15.0625rem;height:7.3930625rem;top:19.3125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:helvetica;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #oeOVrKJeJtlkyUE4ScECXsrW3g1tn7Hn { width:18.4375rem;height:20.8125rem;top:8.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbT9x7wsCQh3XNEwvHLl7EXX4lEe1nOa { width:14.625rem;height:3.16845625rem;top:43.375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #dCGmiWgkML155oc0uRdNxBP4OrkudWLf { width:12.625rem;height:1.4624rem;top:37.1875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"reckless neue font";z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #QDQ4EyE72kXFvyKxBoArQzffBmmbnzJy { width:4.5rem;height:4.5rem;top:31.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskfQ4A0kwIF1BTRzVCpuulv53relXgo { width:16.6875rem;height:1.3808625rem;top:16.25rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;font-family:"reckless neue";z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #QFUGDIkwk81rbTuyizEPts8ggmJ27nUq { width:7.8125rem;height:1.3808625rem;top:39.375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;font-family:"reckless neue";z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #x1ikEB0KbvRhQkpyW5i8ub8pKJR6x7oi { width:20rem;height:33.625rem;top:146.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdlwdvFwPIoVysc2x9UdOkIZ7BSZs0P5 { width:20rem;height:21.57425rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCDzrrSklrDIKbPXISFZXZRlRyPkk7DL { width:18.4375rem;height:18.1875rem;top:30.4375rem;left:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IiIpHTvWebvPwPN5mL3dfk8mqZ5khzZm { width:15.125rem;height:2.75rem;top:51.287109375rem;left:1.6875rem;font-size:0.8125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #JVp10eMzXMyVWnIsDoCEtAynB1XqlMTG { display:block; }
 }@media only screen and (max-width: 763px) { #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { background-color:#072c08;background-image:none;display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { background-color: transparent; background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDwNEUbeIAfm8MbNq6ErebuEqXxDZvPc { width:20rem;height:5.4375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq1TWnmg2xizRBlT2TutQqnJ7nQkTMmw { width:17.375rem;height:3.65625rem;top:8.6875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #tzIRUxDNKvPmxNVmcTZ30bHcf546XNuN { top:2.25rem;left:8.40625rem;width:2.4375rem;height:2.0625rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mGq22BLpTunaL1L3w9GcCXHwakpHO730 { width:20rem;height:21.75rem;top:15.39892578125rem;left:0rem;display:block; }
 }