.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c2ce621-727d-4f18-b440-c95bef2261c6/Naamloos1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c2ce621-727d-4f18-b440-c95bef2261c6/Naamloos1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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;display:block; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks.adaptive-delivery-prevent-bg, #bJ9FxfW15SqTntpyaVcE6LrFWszoTmks.lazyload, #bJ9FxfW15SqTntpyaVcE6LrFWszoTmks.lazyloading { background-image: none; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row .container { background-color: transparent; background-image: none; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row .container > .video-iframe-container { display: none; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row > .video-iframe-container { display: none; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .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); }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row .container { border-width: 0; border-radius: 0; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row .container { width:60rem;height:45.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JZ76HwoC8eOiTRKC1b3nfi5k7M3lXdks { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:3.25rem;left:0rem;height:2.5rem;font-style:normal;display:block; }
#AM0asRbdwu3Dvib93LHnQ2VavWqnUBrc { position:absolute;display:block;z-index:15001;background-color:#fffdf6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:42.1875rem;width:22.5rem;top:3.25rem;left:37.5rem;display:block; }
#R1gVtZyvwixODdmtBfTS28xC6qk57RTA { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:16.919921875rem;left:0rem;height:5.84765625rem;font-style:normal;display:block; }
#xBFy7tMbLLKRhyT20X8vgzXK1nUFTy8e { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:24.875rem;left:3.625rem;height:4.3857375rem;font-style:normal;display:block; }
#GyUuOnCDIkniEZlTh8q7OgLzk5X05GKh { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:31.5rem;left:3.625rem;height:3.1484375rem;font-style:normal;display:block; }
#siOVkKDRT3ZHoTDmOdrmSWuA2LihmFgc { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:42.4375rem;left:28.4375rem;display:block; }
#qbb1MJJotcKtVPm4eUsBmQCytwPO0Dzb { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:31.51171875rem;left:0rem;display:block; }
#nBzuUgrFXwxC7qSOwyGyT09d8gUluu6T { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:25.625rem;left:0rem;display:block; }
#p7C9BAZ8PvbLv6HDbl6QiTkgOXdaUp8X { position:absolute;display:block;z-index:15005;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:29.8125rem;width:22.0625rem;top:12.8740234375rem;left:37.6875rem;overflow:hidden;display:block; }
#Ts0V95wi6QNt8LJTGK655icPcoWCma0O { background-color:#8f0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.4375rem;left:6.25rem;display:block; }
#KKxHh9HWCw4RMOK3A52Uo7eeTl1BxaJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xaydFzvNXJ83Kn1Wq2DxbKdEfcbSVdwO { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:37.4375rem;left:21.6875rem;display:block; }
#Qh5kp7NB2hoFI4943avcrXEHmBThtx0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIp5Z2LfyEepneRU2nrygi7k5wM79887 { color:#8f0303;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.98046875rem;left:40rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6FLBUylTUGAslEMy3HKZX7gUMrobt3s { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4052734375rem;left:0rem;height:7.796875rem;font-style:normal;display:block; }
#fZaa2qnApcAS97bp6cI7q4yX8kZN8hNb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.9375rem;left:42.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tmqsMvXvH7EUTP2uncxaLPzq1P8nnCyw { 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:4.6875rem;width:19.75rem;top:5.73046875rem;left:38.875rem;overflow:hidden;display:block; }
#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW > .row .container { background-color: transparent; background-image: none; }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW > .row .container > .video-iframe-container { display: none; }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW > .row > .video-iframe-container { display: none; }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW > .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); }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW > .row .container { border-width: 0; border-radius: 0; }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#gpC8wrVR0UbKG52I2BdV56uTHwgdp5qr { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTJy2vXwRvgic33MWSbtglDEUm331ctS { position:absolute;display:block;z-index:15003;background-color:#8f0303;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:1.875rem;top:9.25rem;left:0rem;display:block; }
#Xnqy791M1ko2nZA6v0XB5w9pCAlbaTkd { color:#8f0303;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.19921875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { background-color: transparent; background-image: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .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); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { border-width: 0; border-radius: 0; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { color:#383838;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:0rem;left:0rem;height:10.1220375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pXPRK823rJkrT6OVBbb98rQ5NaQV5016 { 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:2rem;width:2.8125rem;top:9.6875rem;left:0rem;overflow:hidden;display:block; }
#EL6M1bAbTtVXrfDIXWOqBFeimHZsCVr9 { color:#222222;display:block;width:56.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.4375rem;left:3.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#UTc0RFoXkgTQddG4pTwa7e4RgB84EPdH { color:#222222;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:10.6875rem;left:45.8125rem;height:1rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ShkQLdLD0fgWxVEsHbObTR1aR0Fy1xSz { box-sizing:content-box;height:2.0625rem;width:14.125rem;position:absolute;display:block;z-index:15009;background-color:#8f0303;background-image:none;top:15.875rem;left:2.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#yfKh1frCaQnOTe5URriXXhWqwhkarU5n { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:16.3125rem;left:3.6875rem;height:1.2246125rem;font-style:normal;display:block; }
#mlg9homoIrawHDFpGQXUQkNTt6NMFt6H { box-sizing:content-box;height:2.0625rem;width:31.25rem;position:absolute;display:block;z-index:15013;background-color:#8f0303;background-image:none;top:13.8125rem;left:24.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#pM2T19MZQAyUsMEHVAqClb3g9K8OWCEo { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:14.23046875rem;left:25.4375rem;height:1.2246125rem;font-style:normal;display:block; }
#I57Vw8Xelwndt4UvlmfQKQLnn0MJ9T6i { box-sizing:content-box;height:2.0625rem;width:26rem;position:absolute;display:block;z-index:15015;background-color:#8f0303;background-image:none;top:19.625rem;left:2.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#duM7LRN4hTTA8OCbB7WAkwr80Kby3sqQ { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:19.9375rem;left:3.5625rem;height:1.2246125rem;font-style:normal;display:block; }
#AK2WTGV5lpWzsaE92SZ5LdDCCGvJGwQT { box-sizing:content-box;height:2.0625rem;width:20.25rem;position:absolute;display:block;z-index:15011;background-color:#8f0303;background-image:none;top:17.375rem;left:35.6875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Kff63zmFTcwpLhdt3iWhNlytWu4uPFWb { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.724609375rem;left:36.375rem;height:1.2246125rem;font-style:normal;display:block; }
#ttFk5RzP514THyE88svyV6Sp5wNfSQvg { color:#383838;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:24.6875rem;left:0rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cEdQNHU4BTqTG32iFKzafETVpE4scvkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg > .row .container { background-color: transparent; background-image: none; }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg > .row .container > .video-iframe-container { display: none; }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg > .row > .video-iframe-container { display: none; }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg > .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); }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg > .row .container { border-width: 0; border-radius: 0; }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#U81vl7JNVB1OMKgf7TKc2Ja3DLq0nGzl { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L5px9LPoBTAyGum85RA6g5c2i5uLd7fl { position:absolute;display:block;z-index:15003;background-color:#8f0303;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:1.875rem;top:9.25rem;left:0rem;display:block; }
#bJ1boKsKpMIMPi4uu1dpEf1BlMvT5h0l { color:#8f0303;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.19921875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL > .row .container { background-color: transparent; background-image: none; }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL > .row .container > .video-iframe-container { display: none; }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL > .row > .video-iframe-container { display: none; }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL > .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); }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL > .row .container { border-width: 0; border-radius: 0; }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#A1O4Np8hwyHpEC19Nwr9buRG6vQRqR2R { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/b51f3f30-d845-467f-ad01-4ecc0518f893/BettyHARLAFTI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:1.875rem;display:block; }#A1O4Np8hwyHpEC19Nwr9buRG6vQRqR2R.adaptive-delivery-prevent-bg, #A1O4Np8hwyHpEC19Nwr9buRG6vQRqR2R.lazyload, #A1O4Np8hwyHpEC19Nwr9buRG6vQRqR2R.lazyloading { background-image: none; }
#fggzOVCEu1dLzFehyzQSaMDRZsTQbl0a { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKpmxvtQTT7bNoVf40hUgGQsfRESVbXM { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.2119140625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tz9EtAwf4eqf6JEKfSd9hPPxpifmmWom { position:absolute;display:block;z-index:15010;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/74c5f20e-18b3-463d-99ab-c17cc98b63c5/KrisBelligh.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:16.875rem;display:block; }#Tz9EtAwf4eqf6JEKfSd9hPPxpifmmWom.adaptive-delivery-prevent-bg, #Tz9EtAwf4eqf6JEKfSd9hPPxpifmmWom.lazyload, #Tz9EtAwf4eqf6JEKfSd9hPPxpifmmWom.lazyloading { background-image: none; }
#lutgGBTQdObA4cbaZ2fpuoTTaFFhpKv4 { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5rem;left:15rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D2OQIUbIQ92LBgSBNOWDa9aVrmEuSWPU { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.2119140625rem;left:15rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tW3EwV5zGWer0Q7p4dD01idLqUXmLlId { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/5e44c0d2-b53a-4dfd-9dc0-eae7cf28e474/RomainCINTER.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:31.875rem;display:block; }#tW3EwV5zGWer0Q7p4dD01idLqUXmLlId.adaptive-delivery-prevent-bg, #tW3EwV5zGWer0Q7p4dD01idLqUXmLlId.lazyload, #tW3EwV5zGWer0Q7p4dD01idLqUXmLlId.lazyloading { background-image: none; }
#FpUchIcnPm0sptn4mF9hMmubaFyzoBi4 { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5rem;left:30.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0lKCWWCcHJCGMUv1W62IP1kdtnUoVpX { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.2119140625rem;left:30rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QZtHu2R8KXXRpbUVF7duZXbDmCKBhyuH { position:absolute;display:block;z-index:15008;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/bcbf8eb0-2b79-499f-927a-c480b3d5dea7/MichelHatzigeorgiou2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:46.875rem;display:block; }#QZtHu2R8KXXRpbUVF7duZXbDmCKBhyuH.adaptive-delivery-prevent-bg, #QZtHu2R8KXXRpbUVF7duZXbDmCKBhyuH.lazyload, #QZtHu2R8KXXRpbUVF7duZXbDmCKBhyuH.lazyloading { background-image: none; }
#JPkoL7LKqMysKmmTkyR0ro2sHyr0zZxv { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nThuybR6CVzbTVxTtDf9zV8e5DFC492I { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.2119140625rem;left:45rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd > .row .container { background-color: transparent; background-image: none; }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd > .row .container > .video-iframe-container { display: none; }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd > .row > .video-iframe-container { display: none; }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd > .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); }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd > .row .container { border-width: 0; border-radius: 0; }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#dcUSvdC4UIzqEugT1andhHJ8CArwch40 { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/14955f53-16fe-4cfb-a454-1cc534d5c1ae/MarianoFerrandezCastillo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:1.875rem;display:block; }#dcUSvdC4UIzqEugT1andhHJ8CArwch40.adaptive-delivery-prevent-bg, #dcUSvdC4UIzqEugT1andhHJ8CArwch40.lazyload, #dcUSvdC4UIzqEugT1andhHJ8CArwch40.lazyloading { background-image: none; }
#ptFU2RJWewq7yBHx3M74xFmlDJNSUIUy { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LslTpb3HeLGWpTxrMPSHzBgh6ZaHbIBT { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.0712890625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUmsE6BotoSvBZvNK0P2JJgv0BW987fL { position:absolute;display:block;z-index:15010;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/481d4be4-9224-43a6-a0b9-f09ea18a8cd2/BernardGuiot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:16.875rem;display:block; }#ZUmsE6BotoSvBZvNK0P2JJgv0BW987fL.adaptive-delivery-prevent-bg, #ZUmsE6BotoSvBZvNK0P2JJgv0BW987fL.lazyload, #ZUmsE6BotoSvBZvNK0P2JJgv0BW987fL.lazyloading { background-image: none; }
#zzW36x5kA8OrV3zo9XWxqX7l6593MSn1 { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.23046875rem;left:15rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOnU1E4vEUMNfG8EtHU1DV6vOEZRRaJ9 { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.0712890625rem;left:15rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GMIFETZXAKHs0X80nBEEtVlXXe0VAprM { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/a52e002c-c908-4562-bba7-e18adc80ee20/castlaendi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:31.875rem;display:block; }#GMIFETZXAKHs0X80nBEEtVlXXe0VAprM.adaptive-delivery-prevent-bg, #GMIFETZXAKHs0X80nBEEtVlXXe0VAprM.lazyload, #GMIFETZXAKHs0X80nBEEtVlXXe0VAprM.lazyloading { background-image: none; }
#guCLrEQJ5sSAMDla4nINU0vlXUs5RffN { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.23046875rem;left:30.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q5U1mDx39oUhH1SOtBqgZgRMRzoGt3TM { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.0712890625rem;left:30rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zVz3QpIf6ZLipZeCLV6rHt87OJfioDld { position:absolute;display:block;z-index:15008;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/b3871054-1f12-4bc6-a286-70cd4a592bd3/choeur2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:46.875rem;display:block; }#zVz3QpIf6ZLipZeCLV6rHt87OJfioDld.adaptive-delivery-prevent-bg, #zVz3QpIf6ZLipZeCLV6rHt87OJfioDld.lazyload, #zVz3QpIf6ZLipZeCLV6rHt87OJfioDld.lazyloading { background-image: none; }
#rPUD8X2SOVoG01ozeMsReBWciyRz7zVO { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.2294921875rem;left:45rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfQsSVo7llRLNtTlN0znxZK6G3ZU7aSm { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.421875rem;left:45rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 > .row .container { background-color: transparent; background-image: none; }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 > .row .container > .video-iframe-container { display: none; }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 > .row > .video-iframe-container { display: none; }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 > .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); }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 > .row .container { border-width: 0; border-radius: 0; }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#TO5nosGKSEodGQQTt3DiTzpTtH5SzwVM { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/72ef1286-dbc0-4a05-ad4f-e89e8297a48f/Basseelectriquekopie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:1.875rem;display:block; }#TO5nosGKSEodGQQTt3DiTzpTtH5SzwVM.adaptive-delivery-prevent-bg, #TO5nosGKSEodGQQTt3DiTzpTtH5SzwVM.lazyload, #TO5nosGKSEodGQQTt3DiTzpTtH5SzwVM.lazyloading { background-image: none; }
#uOB44kAKZXXB6FqU399LwtFOTuTyI63I { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.7529296875rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moU1GEkBOoPATCiA34LpBw5OxEHt1Bu2 { position:absolute;display:block;z-index:15010;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/7073fa2e-c9db-4158-87b2-10edac8f52bb/gitares.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:16.875rem;display:block; }#moU1GEkBOoPATCiA34LpBw5OxEHt1Bu2.adaptive-delivery-prevent-bg, #moU1GEkBOoPATCiA34LpBw5OxEHt1Bu2.lazyload, #moU1GEkBOoPATCiA34LpBw5OxEHt1Bu2.lazyloading { background-image: none; }
#qcsr4t6gQgG8JRTAZxuOsoHckCvA1iUN { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.1826171875rem;left:15rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fI943BB5IE7Ub467Jre0azQL0M49zMNl { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/ba760103-60c8-4428-89e5-6593ecd83cc1/flutes.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:31.875rem;display:block; }#fI943BB5IE7Ub467Jre0azQL0M49zMNl.adaptive-delivery-prevent-bg, #fI943BB5IE7Ub467Jre0azQL0M49zMNl.lazyload, #fI943BB5IE7Ub467Jre0azQL0M49zMNl.lazyloading { background-image: none; }
#RgHZaA3UdKho6lmSHT2Kw8ysITDePyhR { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.0224609375rem;left:30rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y4mU78aZ03HGrUXmakmEqhiWZ6gzcQ8E { position:absolute;display:block;z-index:15008;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/9919aaa1-520a-4ea5-8625-610f557dfd5a/percussionskopie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:46.875rem;display:block; }#y4mU78aZ03HGrUXmakmEqhiWZ6gzcQ8E.adaptive-delivery-prevent-bg, #y4mU78aZ03HGrUXmakmEqhiWZ6gzcQ8E.lazyload, #y4mU78aZ03HGrUXmakmEqhiWZ6gzcQ8E.lazyloading { background-image: none; }
#OF7SD4H7WTWn13Me7PFK8Acdw100JZ8b { color:#8f0303;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.1875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlIKiPbWu57C2LWk2Tdwl1OnAgmOQuCo { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.4873046875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GtQ0L1BErOz7Va12eFTDtSgsBzr9leA2 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4873046875rem;left:15rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQN1AnxnspPEfQ94ydHvtbrWhDiLoCrD { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.4873046875rem;left:30rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKPIQUfGGOxb3TvaXI5v0P7rxmDmEUtX { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.4873046875rem;left:45rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8f0303;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;display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { background-color: transparent; background-image: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container > .video-iframe-container { display: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container { display: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .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); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { border-width: 0; border-radius: 0; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Du83f7c2mm4zPiREwU6zVBPiwqOQhUxn { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:1.875rem;top:9.375rem;left:0rem;display:block; }
#CRuRkvNTawMzHOG5UoEsXrw8JzzzMxSl { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.19921875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8f0303;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;display:block; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container { background-color: transparent; background-image: none; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container > .video-iframe-container { display: none; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row > .video-iframe-container { display: none; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .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); }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container { border-width: 0; border-radius: 0; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#ZG2sDBVhcVT9XSTfCxru7TRv4EQLOgPr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:0.625rem;left:0rem;height:6.07324375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8f0303;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;display:block; }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE > .row .container { background-color: transparent; background-image: none; }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE > .row .container > .video-iframe-container { display: none; }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE > .row > .video-iframe-container { display: none; }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE > .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); }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE > .row .container { border-width: 0; border-radius: 0; }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:block; }#eEVUc30MJqqSOEXuTDwBVlkQz6yIh7cz { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:1.1875rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8f0303;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;display:block; }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 > .row .container { background-color: transparent; background-image: none; }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 > .row .container > .video-iframe-container { display: none; }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 > .row > .video-iframe-container { display: none; }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 > .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); }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 > .row .container { border-width: 0; border-radius: 0; }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#TDsZBAk50RcQBP7liwlTIUGdckpBikdH { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:0.625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TDsZBAk50RcQBP7liwlTIUGdckpBikdH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TDsZBAk50RcQBP7liwlTIUGdckpBikdH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
#J291QmGxQR4tJv6bgUWSHsdqliETfpad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8f0303;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;display:block; }#J291QmGxQR4tJv6bgUWSHsdqliETfpad > .row .container { background-color: transparent; background-image: none; }#J291QmGxQR4tJv6bgUWSHsdqliETfpad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J291QmGxQR4tJv6bgUWSHsdqliETfpad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J291QmGxQR4tJv6bgUWSHsdqliETfpad > .row .container > .video-iframe-container { display: none; }#J291QmGxQR4tJv6bgUWSHsdqliETfpad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J291QmGxQR4tJv6bgUWSHsdqliETfpad > .row > .video-iframe-container { display: none; }#J291QmGxQR4tJv6bgUWSHsdqliETfpad > .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); }#J291QmGxQR4tJv6bgUWSHsdqliETfpad > .row .container { border-width: 0; border-radius: 0; }#J291QmGxQR4tJv6bgUWSHsdqliETfpad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J291QmGxQR4tJv6bgUWSHsdqliETfpad > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#ERLX2Gczz3U7nAVttWZpycCcIlif0g1V { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:1.6875rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8f0303;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;display:block; }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy > .row .container { background-color: transparent; background-image: none; }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy > .row .container > .video-iframe-container { display: none; }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy > .row > .video-iframe-container { display: none; }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy > .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); }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy > .row .container { border-width: 0; border-radius: 0; }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#FtD4OilvT34cM0haEZDRfQoRKiTg05VR { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:0.625rem;left:0rem;height:6.07324375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8f0303;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;display:block; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container { background-color: transparent; background-image: none; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container > .video-iframe-container { display: none; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row > .video-iframe-container { display: none; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .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); }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container { border-width: 0; border-radius: 0; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#oc7bBt7gmTibLxf16OzTzEKe2xyguFmM { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2rem;left:22.6875rem;display:block; }
#STAGEJsMmycusO6RmGJDF9Erz8WkR230 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container { background-color: transparent; background-image: none; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container > .video-iframe-container { display: none; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row > .video-iframe-container { display: none; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .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); }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container { border-width: 0; border-radius: 0; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#KrQgqqfmUpvqyh8ckSkn4nBDnxvUNFoR { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbqvKKUXVBQGKZGHoe0RmbtLE4cMmE1X { position:absolute;display:block;z-index:15003;background-color:#8f0303;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:1.875rem;top:9.2998046875rem;left:29.0625rem;display:block; }
#mvlxTN4phZJCiotdvoM2UAcqfPzqFn0G { box-sizing:content-box;color:#8f0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:9.4248046875rem;left:8.25rem;display:block; }
#U6SLQXhI16TqC70CdS1xFuv6eUWebyAD { color:#8f0303;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.69921875rem;left:17.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wh1DgHvBLxSD01H684us4ocg15BIlVGM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM > .row .container { background-color: transparent; background-image: none; }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM > .row .container > .video-iframe-container { display: none; }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM > .row > .video-iframe-container { display: none; }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM > .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); }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM > .row .container { border-width: 0; border-radius: 0; }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#yT6CKFzbktuTyEOeVkzDOF2qDlzO49mf { background-color:#8f0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:25.5rem;left:8.71875rem;display:block; }
#RgAB5SDGNb1SftaAnZ8PvDaQHKOFxAKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#barE635lNaEOsbO961iyQMquhf41rQqS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.6875rem;width:42.625rem;top:0rem;left:8.71875rem;display:block; }
#w8UFgEJ9LBvQq5HTweUTr82saa3rzeCD { background-color:#8f0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:25.5rem;left:33.28125rem;display:block; }
#tLUcJGwJlZ4amVkRq4KaFKC2nTyQ33ZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c16d8f2b-3ba9-471e-a757-3b0d708e39dd/novum.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.adaptive-delivery-prevent-bg, #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.lazyload, #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.lazyloading { background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(143,3,3,0.85); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(143,3,3,0.85); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { border-width: 0; border-radius: 0; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.986328125rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HnBhR695odQHhUwKABG477ydTbmG0N57 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8f0303;border-left:0.0625rem solid #8f0303;border-right:0.0625rem solid #8f0303;border-bottom:0.0625rem solid #8f0303;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#8f0303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.875rem;height:2.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.0615234375rem;left:25.0625rem;display:block; }
#nOhDxPkTiBG1GmTsG50CVMhXpasMk3fo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTL0IVLVtbw4gvVLG0fbnvvl8btXP7ra { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.748046875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CU4IVAxiqOpCZPT3HKy5ZSVzdOb2Z9rC { color:#8f0303;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.3125rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IQtiq5PiCk2d6bpVr7OTxRacAe3SboyU { color:#8f0303;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.9375rem;left:2.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#IQtiq5PiCk2d6bpVr7OTxRacAe3SboyU li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#IQtiq5PiCk2d6bpVr7OTxRacAe3SboyU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35769c7e9e833bdefc48627ee9e2f77b551c0e44.svg); }
#pQ8qJUeJ62GG215FCLxt3IzpMRbCbEAk { box-sizing:content-box;height:13.8125rem;width:18.75rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:12.625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#G8TPe6zC4rqrTZDwI9mlRBRrZhIVCU2L { box-sizing:content-box;height:13.9375rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:12.4375rem;left:20.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#HBRPeRZ21oZhRXHKIDTQlJNBSOUak0Pc { box-sizing:content-box;height:13.875rem;width:18.75rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:12.4375rem;left:41.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#p1eeQ1BnsEBhcNyaEINoTE1g2bEQhSrX { color:#8f0303;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.474609375rem;left:2.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TyT1f7VaHehTZeABkeRtZAfQSGlOetuH { color:#8f0303;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:22.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kFzaVX7eL9tzTNG8pR835sEMThRgdy25 { color:#8f0303;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.3125rem;left:43.4375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aehCu2S2kzpwec4Z2UWGJxWtviaSRZtV { color:#8f0303;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.9375rem;left:22.8125rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lThtXcRIwk7spBroCmuV2VzFeAbsgT9O { color:#8f0303;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.9375rem;left:43.4375rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MSOVZ3it5Wp7TVLNPTWuWWqbGhJ1tfMu { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.4375rem;left:22.78125rem;display:block; }
#gn7NJZgMaNgd3K7T8EpMy9vrUVHa95kq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W4JsBbAKd3Bg09UIHChwVkg8QqCA9F4b { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:1.875rem;top:9.59375rem;left:0rem;display:block; }
#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR > .row .container { background-color: transparent; background-image: none; }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR > .row .container > .video-iframe-container { display: none; }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR > .row > .video-iframe-container { display: none; }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR > .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); }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR > .row .container { border-width: 0; border-radius: 0; }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#wC5DNl8WBlSATOKmqQbGaWJkpkdFfx6N { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#orgEF4dNMES3fN2Z9dsOKKbcJDCtJZkb { position:absolute;display:block;z-index:15003;background-color:#8f0303;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:1.875rem;top:9.25rem;left:0rem;display:block; }
#AUNsTGpzLT6HfHuutXBFEvF6fZSCTb4E { color:#8f0303;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.19921875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS > .row .container { background-color: transparent; background-image: none; }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS > .row .container > .video-iframe-container { display: none; }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS > .row > .video-iframe-container { display: none; }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS > .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); }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS > .row .container { border-width: 0; border-radius: 0; }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#OzFxAwagw0v8fNpRXBU4S4ZtbC0S5I3V { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b8X9ICs3hn4rqua43u49kSJxLCVvtmZI { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:2.8125rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OGvRDhruTGNLJSMa2SNW3s77U1pXHocH { position:absolute;display:block;z-index:15007;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:6.875rem;width:19.4375rem;top:1.787109375rem;left:33.25rem;overflow:hidden;display:block; }
#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa > .row .container { background-color: transparent; background-image: none; }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa > .row .container > .video-iframe-container { display: none; }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa > .row > .video-iframe-container { display: none; }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa > .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); }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa > .row .container { border-width: 0; border-radius: 0; }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#bvTThXUZTT55rBN9MQGtIvqNhTVZZWIi { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:0rem;left:31.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WrW9M5PxlWLyxKbmf2DqBSZFvqUy05FG { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2.8125rem;left:31.0625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EnbxkbN4nAe61ktSLW9huUDixegSmv1F { position:absolute;display:block;z-index:15006;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:4.9375rem;width:19.4375rem;top:3.28125rem;left:4.6875rem;overflow:hidden;display:block; }
#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK > .row .container { background-color: transparent; background-image: none; }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK > .row .container > .video-iframe-container { display: none; }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK > .row > .video-iframe-container { display: none; }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK > .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); }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK > .row .container { border-width: 0; border-radius: 0; }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#NgyOrJytud20lPWqahF2GhH9CgO15tUQ { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpX7cUZoZQaray5g44UhU5RShNyH30Cy { position:absolute;display:block;z-index:15003;background-color:#8f0303;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:1.875rem;top:9.625rem;left:29.0625rem;display:block; }
#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;display:block; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container { background-color: transparent; background-image: none; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container > .video-iframe-container { display: none; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row > .video-iframe-container { display: none; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .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); }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container { border-width: 0; border-radius: 0; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container { font-size:0.875rem;font-family:arial;height:71.3125rem;width:60rem;position:relative;display:block; }#iOy4QLdNUKggsUyqSHhGThTPA5eldQTW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/849102f7-01b1-4dfb-8d23-149491dc417f/LaendiavecTheodorakissite.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:23.75rem;width:20.625rem;top:0rem;left:39.375rem;display:block; }#iOy4QLdNUKggsUyqSHhGThTPA5eldQTW.adaptive-delivery-prevent-bg, #iOy4QLdNUKggsUyqSHhGThTPA5eldQTW.lazyload, #iOy4QLdNUKggsUyqSHhGThTPA5eldQTW.lazyloading { background-image: none; }
#hWgMv0OplSrfyHNThTDAOao3GZl1pHKU { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/507f79d0-8c0b-40ae-b9a7-3fbb5be0b3c2/Bozar15juin2024CarminaBuranaOrffsite.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:23.75rem;width:39.375rem;top:0rem;left:0rem;display:block; }#hWgMv0OplSrfyHNThTDAOao3GZl1pHKU.adaptive-delivery-prevent-bg, #hWgMv0OplSrfyHNThTDAOao3GZl1pHKU.lazyload, #hWgMv0OplSrfyHNThTDAOao3GZl1pHKU.lazyloading { background-image: none; }
#QWpwmvpHSt0iuvhlm5ZXUXgceS7npsTI { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84d4e8eb-79bf-49d0-99db-e7e9229c03e4/galeriephotos630x3802.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:23.75rem;width:39.375rem;top:23.75rem;left:20.625rem;display:block; }#QWpwmvpHSt0iuvhlm5ZXUXgceS7npsTI.adaptive-delivery-prevent-bg, #QWpwmvpHSt0iuvhlm5ZXUXgceS7npsTI.lazyload, #QWpwmvpHSt0iuvhlm5ZXUXgceS7npsTI.lazyloading { background-image: none; }
#a1KGy6rqtRf5LfqZKzIJfK1bsZlpJE19 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38b832b6-c953-46b8-826a-4bdf2ba739f5/villers330x380.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:23.75rem;width:20.625rem;top:23.75rem;left:0rem;display:block; }#a1KGy6rqtRf5LfqZKzIJfK1bsZlpJE19.adaptive-delivery-prevent-bg, #a1KGy6rqtRf5LfqZKzIJfK1bsZlpJE19.lazyload, #a1KGy6rqtRf5LfqZKzIJfK1bsZlpJE19.lazyloading { background-image: none; }
#SRAIMCOOkt6VtffLRRL5rdBFP5nhNf6S { 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:23.75rem;width:20.625rem;display:none; }
#n8tUhuKUTfI874cys3Bk3e9tziCVndJe { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bf846348-8ee2-402d-9179-f7e8d1cd2304/galeriephotos630x3801.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:23.75rem;width:39.375rem;top:47.5rem;left:0rem;display:block; }#n8tUhuKUTfI874cys3Bk3e9tziCVndJe.adaptive-delivery-prevent-bg, #n8tUhuKUTfI874cys3Bk3e9tziCVndJe.lazyload, #n8tUhuKUTfI874cys3Bk3e9tziCVndJe.lazyloading { background-image: none; }
#ppH536kdo5eQtOAMs1Nmp5SJ3qv0PSl6 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4c24571c-adba-49c9-aad5-f9c015bd7829/galeriephotos330x3801.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:23.75rem;width:20.625rem;top:47.5rem;left:39.375rem;display:block; }#ppH536kdo5eQtOAMs1Nmp5SJ3qv0PSl6.adaptive-delivery-prevent-bg, #ppH536kdo5eQtOAMs1Nmp5SJ3qv0PSl6.lazyload, #ppH536kdo5eQtOAMs1Nmp5SJ3qv0PSl6.lazyloading { background-image: none; }
#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(143,3,3,0.85);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;display:block; }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod > .row .container { background-color: transparent; background-image: none; }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod > .row .container > .video-iframe-container { display: none; }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod > .row > .video-iframe-container { display: none; }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod > .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); }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod > .row .container { border-width: 0; border-radius: 0; }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#c653aPkAXUao0kScAWWrrZ6Ms5GvfL3P { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:8.6181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExznykGkZUHR9aEQdRiFRnqXyLp2ibnA { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.65625rem;left:15.71875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tf4zVgE9ktOrF1edSzte5HRPfnCUILWS { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.3125rem;left:18.875rem;display:block; }
#AAa5OA70hwzVGv5tXIo3aHBiCl6KotLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bJ9FxfW15SqTntpyaVcE6LrFWszoTmks { display:block; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ76HwoC8eOiTRKC1b3nfi5k7M3lXdks { width:23.375rem;height:8.375rem;top:6.375rem;left:0.375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #AM0asRbdwu3Dvib93LHnQ2VavWqnUBrc { width:24.0625rem;height:42.5rem;top:0rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1gVtZyvwixODdmtBfTS28xC6qk57RTA { width:22.75rem;height:4.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBFy7tMbLLKRhyT20X8vgzXK1nUFTy8e { width:19.5rem;height:2.25rem;top:25.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyUuOnCDIkniEZlTh8q7OgLzk5X05GKh { width:19.4375rem;height:4.125rem;top:29rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siOVkKDRT3ZHoTDmOdrmSWuA2LihmFgc { width:3.125rem;height:3.125rem;top:36.0625rem;left:0.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbb1MJJotcKtVPm4eUsBmQCytwPO0Dzb { width:3.125rem;height:3.125rem;top:29.5625rem;left:0.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBzuUgrFXwxC7qSOwyGyT09d8gUluu6T { width:2.8125rem;height:2.8125rem;top:24.75rem;left:0.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7C9BAZ8PvbLv6HDbl6QiTkgOXdaUp8X { top:12.8125rem;left:25.4375rem;width:22.0625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts0V95wi6QNt8LJTGK655icPcoWCma0O { width:13.5rem;height:3.4375rem;top:37.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKxHh9HWCw4RMOK3A52Uo7eeTl1BxaJo { display:block; }
 }@media only screen and (max-width: 763px) { #xaydFzvNXJ83Kn1Wq2DxbKdEfcbSVdwO { width:10.25rem;height:3.4375rem;top:37.4375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh5kp7NB2hoFI4943avcrXEHmBThtx0W { display:block; }
 }@media only screen and (max-width: 763px) { #vIp5Z2LfyEepneRU2nrygi7k5wM79887 { width:23.375rem;height:8.375rem;top:6.375rem;left:0.375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #n6FLBUylTUGAslEMy3HKZX7gUMrobt3s { width:23.375rem;height:8.375rem;top:6.375rem;left:0.375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #fZaa2qnApcAS97bp6cI7q4yX8kZN8hNb { top:0.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmqsMvXvH7EUTP2uncxaLPzq1P8nnCyw { width:19.75rem;height:4.6875rem;top:5.6875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW { display:block; }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpC8wrVR0UbKG52I2BdV56uTHwgdp5qr { width:47.75rem;height:2.875rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTJy2vXwRvgic33MWSbtglDEUm331ctS { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnqy791M1ko2nZA6v0XB5w9pCAlbaTkd { top:4.1875rem;left:0rem;width:25.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:47.75rem;height:10.0625rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXPRK823rJkrT6OVBbb98rQ5NaQV5016 { width:2.8125rem;height:2rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL6M1bAbTtVXrfDIXWOqBFeimHZsCVr9 { width:47.75rem;height:1.25rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTc0RFoXkgTQddG4pTwa7e4RgB84EPdH { width:11.3125rem;height:1rem;top:10.6875rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShkQLdLD0fgWxVEsHbObTR1aR0Fy1xSz { top:15.875rem;left:0rem;width:14.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKh1frCaQnOTe5URriXXhWqwhkarU5n { width:19.4375rem;height:4.125rem;top:29rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlg9homoIrawHDFpGQXUQkNTt6NMFt6H { top:13.8125rem;left:16.5rem;width:31.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM2T19MZQAyUsMEHVAqClb3g9K8OWCEo { width:19.4375rem;height:4.125rem;top:29rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I57Vw8Xelwndt4UvlmfQKQLnn0MJ9T6i { top:19.625rem;left:0rem;width:26rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duM7LRN4hTTA8OCbB7WAkwr80Kby3sqQ { width:19.4375rem;height:4.125rem;top:29rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK2WTGV5lpWzsaE92SZ5LdDCCGvJGwQT { top:17.375rem;left:27.5rem;width:20.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kff63zmFTcwpLhdt3iWhNlytWu4uPFWb { width:19.4375rem;height:4.125rem;top:29rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttFk5RzP514THyE88svyV6Sp5wNfSQvg { width:47.75rem;height:4rem;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEdQNHU4BTqTG32iFKzafETVpE4scvkg { display:block; }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U81vl7JNVB1OMKgf7TKc2Ja3DLq0nGzl { width:47.75rem;height:2.875rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5px9LPoBTAyGum85RA6g5c2i5uLd7fl { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ1boKsKpMIMPi4uu1dpEf1BlMvT5h0l { top:4.1875rem;left:0rem;width:25.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AanWJd6t1kBkcEQlJp529PrmgvlqBUrL { display:block; }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1O4Np8hwyHpEC19Nwr9buRG6vQRqR2R { width:11.25rem;height:11.25rem;top:1.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fggzOVCEu1dLzFehyzQSaMDRZsTQbl0a { width:14.625rem;height:1.4375rem;top:13.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKpmxvtQTT7bNoVf40hUgGQsfRESVbXM { width:14.625rem;height:1.25rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz9EtAwf4eqf6JEKfSd9hPPxpifmmWom { width:11.25rem;height:11.25rem;top:1.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lutgGBTQdObA4cbaZ2fpuoTTaFFhpKv4 { width:14.625rem;height:1.4375rem;top:13.5rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2OQIUbIQ92LBgSBNOWDa9aVrmEuSWPU { width:14.625rem;height:1.25rem;top:16.1875rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW3EwV5zGWer0Q7p4dD01idLqUXmLlId { width:11.25rem;height:11.25rem;top:1.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpUchIcnPm0sptn4mF9hMmubaFyzoBi4 { width:14.625rem;height:1.4375rem;top:13.5rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0lKCWWCcHJCGMUv1W62IP1kdtnUoVpX { width:14.625rem;height:1.25rem;top:16.1875rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZtHu2R8KXXRpbUVF7duZXbDmCKBhyuH { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPkoL7LKqMysKmmTkyR0ro2sHyr0zZxv { width:14.625rem;height:1.4375rem;top:13.5rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThuybR6CVzbTVxTtDf9zV8e5DFC492I { width:14.625rem;height:1.25rem;top:16.1875rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd { display:block; }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcUSvdC4UIzqEugT1andhHJ8CArwch40 { width:11.25rem;height:11.25rem;top:1.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptFU2RJWewq7yBHx3M74xFmlDJNSUIUy { width:14.625rem;height:2.875rem;top:13.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LslTpb3HeLGWpTxrMPSHzBgh6ZaHbIBT { width:14.625rem;height:1.25rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUmsE6BotoSvBZvNK0P2JJgv0BW987fL { width:11.25rem;height:11.25rem;top:1.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzW36x5kA8OrV3zo9XWxqX7l6593MSn1 { width:14.625rem;height:1.4375rem;top:14.1875rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOnU1E4vEUMNfG8EtHU1DV6vOEZRRaJ9 { width:14.625rem;height:1.25rem;top:17.0625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMIFETZXAKHs0X80nBEEtVlXXe0VAprM { width:11.25rem;height:11.25rem;top:1.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guCLrEQJ5sSAMDla4nINU0vlXUs5RffN { width:14.625rem;height:1.4375rem;top:14.1875rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5U1mDx39oUhH1SOtBqgZgRMRzoGt3TM { width:14.625rem;height:1.25rem;top:17.0625rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVz3QpIf6ZLipZeCLV6rHt87OJfioDld { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPUD8X2SOVoG01ozeMsReBWciyRz7zVO { width:14.625rem;height:1.4375rem;top:14.1875rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfQsSVo7llRLNtTlN0znxZK6G3ZU7aSm { width:14.625rem;height:2.5625rem;top:16.375rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtvvB040PXzSJbCGQafNaTQVnvzphyU1 { display:block; }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO5nosGKSEodGQQTt3DiTzpTtH5SzwVM { width:11.25rem;height:11.25rem;top:1.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOB44kAKZXXB6FqU399LwtFOTuTyI63I { width:14.625rem;height:1.4375rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moU1GEkBOoPATCiA34LpBw5OxEHt1Bu2 { width:11.25rem;height:11.25rem;top:1.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcsr4t6gQgG8JRTAZxuOsoHckCvA1iUN { width:14.625rem;height:2.5625rem;top:15.125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI943BB5IE7Ub467Jre0azQL0M49zMNl { width:11.25rem;height:11.25rem;top:1.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgHZaA3UdKho6lmSHT2Kw8ysITDePyhR { width:14.625rem;height:2.5625rem;top:15rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4mU78aZ03HGrUXmakmEqhiWZ6gzcQ8E { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF7SD4H7WTWn13Me7PFK8Acdw100JZ8b { width:14.625rem;height:5.1875rem;top:13.5rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlIKiPbWu57C2LWk2Tdwl1OnAgmOQuCo { width:14.875rem;height:1.25rem;top:19.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtQ0L1BErOz7Va12eFTDtSgsBzr9leA2 { width:14.875rem;height:1.25rem;top:19.4375rem;left:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQN1AnxnspPEfQ94ydHvtbrWhDiLoCrD { width:14.875rem;height:1.25rem;top:19.4375rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKPIQUfGGOxb3TvaXI5v0P7rxmDmEUtX { width:14.875rem;height:1.25rem;top:19.4375rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { width:47.75rem;height:2.875rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du83f7c2mm4zPiREwU6zVBPiwqOQhUxn { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRuRkvNTawMzHOG5UoEsXrw8JzzzMxSl { top:4.1875rem;left:0rem;width:25.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mttMtiSRT9K58ybnSIerFsoIQmD1WVWu { display:block; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZG2sDBVhcVT9XSTfCxru7TRv4EQLOgPr { width:47.75rem;height:6.0625rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE { display:block; }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEVUc30MJqqSOEXuTDwBVlkQz6yIh7cz { width:47.75rem;height:2.25rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 { display:block; }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDsZBAk50RcQBP7liwlTIUGdckpBikdH { width:47.75rem;height:;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }#TDsZBAk50RcQBP7liwlTIUGdckpBikdH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #J291QmGxQR4tJv6bgUWSHsdqliETfpad { display:block; }#J291QmGxQR4tJv6bgUWSHsdqliETfpad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERLX2Gczz3U7nAVttWZpycCcIlif0g1V { width:47.75rem;height:2.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6IanPdkbNiMmk6ObMJuC68THSUd1mHy { display:block; }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtD4OilvT34cM0haEZDRfQoRKiTg05VR { width:47.75rem;height:6.0625rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ { display:block; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oc7bBt7gmTibLxf16OzTzEKe2xyguFmM { width:22.25rem;height:3.75rem;top:29.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STAGEJsMmycusO6RmGJDF9Erz8WkR230 { display:block; }
 }@media only screen and (max-width: 763px) { #OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw { display:block; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrQgqqfmUpvqyh8ckSkn4nBDnxvUNFoR { width:47.75rem;height:2.875rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbqvKKUXVBQGKZGHoe0RmbtLE4cMmE1X { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvlxTN4phZJCiotdvoM2UAcqfPzqFn0G { width:3.125rem;height:3.125rem;top:9.375rem;left:2.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6SLQXhI16TqC70CdS1xFuv6eUWebyAD { top:3.6875rem;left:11.3125rem;width:25.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh1DgHvBLxSD01H684us4ocg15BIlVGM { display:block; }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM > .row .container { width:47.75rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yT6CKFzbktuTyEOeVkzDOF2qDlzO49mf { width:22.4375rem;height:3.4375rem;top:25.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgAB5SDGNb1SftaAnZ8PvDaQHKOFxAKo { display:block; }
 }@media only screen and (max-width: 763px) { #barE635lNaEOsbO961iyQMquhf41rQqS { top:0rem;left:0rem;width:42.625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8UFgEJ9LBvQq5HTweUTr82saa3rzeCD { width:18.125rem;height:3.4375rem;top:25.5rem;left:24.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLUcJGwJlZ4amVkRq4KaFKC2nTyQ33ZZ { display:block; }
 }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:47.75rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:47.75rem;height:7.5rem;top:8.875rem;left:0rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HnBhR695odQHhUwKABG477ydTbmG0N57 { width:9.875rem;height:2.125rem;top:22rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOhDxPkTiBG1GmTsG50CVMhXpasMk3fo { display:block; }
 }@media only screen and (max-width: 763px) { #cTL0IVLVtbw4gvVLG0fbnvvl8btXP7ra { top:4.6875rem;left:0rem;width:25.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU4IVAxiqOpCZPT3HKy5ZSVzdOb2Z9rC { width:28.125rem;height:2.875rem;top:19.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQtiq5PiCk2d6bpVr7OTxRacAe3SboyU { width:28.125rem;height:2.875rem;top:19.1875rem;left:11.375rem;display:block; }#IQtiq5PiCk2d6bpVr7OTxRacAe3SboyU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35769c7e9e833bdefc48627ee9e2f77b551c0e44.svg); }
 }@media only screen and (max-width: 763px) { #pQ8qJUeJ62GG215FCLxt3IzpMRbCbEAk { top:12.625rem;left:0rem;width:18.75rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8TPe6zC4rqrTZDwI9mlRBRrZhIVCU2L { top:12.4375rem;left:14.5rem;width:18.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBRPeRZ21oZhRXHKIDTQlJNBSOUak0Pc { top:12.4375rem;left:29rem;width:18.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1eeQ1BnsEBhcNyaEINoTE1g2bEQhSrX { width:28.125rem;height:2.875rem;top:19.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyT1f7VaHehTZeABkeRtZAfQSGlOetuH { width:28.125rem;height:2.875rem;top:19.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFzaVX7eL9tzTNG8pR835sEMThRgdy25 { width:28.125rem;height:2.875rem;top:19.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aehCu2S2kzpwec4Z2UWGJxWtviaSRZtV { width:28.125rem;height:2.875rem;top:19.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lThtXcRIwk7spBroCmuV2VzFeAbsgT9O { width:28.125rem;height:2.875rem;top:19.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSOVZ3it5Wp7TVLNPTWuWWqbGhJ1tfMu { width:22.25rem;height:3.75rem;top:29.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn7NJZgMaNgd3K7T8EpMy9vrUVHa95kq { display:block; }
 }@media only screen and (max-width: 763px) { #W4JsBbAKd3Bg09UIHChwVkg8QqCA9F4b { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR { display:block; }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wC5DNl8WBlSATOKmqQbGaWJkpkdFfx6N { width:47.75rem;height:2.875rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orgEF4dNMES3fN2Z9dsOKKbcJDCtJZkb { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUNsTGpzLT6HfHuutXBFEvF6fZSCTb4E { top:4.1875rem;left:0rem;width:25.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS { display:block; }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzFxAwagw0v8fNpRXBU4S4ZtbC0S5I3V { width:27.1875rem;height:;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8X9ICs3hn4rqua43u49kSJxLCVvtmZI { width:27.4375rem;height:6rem;top:2.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGvRDhruTGNLJSMa2SNW3s77U1pXHocH { top:1.75rem;left:27.125rem;width:19.4375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa { display:block; }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvTThXUZTT55rBN9MQGtIvqNhTVZZWIi { width:27.1875rem;height:1.75rem;top:0rem;left:20.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrW9M5PxlWLyxKbmf2DqBSZFvqUy05FG { width:28.9375rem;height:6rem;top:2.8125rem;left:18.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnbxkbN4nAe61ktSLW9huUDixegSmv1F { top:3.25rem;left:0rem;width:19.4375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyQbcqhPPsTHJlcT265t11U2vZSa0MLK { display:block; }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgyOrJytud20lPWqahF2GhH9CgO15tUQ { width:47.75rem;height:2.875rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpX7cUZoZQaray5g44UhU5RShNyH30Cy { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt { display:block; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOy4QLdNUKggsUyqSHhGThTPA5eldQTW { width:20.625rem;height:23.75rem;top:0rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWgMv0OplSrfyHNThTDAOao3GZl1pHKU { width:27.1875rem;height:23.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWpwmvpHSt0iuvhlm5ZXUXgceS7npsTI { width:27.1875rem;height:23.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1KGy6rqtRf5LfqZKzIJfK1bsZlpJE19 { width:20.625rem;height:23.75rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRAIMCOOkt6VtffLRRL5rdBFP5nhNf6S { width:20.625rem;height:23.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8tUhuKUTfI874cys3Bk3e9tziCVndJe { width:27.1875rem;height:23.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppH536kdo5eQtOAMs1Nmp5SJ3qv0PSl6 { width:20.625rem;height:23.75rem;top:47.5rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO2Mo0Mh01TS027mUvVZAtrifo5uiNod { display:block; }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod > .row .container { width:47.75rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c653aPkAXUao0kScAWWrrZ6Ms5GvfL3P { width:47.75rem;height:7.5rem;top:8.875rem;left:0rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ExznykGkZUHR9aEQdRiFRnqXyLp2ibnA { width:28.125rem;height:2.875rem;top:19.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4zVgE9ktOrF1edSzte5HRPfnCUILWS { width:22.25rem;height:3.75rem;top:29.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAa5OA70hwzVGv5tXIo3aHBiCl6KotLT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c2ce621-727d-4f18-b440-c95bef2261c6/Naamloos1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); } }@media only screen and (max-width: 763px) { #bJ9FxfW15SqTntpyaVcE6LrFWszoTmks { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c2ce621-727d-4f18-b440-c95bef2261c6/Naamloos1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks.adaptive-delivery-prevent-bg, #bJ9FxfW15SqTntpyaVcE6LrFWszoTmks.lazyload, #bJ9FxfW15SqTntpyaVcE6LrFWszoTmks.lazyloading { background-image: none; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row .container { background-color: transparent; background-image: none; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row .container > .video-iframe-container { display: none; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row > .video-iframe-container { display: none; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .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); }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row .container { border-width: 0; border-radius: 0; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bJ9FxfW15SqTntpyaVcE6LrFWszoTmks > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ76HwoC8eOiTRKC1b3nfi5k7M3lXdks { width:18.75rem;height:1.4619125rem;top:3.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM0asRbdwu3Dvib93LHnQ2VavWqnUBrc { width:20rem;height:36.625rem;top:37.484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1gVtZyvwixODdmtBfTS28xC6qk57RTA { width:18.75rem;height:5.68359375rem;top:11.51171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBFy7tMbLLKRhyT20X8vgzXK1nUFTy8e { width:13.0625rem;height:3.89941875rem;top:18.775390625rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyUuOnCDIkniEZlTh8q7OgLzk5X05GKh { width:14.6875rem;height:3.67383125rem;top:23.783203125rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siOVkKDRT3ZHoTDmOdrmSWuA2LihmFgc { width:2.1875rem;height:2.1875rem;top:35.375rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbb1MJJotcKtVPm4eUsBmQCytwPO0Dzb { width:2.1875rem;height:2.1875rem;top:24.525390625rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBzuUgrFXwxC7qSOwyGyT09d8gUluu6T { width:1.875rem;height:1.875rem;top:19.787109375rem;left:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7C9BAZ8PvbLv6HDbl6QiTkgOXdaUp8X { width:19.875rem;height:26.8125rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts0V95wi6QNt8LJTGK655icPcoWCma0O { width:12.5rem;height:2.5rem;top:28.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKxHh9HWCw4RMOK3A52Uo7eeTl1BxaJo { display:block; }
 }@media only screen and (max-width: 763px) { #xaydFzvNXJ83Kn1Wq2DxbKdEfcbSVdwO { width:9.375rem;height:1.875rem;top:31.875rem;left:5.3125rem;font-size:0.75rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qh5kp7NB2hoFI4943avcrXEHmBThtx0W { display:block; }
 }@media only screen and (max-width: 763px) { #vIp5Z2LfyEepneRU2nrygi7k5wM79887 { width:17.5rem;height:0.8999rem;top:43.9580078125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6FLBUylTUGAslEMy3HKZX7gUMrobt3s { width:18.3125rem;height:5.625rem;top:5.32421875rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fZaa2qnApcAS97bp6cI7q4yX8kZN8hNb { width:12.5rem;height:1.29980625rem;top:0.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmqsMvXvH7EUTP2uncxaLPzq1P8nnCyw { width:19.75rem;height:4.6875rem;top:38.6455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW { display:block; }#k5GVPm3frcbvPKSwnVyBJB7lUz4NBegW > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpC8wrVR0UbKG52I2BdV56uTHwgdp5qr { width:18.75rem;height:2.5996125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTJy2vXwRvgic33MWSbtglDEUm331ctS { width:1.875rem;height:0.125rem;top:4.4248046875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnqy791M1ko2nZA6v0XB5w9pCAlbaTkd { width:20rem;height:1.29980625rem;top:5.2373046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:18.75rem;height:14.4375rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pXPRK823rJkrT6OVBbb98rQ5NaQV5016 { width:2.8125rem;height:2rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL6M1bAbTtVXrfDIXWOqBFeimHZsCVr9 { width:16.6875rem;height:3.8994125rem;top:14.4375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTc0RFoXkgTQddG4pTwa7e4RgB84EPdH { width:11.3125rem;height:1rem;top:18.7109375rem;left:8.6875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShkQLdLD0fgWxVEsHbObTR1aR0Fy1xSz { width:14.125rem;height:2.0625rem;top:20.96875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKh1frCaQnOTe5URriXXhWqwhkarU5n { width:13rem;height:1.04980625rem;top:21.5234375rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlg9homoIrawHDFpGQXUQkNTt6NMFt6H { width:18.3125rem;height:2.75rem;top:24.3984375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM2T19MZQAyUsMEHVAqClb3g9K8OWCEo { width:16.8125rem;height:2.0996125rem;top:24.72265625rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I57Vw8Xelwndt4UvlmfQKQLnn0MJ9T6i { width:19.4375rem;height:2.875rem;top:28.56055rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duM7LRN4hTTA8OCbB7WAkwr80Kby3sqQ { width:18.125rem;height:2.0996125rem;top:28.947265625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK2WTGV5lpWzsaE92SZ5LdDCCGvJGwQT { width:19.5rem;height:2.0625rem;top:32.072265625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kff63zmFTcwpLhdt3iWhNlytWu4uPFWb { width:18.25rem;height:1.04980625rem;top:32.578125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttFk5RzP514THyE88svyV6Sp5wNfSQvg { width:20rem;height:6.5625rem;top:35.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cEdQNHU4BTqTG32iFKzafETVpE4scvkg { display:block; }#cEdQNHU4BTqTG32iFKzafETVpE4scvkg > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U81vl7JNVB1OMKgf7TKc2Ja3DLq0nGzl { width:18.75rem;height:1.29980625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5px9LPoBTAyGum85RA6g5c2i5uLd7fl { width:1.875rem;height:0.125rem;top:3.79980625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ1boKsKpMIMPi4uu1dpEf1BlMvT5h0l { width:20rem;height:1.29980625rem;top:5.1748046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AanWJd6t1kBkcEQlJp529PrmgvlqBUrL { display:block; }#AanWJd6t1kBkcEQlJp529PrmgvlqBUrL > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1O4Np8hwyHpEC19Nwr9buRG6vQRqR2R { width:11.25rem;height:11.25rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fggzOVCEu1dLzFehyzQSaMDRZsTQbl0a { width:14.625rem;height:1.29980625rem;top:12.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKpmxvtQTT7bNoVf40hUgGQsfRESVbXM { width:14.625rem;height:1.29980625rem;top:13.7998046875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz9EtAwf4eqf6JEKfSd9hPPxpifmmWom { width:11.25rem;height:11.25rem;top:16.974609375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lutgGBTQdObA4cbaZ2fpuoTTaFFhpKv4 { width:14.625rem;height:1.29980625rem;top:28.224609375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2OQIUbIQ92LBgSBNOWDa9aVrmEuSWPU { width:14.625rem;height:1.29980625rem;top:29.5244140625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW3EwV5zGWer0Q7p4dD01idLqUXmLlId { width:11.25rem;height:11.25rem;top:32.69921875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpUchIcnPm0sptn4mF9hMmubaFyzoBi4 { width:14.625rem;height:1.29980625rem;top:43.94921875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0lKCWWCcHJCGMUv1W62IP1kdtnUoVpX { width:14.625rem;height:1.29980625rem;top:45.2490234375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZtHu2R8KXXRpbUVF7duZXbDmCKBhyuH { width:11.25rem;height:11.25rem;top:47.798828125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPkoL7LKqMysKmmTkyR0ro2sHyr0zZxv { width:14.625rem;height:1.29980625rem;top:59.048828125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThuybR6CVzbTVxTtDf9zV8e5DFC492I { width:14.625rem;height:1.29980625rem;top:60.3486328125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd { display:block; }#I9yOCxsIW4NpIA7tGmt33RlTScbCGOAd > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcUSvdC4UIzqEugT1andhHJ8CArwch40 { width:11.25rem;height:11.25rem;top:0rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptFU2RJWewq7yBHx3M74xFmlDJNSUIUy { width:14.625rem;height:1.29980625rem;top:11.25rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LslTpb3HeLGWpTxrMPSHzBgh6ZaHbIBT { width:14.625rem;height:1.29980625rem;top:12.5498046875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUmsE6BotoSvBZvNK0P2JJgv0BW987fL { width:11.25rem;height:11.25rem;top:16.974609375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzW36x5kA8OrV3zo9XWxqX7l6593MSn1 { width:14.625rem;height:1.29980625rem;top:28.224609375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOnU1E4vEUMNfG8EtHU1DV6vOEZRRaJ9 { width:14.625rem;height:1.29980625rem;top:29.5244140625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMIFETZXAKHs0X80nBEEtVlXXe0VAprM { width:11.25rem;height:11.25rem;top:32.69921875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guCLrEQJ5sSAMDla4nINU0vlXUs5RffN { width:14.625rem;height:1.29980625rem;top:43.94921875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5U1mDx39oUhH1SOtBqgZgRMRzoGt3TM { width:14.625rem;height:1.29980625rem;top:45.2490234375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVz3QpIf6ZLipZeCLV6rHt87OJfioDld { width:11.25rem;height:11.25rem;top:47.798828125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPUD8X2SOVoG01ozeMsReBWciyRz7zVO { width:14.625rem;height:1.29980625rem;top:59.048828125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfQsSVo7llRLNtTlN0znxZK6G3ZU7aSm { width:14.625rem;height:2.5996125rem;top:60.3486328125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtvvB040PXzSJbCGQafNaTQVnvzphyU1 { display:block; }#MtvvB040PXzSJbCGQafNaTQVnvzphyU1 > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO5nosGKSEodGQQTt3DiTzpTtH5SzwVM { width:11.25rem;height:11.25rem;top:0rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOB44kAKZXXB6FqU399LwtFOTuTyI63I { width:14.625rem;height:1.29980625rem;top:11.25rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moU1GEkBOoPATCiA34LpBw5OxEHt1Bu2 { width:11.25rem;height:11.25rem;top:16.974609375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcsr4t6gQgG8JRTAZxuOsoHckCvA1iUN { width:14.625rem;height:2.5996125rem;top:28.224609375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI943BB5IE7Ub467Jre0azQL0M49zMNl { width:11.25rem;height:11.25rem;top:34.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgHZaA3UdKho6lmSHT2Kw8ysITDePyhR { width:14.625rem;height:2.5996125rem;top:46.1875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4mU78aZ03HGrUXmakmEqhiWZ6gzcQ8E { width:11.25rem;height:11.25rem;top:52.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF7SD4H7WTWn13Me7PFK8Acdw100JZ8b { width:14.625rem;height:5.19921875rem;top:63.5625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlIKiPbWu57C2LWk2Tdwl1OnAgmOQuCo { width:14.875rem;height:1.29980625rem;top:12.5498046875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtQ0L1BErOz7Va12eFTDtSgsBzr9leA2 { width:14.875rem;height:1.29980625rem;top:30.82421875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQN1AnxnspPEfQ94ydHvtbrWhDiLoCrD { width:14.875rem;height:1.29980625rem;top:48.787109375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKPIQUfGGOxb3TvaXI5v0P7rxmDmEUtX { width:14.875rem;height:1.29980625rem;top:68.76171875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { width:18.75rem;height:1.29980625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du83f7c2mm4zPiREwU6zVBPiwqOQhUxn { width:1.875rem;height:0.125rem;top:3.79980625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRuRkvNTawMzHOG5UoEsXrw8JzzzMxSl { width:20rem;height:1.29980625rem;top:5.1748046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mttMtiSRT9K58ybnSIerFsoIQmD1WVWu { display:block; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZG2sDBVhcVT9XSTfCxru7TRv4EQLOgPr { width:20rem;height:9.1875rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE { display:block; }#OTR0eiUa5SUC8XZR3zUiXbQEB8xRRiLE > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEVUc30MJqqSOEXuTDwBVlkQz6yIh7cz { width:20rem;height:1.3125rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 { display:block; }#z7Pw3FLTtkb5NRSRMr73PFcFeT8TOsT0 > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDsZBAk50RcQBP7liwlTIUGdckpBikdH { width:20rem;height:8.8125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }#TDsZBAk50RcQBP7liwlTIUGdckpBikdH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #J291QmGxQR4tJv6bgUWSHsdqliETfpad { display:block; }#J291QmGxQR4tJv6bgUWSHsdqliETfpad > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERLX2Gczz3U7nAVttWZpycCcIlif0g1V { width:20rem;height:1.3125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n6IanPdkbNiMmk6ObMJuC68THSUd1mHy { display:block; }#n6IanPdkbNiMmk6ObMJuC68THSUd1mHy > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtD4OilvT34cM0haEZDRfQoRKiTg05VR { width:20rem;height:7.875rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ { display:block; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oc7bBt7gmTibLxf16OzTzEKe2xyguFmM { width:19rem;height:3.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STAGEJsMmycusO6RmGJDF9Erz8WkR230 { display:block; }
 }@media only screen and (max-width: 763px) { #OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw { display:block; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrQgqqfmUpvqyh8ckSkn4nBDnxvUNFoR { width:18.75rem;height:1.29980625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbqvKKUXVBQGKZGHoe0RmbtLE4cMmE1X { width:1.875rem;height:0.125rem;top:3.79980625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvlxTN4phZJCiotdvoM2UAcqfPzqFn0G { width:3.125rem;height:3.125rem;top:4.5625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6SLQXhI16TqC70CdS1xFuv6eUWebyAD { width:20rem;height:1.29980625rem;top:5.1748046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh1DgHvBLxSD01H684us4ocg15BIlVGM { display:block; }#Wh1DgHvBLxSD01H684us4ocg15BIlVGM > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yT6CKFzbktuTyEOeVkzDOF2qDlzO49mf { width:19.125rem;height:2.4375rem;top:12.6044921875rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgAB5SDGNb1SftaAnZ8PvDaQHKOFxAKo { display:block; }
 }@media only screen and (max-width: 763px) { #barE635lNaEOsbO961iyQMquhf41rQqS { height:11.152375rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8UFgEJ9LBvQq5HTweUTr82saa3rzeCD { width:19.0625rem;height:2.5625rem;top:15.6044921875rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLUcJGwJlZ4amVkRq4KaFKC2nTyQ33ZZ { display:block; }
 }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:18.75rem;height:2rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnBhR695odQHhUwKABG477ydTbmG0N57 { width:10.5625rem;height:1.5625rem;top:31.1875rem;left:4.71875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #nOhDxPkTiBG1GmTsG50CVMhXpasMk3fo { display:block; }
 }@media only screen and (max-width: 763px) { #cTL0IVLVtbw4gvVLG0fbnvvl8btXP7ra { width:20rem;height:1.29980625rem;top:5.78125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CU4IVAxiqOpCZPT3HKy5ZSVzdOb2Z9rC { width:15.75rem;height:1.625rem;top:9.75rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQtiq5PiCk2d6bpVr7OTxRacAe3SboyU { width:11.1875rem;height:4.2744125rem;top:12.17578125rem;left:5.09375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#IQtiq5PiCk2d6bpVr7OTxRacAe3SboyU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35769c7e9e833bdefc48627ee9e2f77b551c0e44.svg); }
 }@media only screen and (max-width: 763px) { #pQ8qJUeJ62GG215FCLxt3IzpMRbCbEAk { width:18.75rem;height:12.5rem;top:8.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8TPe6zC4rqrTZDwI9mlRBRrZhIVCU2L { width:18.75rem;height:12.5rem;top:21.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBRPeRZ21oZhRXHKIDTQlJNBSOUak0Pc { width:18.75rem;height:13.5rem;top:35.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1eeQ1BnsEBhcNyaEINoTE1g2bEQhSrX { width:16.625rem;height:1.29980625rem;top:17.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyT1f7VaHehTZeABkeRtZAfQSGlOetuH { width:10.75rem;height:1.625rem;top:23.5rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFzaVX7eL9tzTNG8pR835sEMThRgdy25 { width:10.75rem;height:3.0859375rem;top:37.0390625rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aehCu2S2kzpwec4Z2UWGJxWtviaSRZtV { width:14.375rem;height:3.89941875rem;top:26.3125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lThtXcRIwk7spBroCmuV2VzFeAbsgT9O { width:16.625rem;height:6.499rem;top:41.125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSOVZ3it5Wp7TVLNPTWuWWqbGhJ1tfMu { width:19rem;height:3.75rem;top:51.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn7NJZgMaNgd3K7T8EpMy9vrUVHa95kq { display:block; }
 }@media only screen and (max-width: 763px) { #W4JsBbAKd3Bg09UIHChwVkg8QqCA9F4b { width:1.875rem;height:0.125rem;top:4.7998046875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR { display:block; }#S7G2WM9KGq2v4zI56C8ggvxIIhXFmSNR > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wC5DNl8WBlSATOKmqQbGaWJkpkdFfx6N { width:18.75rem;height:2.5996125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orgEF4dNMES3fN2Z9dsOKKbcJDCtJZkb { width:1.875rem;height:0.125rem;top:4.4873046875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUNsTGpzLT6HfHuutXBFEvF6fZSCTb4E { width:20rem;height:1.29980625rem;top:5.1748046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS { display:block; }#fyt4e0I0cNXxNhJHHwThsFJTiGiLaclS > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzFxAwagw0v8fNpRXBU4S4ZtbC0S5I3V { width:20rem;height:1.375rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8X9ICs3hn4rqua43u49kSJxLCVvtmZI { width:20rem;height:5.25rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGvRDhruTGNLJSMa2SNW3s77U1pXHocH { width:16.25rem;height:5.6875rem;top:10.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa { display:block; }#EciOt8DTGDTCJlNx7AucWnl3rUlFRhpa > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvTThXUZTT55rBN9MQGtIvqNhTVZZWIi { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrW9M5PxlWLyxKbmf2DqBSZFvqUy05FG { width:20rem;height:7.875rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnbxkbN4nAe61ktSLW9huUDixegSmv1F { width:18.125rem;height:4.625rem;top:11.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyQbcqhPPsTHJlcT265t11U2vZSa0MLK { display:block; }#WyQbcqhPPsTHJlcT265t11U2vZSa0MLK > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgyOrJytud20lPWqahF2GhH9CgO15tUQ { width:18.75rem;height:1.29980625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpX7cUZoZQaray5g44UhU5RShNyH30Cy { width:1.875rem;height:0.125rem;top:3.79980625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt { display:block; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOy4QLdNUKggsUyqSHhGThTPA5eldQTW { width:10rem;height:11.875rem;top:9.1875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWgMv0OplSrfyHNThTDAOao3GZl1pHKU { width:10rem;height:6.5625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWpwmvpHSt0iuvhlm5ZXUXgceS7npsTI { width:10rem;height:6.5625rem;top:1.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1KGy6rqtRf5LfqZKzIJfK1bsZlpJE19 { width:10rem;height:11.5rem;top:7.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRAIMCOOkt6VtffLRRL5rdBFP5nhNf6S { top:7.875rem;left:0rem;width:10rem;height:11.5rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n8tUhuKUTfI874cys3Bk3e9tziCVndJe { width:20rem;height:23.75rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppH536kdo5eQtOAMs1Nmp5SJ3qv0PSl6 { width:20rem;height:23.75rem;top:47.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wO2Mo0Mh01TS027mUvVZAtrifo5uiNod { display:block; }#wO2Mo0Mh01TS027mUvVZAtrifo5uiNod > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c653aPkAXUao0kScAWWrrZ6Ms5GvfL3P { width:18.75rem;height:5.2246125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ExznykGkZUHR9aEQdRiFRnqXyLp2ibnA { width:18.75rem;height:5.19921875rem;top:7.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4zVgE9ktOrF1edSzte5HRPfnCUILWS { width:15.625rem;height:2.5rem;top:15.048828125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAa5OA70hwzVGv5tXIo3aHBiCl6KotLT { display:block; }
 }