.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,248,217;--color-primary-1:255,232,128;--color-primary-2:255,209,0;--color-primary-3:128,105,0;--color-primary-4:38,31,0;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7f29f31-7713-47f8-a031-eaffca2ac31e/WhatsAppImage20251230at114338.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.adaptive-delivery-prevent-bg, #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.lazyload, #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.lazyloading { background-image: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { background-color: transparent; background-image: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.86); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container > .video-iframe-container { display: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.86); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row > .video-iframe-container { display: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .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); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { border-width: 0; border-radius: 0; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX::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; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;overflow:visible;position:relative;display:block; }#Xo0WV0bU2JDVFIpuzyAlu0D5hmLTUb9B { color:rgba(var(--color-tertiary-0),1);display:block;width:45.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:11.21191875rem;text-align:left;text-align-last:left;display:block; }
#kQymB78dK5bDT4GV1GUItBzSteV2daLr { background-color:#2584e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.1875rem;left:0rem;display:block; }
#eCxpO7FUKHMgk8Hl2EKTCTHTuvzTHD9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oqcJ8NLTRcZyuL0HM1W73ivRpPXxUaVD { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:29.9375rem;top:4.125rem;left:43.875rem;overflow:hidden;display:block; }
#mzITut4KWyQE75pBbtiuy56HZRgDOOEC { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.5625rem;left:64.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#DKykk1OvDID1opq5FcyxrTPun4ykxrTU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.4375rem;left:64.8125rem;height:0.6499rem;text-align:left;text-align-last:left;display:block; }
#TwA2MDTnU7m3lBMkcOaBGgQBTZHtuf7i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:28.875rem;left:66.625rem; }
#y6tgPwosJmptqJyuBTtUd4wk6caeuxBH { color:rgba(var(--color-tertiary-0),1);display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.125rem;left:1.9375rem;height:5.199225rem;text-align:left;text-align-last:left;display:block; }
#SkbFmKqGQ3C1tRJQfOJfZ5EJG4LZggPV { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:21.75rem;width:15rem;top:4.193359375rem;left:50.125rem;overflow:hidden;display:none; }
#mk03ZKXA9pye6AIn7yGgZtsDEpIzgJJ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:34rem;left:67.0625rem;display:none; }
#TBtb70DnkwPAcniSZhBMd5uteL5eF3sx { color:rgba(var(--color-tertiary-0),1);display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.4375rem;left:0rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#Sw0Q5Ptc27iWZ5KVT705qqGU11C55Bsg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:28.875rem;left:0rem; }
#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ > .row .container { background-color: transparent; background-image: none; }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ > .row .container > .video-iframe-container { display: none; }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ > .row > .video-iframe-container { display: none; }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ > .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); }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ > .row .container { border-width: 0; border-radius: 0; }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#D3BZuV3L1z7btGkTxPz7l5lAviSmTUfk { color:#000000;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:1.5rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#DqLzcp6s8GDTECkuFEn3BQg4Pn8m0NPr { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4375rem;left:1.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r3luK9pizCvaXB1DHoez10GzGgrc3huz { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:12.8125rem;width:17.125rem;top:5.125rem;left:51.94873046875rem;overflow:hidden;display:block; }
#uONn7zD2vMXtJRGdU7MraOiJIHGfdIb4 { background-color:#2584e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.03125rem;left:1.5rem;display:block; }
#UaaPlnQzhGiHRz2TMsG26QiTW2frFtl7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { background-color: transparent; background-image: none; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container > .video-iframe-container { display: none; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row > .video-iframe-container { display: none; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .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); }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { border-width: 0; border-radius: 0; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#NmQSpZRpuqnQTONCZq5kZRk5z2A4N5GA { color:#000000;display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.75rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#sxt63AV8RfkNKv2lcH1q6TXho6n7pAcR { color:#000000;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy > .row .container { background-color: transparent; background-image: none; }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy > .row .container > .video-iframe-container { display: none; }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy > .row > .video-iframe-container { display: none; }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy > .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); }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy > .row .container { border-width: 0; border-radius: 0; }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#lJQigOygtA2Rr2HRtHssI2VOcKyUfEJS { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:1.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#hcrxeHRPV7nhXURvTFG6bIVXvOpWcUK9 { color:#303030;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:8.07470703125rem;left:2.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ZDDTfoXrVBoS9kySOWeTOWPTmFv3E00O { color:#303030;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:11.82470703125rem;left:2.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dsfp0bO2JhnM2p4yitOp2J18EeqrDyc3 { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15004;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:26.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Dg7XV5OhZCAaeisnlvQIKfoF61kEJ1hF { color:#303030;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:11.8125rem;left:27.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#L511vCv3NETC5O7bZXsgalF3RJ5PSG4T { color:#303030;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:8.0625rem;left:27.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#FLbn2NWFmtz94Wf0cgzwMOun5MLUrQbl { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:51.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#n54UZH00bN0iJzgDBECgm351KDq0rXpK { color:#303030;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:11.8125rem;left:52.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TVbZFgQ8arQcO5Su0J7kayqaFSKIuqXB { color:#303030;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:8.0625rem;left:52.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#eSUcwCtdTmV5q8WHsaZlNOUkcZ82OHv3 { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:1.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#WpseALzAELEbRCx9LuAKK85epR5AuyH0 { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:1.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#z9tugHeJKHuw43wy3qNk4MuJscTnkHks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:4.9375rem;left:2.9375rem; }
#bWdlShOH2ySa3hMrk2ZTAS0SRCpPM4xa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:4.9375rem;left:27.9375rem; }
#ZROsFkWbfs5wvcgpPtyW5Cy5HCJUfins { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:4.9375rem;left:52.9375rem; }
#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA > .row .container { background-color: transparent; background-image: none; }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA > .row .container > .video-iframe-container { display: none; }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA > .row > .video-iframe-container { display: none; }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA > .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); }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA > .row .container { border-width: 0; border-radius: 0; }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#kiPTrIHbEizrZxwHhHE5kQROgv808zAf { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:1.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#XpezQAhcUOTZV276p1rybAGAuJcdwBgK { color:#303030;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:8.07470703125rem;left:2.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#awMyTvnhqITOOL70pHT1VT5JPEmsqsxa { color:#303030;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:11.82470703125rem;left:2.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Ct4TpflXk7Q9XODRJArHmyTPGurF7dLL { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15004;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:26.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#LGxITl1BcwCBxc9o80kOvSce4pnKZoq9 { color:#303030;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:11.8125rem;left:27.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#x3l9hDETBhm9Rp5QN8haGLJqZrCukKk0 { color:#303030;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:8.0625rem;left:27.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#MVbKVfS7gdbA9UgT6et7L4zcpiBzRXbF { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:51.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#NZMUz6mbMDd3gwVwf59FIuBAXf0emBm1 { color:#303030;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:11.8125rem;left:52.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ibiJ682hknAEA23648IkxCg7sXWs5Hrs { color:#303030;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:8.0625rem;left:52.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#c0XRS6LXdEV0BC4ihLhvThqPOF8QKJJI { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:1.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#EQEageWLqin8VVS7cF6LtTF3GVs151i6 { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:1.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#eId9bxhfEkMcfSMIstIaNE8W41I7MSI2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:4.9375rem;left:52.9375rem; }
#UT2czTBkhIMnbtKtouIvsfrBKfBcGgks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:4.9375rem;left:27.9375rem; }
#KAOBfyOikJveFWEAsKnkr4wa18rfFM5l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:4.9375rem;left:2.9375rem; }
#XRm1REesytTyHMd7RgDEmntNiTizCFDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#XRm1REesytTyHMd7RgDEmntNiTizCFDc > .row .container { background-color: transparent; background-image: none; }#XRm1REesytTyHMd7RgDEmntNiTizCFDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRm1REesytTyHMd7RgDEmntNiTizCFDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRm1REesytTyHMd7RgDEmntNiTizCFDc > .row .container > .video-iframe-container { display: none; }#XRm1REesytTyHMd7RgDEmntNiTizCFDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRm1REesytTyHMd7RgDEmntNiTizCFDc > .row > .video-iframe-container { display: none; }#XRm1REesytTyHMd7RgDEmntNiTizCFDc > .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); }#XRm1REesytTyHMd7RgDEmntNiTizCFDc > .row .container { border-width: 0; border-radius: 0; }#XRm1REesytTyHMd7RgDEmntNiTizCFDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRm1REesytTyHMd7RgDEmntNiTizCFDc > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#lVQX7Rom8rqk7EnlFiBtEIMmca8F7KTg { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:1.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#De07tdmGP8zihGZO5efx8FETqCT8PiAg { color:#303030;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:8.07470703125rem;left:2.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ZVxGxg1Qe7Xl0qPW519lRLMqvLGHdugp { color:#303030;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:11.82470703125rem;left:2.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#AzBbzwsyhNvinaTnJQTVlXimvUG96G9s { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15004;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:26.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#oe8aKd0HiScTFaNO7NAul4nUeV3QAAE1 { color:#303030;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:11.8125rem;left:27.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#bKhWa2TqJXevJZmM5CeTzzlsscSFVrnL { color:#303030;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:8.0625rem;left:27.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#X7JRc0NAePJmDSUTNmSMSyhR8md4I1mT { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:51.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#LsGKi1tICm7ZQeVMyUp1r0i06dhPGDqG { color:#303030;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:11.8125rem;left:52.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#KUR4swOmNCXO5CZl79kJsEsTMqlTiMsH { color:#303030;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:8.0625rem;left:52.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#DBJNSCnsmlhZMTFs6xD0di1WSKnM1sA5 { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:1.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#EKJsitC79oqcpveU9kcF4IJSrHaGSWOp { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:1.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#TsCFWkuhylAlIdR0LUqnc6NryVrHxAZO { background-color:#2584e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.75rem;left:1.15625rem;display:block; }
#GXXJRNINT91OTR4keQgkGvkzFWQhgX4m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KGEnS0Zsokxf6XPyAm2PPhRmIPkmUyb5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:5.5rem;left:2.9375rem; }
#ik88EnP5gwOENApNAudNTrO7oQd4tgtr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:5.5rem;left:27.9375rem; }
#JaqUvbTegMFu7hwhTsyCUxZeJHWKtQ0p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:5.5rem;left:52.9375rem; }
#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 > .row .container { background-color: transparent; background-image: none; }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 > .row .container > .video-iframe-container { display: none; }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 > .row > .video-iframe-container { display: none; }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 > .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); }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 > .row .container { border-width: 0; border-radius: 0; }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#nT5qmxQC19ypG7ewTCMU2ywUC7L7wErm { color:#000000;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.193359375rem;left:2.4375rem;height:6.011725rem;text-align:left;text-align-last:left;display:block; }
#eUXrxVrLyOXEyZ0ncPqizuGUrsMneZlX { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:21.75rem;width:15rem;top:4.193359375rem;left:50.125rem;overflow:hidden;display:block; }
#lUNwn9AsAMwLo6mElhCwF9fyI4gkJPVm { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:12.89404296875rem;left:2.4375rem;height:10.39845rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#et98awpUWi4x41k8TCQDAyAtrZ6KPXsg { color:#303030;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:15.125rem;left:44.4375rem;height:3.0874rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#eLCCMAVMFc2pTITosAPLFpr0nMTkETWm { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:18.9375rem;left:44.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#xRD3D8dd1nyBbFXa9sTA9D4qhI3nkoMX { color:#303030;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:22.33642578125rem;left:44.4375rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#JINDsWfHcNty3EVU9UlPmOs1GebidP6l { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15058;opacity:1;top:22.33642578125rem;left:52.8125rem; }
#zIvhNWEqo93CIA2zgAXvx3HPs0F9g8PT { color:#2584e5;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:2.95556640625rem;left:58.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#pOppDLMF9P8L1dChH2InpiLRrwabCaOq { background-color:#2584e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.82421875rem;left:2.4375rem;display:block; }
#ogKEO8MCgm8tRWgfvvSbSUwITbf1fZA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MwKF1eC7QRedELtTisGgz6vDRwWpACam { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container { background-color: transparent; background-image: none; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container > .video-iframe-container { display: none; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row > .video-iframe-container { display: none; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .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); }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container { border-width: 0; border-radius: 0; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#MZpdPotlQ26ahoMmoLih10zHqwkiXks8 { color:#000000;display:block;width:49.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.12158203125rem;left:0rem;height:3.0058625rem;text-align:left;text-align-last:left;display:block; }
#qGD3ptbiEOzXXNk5UftPNyfQRgLI5qod { color:#303030;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:16.90625rem;left:3.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S5HQltuXybn8A7rLizuBc9CdR6drTEk0 { color:#303030;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:20.5498046875rem;left:1.34375rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#XXHJEsZ8tVP8RxXItKi0zAomhEhvVblK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:13.8125rem;left:7.1875rem; }
#FtR4BailIF15e1cmp8HR2QQWcAoE9IbE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:13.8125rem;left:5.6875rem; }
#R9J1tW8oG8ETTKJKS6N7SO5N4sCtOgyw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:13.8125rem;left:4.1875rem; }
#m5OsGHhGBGoThRag93nZI0idq6kS4zaA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:13.8125rem;left:2.6875rem; }
#wCO1Dso80BWPld3mOiVAMyBdK7inpmDQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:13.8125rem;left:1.1875rem; }
#ySPti5VyuQ6czT7NiJsPOpTKBBsJdR8i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.1875rem;left:27.8125rem;display:none; }
#aGdXBXBOdHPoJTCfkDqsPdyslTeLMIDK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9.1875rem;left:29.3125rem;display:none; }
#AoHPIv9TCx5PgNSsaOmf9z8uGpSMWKRW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:9.1875rem;left:30.8125rem;display:none; }
#h6Lmp2BSG20vrnExfPH7QXkgD3CMa8tQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.1875rem;left:33.8125rem;display:none; }
#ohqWLbXZZhK3zE9xvJqfGNCGIzt8o0Ev { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9.1875rem;left:32.3125rem;display:none; }
#NQs3n5nU2gO3kvVOI6uWbHdOM7Cu5yme { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:0rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#D3SA5sm0RT6g8TeZy3Srrv4LLtf7GJZE { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:#ab2e23;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.61865234375rem;left:1.1875rem;display:block; }
#gFlQN4k0ELakd0vChCPlg0zcoaKHgx8f { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:16.90625rem;left:1.34375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CtMgCJSIfz0CSdW02eKOW3S46Cn51mfC { box-sizing:content-box;height:19.875rem;width:22.125rem;position:absolute;display:block;z-index:15011;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:23.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#PUmZeGSoTThPskpWZM5ZTRSynGX8SXQO { color:#303030;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:20.5625rem;left:25.125rem;height:7.9604375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#wMLDiFQkUr7UXG4IokbcaTFTkB5WESbr { color:#303030;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:16.9375rem;left:27.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TzIiSsfENmgMdg40Buu985zEaL5qIqWZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:13.8125rem;left:30.9375rem; }
#o6lztclddpDkJfhh0hy7FoANO4bRahT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:13.8125rem;left:29.4375rem; }
#BHoiGXyBpaSaS01xsLmIPQb1mhzTNe5a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:13.8125rem;left:27.9375rem; }
#B9hNhxkvSB0vHRn89Xcc1Uoyc9t08eLV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:13.8125rem;left:26.4375rem; }
#FQbNHc0mZT00cPXRZCeTDEaCGedrPyFT { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15074;background-color:#e4357f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625rem;left:24.9375rem;display:block; }
#lEG5aQTDmNMByAWRi510VfTybNl5tOTz { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:16.9375rem;left:25.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EM0DNnevgGCQy4edvOF00zd6r6TWOEl9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:13.8125rem;left:24.9375rem; }
#pskDJwcbbrcfJwT4tcRchOGmWWdz5EU5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.1875rem;left:33.8125rem;display:none; }
#AL6SbQGTm7GUTnX0wXtbfJAZnc3QzoId { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9.1875rem;left:32.3125rem;display:none; }
#AXKaGSbvWXsH09itXRARE130pTogUDmL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:9.1875rem;left:30.8125rem;display:none; }
#xwp7c05PSrtC7O71NgpFIQNvf9WSCweT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9.1875rem;left:29.3125rem;display:none; }
#SJmIH5FGf1GdmHORFnfxiS583gbOf64K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.1875rem;left:27.8125rem;display:none; }
#ioOnp0tNkxW9FtvMbAWiEpxAW2m4N6Cv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.1875rem;left:33.8125rem;display:none; }
#xShryyRompJOxEC0UXqakitghVfNrdFP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9.1875rem;left:32.3125rem;display:none; }
#r237f3QzBbkRog2FAnbWdiHGgJFIEoFw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:9.1875rem;left:30.8125rem;display:none; }
#eZIdVQMuFMMuJ2fndfCUvGGEGpVmOKAN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9.1875rem;left:29.3125rem;display:none; }
#NUMs6bLGXxboI82lwmXpPrnV7HLebPv1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.1875rem;left:27.8125rem;display:none; }
#XQIvzdnelKpCA9NcV9ZqsErQDUGVt7nJ { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:0rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#gpVeNAsiHa7TX0tezubbQ5VRyl2A3LQg { box-sizing:content-box;height:17.375rem;width:22.125rem;position:absolute;display:block;z-index:15021;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:47rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#oevtDV5tao8OnNDasct316mdlfSN8fny { color:#303030;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:20.5625rem;left:48.375rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ClISBRhCNuKpf0VQtkv3VdqIrK7VQKmw { color:#303030;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:16.9375rem;left:50.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCPJqNW7uQQCtp4PDC0TxnlbsTuc8fJW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:13.8125rem;left:54.1875rem; }
#hZq44mSTurfFB357ts2lvb0cn1IAkcHD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:13.8125rem;left:52.6875rem; }
#OpCA9FfGIC6gdfaseFatJnoDZVJT9oRl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:13.8125rem;left:51.1875rem; }
#rMGAeo9EhT2PHUIVfA603XfvrmyTphG7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:13.8125rem;left:49.6875rem; }
#O8DaGbNJnX6Zl4DbHgd7lnqIaawSNIRL { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15084;background-color:#d98d47;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625rem;left:48.1875rem;display:block; }
#Vh7FT9cSw2tZD0nepE7GXIr5qGuUOd0H { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:16.9375rem;left:48.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vW9FpRMZ7NPut3myRFHCOiaeqqrclbku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:13.8125rem;left:48.1875rem; }
#wkCpUvKWbfpraaefDW4BJHS35xr2qT1L { box-sizing:content-box;height:12.5rem;width:22.125rem;position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:0rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { background-color: transparent; background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .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); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { border-width: 0; border-radius: 0; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:75rem;position:relative;display:block; }#eUeR9vr8ld5OeLSlarCxHC64lvixdvl5 { position:absolute;display:block;z-index:15000;height:21.875rem;width:39.0625rem;top:2.40625rem;left:17.96875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX { display:block; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xo0WV0bU2JDVFIpuzyAlu0D5hmLTUb9B { width:45.875rem;height:14.9375rem;top:6.875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQymB78dK5bDT4GV1GUItBzSteV2daLr { width:22.9375rem;height:3.4375rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCxpO7FUKHMgk8Hl2EKTCTHTuvzTHD9u { display:block; }
 }@media only screen and (max-width: 763px) { #oqcJ8NLTRcZyuL0HM1W73ivRpPXxUaVD { top:4.125rem;left:17.8125rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzITut4KWyQE75pBbtiuy56HZRgDOOEC { width:8.5rem;height:1.25rem;top:31.5625rem;left:39.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKykk1OvDID1opq5FcyxrTPun4ykxrTU { width:9.0625rem;height:0.625rem;top:30.4375rem;left:38.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwA2MDTnU7m3lBMkcOaBGgQBTZHtuf7i { top:28.875rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6tgPwosJmptqJyuBTtUd4wk6caeuxBH { width:41.0625rem;height:5.1875rem;top:26.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkbFmKqGQ3C1tRJQfOJfZ5EJG4LZggPV { top:4.1875rem;left:26rem;width:15rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mk03ZKXA9pye6AIn7yGgZtsDEpIzgJJ0 { top:34rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBtb70DnkwPAcniSZhBMd5uteL5eF3sx { width:41.0625rem;height:3.875rem;top:24.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw0Q5Ptc27iWZ5KVT705qqGU11C55Bsg { top:28.875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ { display:block; }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3BZuV3L1z7btGkTxPz7l5lAviSmTUfk { width:35.375rem;height:3rem;top:4.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLzcp6s8GDTECkuFEn3BQg4Pn8m0NPr { width:31.1875rem;height:2.5625rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3luK9pizCvaXB1DHoez10GzGgrc3huz { top:5.125rem;left:30.625rem;width:17.125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uONn7zD2vMXtJRGdU7MraOiJIHGfdIb4 { width:22.9375rem;height:3.4375rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaaPlnQzhGiHRz2TMsG26QiTW2frFtl7 { display:block; }
 }@media only screen and (max-width: 763px) { #SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw { display:block; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmQSpZRpuqnQTONCZq5kZRk5z2A4N5GA { width:30.625rem;height:3rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxt63AV8RfkNKv2lcH1q6TXho6n7pAcR { width:19.625rem;height:1.25rem;top:5.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ae66M6bKqon16xKwNK7OkUoN7BsUFy { display:block; }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJQigOygtA2Rr2HRtHssI2VOcKyUfEJS { top:3.125rem;left:0rem;width:22.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcrxeHRPV7nhXURvTFG6bIVXvOpWcUK9 { width:17.8125rem;height:2.625rem;top:8.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDDTfoXrVBoS9kySOWeTOWPTmFv3E00O { width:18.75rem;height:2.625rem;top:11.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsfp0bO2JhnM2p4yitOp2J18EeqrDyc3 { top:3.125rem;left:9.625rem;width:22.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg7XV5OhZCAaeisnlvQIKfoF61kEJ1hF { width:18.75rem;height:1.25rem;top:11.8125rem;left:13rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L511vCv3NETC5O7bZXsgalF3RJ5PSG4T { width:17.8125rem;height:2.5625rem;top:8.0625rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLbn2NWFmtz94Wf0cgzwMOun5MLUrQbl { top:3.125rem;left:25.5rem;width:22.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n54UZH00bN0iJzgDBECgm351KDq0rXpK { width:18.75rem;height:2.5625rem;top:11.8125rem;left:28.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVbZFgQ8arQcO5Su0J7kayqaFSKIuqXB { width:17.8125rem;height:2.5625rem;top:8.0625rem;left:29.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSUcwCtdTmV5q8WHsaZlNOUkcZ82OHv3 { top:3.125rem;left:0rem;width:22.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpseALzAELEbRCx9LuAKK85epR5AuyH0 { top:3.125rem;left:0rem;width:22.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9tugHeJKHuw43wy3qNk4MuJscTnkHks { top:4.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWdlShOH2ySa3hMrk2ZTAS0SRCpPM4xa { top:4.9375rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZROsFkWbfs5wvcgpPtyW5Cy5HCJUfins { top:4.9375rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA { display:block; }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiPTrIHbEizrZxwHhHE5kQROgv808zAf { top:3.125rem;left:0rem;width:22.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpezQAhcUOTZV276p1rybAGAuJcdwBgK { width:17.8125rem;height:2.5625rem;top:8.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #awMyTvnhqITOOL70pHT1VT5JPEmsqsxa { width:18.75rem;height:2.5625rem;top:11.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4TpflXk7Q9XODRJArHmyTPGurF7dLL { top:3.125rem;left:9.625rem;width:22.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGxITl1BcwCBxc9o80kOvSce4pnKZoq9 { width:18.75rem;height:2.5625rem;top:11.8125rem;left:13rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3l9hDETBhm9Rp5QN8haGLJqZrCukKk0 { width:17.8125rem;height:2.5625rem;top:8.0625rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVbKVfS7gdbA9UgT6et7L4zcpiBzRXbF { top:3.125rem;left:25.5rem;width:22.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZMUz6mbMDd3gwVwf59FIuBAXf0emBm1 { width:18.75rem;height:1.25rem;top:11.8125rem;left:28.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibiJ682hknAEA23648IkxCg7sXWs5Hrs { width:17.8125rem;height:1.25rem;top:8.0625rem;left:29.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XRS6LXdEV0BC4ihLhvThqPOF8QKJJI { top:3.125rem;left:0rem;width:22.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQEageWLqin8VVS7cF6LtTF3GVs151i6 { top:3.125rem;left:0rem;width:22.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eId9bxhfEkMcfSMIstIaNE8W41I7MSI2 { top:4.9375rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT2czTBkhIMnbtKtouIvsfrBKfBcGgks { top:4.9375rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAOBfyOikJveFWEAsKnkr4wa18rfFM5l { top:4.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRm1REesytTyHMd7RgDEmntNiTizCFDc { display:block; }#XRm1REesytTyHMd7RgDEmntNiTizCFDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVQX7Rom8rqk7EnlFiBtEIMmca8F7KTg { top:3.125rem;left:0rem;width:22.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #De07tdmGP8zihGZO5efx8FETqCT8PiAg { width:17.8125rem;height:2.5625rem;top:8.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVxGxg1Qe7Xl0qPW519lRLMqvLGHdugp { width:18.75rem;height:2.5625rem;top:11.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzBbzwsyhNvinaTnJQTVlXimvUG96G9s { top:3.125rem;left:9.625rem;width:22.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe8aKd0HiScTFaNO7NAul4nUeV3QAAE1 { width:18.75rem;height:1.25rem;top:11.8125rem;left:13rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKhWa2TqJXevJZmM5CeTzzlsscSFVrnL { width:17.8125rem;height:2.5625rem;top:8.0625rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7JRc0NAePJmDSUTNmSMSyhR8md4I1mT { top:3.125rem;left:25.5rem;width:22.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsGKi1tICm7ZQeVMyUp1r0i06dhPGDqG { width:18.75rem;height:1.25rem;top:11.8125rem;left:28.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUR4swOmNCXO5CZl79kJsEsTMqlTiMsH { width:17.8125rem;height:2.5625rem;top:8.0625rem;left:29.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBJNSCnsmlhZMTFs6xD0di1WSKnM1sA5 { top:3.125rem;left:0rem;width:22.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKJsitC79oqcpveU9kcF4IJSrHaGSWOp { top:3.125rem;left:0rem;width:22.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsCFWkuhylAlIdR0LUqnc6NryVrHxAZO { width:22.6875rem;height:3.4375rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXXJRNINT91OTR4keQgkGvkzFWQhgX4m { display:block; }
 }@media only screen and (max-width: 763px) { #KGEnS0Zsokxf6XPyAm2PPhRmIPkmUyb5 { top:5.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik88EnP5gwOENApNAudNTrO7oQd4tgtr { top:5.5rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaqUvbTegMFu7hwhTsyCUxZeJHWKtQ0p { top:5.5rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 { display:block; }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nT5qmxQC19ypG7ewTCMU2ywUC7L7wErm { width:35.375rem;height:6rem;top:4.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUXrxVrLyOXEyZ0ncPqizuGUrsMneZlX { top:4.1875rem;left:26rem;width:15rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUNwn9AsAMwLo6mElhCwF9fyI4gkJPVm { width:28.6875rem;height:10.375rem;top:12.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #et98awpUWi4x41k8TCQDAyAtrZ6KPXsg { width:17.875rem;height:3.0625rem;top:15.125rem;left:29.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLCCMAVMFc2pTITosAPLFpr0nMTkETWm { width:11.3125rem;height:2.625rem;top:18.9375rem;left:30.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRD3D8dd1nyBbFXa9sTA9D4qhI3nkoMX { width:28.6875rem;height:0.875rem;top:22.3125rem;left:19.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JINDsWfHcNty3EVU9UlPmOs1GebidP6l { top:22.3125rem;left:39.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIvhNWEqo93CIA2zgAXvx3HPs0F9g8PT { width:11.3125rem;height:1.25rem;top:2.9375rem;left:36.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOppDLMF9P8L1dChH2InpiLRrwabCaOq { width:22.6875rem;height:3.4375rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogKEO8MCgm8tRWgfvvSbSUwITbf1fZA7 { display:block; }
 }@media only screen and (max-width: 763px) { #MwKF1eC7QRedELtTisGgz6vDRwWpACam { display:block; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZpdPotlQ26ahoMmoLih10zHqwkiXks8 { width:47.75rem;height:3rem;top:3.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGD3ptbiEOzXXNk5UftPNyfQRgLI5qod { width:14.625rem;height:1.25rem;top:16.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5HQltuXybn8A7rLizuBc9CdR6drTEk0 { width:13.1875rem;height:2.25rem;top:20.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHJEsZ8tVP8RxXItKi0zAomhEhvVblK { top:13.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtR4BailIF15e1cmp8HR2QQWcAoE9IbE { top:13.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9J1tW8oG8ETTKJKS6N7SO5N4sCtOgyw { top:13.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5OsGHhGBGoThRag93nZI0idq6kS4zaA { top:13.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCO1Dso80BWPld3mOiVAMyBdK7inpmDQ { top:13.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySPti5VyuQ6czT7NiJsPOpTKBBsJdR8i { top:9.1875rem;left:14.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGdXBXBOdHPoJTCfkDqsPdyslTeLMIDK { top:9.1875rem;left:15.6875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoHPIv9TCx5PgNSsaOmf9z8uGpSMWKRW { top:9.1875rem;left:17.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6Lmp2BSG20vrnExfPH7QXkgD3CMa8tQ { top:9.1875rem;left:20.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohqWLbXZZhK3zE9xvJqfGNCGIzt8o0Ev { top:9.1875rem;left:18.6875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQs3n5nU2gO3kvVOI6uWbHdOM7Cu5yme { top:12.3125rem;left:0rem;width:22.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3SA5sm0RT6g8TeZy3Srrv4LLtf7GJZE { top:16.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFlQN4k0ELakd0vChCPlg0zcoaKHgx8f { width:1.4375rem;height:1.3125rem;top:16.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtMgCJSIfz0CSdW02eKOW3S46Cn51mfC { top:12.3125rem;left:10.125rem;width:22.125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUmZeGSoTThPskpWZM5ZTRSynGX8SXQO { width:19.5rem;height:10.1875rem;top:20.5625rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMLDiFQkUr7UXG4IokbcaTFTkB5WESbr { width:14.625rem;height:1.25rem;top:16.9375rem;left:13.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzIiSsfENmgMdg40Buu985zEaL5qIqWZ { top:13.8125rem;left:17.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6lztclddpDkJfhh0hy7FoANO4bRahT9 { top:13.8125rem;left:15.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHoiGXyBpaSaS01xsLmIPQb1mhzTNe5a { top:13.8125rem;left:14.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9hNhxkvSB0vHRn89Xcc1Uoyc9t08eLV { top:13.8125rem;left:12.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQbNHc0mZT00cPXRZCeTDEaCGedrPyFT { top:16.625rem;left:11.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEG5aQTDmNMByAWRi510VfTybNl5tOTz { width:1.4375rem;height:1.25rem;top:16.9375rem;left:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM0DNnevgGCQy4edvOF00zd6r6TWOEl9 { top:13.8125rem;left:11.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pskDJwcbbrcfJwT4tcRchOGmWWdz5EU5 { top:9.1875rem;left:20.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AL6SbQGTm7GUTnX0wXtbfJAZnc3QzoId { top:9.1875rem;left:18.6875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXKaGSbvWXsH09itXRARE130pTogUDmL { top:9.1875rem;left:17.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwp7c05PSrtC7O71NgpFIQNvf9WSCweT { top:9.1875rem;left:15.6875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJmIH5FGf1GdmHORFnfxiS583gbOf64K { top:9.1875rem;left:14.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ioOnp0tNkxW9FtvMbAWiEpxAW2m4N6Cv { top:9.1875rem;left:20.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xShryyRompJOxEC0UXqakitghVfNrdFP { top:9.1875rem;left:18.6875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r237f3QzBbkRog2FAnbWdiHGgJFIEoFw { top:9.1875rem;left:17.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZIdVQMuFMMuJ2fndfCUvGGEGpVmOKAN { top:9.1875rem;left:15.6875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUMs6bLGXxboI82lwmXpPrnV7HLebPv1 { top:9.1875rem;left:14.1875rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQIvzdnelKpCA9NcV9ZqsErQDUGVt7nJ { top:12.3125rem;left:0rem;width:22.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpVeNAsiHa7TX0tezubbQ5VRyl2A3LQg { top:12.3125rem;left:25.625rem;width:22.125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oevtDV5tao8OnNDasct316mdlfSN8fny { width:19.5rem;height:7.9375rem;top:20.5625rem;left:28.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClISBRhCNuKpf0VQtkv3VdqIrK7VQKmw { width:14.625rem;height:1.25rem;top:16.9375rem;left:33.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCPJqNW7uQQCtp4PDC0TxnlbsTuc8fJW { top:13.8125rem;left:40.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZq44mSTurfFB357ts2lvb0cn1IAkcHD { top:13.8125rem;left:39.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpCA9FfGIC6gdfaseFatJnoDZVJT9oRl { top:13.8125rem;left:37.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMGAeo9EhT2PHUIVfA603XfvrmyTphG7 { top:13.8125rem;left:36.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8DaGbNJnX6Zl4DbHgd7lnqIaawSNIRL { top:16.625rem;left:34.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh7FT9cSw2tZD0nepE7GXIr5qGuUOd0H { width:1.4375rem;height:1.25rem;top:16.9375rem;left:34.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW9FpRMZ7NPut3myRFHCOiaeqqrclbku { top:13.8125rem;left:34.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkCpUvKWbfpraaefDW4BJHS35xr2qT1L { top:12.3125rem;left:0rem;width:22.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUeR9vr8ld5OeLSlarCxHC64lvixdvl5 { top:2.375rem;left:4.34375rem;width:39.0625rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3c36c80-b9ba-4133-97e5-9d516fb19fba/imgi_2_vlexturboxsafbeeldingsite800x8002.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.adaptive-delivery-prevent-bg, #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.lazyload, #ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX.lazyloading { background-image: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { background-color: transparent; background-image: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container > .video-iframe-container { display: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row > .video-iframe-container { display: none; }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .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); }#ndPsK6VccOTKTr3VKEn8DgdC09zR1gfX > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xo0WV0bU2JDVFIpuzyAlu0D5hmLTUb9B { width:20rem;height:10.074225rem;top:3.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQymB78dK5bDT4GV1GUItBzSteV2daLr { width:17.1875rem;height:3.4375rem;top:26.1875rem;left:0rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eCxpO7FUKHMgk8Hl2EKTCTHTuvzTHD9u { display:block; }
 }@media only screen and (max-width: 763px) { #oqcJ8NLTRcZyuL0HM1W73ivRpPXxUaVD { width:20rem;height:20rem;top:51.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzITut4KWyQE75pBbtiuy56HZRgDOOEC { width:8.5rem;height:1.29980625rem;top:49.1875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKykk1OvDID1opq5FcyxrTPun4ykxrTU { width:9.0625rem;height:0.6499rem;top:47.9375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwA2MDTnU7m3lBMkcOaBGgQBTZHtuf7i { display:flex;width:0.9375rem;height:0.9375rem;top:73.6875rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6tgPwosJmptqJyuBTtUd4wk6caeuxBH { width:17.5rem;height:4.87305625rem;top:19.03173828125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkbFmKqGQ3C1tRJQfOJfZ5EJG4LZggPV { width:13.8125rem;height:20rem;top:31.5rem;left:4.9375rem;overflow:hidden;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #mk03ZKXA9pye6AIn7yGgZtsDEpIzgJJ0 { display:flex;width:0.9375rem;height:0.9375rem;top:45.8125rem;left:8.5625rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #TBtb70DnkwPAcniSZhBMd5uteL5eF3sx { width:20rem;height:3.8984375rem;top:15.19580078125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw0Q5Ptc27iWZ5KVT705qqGU11C55Bsg { display:flex;width:0.9375rem;height:0.9375rem;top:20.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ { display:block; }#hTWQ90y4W1M0rEcxLcptQ3gITSBmHDTQ > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3BZuV3L1z7btGkTxPz7l5lAviSmTUfk { width:17.875rem;height:1.625rem;top:3.875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLzcp6s8GDTECkuFEn3BQg4Pn8m0NPr { width:17.625rem;height:2.2744125rem;top:8.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3luK9pizCvaXB1DHoez10GzGgrc3huz { width:17.125rem;height:12.8125rem;top:12.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uONn7zD2vMXtJRGdU7MraOiJIHGfdIb4 { width:19rem;height:3.4375rem;top:26.75rem;left:0.5rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UaaPlnQzhGiHRz2TMsG26QiTW2frFtl7 { display:block; }
 }@media only screen and (max-width: 763px) { #SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw { display:block; }#SLlqyorGBHSNh0Wm8zhBPQKxZIiwUMBw > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmQSpZRpuqnQTONCZq5kZRk5z2A4N5GA { width:17.9375rem;height:1.625rem;top:1.7705078125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxt63AV8RfkNKv2lcH1q6TXho6n7pAcR { width:15.75rem;height:0;top:3.525390625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4ae66M6bKqon16xKwNK7OkUoN7BsUFy { display:block; }#i4ae66M6bKqon16xKwNK7OkUoN7BsUFy > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJQigOygtA2Rr2HRtHssI2VOcKyUfEJS { width:17.625rem;height:10.1875rem;top:2.6875rem;left:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hcrxeHRPV7nhXURvTFG6bIVXvOpWcUK9 { width:15.5rem;height:1.949225rem;top:6.806640625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDDTfoXrVBoS9kySOWeTOWPTmFv3E00O { width:16rem;height:1.949225rem;top:9.8125rem;left:2rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsfp0bO2JhnM2p4yitOp2J18EeqrDyc3 { width:20rem;height:12.5rem;top:14.125rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #Dg7XV5OhZCAaeisnlvQIKfoF61kEJ1hF { width:18.75rem;height:0.9746125rem;top:22.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L511vCv3NETC5O7bZXsgalF3RJ5PSG4T { width:17.8125rem;height:1.949225rem;top:19.0625rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLbn2NWFmtz94Wf0cgzwMOun5MLUrQbl { width:20rem;height:12.5rem;top:27.875rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #n54UZH00bN0iJzgDBECgm351KDq0rXpK { width:18.75rem;height:0.9746125rem;top:35rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVbZFgQ8arQcO5Su0J7kayqaFSKIuqXB { width:10.9375rem;height:1.94921875rem;top:32.25rem;left:4.53125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSUcwCtdTmV5q8WHsaZlNOUkcZ82OHv3 { width:17.625rem;height:10.1875rem;top:14.943359375rem;left:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WpseALzAELEbRCx9LuAKK85epR5AuyH0 { width:17.625rem;height:10.1875rem;top:27.318359375rem;left:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #z9tugHeJKHuw43wy3qNk4MuJscTnkHks { display:flex;width:2rem;height:2rem;top:29.255859375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #bWdlShOH2ySa3hMrk2ZTAS0SRCpPM4xa { display:flex;width:2rem;height:2rem;top:16.505859375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #ZROsFkWbfs5wvcgpPtyW5Cy5HCJUfins { display:flex;width:2rem;height:2rem;top:4.130859375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA { display:block; }#u4N0IsmLrwSvGWJiVIGJNZscX4n2U8oA > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiPTrIHbEizrZxwHhHE5kQROgv808zAf { width:17.625rem;height:10.1875rem;top:2.6875rem;left:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XpezQAhcUOTZV276p1rybAGAuJcdwBgK { width:15.5rem;height:1.949225rem;top:6.806640625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #awMyTvnhqITOOL70pHT1VT5JPEmsqsxa { width:16rem;height:1.949225rem;top:9.8125rem;left:2rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4TpflXk7Q9XODRJArHmyTPGurF7dLL { width:20rem;height:12.5rem;top:14.125rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #LGxITl1BcwCBxc9o80kOvSce4pnKZoq9 { width:18.75rem;height:1.949225rem;top:22.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3l9hDETBhm9Rp5QN8haGLJqZrCukKk0 { width:17.8125rem;height:1.949225rem;top:19.0625rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVbKVfS7gdbA9UgT6et7L4zcpiBzRXbF { width:20rem;height:12.5rem;top:27.875rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #NZMUz6mbMDd3gwVwf59FIuBAXf0emBm1 { width:18.75rem;height:0.9746125rem;top:35rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibiJ682hknAEA23648IkxCg7sXWs5Hrs { width:10.9375rem;height:0.9746125rem;top:32.25rem;left:4.53125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XRS6LXdEV0BC4ihLhvThqPOF8QKJJI { width:17.625rem;height:10.1875rem;top:14.943359375rem;left:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #EQEageWLqin8VVS7cF6LtTF3GVs151i6 { width:17.625rem;height:10.1875rem;top:27.318359375rem;left:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #eId9bxhfEkMcfSMIstIaNE8W41I7MSI2 { display:flex;width:2rem;height:2rem;top:4.193359375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #UT2czTBkhIMnbtKtouIvsfrBKfBcGgks { display:flex;width:2rem;height:2rem;top:16.318359375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #KAOBfyOikJveFWEAsKnkr4wa18rfFM5l { display:flex;width:2rem;height:2rem;top:29.005859375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #XRm1REesytTyHMd7RgDEmntNiTizCFDc { display:block; }#XRm1REesytTyHMd7RgDEmntNiTizCFDc > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVQX7Rom8rqk7EnlFiBtEIMmca8F7KTg { width:17.625rem;height:10.1875rem;top:2.6875rem;left:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #De07tdmGP8zihGZO5efx8FETqCT8PiAg { width:15.5rem;height:1.949225rem;top:6.806640625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVxGxg1Qe7Xl0qPW519lRLMqvLGHdugp { width:16rem;height:1.949225rem;top:9.8125rem;left:2rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzBbzwsyhNvinaTnJQTVlXimvUG96G9s { width:20rem;height:12.5rem;top:14.125rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #oe8aKd0HiScTFaNO7NAul4nUeV3QAAE1 { width:18.75rem;height:0.9746125rem;top:22.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKhWa2TqJXevJZmM5CeTzzlsscSFVrnL { width:17.8125rem;height:1.949225rem;top:19.0625rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7JRc0NAePJmDSUTNmSMSyhR8md4I1mT { width:20rem;height:12.5rem;top:27.875rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #LsGKi1tICm7ZQeVMyUp1r0i06dhPGDqG { width:18.75rem;height:0.9746125rem;top:35rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUR4swOmNCXO5CZl79kJsEsTMqlTiMsH { width:10.9375rem;height:1.94921875rem;top:32.25rem;left:4.53125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBJNSCnsmlhZMTFs6xD0di1WSKnM1sA5 { width:17.625rem;height:10.1875rem;top:14.943359375rem;left:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #EKJsitC79oqcpveU9kcF4IJSrHaGSWOp { width:17.625rem;height:10.1875rem;top:27.318359375rem;left:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TsCFWkuhylAlIdR0LUqnc6NryVrHxAZO { width:19rem;height:3.4375rem;top:38.755859375rem;left:0.5rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GXXJRNINT91OTR4keQgkGvkzFWQhgX4m { display:block; }
 }@media only screen and (max-width: 763px) { #KGEnS0Zsokxf6XPyAm2PPhRmIPkmUyb5 { display:flex;width:2rem;height:2rem;top:29.068359375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #ik88EnP5gwOENApNAudNTrO7oQd4tgtr { display:flex;width:2rem;height:2rem;top:16.380859375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #JaqUvbTegMFu7hwhTsyCUxZeJHWKtQ0p { display:flex;width:2rem;height:2rem;top:3.943359375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 { display:block; }#D1JhqIgUBGSKdkQVxIsdLq0VVIKoLpf0 > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nT5qmxQC19ypG7ewTCMU2ywUC7L7wErm { width:20rem;height:3.25rem;top:2.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUXrxVrLyOXEyZ0ncPqizuGUrsMneZlX { width:13.8125rem;height:20rem;top:19.099609375rem;left:4.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lUNwn9AsAMwLo6mElhCwF9fyI4gkJPVm { width:18.875rem;height:8.7714875rem;top:8rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #et98awpUWi4x41k8TCQDAyAtrZ6KPXsg { width:3.6875rem;height:2.5996125rem;top:25.19970703125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLCCMAVMFc2pTITosAPLFpr0nMTkETWm { width:6rem;height:2.923825rem;top:28.8125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRD3D8dd1nyBbFXa9sTA9D4qhI3nkoMX { width:7.3125rem;height:1.7871125rem;top:32.8125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JINDsWfHcNty3EVU9UlPmOs1GebidP6l { display:flex;width:3.125rem;height:3.125rem;top:34.625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #zIvhNWEqo93CIA2zgAXvx3HPs0F9g8PT { width:8.125rem;height:0.9746125rem;top:18.125rem;left:11.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOppDLMF9P8L1dChH2InpiLRrwabCaOq { width:19rem;height:3.4375rem;top:42.13232421875rem;left:0.5rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ogKEO8MCgm8tRWgfvvSbSUwITbf1fZA7 { display:block; }
 }@media only screen and (max-width: 763px) { #MwKF1eC7QRedELtTisGgz6vDRwWpACam { display:block; }#MwKF1eC7QRedELtTisGgz6vDRwWpACam > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZpdPotlQ26ahoMmoLih10zHqwkiXks8 { width:16.0625rem;height:3.25rem;top:2.75rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGD3ptbiEOzXXNk5UftPNyfQRgLI5qod { width:12rem;height:1.21875rem;top:12.5rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5HQltuXybn8A7rLizuBc9CdR6drTEk0 { width:11rem;height:1.94921875rem;top:15.4375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHJEsZ8tVP8RxXItKi0zAomhEhvVblK { display:flex;width:1.5rem;height:1.5rem;top:29.625rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FtR4BailIF15e1cmp8HR2QQWcAoE9IbE { display:flex;width:1.5rem;height:1.5rem;top:29.625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9J1tW8oG8ETTKJKS6N7SO5N4sCtOgyw { display:flex;width:1.5rem;height:1.5rem;top:29.625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5OsGHhGBGoThRag93nZI0idq6kS4zaA { display:flex;width:1.5rem;height:1.5rem;top:29.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCO1Dso80BWPld3mOiVAMyBdK7inpmDQ { display:flex;width:1.5rem;height:1.5rem;top:29.625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySPti5VyuQ6czT7NiJsPOpTKBBsJdR8i { display:flex;width:1.5rem;height:1.5rem;top:9.5625rem;left:0.8125rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #aGdXBXBOdHPoJTCfkDqsPdyslTeLMIDK { display:flex;width:1.5rem;height:1.5rem;top:9.5625rem;left:2.3125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #AoHPIv9TCx5PgNSsaOmf9z8uGpSMWKRW { display:flex;width:1.5rem;height:1.5rem;top:9.5625rem;left:3.8125rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #h6Lmp2BSG20vrnExfPH7QXkgD3CMa8tQ { display:flex;width:1.5rem;height:1.5rem;top:9.5625rem;left:6.8125rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #ohqWLbXZZhK3zE9xvJqfGNCGIzt8o0Ev { display:flex;width:1.5rem;height:1.5rem;top:9.5625rem;left:5.3125rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #NQs3n5nU2gO3kvVOI6uWbHdOM7Cu5yme { width:20rem;height:10.6875rem;top:8.75rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #D3SA5sm0RT6g8TeZy3Srrv4LLtf7GJZE { width:1.875rem;height:1.875rem;top:12.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFlQN4k0ELakd0vChCPlg0zcoaKHgx8f { width:1.4375rem;height:0.9746125rem;top:12.625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtMgCJSIfz0CSdW02eKOW3S46Cn51mfC { width:20rem;height:12.5rem;top:20.3125rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #PUmZeGSoTThPskpWZM5ZTRSynGX8SXQO { width:18.3125rem;height:7.796875rem;top:28rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMLDiFQkUr7UXG4IokbcaTFTkB5WESbr { width:14.625rem;height:1.21875rem;top:24.9375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzIiSsfENmgMdg40Buu985zEaL5qIqWZ { display:flex;width:1.5rem;height:1.5rem;top:21.8125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6lztclddpDkJfhh0hy7FoANO4bRahT9 { display:flex;width:1.5rem;height:1.5rem;top:21.8125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHoiGXyBpaSaS01xsLmIPQb1mhzTNe5a { display:flex;width:1.5rem;height:1.5rem;top:21.8125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9hNhxkvSB0vHRn89Xcc1Uoyc9t08eLV { display:flex;width:1.5rem;height:1.5rem;top:21.8125rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQbNHc0mZT00cPXRZCeTDEaCGedrPyFT { width:1.875rem;height:1.875rem;top:24.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEG5aQTDmNMByAWRi510VfTybNl5tOTz { width:1.4375rem;height:0.9746125rem;top:25.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM0DNnevgGCQy4edvOF00zd6r6TWOEl9 { display:flex;width:1.5rem;height:1.5rem;top:21.8125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pskDJwcbbrcfJwT4tcRchOGmWWdz5EU5 { display:flex;width:1.5rem;height:1.5rem;top:21.9375rem;left:6.875rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #AL6SbQGTm7GUTnX0wXtbfJAZnc3QzoId { display:flex;width:1.5rem;height:1.5rem;top:21.9375rem;left:5.375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #AXKaGSbvWXsH09itXRARE130pTogUDmL { display:flex;width:1.5rem;height:1.5rem;top:21.9375rem;left:3.875rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #xwp7c05PSrtC7O71NgpFIQNvf9WSCweT { display:flex;width:1.5rem;height:1.5rem;top:21.9375rem;left:2.375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #SJmIH5FGf1GdmHORFnfxiS583gbOf64K { display:flex;width:1.5rem;height:1.5rem;top:21.9375rem;left:0.875rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #ioOnp0tNkxW9FtvMbAWiEpxAW2m4N6Cv { display:flex;width:1.5rem;height:1.5rem;top:39.375rem;left:6.8125rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #xShryyRompJOxEC0UXqakitghVfNrdFP { display:flex;width:1.5rem;height:1.5rem;top:39.375rem;left:5.3125rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #r237f3QzBbkRog2FAnbWdiHGgJFIEoFw { display:flex;width:1.5rem;height:1.5rem;top:39.375rem;left:3.8125rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #eZIdVQMuFMMuJ2fndfCUvGGEGpVmOKAN { display:flex;width:1.5rem;height:1.5rem;top:39.375rem;left:2.3125rem;z-index:15044; }
 }@media only screen and (max-width: 763px) { #NUMs6bLGXxboI82lwmXpPrnV7HLebPv1 { display:flex;width:1.5rem;height:1.5rem;top:39.375rem;left:0.8125rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #XQIvzdnelKpCA9NcV9ZqsErQDUGVt7nJ { width:20rem;height:16.25rem;top:20.8125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gpVeNAsiHa7TX0tezubbQ5VRyl2A3LQg { width:20rem;height:17.375rem;top:12.3125rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #oevtDV5tao8OnNDasct316mdlfSN8fny { width:18.625rem;height:5.84765625rem;top:44.9375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClISBRhCNuKpf0VQtkv3VdqIrK7VQKmw { width:14.625rem;height:1.21875rem;top:42.515625rem;left:3.46875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCPJqNW7uQQCtp4PDC0TxnlbsTuc8fJW { display:flex;width:1.5rem;height:1.5rem;top:13.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZq44mSTurfFB357ts2lvb0cn1IAkcHD { display:flex;width:1.5rem;height:1.5rem;top:13.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpCA9FfGIC6gdfaseFatJnoDZVJT9oRl { display:flex;width:1.5rem;height:1.5rem;top:13.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMGAeo9EhT2PHUIVfA603XfvrmyTphG7 { display:flex;width:1.5rem;height:1.5rem;top:13.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8DaGbNJnX6Zl4DbHgd7lnqIaawSNIRL { width:1.875rem;height:1.875rem;top:42.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh7FT9cSw2tZD0nepE7GXIr5qGuUOd0H { width:1.4375rem;height:0.9746125rem;top:42.6376953125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW9FpRMZ7NPut3myRFHCOiaeqqrclbku { display:flex;width:1.5rem;height:1.5rem;top:13.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkCpUvKWbfpraaefDW4BJHS35xr2qT1L { width:20rem;height:13.5rem;top:38.4375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { background-color:#000000;background-image:none;display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { background-color: transparent; background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .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); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUeR9vr8ld5OeLSlarCxHC64lvixdvl5 { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }