.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,235,204;--color-primary-1:255,195,102;--color-primary-2:255,155,0;--color-primary-3:252,65,0;--color-primary-4:51,31,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2be59923-f1cd-4b94-b0d6-40236c940d83/3DDRVeldhovenFIXHighResSmartHome.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE.adaptive-delivery-prevent-bg, #mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE.lazyload, #mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE.lazyloading { background-image: none; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row .container { background-color: transparent; background-image: none; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row .container > .video-iframe-container { display: none; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row > .video-iframe-container { display: none; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .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); }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row .container { border-width: 0; border-radius: 0; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#c6cddRpSpd2BO9hXNNqNWnNhlt70GyPF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8115rem;width:23.936375rem;top:1.25rem;left:26.5625rem;overflow:hidden;display:block; }
#AwPstyAiNsUSzieEZZHII3AH4mSmy2c4 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.86);background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.0625rem;width:22.3125rem;top:14.3125rem;left:46.3125rem;display:block; }
#IlNIrfGXdXTywhAt0T2VphPecvXEUI6R { color:rgba(var(--color-primary-3),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:14.9375rem;left:47.0625rem;height:6.9970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sx9ZKWTz9hwpaDN8F014JJOCqne8fZTt { color:#fafafa;display:block;width:13.4375rem;position:absolute;font-family:"hurme geometric 4";font-size:1.75rem;font-weight:700;z-index:15102;line-height:1.6;letter-spacing:0;top:23rem;left:16.1875rem;height:2.80029375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTdfaNiuEd7G0cQnTzPQ60mZWOL5KRtZ { color:rgba(var(--color-secondary-0),1);display:block;width:7.3111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:15.625rem;font-weight:700;z-index:15103;line-height:.5;letter-spacing:0;top:28rem;left:18.43359375rem;height:7.8125rem;font-style:normal;display:block; }
#JxFpTcIeAnS0Ty8PXGD6TmxDqC7u8pdk { color:rgba(var(--color-secondary-0),1);display:block;width:11rem;position:absolute;font-family:"hurme geometric 4";font-size:2.5rem;font-weight:700;z-index:15104;line-height:1;letter-spacing:0;top:35rem;left:27.875rem;height:2.5rem;font-style:normal;display:block; }
#LuDqiETvATcmT6grApkm3HI8VE20ybTk { position:absolute;display:block;z-index:15108;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:36.6875rem;top:14.3125rem;left:6rem;display:block; }
#pu22RTla6poBQcSI2QFRGwxMbLXEwvuX { color:rgba(var(--color-secondary-0),1);display:block;width:36.625rem;position:absolute;font-family:"hurme geometric 4";font-size:1.9375rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:14.9375rem;left:6.03125rem;height:2.32503125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yJFtrdmtJUlapFTQTI4KH5Z0MQvSLyye { color:rgba(var(--color-secondary-0),1);display:block;width:35.8125rem;position:absolute;font-family:"hurme geometric 4";font-size:1.75rem;font-weight:700;z-index:15111;line-height:1.2;letter-spacing:0;top:17.25rem;left:6rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HBenSyulHMgU03nAeeZEXeGDcqIdz18D { color:#fafafa;display:block;width:6.374rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:40.8740234375rem;left:10.811767578125rem;height:1.499025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4NNE83Tp1EvmXRSTWU6QKphmsbW5vPx { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.6875rem;width:27.625rem;top:40.499267578125rem;left:9.18701171875rem;display:block; }
#mfOHmP4m4W2aD4ZeHtnK5km9TN9e77pv { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:6.6875rem;width:0.125rem;top:40.625rem;left:18.6865234375rem;display:block; }
#E0TXTK3SH7GJ15xGt0xTMyh3Pk316Pzp { color:#fafafa;display:block;width:7.9361875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.2;letter-spacing:0;top:40.8740234375rem;left:29.124755859375rem;height:1.499025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AoTNPQtmgI9BeEpaC2CxJcI5xQV6GOa9 { color:#fafafa;display:block;width:6.37125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15069;line-height:1.2;letter-spacing:0;top:40.8740234375rem;left:20.499267578125rem;height:1.499025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wRwQmqCsgCxFIkKvSOXiUmWe4P0LZfIR { color:#fafafa;display:block;width:8.4986875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:42.833251953125rem;left:19.434814453125rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyuuBTIiAKWmtXg3e10J5WXdzHgJGPdb { color:#fafafa;display:block;width:7.749rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15069;line-height:1.2;letter-spacing:0;top:42.7490234375rem;left:10.186767578125rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBudUBiy9VJLhdINOeVRFGRpeNIEuizT { color:#fafafa;display:block;width:8.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.2;letter-spacing:0;top:42.7490234375rem;left:28.624267578125rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhhF9UH6L1m1Fo51ZVsBySgOWPFy5lFJ { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:6.75rem;width:0.125rem;top:40.625rem;left:28.87451171875rem;display:block; }
#i1MOyHufGcxnDvXunTVl2nxBdWSuZBZB { color:rgba(var(--color-secondary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15105;line-height:1;letter-spacing:0;top:35.1875rem;left:36.3125rem;height:1.25rem;font-style:normal;display:block; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-form-header {  }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:17.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-text {padding-top: 0; padding-bottom: 0;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-select {padding-top: 0; padding-bottom: 0;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:17.875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.6875rem;overflow:hidden;font-style:normal;float:none; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-container:first-of-type{padding-top:0;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-container:last-of-type{padding-bottom:0;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.357177734375rem;top:21.245361328125rem;z-index:15013;position:absolute; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.875rem;display:block;vertical-align:top; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm {display:block;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.357177734375rem;top:21.245361328125rem;z-index:15013;position:absolute; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #Xshrp3Tsz87IOKc4y3OeGdwEe4pom6D8 { position:relative; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #AfSzgUu1sEnd59FOhgqCm3iF64QdrV4G { position:relative;display:none; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #l3DIhX8CpJ7WnbnWAoTZ99RZHRwEKNPz { position:relative; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #cr0TGnZ4XridN1LrfbDCIwRxdwaZ1J8e { position:relative; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #U1GRnegkKQqTAbXcQbPVeV0C2gRnOczN { position:relative;display:none; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #pXLCllT8VRSeLGS2KgfsU0Z1mC4kHEAB { position:relative; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #rCV7aJaqScTFk9LsrzX2krC2uxZM1LLz { position:relative; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #sKBRFfgrTd2dAm6Xkd6rmQENLmQTTC2A { position:relative;display:none; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #CNsq7ywLrFX5ckFh1Rl9Fv8AgDoX1FRl { position:relative; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #gNQ9w2wnCgRQvOTk84iq97gTftvxeSEA { position:relative; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #C0mtZ3u7B1sZT7wRv9c2STLAhrX0oZtQ { position:relative;display:none; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #o4HWvJTpfLCo8h0tTrd33S51cRgIcFvx { position:relative; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #iP79An1lG1xP9hBfRbHKINneoZ1itcpl { position:relative; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #zSJ3Rdb8TzE0zX20oUMdoxamPDTiNE9k { position:relative; }
#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(161deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(161deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(161deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(161deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS > .row .container { background-color: transparent; background-image: none; }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS > .row .container > .video-iframe-container { display: none; }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS > .row > .video-iframe-container { display: none; }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS > .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); }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS > .row .container { border-width: 0; border-radius: 0; }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#vvvF9RiWd53lKuTyXufwpROgNRR86wxI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:41.625rem;width:33.25rem;top:1.5625rem;left:2.09375rem;overflow:hidden;display:block; }
#fk8gWpCeMPXU7TLgtGxPOzQAzEqGCzBo { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.24902375rem;width:36.25rem;top:6.375rem;left:38.125rem;display:block; }
#PC96fyHhEh6tsX0qpmmrgTuQn94my94o { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-3),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.434875rem;height:3.43359375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:40.709636688233rem;left:46.531253814698rem;display:block; }
#lxMXzI8tWN0iXdPxIoceFGvz22STEyAH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lWWlhUP7EssfHMwKLVH3f1KFwf7rf8AH { color:rgba(var(--color-secondary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.875rem;left:38.000003814698rem;height:8.76950625rem;font-style:normal;display:block; }
#ola8D6FRDT56ZhIWSA3A8WcOInUW68bh { color:rgba(var(--color-secondary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.875rem;left:38.5625rem;height:30.38325625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr > .row .container { background-color: transparent; background-image: none; }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr > .row .container > .video-iframe-container { display: none; }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr > .row > .video-iframe-container { display: none; }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr > .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); }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr > .row .container { border-width: 0; border-radius: 0; }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#QHk6o3VnBX2Ng0TOBU2Cf5kgqLweOeIR { color:rgba(var(--color-tertiary-4),1);display:block;width:74.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.74999904632569rem;left:0.74869918823244rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTmcgzGktv4gzO1hVLLfbh5pUWvwSklT { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:9.5rem;left:13.625rem;overflow:hidden;display:block; }
#yCB3znTmxNU0ASCeoG4s4wqiMko98Fe2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:24.6875rem;left:15.125rem;height:1.9995125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TS04hJ0edGAakkicto4Tb1bz6O8hssCM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:26.6875rem;left:12.9375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CMXlJ7dVWzzEJ0vgpqHZT2KqlPXoGKAz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:29.9375rem;left:22.1875rem; }
#lQ7Kabvi8PzQfNpsvFP6VVAwqZxEoPDJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:29.9375rem;left:16.25rem; }
#HJtWpKEhTVxkQZ3krfqLRQ7ZtPAwSTIx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:33.9375rem;left:22.1875rem; }
#OvZQg4g23lPfg47CfeZIQk5a6fVKQeL3 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:30.3125rem;left:18.375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zAQ0v9FTtg2z390WbLDFSTtSlPPLDwce { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:34.0625rem;left:24rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k09GkAnf5uKbXmTeSu5tXZQuev5Pi6Ut { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:30.3125rem;left:24.1875rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UZGev0VQdETMaUip0pupR7CUGQ2einTu { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:7.8125rem;left:11.4375rem;overflow:hidden;display:block; }
#eNW6IQx62f2HnOC6aSwc73DZPZkpICsZ { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:38.1875rem;width:17.8125rem;top:8.5rem;left:12.0625rem;display:block; }
#F0aGOEQvQ4ZIFxwhS18mez91ib0fraq2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:33.9375rem;left:16.25rem; }
#FgM7w33RoBN6BGT0R7EnAy1OiGk66EvZ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:34.0625rem;left:18.125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V0qMQlwBzR9e2mZt5lofhQldUh6kcRXk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom: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:15.0625rem;width:15.0625rem;top:9.4375rem;left:45.375rem;overflow:hidden;display:block; }
#Fk4pPh3LBs4LeXCCbsGdiavmzSk23a6D { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:38.1875rem;width:17.8125rem;top:8.5rem;left:43.875rem;display:block; }
#ZNgaeNCAtP14p4roSRt1wGH7go1OzuvZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:24.5rem;left:44.0625rem;height:1.9995125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vKI6feZMT5G0HBgyX7dtoEdczdeSTxTm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:28.3125rem;left:45.5rem;height:1.2243625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QWoOA6HboWWcNrtqd7eKDyI0DxxebKVT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.6;letter-spacing:0;top:29rem;left:44.4375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZSkrq9TRliCX5mu42WELbUEohhPDDiL1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:31rem;left:54.5rem; }
#xDMuFUbGRgzmd4BPk4QVrCJeOsx60nk6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:31rem;left:47.9375rem; }
#URNWrGE7GfeGRiNErAx0L0MdP8esBBaT { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.6;letter-spacing:0;top:31.125rem;left:56.125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ai7tTqAlh6tilZJrZOyxhyTiKzzp0RJn { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.6;letter-spacing:0;top:31.125rem;left:49.8125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UcpdacRuvPkmVtOdmptmUHeCOO2tEcOr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:34.3125rem;left:54.5rem; }
#ZRvypmvShfm52MlMPPmguDb8AJoxK6gt { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:34.625rem;left:56.25rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oWTdRCkaQN1W8oUMUgw1ET7XK7MoowkR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:34.3125rem;left:48.0625rem; }
#FyDJ7SixqXtZWbd0pG9q0q47mN7g01kv { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15103;line-height:1.6;letter-spacing:0;top:34.6875rem;left:49.9375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G6KSG6nJzzh7k4TJdh1T0caT7gHZhhZk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.4;letter-spacing:0;top:37.375rem;left:45.375rem;height:1.2243625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tdg8FHEVp09s1qv7qFCaIRd6VMCzIpGo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.6;letter-spacing:0;top:38.25rem;left:47rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zClAlXVWoskdRMskETh0wiUqHnpTCHVx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:39.9375rem;left:47.9375rem; }
#G3ckzdBnXT1D7Iy34UZTI5SCmJDaunSL { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:40.1875rem;left:49.625rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m2n1imDp66S0MW7B3OJW1T15r8l6QsHl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:39.9375rem;left:54.5rem; }
#EMAc7CoTPmIc4h0EVQuNAcc6HsUgoA7i { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:40.1875rem;left:56.125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6fShTCZhsFa21dznK7mHRDEDbc40Gk0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:43.125rem;left:54.5rem; }
#T4FdEpFZeSlw1ywksXlcH4QrgTsFX0lV { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15087;line-height:1.6;letter-spacing:0;top:43.5rem;left:56.25rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VIG7RbstQoEwT8THeoMk8XQ21tthwNkU { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15105;line-height:1.6;letter-spacing:0;top:43.5rem;left:49.8125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pQXzoVeGTbgXuH3P8zFq6CaRSM48kIJE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:43.125rem;left:47.9375rem; }
#BHQTfho0vFTssBf67bxH9LkS92qS8JGA { position:relative;display:block; }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA { background-color: transparent; background-image: none; }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA > .row .container > .video-iframe-container { display: none; }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA > .row > .video-iframe-container { display: none; }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA > .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); }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA { border-width: 0; border-radius: 0; }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zNsUxSqzs7l2RK8l3gM1HaBulfNXPZye { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:rgba(var(--color-secondary-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:15.183625rem;height:3.3737rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.708335876465rem;left:29.437503814698rem;display:block; }
#iTz9LWMaATTewTGkN0G7tFAK5sazZdqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQlGgX1i3dluaxPfN4rcK8H5XqLgTT0D { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:2.375rem;left:6rem;overflow:hidden;display:block; }
#d2pTBTlaTfLSHRZCXoIkuquD0glNp2zC { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:38.1875rem;width:17.8125rem;top:1.375rem;left:4.4375rem;display:block; }
#UNp3EgQzW5NZGigGCAOT0Ul6zGy1TnR0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15099;line-height:1.6;letter-spacing:0;top:17.5625rem;left:8.1875rem;height:1.9995125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NOgXMKk90XcP2GPTwRCANDX9kD1rDJke { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15098;line-height:1.6;letter-spacing:0;top:19.875rem;left:5.0625rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sV364kaVwvyWXVb6JVDn7wmDTtBLSPya { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:22.0625rem;left:14.625rem; }
#BwrCSuHkpaa1W1nq9uEKQ8fwaz5qrLwt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:22.0625rem;left:8.5rem; }
#TFzOqq9MpcWlzDnm0FggiBIprQWQ47Aw { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15099;line-height:1.6;letter-spacing:0;top:22.3125rem;left:10.3125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E9k0rXt5FnePgeLLTdvVOGqI7r1pqVT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15100;line-height:1.6;letter-spacing:0;top:22.3125rem;left:16.375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RaST5yZToE4B6HNbvNKHE5ZDLfRJG9TO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:25.625rem;left:14.625rem; }
#pkdPazSKVaDM7M5kFha0TCtZpItKyy6H { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15101;line-height:1.6;letter-spacing:0;top:25.875rem;left:16.375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cRJwDJDg1uzUgrsQL8zDUKXuPNAhvw8O { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:2.5rem;left:53.875rem;overflow:hidden;display:block; }
#u7eVWmgQMpF5qGOGA8cbqQkn9cpW5E05 { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:38.1875rem;width:17.8125rem;top:1.375rem;left:52.3125rem;display:block; }
#ZM5w3PvoZGPPLK01QAD4SohZXy8sx1l4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:17.75rem;left:55.8125rem;height:1.9995125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RuIEtowcF14J9KGyWz1vNPyk4svM55Cl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.6;letter-spacing:0;top:21.5rem;left:52.875rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pnra3hugbTJMzAVSWLkfW7o7Tkgn7TSJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:20.75rem;left:53.375rem;height:1.2243625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vICdElzH7ugqT5AJ6lxsEGeQncK3cTqI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:22.875rem;left:62.5625rem; }
#prbGeIFXQGA5FaBt9aHbWgm296XcaqGX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:23rem;left:56.8125rem; }
#oTWJGMeQlZyBCqVEcCRvxHx8NEGDMLnS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:26.8125rem;left:62.5625rem; }
#e2HOl9VPH069slTwqwTGXf1wPfzKumby { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:23rem;left:58.6875rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eClDamSzswctm4AduBsxsKHQc8dvW7c8 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15072;line-height:1.6;letter-spacing:0;top:26.8125rem;left:64.375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mu9CWE18cxyiKmFmUEeQnPaFnPfVNUqq { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15071;line-height:1.6;letter-spacing:0;top:23rem;left:64.375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WD0nNTsUxiQHzlfvs8J2gr0WHAzPNln9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:30.0625rem;left:53.5625rem;height:1.2243625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bBGdquVarTcpNo4AXyhuf3lCw1psNI6y { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:30.875rem;left:53.125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uUTalEkAm3Igs5NBTpaHEBU0fCguRylJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:32.5rem;left:56.8125rem; }
#fVtp2TR2K9CLCDrOyecn2RnIXD5Nt4XC { color:rgba(var(--color-tertiary-4),1);display:block;width:1.686525rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:32.6875rem;left:58.625rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TkpSW1CIpntmuvagQnsgRVWOvK4ScDV4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:32.5rem;left:62.625rem; }
#q8TG9FanouoTMB5Jr1Q6kgx0b7fIa5mP { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68555rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15077;line-height:1.6;letter-spacing:0;top:32.6875rem;left:64.375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qBhLXSXoCft0hJUOhz2R13IxhLkvGiBQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:35.875rem;left:62.625rem; }
#gH6HxbU2hckLTAD0rnattwZXIZasVPfZ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68555rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:36.0625rem;left:64.375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FMLRzmPUcakLmSLcx3TBT7M1Te9l96Ph { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:26.8125rem;left:56.8125rem; }
#N8WoZreUZE4i1D6UOZ4WLMVuQMFbbJ1D { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:35.8125rem;left:56.8125rem; }
#hmzmh6OpycLd6ZMCZoEpoT64C7WP4c7L { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:25.6875rem;left:8.5rem; }
#QPLq7XMJyi1WpftwETWi1FxsPSRqAhCy { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.6;letter-spacing:0;top:26.8125rem;left:58.6875rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bXh3nVowmGzn61lsT2Zx4FW1SnzaoR1X { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15079;line-height:1.6;letter-spacing:0;top:36.125rem;left:58.6875rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E115hasurGEB0WEQxQm44xxSlrdPDIyU { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15102;line-height:1.6;letter-spacing:0;top:25.75rem;left:10.375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WlGRG9nMcJlN2uVn9vw3CsMB7nGhCgkK { position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-left:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-right:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:38.1875rem;width:17.8125rem;top:1.375rem;left:28.5625rem;display:block; }
#JGJRf79ktrSG7FTOT307Otr4QlhUc2KS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:26.8125rem;left:33.3125rem; }
#Ql1ls7TM2UsPL6USFKx0Z4QATPfF8xlu { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:26.9375rem;left:35.1875rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JnHd7gTJ7fT6LaUbPnMcVW58eIiPUTVe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:22.8125rem;left:33.3125rem; }
#cvFVfXUAVxtUMKDx8nTvcViCHZ8IHbxt { color:rgba(var(--color-tertiary-4),1);display:block;width:1.6862rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15101;line-height:1.6;letter-spacing:0;top:23.0625rem;left:35.125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QVsrMNM1TD3PiCmVap2q5ySWv2kR5Vg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15100;line-height:1.6;letter-spacing:0;top:19.5625rem;left:29.4375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#idATHXEFB5I7Wdim5GINb8TOVslFDrpU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:22.8125rem;left:39.625rem; }
#hVZfgNEXaHFgReOp7nS2LrBRcHTCB3m1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:26.8125rem;left:39.625rem; }
#FhtuOxe0T35N01RTXkyySwTfe4Q6A8iK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15101;line-height:1.6;letter-spacing:0;top:17.5625rem;left:31.625rem;height:1.9995125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qJwxwlMuTwKinsDmAWKpoegHSQ4skHnn { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15103;line-height:1.6;letter-spacing:0;top:26.9375rem;left:41.5rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w5BB6M1EPDCS5aAnsrhASn1thXbenKqI { color:rgba(var(--color-tertiary-4),1);display:block;width:1.68489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15102;line-height:1.6;letter-spacing:0;top:23.0625rem;left:41.375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zQfTUqgQPNNr7PM8E4IWW5ZASBOtaLta { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:2.375rem;left:30.125rem;overflow:hidden;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.8125rem;left:7.125rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.380208969116rem;left:3.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.311458587646rem;left:3.125rem;height:3.4130875rem;text-align:center;text-align-last:center;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.8125rem;left:25.875rem; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.8125rem;left:44.625rem; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.8125rem;left:63.375rem; }
#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.68701171875rem;left:0rem;height:3.65600625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crFazAvV34t1sT6qc0QrwGvWcPMvTNRO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.380208969116rem;left:21.65625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfnzEtHJw4kQ9byD5Iz604bAIv8qXFsx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.310723304749rem;left:21.218036651611rem;height:3.4130875rem;text-align:center;text-align-last:center;display:block; }
#sP20uoDDORMhIp7OkHEtTVT4I5chMzMc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:40.625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P18TIZuFci2LecEEdeQPKKZyRop03PcQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.3125rem;left:40.625rem;height:3.41308125rem;text-align:center;text-align-last:center;display:block; }
#k3BE08pZNxkMG22XUIzF8dTwvdFI9773 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.375rem;left:59.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9MHO4y4RXKASObLhbqnh8xL3snJidoM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.311458587646rem;left:59.375rem;height:4.55078125rem;text-align:center;text-align-last:center;display:block; }
#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container { background-color: transparent; background-image: none; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container > .video-iframe-container { display: none; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row > .video-iframe-container { display: none; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .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); }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container { border-width: 0; border-radius: 0; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:block; }#kP7W8xGLdQ0zroHZEcSLCJTSVtl2ctKd { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RZIMqQ6k0Un0VREVLXe7UpTNP0FhrCT0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:6.39999961853rem;left:0.5rem;overflow:hidden;display:block; }
#kfWwak5WWtSw8m2CvvXAQMyyGhwJ6Rns { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:6.39999961853rem;left:19.25rem;overflow:hidden;display:block; }
#UQJhcDOVMbkeiX967m5ciNtAsussXT3a { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:6.39999961853rem;left:38rem;overflow:hidden;display:block; }
#e8omOIIJUQ5a4TZNsauT6fFJuzSgdPip { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:6.39999961853rem;left:56.75rem;overflow:hidden;display:block; }
#Vy2zTdLB3cs4BO9TgQHrGm2qKwi95JTR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:21.949999809265rem;left:0.5rem;overflow:hidden;display:block; }
#x8nf3khE1iOJ1tXkXlyEqWkeZL43zTwv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.6875rem;top:21.949999809265rem;left:19.25rem;overflow:hidden;display:block; }
#CPWGZt6yfwe0UoxmpviK1wkQdoZPZCLm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.6875rem;top:21.949999809265rem;left:38rem;overflow:hidden;display:block; }
#EdRILRXK3vBO3LvUpPOROSIP1QIO5mpx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:21.949219226837rem;left:56.750003814698rem;overflow:hidden;display:block; }
#k0wyPOWMV6TaAulExWHtCRzpeEybrIom { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.6875rem;top:37.5rem;left:38rem;overflow:hidden;display:block; }
#VxWMF45TUd6xlDvkfVtzygqMSrx2RTau { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.6875rem;top:37.4375rem;left:56.75rem;overflow:hidden;display:block; }
#ikP7D9DdM4NVx790hdiDTBMyVMk9xme9 { position:absolute;display:block;z-index:15009;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:17.5rem;top:49.154949188233rem;left:0.625rem;display:block; }
#PLf6LcEZb5T2lDJ7QuWzpoMppS1xGD9E { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:49.463542938233rem;left:2.90625rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvPzN7NzagFeqvTIMoZulaAPKctzd9yy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.5rem;top:37.5rem;left:0.625rem;overflow:hidden;display:block; }
#mQgFVnrkQtz5S9yszXKMD8O18IuBKwyt { position:absolute;display:block;z-index:15012;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:17.5rem;top:49.3125rem;left:19.375rem;display:block; }
#QMUpdteCBD8TyXNqnDlrb3T62MMbLvT1 { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.625rem;left:21.6875rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ch2dr3tKPOzn6mvQ6Lweobl6rnHzXe7k { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.5rem;top:37.4375rem;left:19.375rem;overflow:hidden;display:block; }
#npTImrdvD6px2n2tPcmBMA9dlW2PTl17 { position:absolute;display:block;z-index:15011;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:17.6875rem;top:18.125rem;left:0.5625rem;display:block; }
#qrpk0wl3llwbBzbJDKBo9Trn1GpSRbqQ { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.5625rem;left:2.875rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hsuAUUizAnNHE9exqpbqKJT1ci2Us0m0 { position:absolute;display:block;z-index:15011;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:17.75rem;top:18.0625rem;left:19.25rem;display:block; }
#J6rrRwR0mG6AvAwpBtFAWZgXBQikKQte { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.375rem;left:21.8125rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCF3wGUB5AGuRtLQwQ2wgUwbgF5lDTNT { position:absolute;display:block;z-index:15013;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:17.8125rem;top:18rem;left:38rem;display:block; }
#U0eI40xNsGc1SJohJiPrfLEOcImdrEXk { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.375rem;left:40.4375rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pagi3tpZ5hCbXI0ITXHNin5fehsFw7qF { position:absolute;display:block;z-index:15011;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:17.625rem;top:18.125rem;left:56.8125rem;display:block; }
#ncNsVC1FGcUCQZHAhABDwblEybcWClhR { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.4375rem;left:59.1875rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6o1PLH3NnogIZtyg3SR5rL8UKx7GlgB { position:absolute;display:block;z-index:15013;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:17.8125rem;top:33.6875rem;left:0.5rem;display:block; }
#cphUuVvvtL7ISedPuvZuB4TG3fOKgX9W { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:34rem;left:2.875rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hnbfim3rPwX7NFkpX4x2UhgLs1mmetQV { position:absolute;display:block;z-index:15015;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:17.6875rem;top:33.6875rem;left:19.25rem;display:block; }
#kOl6mDoQMz2rDbePkNTmb0PcMfNmttVM { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:34rem;left:21.625rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tsuXO9kIPEoxHzlhgssAPEw8tMmTqhko { position:absolute;display:block;z-index:15017;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:17.6875rem;top:33.625rem;left:38rem;display:block; }
#a0ID5KUTNqA7nAibV8EWUMwGdKAcVenF { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34rem;left:40.375rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RvlBkVnKwesnvqNLEiXOu5H3QQQrslyQ { position:absolute;display:block;z-index:15019;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:17.8125rem;top:33.75rem;left:56.75rem;display:block; }
#RrU71Wch5kKDBxo47SAHVSV16lhE3BZ2 { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:34rem;left:59.125rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gu6tz7cpnk3ewptk71dtMsEbIUOKwdts { position:absolute;display:block;z-index:15021;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:17.6875rem;top:49.1875rem;left:38rem;display:block; }
#vHbqH7abpyozOuOUsmLeoTNecZBBE725 { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:49.375rem;left:40.375rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lZiTg3UpZD7K9lJKQbaFmPg9tIwStc04 { position:absolute;display:block;z-index:15023;background-color:#fa5100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:17.6875rem;top:49.125rem;left:56.75rem;display:block; }
#M7OsK3R44AawBWl2COAOf5TLOcup2i56 { color:rgba(var(--color-secondary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:49.375rem;left:59.125rem;height:1.3806125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wl4C5rUTA4M2iMAGPWztTq7QygbVsz7D { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:rgba(var(--color-secondary-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:15.1861875rem;height:3.3737rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:53.375rem;left:29.906253814698rem;display:block; }
#nSDIIQgOlClttAoKXb2qr8xyCSihfOTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container { background-color: transparent; background-image: none; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container > .video-iframe-container { display: none; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row > .video-iframe-container { display: none; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .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); }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container { border-width: 0; border-radius: 0; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#ZROxUsL0JJtkBouDL34yNUcho2AGRkpc { color:rgba(var(--color-secondary-0),1);display:block;width:27.9368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:23.25rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1J7k1CUuGCusUIkTu7OgaPEyaWMJFMT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.4998125rem;width:36.7498125rem;top:5.75rem;left:18.625rem;display:block; }
#hI9Wu5xc09iVlTW14cTPEAiTTNFaywp6 { color:rgba(var(--color-secondary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:4.25rem;left:20rem;height:1.40014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { 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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0623226165771rem;left:35.499820709229rem;height:8.5290625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-secondary-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:15.1864375rem;height:3.37446875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.810368537903rem;left:35.499820709229rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PsoJ7yfqGZDTAivpy0LT3p4gKt9wNseI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:32.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Neh5bcrJIePXE0BtW8RHQSgKTorXTRVy { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:11.181639671326rem;left:35.499820709229rem;height:1.40014375rem;font-style:normal;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:3.375rem;left:25.0625rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXCxEpiiMiCOvJtlTWQnAb7ESV4yCNdT { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:5.3125rem;left:25.25rem;height:4.194325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcQ3NdyCT9PB3O9T3h6xA129eJKrbqTg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:14.25rem;top:0.9375rem;left:1.0625rem;overflow:hidden;display:block; }
#AnUxHavb5zreEchUkmcRRITaPKtyVoVb { color:rgba(var(--color-tertiary-1),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:5.4375rem;left:1rem;height:5.99365rem;font-style:normal;display:block; }
#KAhb1FbVyvkGMsQk4JyRt0qgikIEn7Id { position:absolute;display:block;z-index:15017;height:12.5rem;width:18.2493125rem;top:0.15323257446289rem;left:52.242538452149rem;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { 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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-primary-3),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.83665084838869rem;left:21.624645233154rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE { display:block; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6cddRpSpd2BO9hXNNqNWnNhlt70GyPF { top:1.25rem;left:12.9375rem;width:23.875rem;height:6.7940347065919rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwPstyAiNsUSzieEZZHII3AH4mSmy2c4 { top:14.3125rem;left:25.375rem;width:22.25rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlNIrfGXdXTywhAt0T2VphPecvXEUI6R { top:14.9375rem;left:26.9375rem;width:20.8125rem;height:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx9ZKWTz9hwpaDN8F014JJOCqne8fZTt { top:23rem;left:2.5625rem;width:13.4375rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTdfaNiuEd7G0cQnTzPQ60mZWOL5KRtZ { top:28rem;left:4.80859375rem;width:7.25rem;height:7.8125rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxFpTcIeAnS0Ty8PXGD6TmxDqC7u8pdk { top:35rem;left:14.25rem;width:11rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuDqiETvATcmT6grApkm3HI8VE20ybTk { top:14.3125rem;left:0rem;width:36.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu22RTla6poBQcSI2QFRGwxMbLXEwvuX { top:14.9375rem;left:0rem;width:36.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJFtrdmtJUlapFTQTI4KH5Z0MQvSLyye { top:17.25rem;left:0rem;width:35.8125rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBenSyulHMgU03nAeeZEXeGDcqIdz18D { top:40.8125rem;left:0rem;width:6.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4NNE83Tp1EvmXRSTWU6QKphmsbW5vPx { top:40.4375rem;left:0rem;width:27.5625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfOHmP4m4W2aD4ZeHtnK5km9TN9e77pv { top:40.625rem;left:5.0615234375rem;width:0.0625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0TXTK3SH7GJ15xGt0xTMyh3Pk316Pzp { top:40.8125rem;left:15.499755859375rem;width:7.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoTNPQtmgI9BeEpaC2CxJcI5xQV6GOa9 { top:40.8125rem;left:6.874267578125rem;width:6.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRwQmqCsgCxFIkKvSOXiUmWe4P0LZfIR { top:42.8125rem;left:5.809814453125rem;width:8.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyuuBTIiAKWmtXg3e10J5WXdzHgJGPdb { top:42.6875rem;left:0rem;width:7.6875rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBudUBiy9VJLhdINOeVRFGRpeNIEuizT { top:42.6875rem;left:14.999267578125rem;width:8.4375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhhF9UH6L1m1Fo51ZVsBySgOWPFy5lFJ { top:40.625rem;left:15.24951171875rem;width:0.0625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1MOyHufGcxnDvXunTVl2nxBdWSuZBZB { top:35.1875rem;left:22.6875rem;width:11rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-regular-label { display:block;width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-text { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-text {padding-top: 0; padding-bottom: 0;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-textarea { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-select { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-select {padding-top: 0; padding-bottom: 0;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-button { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm  { width:17.875rem;height:auto;top:21.1875rem;left:27.375rem; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .radio-container { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm {display:block;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm { width:17.875rem;height:auto;top:21.1875rem;left:27.375rem; }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #Xshrp3Tsz87IOKc4y3OeGdwEe4pom6D8 {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #AfSzgUu1sEnd59FOhgqCm3iF64QdrV4G { display:none; }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #l3DIhX8CpJ7WnbnWAoTZ99RZHRwEKNPz {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #cr0TGnZ4XridN1LrfbDCIwRxdwaZ1J8e {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #U1GRnegkKQqTAbXcQbPVeV0C2gRnOczN { display:none; }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #pXLCllT8VRSeLGS2KgfsU0Z1mC4kHEAB {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #rCV7aJaqScTFk9LsrzX2krC2uxZM1LLz {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #sKBRFfgrTd2dAm6Xkd6rmQENLmQTTC2A {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #CNsq7ywLrFX5ckFh1Rl9Fv8AgDoX1FRl {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #gNQ9w2wnCgRQvOTk84iq97gTftvxeSEA {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #C0mtZ3u7B1sZT7wRv9c2STLAhrX0oZtQ {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #o4HWvJTpfLCo8h0tTrd33S51cRgIcFvx {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #iP79An1lG1xP9hBfRbHKINneoZ1itcpl {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #zSJ3Rdb8TzE0zX20oUMdoxamPDTiNE9k {  }
 }@media only screen and (max-width: 763px) { #bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS { display:block; }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvvF9RiWd53lKuTyXufwpROgNRR86wxI { top:1.5625rem;left:0rem;width:33.25rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk8gWpCeMPXU7TLgtGxPOzQAzEqGCzBo { top:6.375rem;left:11.5rem;width:36.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC96fyHhEh6tsX0qpmmrgTuQn94my94o { width:19.375rem;height:3.375rem;top:40.6875rem;left:26.093753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxMXzI8tWN0iXdPxIoceFGvz22STEyAH { display:block; }
 }@media only screen and (max-width: 763px) { #lWWlhUP7EssfHMwKLVH3f1KFwf7rf8AH { top:1.875rem;left:10.3125rem;width:37.4375rem;height:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ola8D6FRDT56ZhIWSA3A8WcOInUW68bh { top:7.875rem;left:11.9375rem;width:35.8125rem;height:30.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr { display:block; }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHk6o3VnBX2Ng0TOBU2Cf5kgqLweOeIR { width:47.75rem;height:6.5rem;top:0.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmcgzGktv4gzO1hVLLfbh5pUWvwSklT { width:15.0625rem;height:15.0625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCB3znTmxNU0ASCeoG4s4wqiMko98Fe2 { width:12.125rem;height:2rem;top:24.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS04hJ0edGAakkicto4Tb1bz6O8hssCM { width:16.875rem;height:1.5625rem;top:26.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMXlJ7dVWzzEJ0vgpqHZT2KqlPXoGKAz { top:29.9375rem;left:11.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ7Kabvi8PzQfNpsvFP6VVAwqZxEoPDJ { top:29.9375rem;left:10.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJtWpKEhTVxkQZ3krfqLRQ7ZtPAwSTIx { top:33.9375rem;left:11.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvZQg4g23lPfg47CfeZIQk5a6fVKQeL3 { width:1.625rem;height:1.5625rem;top:30.3125rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAQ0v9FTtg2z390WbLDFSTtSlPPLDwce { width:1.625rem;height:1.5625rem;top:34.0625rem;left:13.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k09GkAnf5uKbXmTeSu5tXZQuev5Pi6Ut { width:1.625rem;height:1.5625rem;top:30.3125rem;left:13.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZGev0VQdETMaUip0pupR7CUGQ2einTu { top:7.8125rem;left:7.125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNW6IQx62f2HnOC6aSwc73DZPZkpICsZ { width:17.8125rem;height:38.1875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0aGOEQvQ4ZIFxwhS18mez91ib0fraq2 { top:33.9375rem;left:10.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgM7w33RoBN6BGT0R7EnAy1OiGk66EvZ { width:1.625rem;height:1.5625rem;top:34.0625rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0qMQlwBzR9e2mZt5lofhQldUh6kcRXk { width:15.0625rem;height:15.0625rem;top:9.4375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk4pPh3LBs4LeXCCbsGdiavmzSk23a6D { width:17.8125rem;height:38.1875rem;top:8.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNgaeNCAtP14p4roSRt1wGH7go1OzuvZ { width:17.875rem;height:2rem;top:24.5rem;left:17.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKI6feZMT5G0HBgyX7dtoEdczdeSTxTm { width:15.875rem;height:1.1875rem;top:28.3125rem;left:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWoOA6HboWWcNrtqd7eKDyI0DxxebKVT { width:16.875rem;height:1.5625rem;top:29rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkrq9TRliCX5mu42WELbUEohhPDDiL1 { top:31rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDMuFUbGRgzmd4BPk4QVrCJeOsx60nk6 { top:31rem;left:30.90625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URNWrGE7GfeGRiNErAx0L0MdP8esBBaT { width:1.625rem;height:1.5625rem;top:31.125rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7tTqAlh6tilZJrZOyxhyTiKzzp0RJn { width:1.625rem;height:1.5625rem;top:31.125rem;left:32.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcpdacRuvPkmVtOdmptmUHeCOO2tEcOr { top:34.3125rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRvypmvShfm52MlMPPmguDb8AJoxK6gt { width:1.625rem;height:1.5625rem;top:34.625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWTdRCkaQN1W8oUMUgw1ET7XK7MoowkR { top:34.3125rem;left:31.03125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyDJ7SixqXtZWbd0pG9q0q47mN7g01kv { width:1.625rem;height:1.5625rem;top:34.6875rem;left:32.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6KSG6nJzzh7k4TJdh1T0caT7gHZhhZk { width:15.875rem;height:1.1875rem;top:37.375rem;left:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdg8FHEVp09s1qv7qFCaIRd6VMCzIpGo { width:11.1875rem;height:1.5625rem;top:38.25rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zClAlXVWoskdRMskETh0wiUqHnpTCHVx { top:39.9375rem;left:30.90625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ckzdBnXT1D7Iy34UZTI5SCmJDaunSL { width:1.625rem;height:1.5625rem;top:40.1875rem;left:32.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2n1imDp66S0MW7B3OJW1T15r8l6QsHl { top:39.9375rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMAc7CoTPmIc4h0EVQuNAcc6HsUgoA7i { width:1.625rem;height:1.5625rem;top:40.1875rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6fShTCZhsFa21dznK7mHRDEDbc40Gk0 { top:43.125rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4FdEpFZeSlw1ywksXlcH4QrgTsFX0lV { width:1.625rem;height:1.5625rem;top:43.5rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIG7RbstQoEwT8THeoMk8XQ21tthwNkU { width:1.625rem;height:1.5625rem;top:43.5rem;left:32.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQXzoVeGTbgXuH3P8zFq6CaRSM48kIJE { top:43.125rem;left:30.90625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHQTfho0vFTssBf67bxH9LkS92qS8JGA { display:block; }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNsUxSqzs7l2RK8l3gM1HaBulfNXPZye { width:15.125rem;height:3.3125rem;top:40.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTz9LWMaATTewTGkN0G7tFAK5sazZdqA { display:block; }
 }@media only screen and (max-width: 763px) { #wQlGgX1i3dluaxPfN4rcK8H5XqLgTT0D { width:15.0625rem;height:15.0625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2pTBTlaTfLSHRZCXoIkuquD0glNp2zC { width:17.8125rem;height:38.1875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNp3EgQzW5NZGigGCAOT0Ul6zGy1TnR0 { width:11.1875rem;height:2rem;top:17.5625rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOgXMKk90XcP2GPTwRCANDX9kD1rDJke { width:16.875rem;height:1.5625rem;top:19.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV364kaVwvyWXVb6JVDn7wmDTtBLSPya { top:22.0625rem;left:7.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwrCSuHkpaa1W1nq9uEKQ8fwaz5qrLwt { top:22.0625rem;left:1.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFzOqq9MpcWlzDnm0FggiBIprQWQ47Aw { width:1.625rem;height:1.5625rem;top:22.3125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9k0rXt5FnePgeLLTdvVOGqI7r1pqVT2 { width:1.625rem;height:1.5625rem;top:22.3125rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaST5yZToE4B6HNbvNKHE5ZDLfRJG9TO { top:25.625rem;left:7.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkdPazSKVaDM7M5kFha0TCtZpItKyy6H { width:1.625rem;height:1.5625rem;top:25.875rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRJwDJDg1uzUgrsQL8zDUKXuPNAhvw8O { width:15.0625rem;height:15.0625rem;top:2.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7eVWmgQMpF5qGOGA8cbqQkn9cpW5E05 { width:17.8125rem;height:38.1875rem;top:1.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM5w3PvoZGPPLK01QAD4SohZXy8sx1l4 { width:11.1875rem;height:2rem;top:17.75rem;left:35.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuIEtowcF14J9KGyWz1vNPyk4svM55Cl { width:16.875rem;height:1.5625rem;top:21.5rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnra3hugbTJMzAVSWLkfW7o7Tkgn7TSJ { width:15.875rem;height:1.1875rem;top:20.75rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vICdElzH7ugqT5AJ6lxsEGeQncK3cTqI { top:22.875rem;left:42.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prbGeIFXQGA5FaBt9aHbWgm296XcaqGX { top:23rem;left:36.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTWJGMeQlZyBCqVEcCRvxHx8NEGDMLnS { top:26.8125rem;left:42.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2HOl9VPH069slTwqwTGXf1wPfzKumby { width:1.625rem;height:1.5625rem;top:23rem;left:38.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eClDamSzswctm4AduBsxsKHQc8dvW7c8 { width:1.625rem;height:1.5625rem;top:26.8125rem;left:43.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu9CWE18cxyiKmFmUEeQnPaFnPfVNUqq { width:1.625rem;height:1.5625rem;top:23rem;left:43.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD0nNTsUxiQHzlfvs8J2gr0WHAzPNln9 { width:15.875rem;height:1.1875rem;top:30.0625rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBGdquVarTcpNo4AXyhuf3lCw1psNI6y { width:16.875rem;height:1.5625rem;top:30.875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTalEkAm3Igs5NBTpaHEBU0fCguRylJ { top:32.5rem;left:36.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVtp2TR2K9CLCDrOyecn2RnIXD5Nt4XC { width:1.625rem;height:1.5625rem;top:32.6875rem;left:38.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpSW1CIpntmuvagQnsgRVWOvK4ScDV4 { top:32.5rem;left:42.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8TG9FanouoTMB5Jr1Q6kgx0b7fIa5mP { width:1.625rem;height:1.5625rem;top:32.6875rem;left:43.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBhLXSXoCft0hJUOhz2R13IxhLkvGiBQ { top:35.875rem;left:42.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH6HxbU2hckLTAD0rnattwZXIZasVPfZ { width:1.625rem;height:1.5625rem;top:36.0625rem;left:43.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMLRzmPUcakLmSLcx3TBT7M1Te9l96Ph { top:26.8125rem;left:36.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8WoZreUZE4i1D6UOZ4WLMVuQMFbbJ1D { top:35.8125rem;left:36.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmzmh6OpycLd6ZMCZoEpoT64C7WP4c7L { top:25.6875rem;left:1.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPLq7XMJyi1WpftwETWi1FxsPSRqAhCy { width:1.625rem;height:1.5625rem;top:26.8125rem;left:38.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXh3nVowmGzn61lsT2Zx4FW1SnzaoR1X { width:1.625rem;height:1.5625rem;top:36.125rem;left:38.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E115hasurGEB0WEQxQm44xxSlrdPDIyU { width:1.625rem;height:1.5625rem;top:25.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlGRG9nMcJlN2uVn9vw3CsMB7nGhCgkK { width:17.8125rem;height:38.1875rem;top:1.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGJRf79ktrSG7FTOT307Otr4QlhUc2KS { top:26.8125rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql1ls7TM2UsPL6USFKx0Z4QATPfF8xlu { width:1.625rem;height:1.5625rem;top:26.9375rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnHd7gTJ7fT6LaUbPnMcVW58eIiPUTVe { top:22.8125rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvFVfXUAVxtUMKDx8nTvcViCHZ8IHbxt { width:1.625rem;height:1.5625rem;top:23.0625rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVsrMNM1TD3PiCmVap2q5ySWv2kR5Vg2 { width:16.875rem;height:1.5625rem;top:19.5625rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idATHXEFB5I7Wdim5GINb8TOVslFDrpU { top:22.8125rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVZfgNEXaHFgReOp7nS2LrBRcHTCB3m1 { top:26.8125rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhtuOxe0T35N01RTXkyySwTfe4Q6A8iK { width:12.125rem;height:2rem;top:17.5625rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJwxwlMuTwKinsDmAWKpoegHSQ4skHnn { width:1.625rem;height:1.5625rem;top:26.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5BB6M1EPDCS5aAnsrhASn1thXbenKqI { width:1.625rem;height:1.5625rem;top:23.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQfTUqgQPNNr7PM8E4IWW5ZASBOtaLta { width:15.0625rem;height:15.0625rem;top:2.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:6.8125rem;left:3.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:12.375rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:15.25rem;left:0rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:6.8125rem;left:15.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:6.8125rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:6.8125rem;left:39.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crFazAvV34t1sT6qc0QrwGvWcPMvTNRO { top:12.375rem;left:10.9375rem;width:12.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfnzEtHJw4kQ9byD5Iz604bAIv8qXFsx { top:15.25rem;left:10.0625rem;width:13.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP20uoDDORMhIp7OkHEtTVT4I5chMzMc { top:12.375rem;left:23.3125rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18TIZuFci2LecEEdeQPKKZyRop03PcQ { top:15.3125rem;left:23.3125rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3BE08pZNxkMG22XUIzF8dTwvdFI9773 { top:12.375rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9MHO4y4RXKASObLhbqnh8xL3snJidoM { top:15.25rem;left:35.25rem;width:12.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 { display:block; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP7W8xGLdQ0zroHZEcSLCJTSVtl2ctKd { width:47.75rem;height:3.625rem;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZIMqQ6k0Un0VREVLXe7UpTNP0FhrCT0 { top:6.375rem;left:0rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfWwak5WWtSw8m2CvvXAQMyyGhwJ6Rns { top:6.375rem;left:6.125rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQJhcDOVMbkeiX967m5ciNtAsussXT3a { top:6.375rem;left:18.0625rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8omOIIJUQ5a4TZNsauT6fFJuzSgdPip { top:6.375rem;left:30rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy2zTdLB3cs4BO9TgQHrGm2qKwi95JTR { top:21.9375rem;left:0rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8nf3khE1iOJ1tXkXlyEqWkeZL43zTwv { top:21.9375rem;left:6.125rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPWGZt6yfwe0UoxmpviK1wkQdoZPZCLm { top:21.9375rem;left:18.0625rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdRILRXK3vBO3LvUpPOROSIP1QIO5mpx { top:21.9375rem;left:30rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0wyPOWMV6TaAulExWHtCRzpeEybrIom { top:37.5rem;left:18.125rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxWMF45TUd6xlDvkfVtzygqMSrx2RTau { top:37.4375rem;left:30.0625rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikP7D9DdM4NVx790hdiDTBMyVMk9xme9 { top:49.125rem;left:0rem;width:17.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLf6LcEZb5T2lDJ7QuWzpoMppS1xGD9E { top:49.4375rem;left:0rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvPzN7NzagFeqvTIMoZulaAPKctzd9yy { top:37.5rem;left:0rem;width:17.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQgFVnrkQtz5S9yszXKMD8O18IuBKwyt { top:49.3125rem;left:6.375rem;width:17.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMUpdteCBD8TyXNqnDlrb3T62MMbLvT1 { top:49.625rem;left:10.9375rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch2dr3tKPOzn6mvQ6Lweobl6rnHzXe7k { top:37.4375rem;left:6.375rem;width:17.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npTImrdvD6px2n2tPcmBMA9dlW2PTl17 { top:18.125rem;left:0rem;width:17.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrpk0wl3llwbBzbJDKBo9Trn1GpSRbqQ { top:18.5625rem;left:0rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsuAUUizAnNHE9exqpbqKJT1ci2Us0m0 { top:18.0625rem;left:6.1875rem;width:17.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6rrRwR0mG6AvAwpBtFAWZgXBQikKQte { top:18.375rem;left:10.9375rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCF3wGUB5AGuRtLQwQ2wgUwbgF5lDTNT { top:18rem;left:17.9375rem;width:17.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0eI40xNsGc1SJohJiPrfLEOcImdrEXk { top:18.375rem;left:22.875rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pagi3tpZ5hCbXI0ITXHNin5fehsFw7qF { top:18.125rem;left:30.125rem;width:17.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNsVC1FGcUCQZHAhABDwblEybcWClhR { top:18.4375rem;left:34.8125rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6o1PLH3NnogIZtyg3SR5rL8UKx7GlgB { top:33.6875rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cphUuVvvtL7ISedPuvZuB4TG3fOKgX9W { top:34rem;left:0rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnbfim3rPwX7NFkpX4x2UhgLs1mmetQV { top:33.6875rem;left:6.0625rem;width:17.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOl6mDoQMz2rDbePkNTmb0PcMfNmttVM { top:34rem;left:10.9375rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsuXO9kIPEoxHzlhgssAPEw8tMmTqhko { top:33.625rem;left:18.125rem;width:17.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ID5KUTNqA7nAibV8EWUMwGdKAcVenF { top:34rem;left:22.875rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlBkVnKwesnvqNLEiXOu5H3QQQrslyQ { top:33.75rem;left:29.9375rem;width:17.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrU71Wch5kKDBxo47SAHVSV16lhE3BZ2 { top:34rem;left:34.8125rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu6tz7cpnk3ewptk71dtMsEbIUOKwdts { top:49.1875rem;left:18.125rem;width:17.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHbqH7abpyozOuOUsmLeoTNecZBBE725 { top:49.375rem;left:22.875rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZiTg3UpZD7K9lJKQbaFmPg9tIwStc04 { top:49.125rem;left:29.9375rem;width:17.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7OsK3R44AawBWl2COAOf5TLOcup2i56 { top:49.375rem;left:34.8125rem;width:12.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl4C5rUTA4M2iMAGPWztTq7QygbVsz7D { width:15.125rem;height:3.3125rem;top:53.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSDIIQgOlClttAoKXb2qr8xyCSihfOTb { display:block; }
 }@media only screen and (max-width: 763px) { #Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 { display:block; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZROxUsL0JJtkBouDL34yNUcho2AGRkpc { top:1.8125rem;left:0rem;width:27.875rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1J7k1CUuGCusUIkTu7OgaPEyaWMJFMT { top:5.75rem;left:0rem;width:36.6875rem;height:20.464556663588rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI9Wu5xc09iVlTW14cTPEAiTTNFaywp6 { top:4.25rem;left:0rem;width:34.375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:2rem;left:11rem;width:30.125rem;height:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:15.125rem;height:3.3125rem;top:13.75rem;left:21.874820709229rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #PsoJ7yfqGZDTAivpy0LT3p4gKt9wNseI { top:0rem;left:0rem;width:32.9375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neh5bcrJIePXE0BtW8RHQSgKTorXTRVy { top:11.125rem;left:12.75rem;width:35rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:3.375rem;left:11.4375rem;width:19.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCxEpiiMiCOvJtlTWQnAb7ESV4yCNdT { top:5.3125rem;left:11.625rem;width:16.9375rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcQ3NdyCT9PB3O9T3h6xA129eJKrbqTg { top:0.9375rem;left:0rem;width:14.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnUxHavb5zreEchUkmcRRITaPKtyVoVb { top:5.4375rem;left:0rem;width:18.75rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAhb1FbVyvkGMsQk4JyRt0qgikIEn7Id { top:0.125rem;left:29.5625rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.8125rem;left:7.9986991882325rem;width:30.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2be59923-f1cd-4b94-b0d6-40236c940d83/3DDRVeldhovenFIXHighResSmartHome.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE.adaptive-delivery-prevent-bg, #mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE.lazyload, #mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE.lazyloading { background-image: none; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row .container { background-color: transparent; background-image: none; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row .container > .video-iframe-container { display: none; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row > .video-iframe-container { display: none; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .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); }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row .container { border-width: 0; border-radius: 0; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mitSpIwoFBu7IpT0wTrtVLNifyDHtwTE > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6cddRpSpd2BO9hXNNqNWnNhlt70GyPF { width:12.5rem;height:3.6862rem;top:1.8723958730698rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwPstyAiNsUSzieEZZHII3AH4mSmy2c4 { width:19.4375rem;height:25.8125rem;top:34.249267578125rem;left:0.3125rem;background-color:rgba(255,255,255,0.85);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IlNIrfGXdXTywhAt0T2VphPecvXEUI6R { width:17.874375rem;height:6.2988125rem;top:35.062255859375rem;left:1.124267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx9ZKWTz9hwpaDN8F014JJOCqne8fZTt { width:19.375rem;height:1.9995125rem;top:15.624267578125rem;left:0rem;font-size:1.25rem;font-family:"hurme geometric 4";display:block; }
 }@media only screen and (max-width: 763px) { #hTdfaNiuEd7G0cQnTzPQ60mZWOL5KRtZ { width:5.6875rem;height:3.90625rem;top:19.562255859375rem;left:7.1240234375rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxFpTcIeAnS0Ty8PXGD6TmxDqC7u8pdk { width:5.8125rem;height:2.250975rem;top:22.499267578125rem;left:11.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #LuDqiETvATcmT6grApkm3HI8VE20ybTk { width:20rem;height:5.375rem;top:8.87451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu22RTla6poBQcSI2QFRGwxMbLXEwvuX { width:19.6875rem;height:1.57470625rem;top:9.124755859375rem;left:0.15625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yJFtrdmtJUlapFTQTI4KH5Z0MQvSLyye { width:19.8125rem;height:3.3764625rem;top:10.625rem;left:0.0927734375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HBenSyulHMgU03nAeeZEXeGDcqIdz18D { width:3.9987rem;height:1.19873125rem;top:27.37451171875rem;left:8.3740234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4NNE83Tp1EvmXRSTWU6QKphmsbW5vPx { width:19.75rem;height:5.875rem;top:26.999755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfOHmP4m4W2aD4ZeHtnK5km9TN9e77pv { width:0.0625rem;height:5.9375rem;top:26.999267578125rem;left:6.8115234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #E0TXTK3SH7GJ15xGt0xTMyh3Pk316Pzp { width:4.125rem;height:1.19873125rem;top:27.37451171875rem;left:14.874267578125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AoTNPQtmgI9BeEpaC2CxJcI5xQV6GOa9 { width:3.75rem;height:1.19873125rem;top:27.68701171875rem;left:1.37451171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRwQmqCsgCxFIkKvSOXiUmWe4P0LZfIR { width:6.684875rem;height:2.3974625rem;top:29.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyuuBTIiAKWmtXg3e10J5WXdzHgJGPdb { width:5.9375rem;height:2.3974625rem;top:29.125rem;left:7.374267578125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBudUBiy9VJLhdINOeVRFGRpeNIEuizT { width:2.5rem;height:2.3974625rem;top:29.24951171875rem;left:15.74951171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhhF9UH6L1m1Fo51ZVsBySgOWPFy5lFJ { width:0.0618489375rem;height:5.9375rem;top:26.999755859375rem;left:14.3115234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #i1MOyHufGcxnDvXunTVl2nxBdWSuZBZB { width:1rem;height:1.875rem;top:24.125rem;left:15.74951171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-text {padding-top: 0; padding-bottom: 0;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-select {padding-top: 0; padding-bottom: 0;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm  { width:17.5rem;height:auto;top:40.932861328125rem;left:0rem; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm {display:block;}#DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm { width:17.5rem;height:auto;top:40.932861328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #Xshrp3Tsz87IOKc4y3OeGdwEe4pom6D8 {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #AfSzgUu1sEnd59FOhgqCm3iF64QdrV4G { display:none; }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #l3DIhX8CpJ7WnbnWAoTZ99RZHRwEKNPz {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #cr0TGnZ4XridN1LrfbDCIwRxdwaZ1J8e {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #U1GRnegkKQqTAbXcQbPVeV0C2gRnOczN { display:none; }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #pXLCllT8VRSeLGS2KgfsU0Z1mC4kHEAB {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #rCV7aJaqScTFk9LsrzX2krC2uxZM1LLz {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #sKBRFfgrTd2dAm6Xkd6rmQENLmQTTC2A { display:none; }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #CNsq7ywLrFX5ckFh1Rl9Fv8AgDoX1FRl {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #gNQ9w2wnCgRQvOTk84iq97gTftvxeSEA {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #C0mtZ3u7B1sZT7wRv9c2STLAhrX0oZtQ { display:none; }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #o4HWvJTpfLCo8h0tTrd33S51cRgIcFvx {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #iP79An1lG1xP9hBfRbHKINneoZ1itcpl {  }
 }@media only screen and (max-width: 763px) { #DvetzPkU91P2H9W1NxNGRlMh6I2JZfsm #zSJ3Rdb8TzE0zX20oUMdoxamPDTiNE9k {  }
 }@media only screen and (max-width: 763px) { #bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS { display:block; }#bXvndIvcAOrcTOu9tANsbUzzZJ9bGRlS > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvvF9RiWd53lKuTyXufwpROgNRR86wxI { width:19.0625rem;height:23.875rem;top:0.92578125rem;left:0.62369793653488rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fk8gWpCeMPXU7TLgtGxPOzQAzEqGCzBo { width:19.375rem;height:0.249023125rem;top:33.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC96fyHhEh6tsX0qpmmrgTuQn94my94o { width:17.4323125rem;height:3.36979375rem;top:62.562502861025rem;left:1.4375000596046rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxMXzI8tWN0iXdPxIoceFGvz22STEyAH { display:block; }
 }@media only screen and (max-width: 763px) { #lWWlhUP7EssfHMwKLVH3f1KFwf7rf8AH { width:18.4375rem;height:11.21335625rem;top:25.425782203674rem;left:0.78125005960463rem;font-size:1.4375rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ola8D6FRDT56ZhIWSA3A8WcOInUW68bh { width:19.749375rem;height:26.001rem;top:34.8125rem;left:0.3125rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr { display:block; }#MEvW0tn1hlIlkxwCh5lPoTtNBgmPRphr > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHk6o3VnBX2Ng0TOBU2Cf5kgqLweOeIR { width:20rem;height:3.73779375rem;top:1.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmcgzGktv4gzO1hVLLfbh5pUWvwSklT { width:14.1875rem;height:14.1875rem;top:8rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCB3znTmxNU0ASCeoG4s4wqiMko98Fe2 { width:12.8125rem;height:2rem;top:22.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS04hJ0edGAakkicto4Tb1bz6O8hssCM { width:10.1875rem;height:1.59911875rem;top:24.1875rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMXlJ7dVWzzEJ0vgpqHZT2KqlPXoGKAz { display:flex;width:1.9375rem;height:1.9375rem;top:26.875rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #lQ7Kabvi8PzQfNpsvFP6VVAwqZxEoPDJ { display:flex;width:1.9375rem;height:1.9375rem;top:26.875rem;left:5.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #HJtWpKEhTVxkQZ3krfqLRQ7ZtPAwSTIx { display:flex;width:1.9375rem;height:1.9375rem;top:30.6875rem;left:11.625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #OvZQg4g23lPfg47CfeZIQk5a6fVKQeL3 { width:1.625rem;height:1.59911875rem;top:27.0625rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAQ0v9FTtg2z390WbLDFSTtSlPPLDwce { width:1.625rem;height:1.59911875rem;top:30.9375rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k09GkAnf5uKbXmTeSu5tXZQuev5Pi6Ut { width:1.625rem;height:1.59911875rem;top:27.0625rem;left:13.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZGev0VQdETMaUip0pupR7CUGQ2einTu { width:4.8125rem;height:4.8125rem;top:6.4375rem;left:0.6875rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #eNW6IQx62f2HnOC6aSwc73DZPZkpICsZ { width:17.8125rem;height:28.5625rem;top:6.9375rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #F0aGOEQvQ4ZIFxwhS18mez91ib0fraq2 { display:flex;width:1.875rem;height:1.875rem;top:30.6875rem;left:5.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #FgM7w33RoBN6BGT0R7EnAy1OiGk66EvZ { width:1.625rem;height:1.59911875rem;top:30.9375rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0qMQlwBzR9e2mZt5lofhQldUh6kcRXk { width:14.1875rem;height:14.1875rem;top:38.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk4pPh3LBs4LeXCCbsGdiavmzSk23a6D { width:17.8125rem;height:38.1875rem;top:37.375rem;left:1.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZNgaeNCAtP14p4roSRt1wGH7go1OzuvZ { width:17.875rem;height:2rem;top:52.375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKI6feZMT5G0HBgyX7dtoEdczdeSTxTm { width:6rem;height:1.2243625rem;top:54.9375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWoOA6HboWWcNrtqd7eKDyI0DxxebKVT { width:16.875rem;height:1.59911875rem;top:56.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkrq9TRliCX5mu42WELbUEohhPDDiL1 { display:flex;width:1.9375rem;height:1.9375rem;top:69rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #xDMuFUbGRgzmd4BPk4QVrCJeOsx60nk6 { display:flex;width:1.875rem;height:1.875rem;top:69.0625rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #URNWrGE7GfeGRiNErAx0L0MdP8esBBaT { width:1.625rem;height:1.59911875rem;top:69.375rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7tTqAlh6tilZJrZOyxhyTiKzzp0RJn { width:1.625rem;height:1.59911875rem;top:69.375rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcpdacRuvPkmVtOdmptmUHeCOO2tEcOr { display:flex;width:1.9375rem;height:1.9375rem;top:72.4375rem;left:11.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #ZRvypmvShfm52MlMPPmguDb8AJoxK6gt { width:1.625rem;height:1.59911875rem;top:72.8125rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWTdRCkaQN1W8oUMUgw1ET7XK7MoowkR { display:flex;width:1.875rem;height:1.875rem;top:62.375rem;left:5.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #FyDJ7SixqXtZWbd0pG9q0q47mN7g01kv { width:1.625rem;height:1.59911875rem;top:62.75rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6KSG6nJzzh7k4TJdh1T0caT7gHZhhZk { width:3.5625rem;height:1.2243625rem;top:65.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdg8FHEVp09s1qv7qFCaIRd6VMCzIpGo { width:10.3125rem;height:1.59911875rem;top:66.75rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zClAlXVWoskdRMskETh0wiUqHnpTCHVx { display:flex;width:1.875rem;height:1.875rem;top:59.0625rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #G3ckzdBnXT1D7Iy34UZTI5SCmJDaunSL { width:1.625rem;height:1.59911875rem;top:59.4375rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2n1imDp66S0MW7B3OJW1T15r8l6QsHl { display:flex;width:1.9375rem;height:1.9375rem;top:59.0625rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #EMAc7CoTPmIc4h0EVQuNAcc6HsUgoA7i { width:1.625rem;height:1.59911875rem;top:59.4375rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6fShTCZhsFa21dznK7mHRDEDbc40Gk0 { display:flex;width:1.9375rem;height:1.9375rem;top:62.375rem;left:11.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #T4FdEpFZeSlw1ywksXlcH4QrgTsFX0lV { width:1.625rem;height:1.59911875rem;top:62.75rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIG7RbstQoEwT8THeoMk8XQ21tthwNkU { width:1.625rem;height:1.59911875rem;top:72.8125rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQXzoVeGTbgXuH3P8zFq6CaRSM48kIJE { display:flex;width:1.875rem;height:1.875rem;top:72.5rem;left:5.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #BHQTfho0vFTssBf67bxH9LkS92qS8JGA { display:block; }#BHQTfho0vFTssBf67bxH9LkS92qS8JGA > .row .container { width:20rem;height:106.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNsUxSqzs7l2RK8l3gM1HaBulfNXPZye { width:17.5rem;height:3.4375rem;top:101.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTz9LWMaATTewTGkN0G7tFAK5sazZdqA { display:block; }
 }@media only screen and (max-width: 763px) { #wQlGgX1i3dluaxPfN4rcK8H5XqLgTT0D { width:15.0625rem;height:15.0625rem;top:1.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2pTBTlaTfLSHRZCXoIkuquD0glNp2zC { width:17.8125rem;height:28.5625rem;top:0.8125rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UNp3EgQzW5NZGigGCAOT0Ul6zGy1TnR0 { width:11.1875rem;height:2rem;top:16.875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOgXMKk90XcP2GPTwRCANDX9kD1rDJke { width:16.875rem;height:1.59911875rem;top:18.5625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV364kaVwvyWXVb6JVDn7wmDTtBLSPya { display:flex;width:1.875rem;height:1.875rem;top:21rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #BwrCSuHkpaa1W1nq9uEKQ8fwaz5qrLwt { display:flex;width:1.875rem;height:1.875rem;top:21rem;left:5.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TFzOqq9MpcWlzDnm0FggiBIprQWQ47Aw { width:1.625rem;height:1.59911875rem;top:21.25rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9k0rXt5FnePgeLLTdvVOGqI7r1pqVT2 { width:1.625rem;height:1.59911875rem;top:21.25rem;left:13.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaST5yZToE4B6HNbvNKHE5ZDLfRJG9TO { display:flex;width:1.875rem;height:1.875rem;top:24.3125rem;left:11.375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #pkdPazSKVaDM7M5kFha0TCtZpItKyy6H { width:1.625rem;height:1.59911875rem;top:24.6875rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRJwDJDg1uzUgrsQL8zDUKXuPNAhvw8O { width:14.1875rem;height:14.1875rem;top:62.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7eVWmgQMpF5qGOGA8cbqQkn9cpW5E05 { width:17.8125rem;height:38.1875rem;top:61.6875rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZM5w3PvoZGPPLK01QAD4SohZXy8sx1l4 { width:10.8125rem;height:2rem;top:76.8125rem;left:5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuIEtowcF14J9KGyWz1vNPyk4svM55Cl { width:9.5rem;height:1.59911875rem;top:80.6875rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnra3hugbTJMzAVSWLkfW7o7Tkgn7TSJ { width:5.9375rem;height:1.2243625rem;top:79.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vICdElzH7ugqT5AJ6lxsEGeQncK3cTqI { display:flex;width:1.9375rem;height:1.9375rem;top:92.3125rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #prbGeIFXQGA5FaBt9aHbWgm296XcaqGX { display:flex;width:1.9375rem;height:1.9375rem;top:92.3125rem;left:6rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oTWJGMeQlZyBCqVEcCRvxHx8NEGDMLnS { display:flex;width:1.9375rem;height:1.9375rem;top:95.5625rem;left:11.3125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #e2HOl9VPH069slTwqwTGXf1wPfzKumby { width:1.625rem;height:1.59911875rem;top:82.75rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eClDamSzswctm4AduBsxsKHQc8dvW7c8 { width:1.625rem;height:1.59911875rem;top:96rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu9CWE18cxyiKmFmUEeQnPaFnPfVNUqq { width:1.625rem;height:1.59911875rem;top:92.625rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD0nNTsUxiQHzlfvs8J2gr0WHAzPNln9 { width:6.25rem;height:1.2243625rem;top:88.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBGdquVarTcpNo4AXyhuf3lCw1psNI6y { width:9.625rem;height:1.59911875rem;top:90.1875rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTalEkAm3Igs5NBTpaHEBU0fCguRylJ { display:flex;width:1.9375rem;height:1.9375rem;top:82.4375rem;left:6rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fVtp2TR2K9CLCDrOyecn2RnIXD5Nt4XC { width:1.625rem;height:1.59911875rem;top:92.625rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkpSW1CIpntmuvagQnsgRVWOvK4ScDV4 { display:flex;width:1.9375rem;height:1.9375rem;top:82.3125rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #q8TG9FanouoTMB5Jr1Q6kgx0b7fIa5mP { width:1.625rem;height:1.59911875rem;top:82.75rem;left:13.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBhLXSXoCft0hJUOhz2R13IxhLkvGiBQ { display:flex;width:1.9375rem;height:1.9375rem;top:86.0625rem;left:11.3125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #gH6HxbU2hckLTAD0rnattwZXIZasVPfZ { width:1.625rem;height:1.59911875rem;top:86.375rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMLRzmPUcakLmSLcx3TBT7M1Te9l96Ph { display:flex;width:1.875rem;height:1.875rem;top:24.3125rem;left:5.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #N8WoZreUZE4i1D6UOZ4WLMVuQMFbbJ1D { display:flex;width:1.875rem;height:1.875rem;top:95.625rem;left:6rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #hmzmh6OpycLd6ZMCZoEpoT64C7WP4c7L { display:flex;width:1.875rem;height:1.875rem;top:86.0625rem;left:6.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #QPLq7XMJyi1WpftwETWi1FxsPSRqAhCy { width:1.625rem;height:1.59911875rem;top:24.6875rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXh3nVowmGzn61lsT2Zx4FW1SnzaoR1X { width:1.625rem;height:1.59911875rem;top:95.9375rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E115hasurGEB0WEQxQm44xxSlrdPDIyU { width:1.625rem;height:1.59911875rem;top:86.375rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlGRG9nMcJlN2uVn9vw3CsMB7nGhCgkK { width:17.8125rem;height:28.5625rem;top:31.3125rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JGJRf79ktrSG7FTOT307Otr4QlhUc2KS { display:flex;width:1.875rem;height:1.875rem;top:55.5rem;left:5.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Ql1ls7TM2UsPL6USFKx0Z4QATPfF8xlu { width:1.625rem;height:1.59911875rem;top:55.6875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnHd7gTJ7fT6LaUbPnMcVW58eIiPUTVe { display:flex;width:1.875rem;height:1.875rem;top:52.125rem;left:5.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #cvFVfXUAVxtUMKDx8nTvcViCHZ8IHbxt { width:1.625rem;height:1.59911875rem;top:52.3125rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVsrMNM1TD3PiCmVap2q5ySWv2kR5Vg2 { width:16.875rem;height:1.59911875rem;top:49.4375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idATHXEFB5I7Wdim5GINb8TOVslFDrpU { display:flex;width:1.875rem;height:1.875rem;top:52.125rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #hVZfgNEXaHFgReOp7nS2LrBRcHTCB3m1 { display:flex;width:1.875rem;height:1.875rem;top:55.5rem;left:11.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #FhtuOxe0T35N01RTXkyySwTfe4Q6A8iK { width:12.125rem;height:2rem;top:47.5625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJwxwlMuTwKinsDmAWKpoegHSQ4skHnn { width:1.625rem;height:1.59911875rem;top:55.6875rem;left:13.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5BB6M1EPDCS5aAnsrhASn1thXbenKqI { width:1.625rem;height:1.59911875rem;top:52.3125rem;left:13.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQfTUqgQPNNr7PM8E4IWW5ZASBOtaLta { width:15.0625rem;height:15.0625rem;top:32.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.5rem;height:4.5rem;top:5.9375rem;left:7.75rem;font-size:3.125rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.29948125rem;top:10.8125rem;left:3.75rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:12.5rem;height:5.1953125rem;top:12.299484729767rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.5rem;height:4.5rem;top:19.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:32.124996185302rem;left:7.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.5rem;height:4.5rem;top:43.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:18.375rem;height:3.8997375rem;top:0.8125rem;left:0.81250005960463rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crFazAvV34t1sT6qc0QrwGvWcPMvTNRO { width:16.0625rem;height:1.29948125rem;top:23.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfnzEtHJw4kQ9byD5Iz604bAIv8qXFsx { width:12.5rem;height:5.1953125rem;top:25.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP20uoDDORMhIp7OkHEtTVT4I5chMzMc { width:12.5rem;height:1.29948125rem;top:36.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18TIZuFci2LecEEdeQPKKZyRop03PcQ { width:12.5rem;height:3.89648125rem;top:38.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3BE08pZNxkMG22XUIzF8dTwvdFI9773 { width:12.5rem;height:1.29948125rem;top:47.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9MHO4y4RXKASObLhbqnh8xL3snJidoM { width:12.5rem;height:5.1953125rem;top:49.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 { display:block; }#flnwwqCMcEp1hoNAkZpVBfNIzDZKTMh8 > .row .container { width:20rem;height:186.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kP7W8xGLdQ0zroHZEcSLCJTSVtl2ctKd { width:20rem;height:4.0625rem;top:0.62500190734863rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZIMqQ6k0Un0VREVLXe7UpTNP0FhrCT0 { width:17.75rem;height:13.625rem;top:5.3125rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfWwak5WWtSw8m2CvvXAQMyyGhwJ6Rns { width:17.75rem;height:13.625rem;top:34.687501430511rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQJhcDOVMbkeiX967m5ciNtAsussXT3a { width:17.75rem;height:13.625rem;top:64.312501430512rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8omOIIJUQ5a4TZNsauT6fFJuzSgdPip { width:17.75rem;height:13.625rem;top:93.562480926513rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy2zTdLB3cs4BO9TgQHrGm2qKwi95JTR { width:17.75rem;height:13.625rem;top:20.000000476837rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8nf3khE1iOJ1tXkXlyEqWkeZL43zTwv { width:17.6875rem;height:13.4375rem;top:49.500001430511rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPWGZt6yfwe0UoxmpviK1wkQdoZPZCLm { width:17.6875rem;height:13.4375rem;top:79.00000190735rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdRILRXK3vBO3LvUpPOROSIP1QIO5mpx { width:17.75rem;height:13.625rem;top:108.1875038147rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0wyPOWMV6TaAulExWHtCRzpeEybrIom { width:17.625rem;height:13.4375rem;top:152.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxWMF45TUd6xlDvkfVtzygqMSrx2RTau { width:17.6875rem;height:13.438164785537rem;top:166.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikP7D9DdM4NVx790hdiDTBMyVMk9xme9 { width:17.5rem;height:1.6875rem;top:134.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLf6LcEZb5T2lDJ7QuWzpoMppS1xGD9E { width:12.9375rem;height:1.3806125rem;top:134.875rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvPzN7NzagFeqvTIMoZulaAPKctzd9yy { width:17.5rem;height:13.4375rem;top:122.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQgFVnrkQtz5S9yszXKMD8O18IuBKwyt { width:17.5rem;height:1.6875rem;top:149.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMUpdteCBD8TyXNqnDlrb3T62MMbLvT1 { width:12.9375rem;height:1.3806125rem;top:149.625rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch2dr3tKPOzn6mvQ6Lweobl6rnHzXe7k { width:17.5rem;height:13.4375rem;top:137.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npTImrdvD6px2n2tPcmBMA9dlW2PTl17 { width:17.625rem;height:1.9375rem;top:17.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrpk0wl3llwbBzbJDKBo9Trn1GpSRbqQ { width:12.9375rem;height:1.3806125rem;top:17.5rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsuAUUizAnNHE9exqpbqKJT1ci2Us0m0 { width:17.6875rem;height:2.0625rem;top:46.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6rrRwR0mG6AvAwpBtFAWZgXBQikKQte { width:12.9375rem;height:1.3806125rem;top:46.625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCF3wGUB5AGuRtLQwQ2wgUwbgF5lDTNT { width:17.8125rem;height:2.125rem;top:75.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0eI40xNsGc1SJohJiPrfLEOcImdrEXk { width:12.9375rem;height:1.3806125rem;top:76.25rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pagi3tpZ5hCbXI0ITXHNin5fehsFw7qF { width:17.625rem;height:1.9375rem;top:105.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNsVC1FGcUCQZHAhABDwblEybcWClhR { width:12.9375rem;height:1.3806125rem;top:105.625rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6o1PLH3NnogIZtyg3SR5rL8UKx7GlgB { width:17.8125rem;height:1.9375rem;top:31.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cphUuVvvtL7ISedPuvZuB4TG3fOKgX9W { width:12.9375rem;height:1.3806125rem;top:32.0625rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnbfim3rPwX7NFkpX4x2UhgLs1mmetQV { width:17.6875rem;height:1.9375rem;top:61.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOl6mDoQMz2rDbePkNTmb0PcMfNmttVM { width:12.9375rem;height:1.3806125rem;top:61.375rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsuXO9kIPEoxHzlhgssAPEw8tMmTqhko { width:17.6875rem;height:2rem;top:90.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ID5KUTNqA7nAibV8EWUMwGdKAcVenF { width:12.9375rem;height:1.3806125rem;top:90.875rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlBkVnKwesnvqNLEiXOu5H3QQQrslyQ { width:17.8125rem;height:1.875rem;top:120rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrU71Wch5kKDBxo47SAHVSV16lhE3BZ2 { width:12.9375rem;height:1.3806125rem;top:120.25rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu6tz7cpnk3ewptk71dtMsEbIUOKwdts { width:17.6875rem;height:1.75rem;top:163.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHbqH7abpyozOuOUsmLeoTNecZBBE725 { width:12.9375rem;height:1.3806125rem;top:164rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZiTg3UpZD7K9lJKQbaFmPg9tIwStc04 { width:17.6875rem;height:1.875rem;top:178.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7OsK3R44AawBWl2COAOf5TLOcup2i56 { width:12.9375rem;height:1.3806125rem;top:178.625rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl4C5rUTA4M2iMAGPWztTq7QygbVsz7D { width:15.125rem;height:3.3125rem;top:182.06250572204rem;left:2.4375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSDIIQgOlClttAoKXb2qr8xyCSihfOTb { display:block; }
 }@media only screen and (max-width: 763px) { #Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 { display:block; }#Nic1JM4WBcEhKmnAcNs854xh9dLaOWk6 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZROxUsL0JJtkBouDL34yNUcho2AGRkpc { width:18.5618125rem;height:1.70573125rem;top:0.8125rem;left:0.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1J7k1CUuGCusUIkTu7OgaPEyaWMJFMT { height:11.155875rem;width:20rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI9Wu5xc09iVlTW14cTPEAiTTNFaywp6 { width:18.3123125rem;height:2.3984375rem;top:2.5625rem;left:1.375rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:15.9375rem;height:4.14184375rem;top:14.1875rem;left:0.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:13.75rem;height:3.125rem;top:21.941938400269rem;left:3.1241121888161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #PsoJ7yfqGZDTAivpy0LT3p4gKt9wNseI { width:20rem;height:13.282125rem;top:0.73419666290281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neh5bcrJIePXE0BtW8RHQSgKTorXTRVy { width:17.249625rem;height:2.6001rem;top:18.6875rem;left:0.375rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:18.9373125rem;height:1.3125rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCxEpiiMiCOvJtlTWQnAb7ESV4yCNdT { width:20rem;height:4.550775rem;top:14rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcQ3NdyCT9PB3O9T3h6xA129eJKrbqTg { width:12.8125rem;height:3.75rem;top:0.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnUxHavb5zreEchUkmcRRITaPKtyVoVb { width:18.812125rem;height:5.99365rem;top:5.1855463981628rem;left:0.59303969144821rem;font-size:0.75rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAhb1FbVyvkGMsQk4JyRt0qgikIEn7Id { width:19.25rem;height:11.9375rem;top:18.749984741211rem;left:0.3737570643425rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:18.125rem;height:1.94824375rem;top:0.30397796630859rem;left:0.93749994039537rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }