.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:234,238,237;--color-primary-1:184,197,195;--color-primary-2:113,139,135;--color-primary-3:57,70,68;--color-primary-4:17,21,20;--color-secondary-0:255,233,217;--color-secondary-1:255,182,128;--color-secondary-2:255,108,0;--color-secondary-3:128,54,0;--color-secondary-4:38,16,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@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); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S { 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;z-index:auto;display:block; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { background-color: transparent; background-image: none; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container > .video-iframe-container { display: none; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row > .video-iframe-container { display: none; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .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); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { border-width: 0; border-radius: 0; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#rcixISTmHxiM6pxgudWH6OE2Jep5U8d5 { 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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.5rem;left:49.9375rem;display:block; }
#Zt6g35I7t0isSvCUWCwo4n5qLIdXksVF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l41NiTfXe2RGbWOfeIyGxkkoKTO1vwG4 { 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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.375rem;left:63.625rem;display:block; }
#vRZza6lW2S8LTZwSa0iAbhhsed7ilaAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqTJe6enJfhU6MREgR5KrUC54iG4K01S { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.1875rem;top:0.65625rem;left:0rem;overflow:hidden;display:block; }
#i6fvyyAPJ9BXKealSetCxwrX23O8d9gP { 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:15015;top:1.3125rem;left:47.8125rem; }
#zsJrGD9KGPtyCRpRndvdUrsZCX7FnX7c { 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:15000;top:1.25rem;left:61.3125rem; }
#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::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; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:5.0625rem;left:0rem;height:13.5rem;font-style:normal;display:block; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:21.4375rem;left:0rem;height:6.6484375rem;font-style:normal;display:block; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.25rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.0625rem;left:0rem;display:block; }
#aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { position:absolute;display:block;z-index:15012;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:28.9375rem;top:31.6875rem;left:0.9375rem;display:block; }
#f8SM4S3Bs2UT7TXmt5CqpwLwBNQo0aQC { position:absolute;display:block;z-index:15036;height:41.6875rem;width:75rem;top:15.9375rem;left:0rem;display:none; }
#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { background-color: transparent; background-image: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .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); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { border-width: 0; border-radius: 0; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#Afv509o8iIT6P454O3PtGm1csnMwc0ec { 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:16.1875rem;width:15.6875rem;top:21.25rem;left:59.3125rem;overflow:hidden;display:none; }
#xcrOTipvHBxpvRGlfL1TQTIU5VLrs0RP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:18rem;top:3.40625rem;left:51.40625rem;overflow:hidden;display:none; }
#F0FnOf5TfN0wWo9yAhParlFnHu5fcDdZ { 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.8125rem;width:15.9375rem;top:15.3125rem;left:51.40625rem;overflow:hidden;display:none; }
#lVrQ6WriKEW91LJEGzqfR8JysAoQcoSa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:2.8125rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKnIa2MgRhWbOcXQ9QwLvmGQ8J1zWQnw { 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:12.8125rem;width:15.5rem;top:8.5rem;left:51.1875rem;overflow:hidden;display:none; }
#ZUUUmZQJwUGFMRRVckEfZrv9vTdPBO3I { 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:12.0625rem;width:12.875rem;top:6.75rem;left:53.25rem;overflow:hidden;display:none; }
#X5MTKg5fpWcUzNLluLuGIoAVlNd7NEeR { 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:12.875rem;width:13.75rem;top:6.6875rem;left:52.0625rem;overflow:hidden;display:none; }
#hMt8ZnyqBH67Tsbh4vdab0Dq5o5oekRD { 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.9375rem;width:14.1875rem;top:8.75rem;left:53.353515625rem;overflow:hidden;display:none; }
#txSs34wLnIBW3vyr4ytpghGv1gLtrSee { 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.75rem;width:12.25rem;top:5.90625rem;left:55.5rem;overflow:hidden;display:none; }
#TDO2vyTeiHkabEZTrVEvwPaFgSK1gUil { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:7.6875rem;left:0rem;height:6.53075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3iqlFP0hEMuIbg764k3ZWTrw8liARKU { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:4.3125rem;left:14.90625rem;height:2.25rem;font-style:normal;display:none; }
#ePyGOd1DWO0cnrHWy7q2IUyJpEmKaATG { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.8125rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.3125rem;left:11.59375rem;display:none; }
#l6VALqqc6Lck6vmu2yLvxiPRpASF6d1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRVEZMbGZn78SIg3Toaq1eiTzmoUCrME { position:absolute;display:block;z-index:15013;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:53.875rem;top:20.9375rem;left:12rem;display:none; }
#EhS0QVT6ZPROIRnlTevxxseWTvABXeNb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:8.1875rem;left:0.0625rem;height:6.53075rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kMBs8lGZ6mHyntxIJLZ8kevlwcVCT8GS { position:absolute;display:block;z-index:15036;height:41.6875rem;width:75rem;top:15.9375rem;left:0rem;display:block; }
#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { background-color: transparent; background-image: none; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container > .video-iframe-container { display: none; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row > .video-iframe-container { display: none; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .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); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { border-width: 0; border-radius: 0; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#UtoyMWELoZQ4wvTS4FnIVEJV3RIkpcZF { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;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.6875rem;width:0.125rem;top:5.1875rem;left:25.0625rem;display:block; }
#UCpscxpE6qsSTl32yqDlpIlCWNsPB4AB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.5625rem;left:4.625rem;height:1.29980625rem;display:block; }
#xz81Xveup3Z6ufyaivQia4NDwXL3Nick { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:12.6875rem;left:4.625rem;height:1.29980625rem;display:block; }
#nENitiBL8NehottQDkotZxAF1xNIMuNW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:10.5625rem;left:29.5rem;height:1.29980625rem;display:block; }
#JSh88pqUuFQVxvib6SQ89t16TZe0LBdh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:12.8125rem;left:29.5rem;height:1.29980625rem;display:block; }
#BTwpLyDT4XnPCB4q9CehIkg4twS2gUmK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.5625rem;left:58.75rem;height:1.29980625rem;display:block; }
#TxadiFbmXLxv5lMcNyrhWpCUHEFfIoib { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:12.875rem;left:58.75rem;height:2.5996125rem;display:block; }
#srGQDRFVlk9TT5Xu3eoo5iLo6CKOa2us { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:6.125rem;left:4.25rem;height:4.5rem;font-style:normal;display:block; }
#i5TToW2iTlkKNhF3wTsW8goOZaTZLPAy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:6.125rem;left:29.5rem;height:4.5rem;font-style:normal;display:block; }
#krzBPeuXRTThkXJGln9EyMDPezhwuLXr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:6.125rem;left:58.75rem;height:4.5rem;font-style:normal;display:block; }
#c4mqB5UViuPWE1c9kl1nkzgTfSTTsprx { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;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.6875rem;width:0.125rem;top:5.1875rem;left:51.75rem;display:block; }
#VOw19vuQAqp7LM18taV8tRgxaAPiwLr7 { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.25rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:19.5625rem;left:5.75rem;display:block; }
#g1hsLdSXRKQacUtsmJerDc7KLspDvx45 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nrN4I8AlCz11TcHQ0frcPkUc2eNyw1KQ { position:absolute;display:block;z-index:15013;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:53.875rem;top:20.9375rem;left:12rem;display:block; }
#LTDsU2Ts1FAfgX4GTCBT8kBOTsgxT5Gn { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;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.6875rem;width:0.125rem;top:1.1875rem;left:25.0625rem;display:none; }
#LdCt7k3we5VqBzdtcGlD7r3mexBPgSQE { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;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.6875rem;width:0.125rem;top:1.1875rem;left:25.0625rem;display:none; }
#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { background-color: transparent; background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .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); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { border-width: 0; border-radius: 0; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#iWUUovODnlLVdQmqDphuHVys3HkxJFkn { 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:16.1875rem;width:15.6875rem;top:21.25rem;left:59.3125rem;overflow:hidden;display:none; }
#ARs3PQq6kCqI22g48gQfpyBInfkDJtop { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:18rem;top:3.40625rem;left:51.40625rem;overflow:hidden;display:none; }
#TfkbUa2grMoBSDyxzRsv2HUp5NTxN8fT { 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.8125rem;width:15.9375rem;top:15.3125rem;left:51.40625rem;overflow:hidden;display:none; }
#yyERxSMRH69gRpbRkWU1PHtgMbEFRqEV { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:2.3125rem;left:4.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AesHGk2MqoAyCTonM9Nb1m8P5WVmU8Rq { 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:12.8125rem;width:15.5rem;top:8.5rem;left:51.1875rem;overflow:hidden;display:none; }
#LsQiBpKgQWlpf1GnqoTdClgBKzlWRTaO { 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:12.0625rem;width:12.875rem;top:6.75rem;left:53.25rem;overflow:hidden;display:none; }
#IvIJm1zSQ6Cz09GuARDpTypPDog6ilf5 { 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:12.875rem;width:13.75rem;top:6.6875rem;left:52.0625rem;overflow:hidden;display:none; }
#AXxmBavCT885730pZvRmLv4U4yXg2tyi { 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.9375rem;width:14.1875rem;top:8.75rem;left:53.353515625rem;overflow:hidden;display:none; }
#HX3u2ilD1TFcVb7KCg8CyJtUz6TK2EJP { 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.75rem;width:12.25rem;top:5.90625rem;left:55.5rem;overflow:hidden;display:none; }
#efeZQKcl3gTCwH0p0fnPPhOdL8ONMiVT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:6.75rem;left:-0.0625rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#oScg6Gkn38JEADdt4FpHDwS2sQMw5cOT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:49.8125rem;left:41.25rem;height:4.5rem;font-style:normal;display:none; }
#tKaH1Lg0UrH6Wah0JM4AF1PDe2WG5V9x { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:6.75rem;left:-0.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#k37JlOAUwMDTIS0AwztnGupQQnxyTovA { position:absolute;display:block;z-index:15037;height:45.9375rem;width:75rem;top:14.375rem;left:0rem;display:block; }
#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 { 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; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container { background-color: transparent; background-image: none; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container > .video-iframe-container { display: none; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row > .video-iframe-container { display: none; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .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); }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container { border-width: 0; border-radius: 0; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#DVRTWMNhVl0a3AK161Ng3z886OJadGsa { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62.875rem;height:3.875rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:37.4375rem;left:6.0625rem;display:block; }
#TUmIp84inJtIBhBTKsXoRPazLeCpIldO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8GglN3wkWWleZrLnGEapwuONeCdUhGs { position:absolute;display:block;z-index:15021;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:39.9375rem;top:36.375rem;left:18.875rem;display:block; }
#vXQ7dgPDzofzzOkK0hud3yslRmEU2L17 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:31.875rem;left:4.375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4T2xl0RcNorh4ns9Zx0Fmzensnsnz8T { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:31.875rem;left:23.5625rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCXJCqHmJvPdBefVMFULelFSFzhdEQcs { color:rgba(var(--color-tertiary-3),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:31.875rem;left:42.625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#St5Bxw7QM3nE1DyvzTXnSq5PpbCFmvHt { color:rgba(var(--color-tertiary-3),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:31.875rem;left:63.1875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFwIgXxGqSDqdJLCkiKk82yGRLUVs4sc { 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:16.1875rem;width:16.1875rem;top:14.6875rem;left:19.1875rem;overflow:hidden;display:block; }
#vrpATkrHFSDG0BXnfsn9f0xtaQ5fT3L3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16.1875rem;top:14.6875rem;left:0rem;overflow:hidden;display:block; }
#pa8LNIi5TGi4ukgAZq05erepSG3QhWsF { 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:16.1875rem;width:16.1875rem;top:14.6875rem;left:38.625rem;overflow:hidden;display:block; }
#bfTv41IaPDvprCZDgSihKydV7DqUJPPo { 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:16.1875rem;width:16.1875rem;top:14.6875rem;left:58.8125rem;overflow:hidden;display:block; }
#oyxsm8RvTq1Hi0E0EoTOHt65zfQFcdEN { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.8125rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.3125rem;left:11.59375rem;display:none; }
#AGdHxMuJ3gxClTgfz5aVXna916GOQwrc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kP6SIT7Tc65RghbOx8otofDRzTAq3TaE { position:absolute;display:block;z-index:15013;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:53.875rem;top:20.9375rem;left:12rem;display:none; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { 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; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:76.3125rem;width:75rem;position:relative;display:block; }#XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32.625rem;left:41.25rem;display:block; }
#ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { position:absolute;display:block;z-index:15012;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:20.0625rem;top:32.9375rem;left:41.625rem;display:block; }
#vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { color:rgba(var(--color-primary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:27.3125rem;left:41.25rem;height:3.0244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:9.5625rem;left:41.25rem;height:15.7470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SEnfbMTemgieMQl1xLbwd3MXMrzqpywL { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:12.21337890625rem;left:41.25rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/e518178c-e75a-41ff-88e7-af7b9243089d/projekt1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:37.5rem;top:3.0625rem;left:0rem;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:2.75rem;left:41.25rem;height:4.5rem;font-style:normal;display:block; }
#IPFHy4filPJohpcp4XodoMVEmWM73CsX { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:67.25rem;left:41.25rem;display:block; }
#XpWn56iMyrwFRWBfVxtbzcuMPKTWiwPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXpZK78Woo2DyJbUVMNOdHv95TPCBKIA { position:absolute;display:block;z-index:15018;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:20.0625rem;top:67.5625rem;left:41.625rem;display:block; }
#B46UbnAxqzqLCTK6lEd4Xbitf2TWawxS { color:rgba(var(--color-primary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:62.125rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vEU2eTThu5e1ngZOMJQfFHd9HZ5v0R6N { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:48.46337890625rem;left:0rem;height:12.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ln7to8iOTqoTAgNDuV9omptqWgCAtLxy { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/b9096ed2-ac55-4e55-b54f-f2177a67ccb9/qbooar2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:37.5rem;top:40.25rem;left:37.5rem;display:block; }#ln7to8iOTqoTAgNDuV9omptqWgCAtLxy.adaptive-delivery-prevent-bg, #ln7to8iOTqoTAgNDuV9omptqWgCAtLxy.lazyload, #ln7to8iOTqoTAgNDuV9omptqWgCAtLxy.lazyloading { background-image: none; }
#w1hl4dpR3DpMyQ1Jee7qRy54N5qDht0H { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:41.8125rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#Xk7nxfUcp6TEdx4d6S9V66qeJsX4SGTu { position:absolute;display:block;z-index:15014;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:20.0625rem;top:66.3125rem;left:0.375rem;display:block; }
#xyXwOvN8hbyzac3XqRKoIeen6CaWz5ET { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:66rem;left:0rem;display:block; }
#CmeTRcGOwluFTJRWyGPSHJlEb5M2ZGeN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mwIxliDN0VLwwycJxdLBVW2KNRwHkBiE { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:12.21337890625rem;left:41.25rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bQutWEB9G63LzV8LcSKBhfHyPHnnSoS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:3.86328125rem;left:2.375rem;height:11.0229375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SrCbkg6RyJuS7z46rk81MH5F7UK2N8i2 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:1.5009765625rem;left:40.5625rem;height:15.7470625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI { position:relative;display:block; }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI { background-color: transparent; background-image: none; }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI > .row .container > .video-iframe-container { display: none; }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI > .row > .video-iframe-container { display: none; }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI > .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); }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI { border-width: 0; border-radius: 0; }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI > .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; }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.5rem;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; }#kO8r8B08yTESUOAbFUv9VcTmOu8n1pfG { position:absolute;display:block;z-index:15000;height:50rem;width:75rem;top:8.3718290328981rem;left:0rem;display:block; }
#FQ3ETCTP4vShiyNmK6mJWfOVsybk82vK { position:absolute;display:block;z-index:15001;height:50rem;width:75rem;top:1.6246452331543rem;left:0rem;display:none; }
#tRk1Crdfg6oeyWMwGn1WEFQM8ShoJvyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:0.6875rem;left:4.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#elbPXMpJCJBRfIs43eSaZ5LTUqL2KXhO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#CenNzCEAa2AaPXRapVdng2qfZ5KP3NJi { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:41.8125rem;left:0rem;height:4.5rem;font-style:normal;display:none; }
#oHXqkNU3aObG91ic0SZk6C0TwOE5Qsm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:3.86328125rem;left:2.375rem;height:11.0229375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH { position:relative;display:block; }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH { background-color: transparent; background-image: none; }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH > .row .container > .video-iframe-container { display: none; }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH > .row > .video-iframe-container { display: none; }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH > .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); }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH { border-width: 0; border-radius: 0; }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH > .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; }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.0625rem;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; }#Gf05bInyglcAmBXF7SXlKJDfvSyTAJvI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:54.4375rem;top:13.8125rem;left:10.21875rem;overflow:hidden;display:block; }
#KKpP9p1CSZF1Bd525I2SGv3lrQkUBuz5 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:2.375rem;left:4.40625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJKdmTRS6tVFwp9gbPWXqLybS3rNgEiC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:4.63036875rem;text-align:center;text-align-last:center;display:block; }
#rLmTcdsWZgn3A6vqQk142IIbLWWqFob1 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:7.25rem;left:16.875rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#FQtXU2rapqypOXiwJe1fTWGG6xtA4pvh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1.5625rem;left:2.5rem;display:none; }
#eoJTZPsF7214ibKT3ZUquSaTHpDpuTC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:41.8125rem;left:0rem;height:4.5rem;font-style:normal;display:none; }
#gpUzBrwgV93TxGM69CSxTWQi9pIiJcyy { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:3.86328125rem;left:2.375rem;height:11.0229375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg { 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; }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg > .row .container { background-color: transparent; background-image: none; }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg > .row .container > .video-iframe-container { display: none; }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg > .row > .video-iframe-container { display: none; }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg > .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); }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg > .row .container { border-width: 0; border-radius: 0; }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg > .row .container { font-size:0.875rem;font-family:arial;height:55.9375rem;width:75rem;position:relative;display:block; }#magMTVAb74LlfwNocmzsMZo2SMnDv5v5 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));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:12.5rem;width:24.1230625rem;top:15.125rem;left:25.4375rem;display:none; }
#aTxWMJrnXLu5vF1prDEhekNznNuUrbu7 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f1661276-df53-4001-8afa-6607c5c9880d/photo4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.1235625rem;top:15.125rem;left:25.4375rem;display:none; }#aTxWMJrnXLu5vF1prDEhekNznNuUrbu7.adaptive-delivery-prevent-bg, #aTxWMJrnXLu5vF1prDEhekNznNuUrbu7.lazyload, #aTxWMJrnXLu5vF1prDEhekNznNuUrbu7.lazyloading { background-image: none; }
#cebTAQgq9JvL7CGHbltT4noOr043Cf8d { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));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:12.625rem;width:24.1875rem;top:15.125rem;left:50.8125rem;display:none; }
#MUsDI09nHNRl1lMrUTnAuNaIyNM49IeL { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e298feb2-eee0-4f0c-9dcc-71f52c17c31c/photo5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.1235625rem;top:15.1875rem;left:50.8125rem;display:none; }#MUsDI09nHNRl1lMrUTnAuNaIyNM49IeL.adaptive-delivery-prevent-bg, #MUsDI09nHNRl1lMrUTnAuNaIyNM49IeL.lazyload, #MUsDI09nHNRl1lMrUTnAuNaIyNM49IeL.lazyloading { background-image: none; }
#mX81hWGD79ZxKaIAhrnB5TAidLIntOBn { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));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:12.5rem;width:24.1230625rem;top:15.125rem;left:0rem;display:none; }
#LVD8iPPtUqFl0DWmrbaNTUTtCOBFv7pb { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/65f4e552-aaf6-4f83-8fe5-e69d6582e923/photo3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.1235625rem;top:15.125rem;left:0rem;display:none; }#LVD8iPPtUqFl0DWmrbaNTUTtCOBFv7pb.adaptive-delivery-prevent-bg, #LVD8iPPtUqFl0DWmrbaNTUTtCOBFv7pb.lazyload, #LVD8iPPtUqFl0DWmrbaNTUTtCOBFv7pb.lazyloading { background-image: none; }
#zHONJ0W6d8W4KHdpAiVPOUOckB57zIfW { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aDT4niEvIT6o4umldsm0mzZExJ8alz0k { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:15.4560546875rem;left:0rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UIsgiHuWRDFKqxw1IHOWyzA9BzNWmTtA { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#Jnx8GcGh3Qv6rA2yZkSHLQztJwToOU8a { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:12.6875rem;left:25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oB7ivtMh3zRcCo5DvnICB28iTPUa32NR { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:15.625rem;left:25rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XMmMViLAF33ot3D9WMlRAwdIiCSFFG0w { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#UzUtLgR2KnrTCPiaTnWxT5zI5PiZE2p5 { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.8125rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.3125rem;left:11.59375rem;display:none; }
#npdP6Xo5VHCh5xdeT34mWlQ7X5TMs1f0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRU6zJMOREKk90qXKJa68Q2t4VrSJKGy { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.125rem;width:36.0625rem;top:3.375rem;left:0rem;display:none; }
#CnVwXuXvydNFd04Tk81ih9KJnsWWTEZD { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.125rem;width:36.0625rem;top:3.375rem;left:38.9375rem;display:none; }
#pWOMkWKTDBAC1DRg2EV81H4Nnz3mfxOT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:7.51953125rem;left:0rem;height:3.91845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNTSKahN6HmGcdN8o9LpnbBbmHTBqRhC { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:3.625rem;left:14.9375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8KBrFQocG3JOHAIUBy3eNoJe58Tky3k { position:absolute;display:block;z-index:15085;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:7.75rem;width:18.5rem;top:17.16796875rem;left:1.75rem;overflow:hidden;display:block; }
#JNQ2rnurMP5RAcDbUeCfCWxeVLkzSZIl { position:absolute;display:block;z-index:15086;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:7.25rem;width:18.5rem;top:17.41796875rem;left:28.25rem;overflow:hidden;display:block; }
#k64o4bZv3iACmavD88c8O1fpfT8yGT6X { position:absolute;display:block;z-index:15087;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:7.3125rem;width:18.5rem;top:17.38671875rem;left:54.1875rem;overflow:hidden;display:block; }
#HBdTq39qk3c4y7PpUdrNU8yQe99Lmbzp { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:30.4375rem;left:5.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tc12QfIm7Z3XyxZ06ACXuGZ8kVe9qtbl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:30.4375rem;left:31.59375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IsreGQdPiSIPk4DUkgk5CkaRWVRG3RpT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:30.4375rem;left:57.84375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MBubSm8D37Geg2rZzRiUZ1wgpvTcGBlr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:34.125rem;left:1.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Z251IND4GIzqZoWgUEx6iWJNl3m5PnuW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:34.125rem;left:28.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#q8BUcLNT75IWuKvrWIxULGJdP1oZJgzO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:34.125rem;left:54.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#mx6mryHN1yAyHwAxOCcWzwSryTDkviV8 { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:2.375rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:39.4375rem;left:0.6875rem;display:block; }
#mh6TMlF24D9tU5esTbFrDKblT23Vwvxv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUEDqpwDH9eZCzFnfRl5EJyOPrhl9pES { position:absolute;display:block;z-index:15017;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:19.75rem;top:38.625rem;left:1.5625rem;display:block; }
#iOp9og6gTXrkRGTbTTZazMgMs1SDgHIf { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:2.375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:39.5rem;left:26.875rem;display:block; }
#a9Oh6dC8Ic0neIkwazF2cHnZzR6sSnZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVcf9E1rZkK1SXrgvGncTecIzaEoNtHf { position:absolute;display:block;z-index:15019;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:19.75rem;top:38.6875rem;left:27.75rem;display:block; }
#RPsny0WirpH7avTSft1ZRkE7KVJDCUpT { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:2.4375rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:39.5rem;left:53.75rem;display:block; }
#F7XMdbga6JRa8HTfGoTOoBTvtmgtbPe9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PBTsDn1pmLha3nZnK7CvGoZvuh9Wwqk2 { position:absolute;display:block;z-index:15021;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:19.75rem;top:38.6875rem;left:54.625rem;display:block; }
#mqHGqe2vtC7cSMlzekG9SLo6i1zlh0mf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:50.5rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4fEXON3AdXP3qesA2Ua0vbeoXDP4Sy1 { box-sizing:content-box;height:4.25rem;width:75rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.91796875rem;left:0rem;display:block; }
#QkPFzuvMHySfmLmHgnioJ5VTVXu2VqTH { box-sizing:content-box;height:4.25rem;width:75rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.91796875rem;left:0rem;display:none; }
#MSpAyGITSqUnEK916TQTfOoaxrKVTJIO { box-sizing:content-box;height:4.25rem;width:75rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.91796875rem;left:0rem;display:none; }
#at4kF3f0tqWv69A73gdlhiRga4ymZXuO { position:absolute;display:block;z-index:15014;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:20.0625rem;top:66.3125rem;left:0.375rem;display:none; }
#QqndkD6ETCr2xk6RWHXJFNBADuN9U9BC { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:66rem;left:0rem;display:none; }
#sqVB1SCQpfRzugXkoCASTUl8zGn2ZdoP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQboJgR0AntfrdlcGE3Dz0W3xZ6B31d4 { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:66rem;left:0rem;display:none; }
#NELAm1lh8Vv4k2ukooQTpllyahloWPqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HzmpIVaXV1RvDAr1rMsa4a7UrfNDNC7T { position:absolute;display:block;z-index:15014;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:20.0625rem;top:66.3125rem;left:0.375rem;display:none; }
#xZ5Tb1xng0dVEHNTekqvrdA87KXepKnx { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:66rem;left:0rem;display:none; }
#xy9mMN0W4azmeCyiSCDfzUG7E2XZraNO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gK3rFOJGTJezWaTpVbwwuORaeMZgSwaB { position:absolute;display:block;z-index:15014;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:20.0625rem;top:66.3125rem;left:0.375rem;display:none; }
#wZf2SbEbz30dkEOQDBO3XQCDZo6D7v06 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:7.51953125rem;left:0rem;height:3.91845625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 { position:relative;display:block; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 { background-color: transparent; background-image: none; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row .container > .video-iframe-container { display: none; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row > .video-iframe-container { display: none; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .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); }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 { border-width: 0; border-radius: 0; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .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; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.3125rem;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; }#ilnzR8pJHTu2TL86cDJQB4kgvTwu1w8b { position:absolute;display:block;z-index:15001;height:21.75rem;width:75rem;top:1.03125rem;left:0.0625rem;display:block; }
#xeWKGaAf3FkIJ7X5TJiKtA0xlSpZCaBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:32.1875rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s345ikE0ZlE8USSizv2VFXfoIPAU0mSw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:28.0625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wRKJfgor88bIRydNDh8m4tNoiatXATut { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:32.1875rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { 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; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { background-color: transparent; background-image: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container > .video-iframe-container { display: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container { display: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .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); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { border-width: 0; border-radius: 0; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:30.1875rem;left:5rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L01IiyveCRnoZm1xSRA93NWrSK7Zg3lb { position:absolute;display:block;z-index:15015;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:39.9375rem;top:6.3125rem;left:18rem;display:none; }
#UGIQpWGTfrM72c8JAxXbkpthOGeJ6JtU { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.375rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:7.125rem;left:17.125rem;display:none; }
#DSFElgxzP6WTF9h3xhCyVQm1z4W9z0S2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pESTdnQrJ8RTqwysxTNp86yl68Cfe3SZ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.0625rem;width:36.125rem;top:39.375rem;left:0rem;display:none; }
#b6DCeIaxa3i2K1FdMweyUbWl4AgJ25Tn { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:15.8125rem;left:12.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#b8tKLrTaStcx2mEzESWfZrHJ4oGbnIRm { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#XsQciL97XgA6JXLhydz4pEQXOemLhga7 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.4375rem;width:73.75rem;top:6.4375rem;left:0rem;display:block; }
#ASVRbh6N4ZrGANOyWBo3kwVWf6Xfg6fv { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GNIexDafisTsI8dZ1CtNdEzdkgvCl31n { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:120.125rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;display:none; }
#P1TgKiFqf5cgaZRARKMcpykP5CtNZ8Kz { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.125rem;width:36.0625rem;top:3.375rem;left:0rem;display:none; }
#mRT9T5CGkd2uqilRwIBNl82EXOQ1EoGy { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:4.83154296875rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;display:none; }
#VhUiqnHbbTbDp3WrUSlMMksiPLeLf1Om { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.375rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:7.125rem;left:17.125rem;display:none; }
#HzkEyWsXN8m61go1RxxQvTvFTkhQm8Xv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZaXp2lyLfXXiMMxGXZqI18tatsGTecSS { position:absolute;display:block;z-index:15015;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:39.9375rem;top:6.3125rem;left:18rem;display:none; }
#cxQJwdvuHZyW0T5g1ldkfTaSzMLisLI8 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { 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; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { background-color: transparent; background-image: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .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); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { border-width: 0; border-radius: 0; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { font-size:0.875rem;font-family:arial;height:186rem;width:75rem;position:relative;display:block; }#CKUd4zIu41gAhSzciqpMJg1U6Nz06v8u { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:127.25rem;left:0.5rem;display:block; }
#GXy4THodusq8b5U4QvGfzFGGz1E7ccQe { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:127.25rem;left:11.1875rem;display:block; }
#dHKUUTnVoJytb3ZsQsgrRfLlJKi07Hz6 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.4375rem;width:73.75rem;top:75.9375rem;left:0rem;display:block; }
#VmQ35K2dCgV6lqONKEdzTBuAZBXa0T2q { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.4375rem;width:73.75rem;top:134.625rem;left:0rem;display:block; }
#SiUAk4oCbe4l1aqi8Ju9aWvgGatM4l85 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:130.5625rem;left:27.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKoWk9QmXgUU74AWnqAzqSvWWunE0pdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:71.5625rem;left:28.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:69rem;left:0rem;display:block; }
#DnGFOdycyNRvDghNhJQqpz8FCwly7hec { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:69rem;left:11.75rem;display:block; }
#DmeFHZELRm9mAfZLxVcRqVSJfNb4fu4S { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.4375rem;width:73.75rem;top:18.974609375rem;left:0rem;display:block; }
#B2WlhXnzZAecIC052KD5zP9bB5vWOe6H { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:0rem;display:block; }
#WCETdWX3b7AN1xxTSEHRNybtGx0hJaFN { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:11.75rem;display:block; }
#ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:15.099609375rem;left:27.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vv48eddp0x4e6uPupXT956q30VF0TiVu { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:36rem;display:block; }
#VKhO7h5W4msxikLNPgoQoxsQlUuRyRBh { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:47.75rem;display:block; }
#ypRPfuDDqrEa9HKtIeHDK7qQMVb2wGbz { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:41.375rem;display:block; }
#QaksxPF5cfAKTR4DSf8Okpe6b1CiI5FA { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:50.625rem;display:block; }
#TzpGr6TeBxi31acXgsp7vXktmWpZiUaE { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:69rem;left:36rem;display:block; }
#QhOJanJrJ2IpaantfvBAxOFTSoB9Igdz { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:69rem;left:47.75rem;display:block; }
#O1Tw3qzyC3pG2uTZ4wMkakBSAk5vQobd { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:69rem;left:50.625rem;display:block; }
#HTSTPCuinuLIWNTJbAgaJMCwsGP0QCye { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:127.25rem;left:35.5625rem;display:block; }
#gsT0TeSRvrL5cKI0EP7KekhTf7kshLwr { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:127.25rem;left:46.25rem;display:block; }
#kQVvcTcGWkPRXAVm0LSdNih1Aib7sN3N { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:127.25rem;left:50.1875rem;display:block; }
#BCTa1by7y9dWtJT0X1RkwUdHThCXlKii { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:4.83154296875rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#dakQ8SCCR0i7sLLzF3qXM3prUamHVF4F { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:2.375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:6.25rem;left:54.375rem;display:block; }
#GA7BSxi9S5vb8uW7HlRiMtLFJWlMvThu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VsxoOBuGbkqDBXwsFpT2o3HbXeqTonmC { position:absolute;display:block;z-index:15019;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:19.75rem;top:5.4375rem;left:55.25rem;display:block; }
#qJVz3iUkewEg2WdUdzAe0uAbaxdGhRZw { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:62.212890625rem;left:21.8125rem;height:4.38720625rem;text-align:right;text-align-last:right;display:block; }
#hcCyzimf8sAszxcwcnVEG6QJZ5Zv2bZk { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:2.375rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:63.625rem;left:0rem;display:block; }
#GUC9Nw3ZyKVTDrZs1WQawV5cTMPDbdl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mkoi5aEpTLhsP32bQoA6fSErUNOfDSGN { position:absolute;display:block;z-index:15021;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:19.75rem;top:62.8125rem;left:0.875rem;display:block; }
#BqGA8GBokvGgm89UrORkOGk0RzmV8VJk { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:120.125rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#MFnrcTIFW4yzLulgyWCVTtxz8GHStouu { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:2.375rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:121.5625rem;left:54.375rem;display:block; }
#bpBpMhGdAi9geIVTRTyqq6EODvC26OmN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRcrkS2bETaPU6LWp0tBWeeXTLV9ttrb { position:absolute;display:block;z-index:15023;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:19.75rem;top:120.75rem;left:55.25rem;display:block; }
#CrfTSdbNMEJDItzszGbDNZX6VIQrHt3g { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:179.6875rem;left:21.8125rem;height:4.38720625rem;text-align:right;text-align-last:right;display:block; }
#phFKpLRlWx5yzi1xkTPgF3T5SUsoWSru { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:2.375rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:180.375rem;left:0rem;display:block; }
#rWKxZaOnRZTa8y2gIe2UhorT3ZeNqK9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXzaTGxCQqPXW255TJ7x3xoTcD1CURFg { position:absolute;display:block;z-index:15025;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:19.75rem;top:179.5625rem;left:0.875rem;display:block; }
#PEPWF4n0XOIPahVUi00lGGMBCwMhkWOF { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.125rem;width:36.0625rem;top:3.375rem;left:38.9375rem;display:none; }
#U2VTQHyex909FIoTo7Ioh0FUwy27ARFl { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.375rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:7.125rem;left:17.125rem;display:none; }
#PuJmBfANlM1iErvu8wAgP7N8GLHtcuoQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bOclH7LxthzIldQg0OPw7sH2OkGwJqli { position:absolute;display:block;z-index:15015;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:39.9375rem;top:6.3125rem;left:18rem;display:none; }
#TI93MtRXoOpTU9QapHh5Lp8fo0IzeB57 { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:15.8125rem;left:12.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rpC9TBZP57CCezvzBTnN9RcJagSV4DPG { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#BVacAc01okSzMOvHbRQaE4qoIfrQEF0T { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.375rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:7.125rem;left:17.125rem;display:none; }
#GlH57GZpbXH7MHuGWZXNIviCgfy9PLWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXOqJODnVvu84pBcsTk6kcV4zRqEvCWz { position:absolute;display:block;z-index:15015;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:39.9375rem;top:6.3125rem;left:18rem;display:none; }
#VgJEW2yQpVW9NCTkp7MCB9NDHXvRlJ6p { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#krRSPEVPwgsthqfi2oLfk49XzRoy3TDL { position:absolute;display:block;z-index:15019;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:19.75rem;top:5.4375rem;left:55.25rem;display:block; }
#pI9gdUvJAb7JSqGLDNzlqwGDnRapmmKv { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:2.375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:6.25rem;left:54.375rem;display:block; }
#ibx1TIfoPatusJNqczrI7QNQd6gwfxDg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUGNCQhiv0eNCze3So44XOksmwIJzkKn { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:2.375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:6.25rem;left:54.375rem;display:block; }
#vAsTwLdT3a3avMt3aAGBsNZ2WH9nhkpJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OsiWNl7mg6MlcKdXCymzXxMA54EIRb7k { position:absolute;display:block;z-index:15019;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:19.75rem;top:5.4375rem;left:55.25rem;display:block; }
#LK1T98NC2I4RO41HdKxpz7F04UlOAzrt { position:absolute;display:block;z-index:15019;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:19.75rem;top:5.4375rem;left:55.25rem;display:block; }
#rQIF2I9dzgGnOtRJ3sduqyT4xpvSfyoK { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:2.375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:6.25rem;left:54.375rem;display:block; }
#zlz9sLVESzfz64UJl6GqFfX9QLTBUy3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aoKTb0F5azL4H6I7TB0UplOL61AS2RmD { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:62.212890625rem;left:21.8125rem;height:4.38720625rem;text-align:right;text-align-last:right;display:none; }
#Naq2a1hwSvVwVZAKFqs1Te2ARuEIbcOy { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:179.6875rem;left:21.8125rem;height:4.38720625rem;text-align:right;text-align-last:right;display:none; }
#STJ4uLh0cgb5wt24AcTw95niXEW31fwF { 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; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { background-color: transparent; background-image: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .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); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { border-width: 0; border-radius: 0; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:16.625rem;left:26.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:19.4375rem;left:27.8125rem;height:8.3994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:16.625rem;left:50rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:20.25rem;left:51.25rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:19.4375rem;left:4.4375rem;height:6.9995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:16.625rem;left:3.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7s8AxRv1VvsJd8VbeCpbT5361RprArh { position:absolute;display:block;z-index:15013;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:39.9375rem;top:29.5625rem;left:18rem;display:block; }
#vdohLrZ1bpZcPULLVRKK2VA1HyEQLMpF { background-color:rgba(var(--color-primary-2),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.375rem;height:3.4375rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:30.375rem;left:17.125rem;display:block; }
#wK840NCkTrMDEWB79ganrTqoe5Vb6ETd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vU99XDZphwNo8XIWvs8OWfdrSyLREzRV { position:absolute;display:block;z-index:15086;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:7.1875rem;width:7.1875rem;top:8.3125rem;left:10.5625rem;overflow:hidden;display:block; }
#wWtFQHkR8AJdPZi1vGJJGOO6zhoSK6TK { position:absolute;display:block;z-index:15087;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:7.1875rem;width:7.1875rem;top:8.3125rem;left:33.75rem;overflow:hidden;display:block; }
#rhzHlgOxcLSWKAxvn77zmRXTNc974U0x { position:absolute;display:block;z-index:15088;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:7.1875rem;width:7.1875rem;top:8.3125rem;left:57.375rem;overflow:hidden;display:block; }
#Ct8zXeA5ZpGmclJR0GUDwx9hceGgTzba { position:absolute;display:block;z-index:15089;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:20.5rem;width:30.9375rem;top:39.1875rem;left:39.75rem;overflow:hidden;display:block; }
#zm3nVzy7oSpMe6D7e6SGEJn0P8mQzPPI { position:absolute;display:block;z-index:15020;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:27.4375rem;top:41.375rem;left:41.3125rem;display:block; }
#eZ0K19lDF0kJ4bckMomUeIwW7NdP0AXu { position:absolute;display:block;z-index:15087;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:20.5rem;width:31rem;top:39.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#rzvWHnfQHKlGOU9fz2Ru82wSpGTwtywK { position:absolute;display:block;z-index:15019;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:27.4375rem;top:41.375rem;left:3.5625rem;display:block; }
#tT8RXgZDgwzvDHdPpyApKxcV7G9mDpfw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:19.4375rem;left:4.4375rem;height:6.9995rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp { 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; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container { background-color: transparent; background-image: none; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container > .video-iframe-container { display: none; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row > .video-iframe-container { display: none; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .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); }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container { border-width: 0; border-radius: 0; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#soEtxLEsRyG0smthdovVShZgEzNKPIpe { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPBDp84Ut1z3tVX0lGL3KQgZZ17PWUn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:9.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nh6FqPFNmG397nBCb9fSCqnrQdHKppEI { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:41rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwkLZRlv6UQXkXimks1iUMUUkUxUvlNx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.3125rem;left:44.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BinPdQ8oB4xtAcoyuQvq9XCUQA7yGh2k { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.5625rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O779lCVZemX6PPdPflK2Mq3AGcd1MX8M { position:absolute;display:block;z-index:15015;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:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:53.875rem;top:22.9375rem;left:10.375rem;display:block; }
#E8dhQJFbfMqVcgbribGp9mBJaq6XHGC6 { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:69.25rem;height:3.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:22.125rem;left:2.875rem;display:block; }
#UKbinto8lhnbl6w99tM7SOP0fJtVXr1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd { position:relative;display:block; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd { background-color: transparent; background-image: none; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row .container > .video-iframe-container { display: none; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row > .video-iframe-container { display: none; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .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); }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd { border-width: 0; border-radius: 0; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .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; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.1875rem;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; }#tIxWLVBunGVGhoagzNHkAm5NRb8oRmMn { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#KeSRlb5BhKSNu9LmhLc8Chmsw2J9sbGh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:27.9375rem;overflow:hidden;display:block; }
#AqhrvI3T60pbB6AXwia0zZbi2dLP23KI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:48.25rem;overflow:hidden;display:block; }
#kkNFCNyK1m1lo9RyUPIwtCtZSkbOMA2h { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:27.9375rem;overflow:hidden;display:block; }
#Jg8Ec6RGUv5fBWkiLVznb41ak6BKzzwn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:18.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.25rem;left:48.25rem;overflow:hidden;display:block; }
#eae7edd8FgrV5rU7NU5H1DTJ5kE9quQM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:7.5rem;overflow:hidden;display:block; }
#sKXOOSo5F14xaZz9MPoPuahaX83RyEti { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.9375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:7.5rem;overflow:hidden;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bb1febc-0f1f-40c8-81d8-7a1f822407dc/Kitchen1_ZOKG_nacre_arrangement.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,42,40,0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,42,40,0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-form-header {  }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:32.75rem;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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),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:32.75rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),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:32.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:32.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:32.75rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:31.6875rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:first-of-type{padding-top:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:last-of-type{padding-bottom:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.61181640625rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.75rem;display:block;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.61181640625rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GpolOlMyODQZIlqwzhmHrdVrrOJTLyzg { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #TSJftXUAnvM0DzQ8sdc8FdFvh1yp4tJJ { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #L4mauwbgrSN6b61OE2EPaGfwka123DDf { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #l0H70oTnbDSKgxN7964IDvtTJ165GwhZ { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #cAPafyEeDcQT2QWuS0ohJGc8JKI94w5T { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #yNSiXPoN7ICySE2d3d8JKtK36dr44qMP { position:relative; }
#Rf8279WbWMp4kVts20o15WAInBtaxN2h { position:relative;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT { position:relative; }
#kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { position:absolute;display:block;z-index:15011;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:auto !important;border-top:0.1875rem solid #232323;border-left:0.1875rem solid #232323;border-right:0.1875rem solid #232323;border-bottom:0.1875rem solid #232323;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.25rem;top:26.3125rem;left:2.25rem;display:block; }
#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:rgba(var(--color-tertiary-0),1);display:block;width:46.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:4.1875rem;left:0rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:36.1875rem;left:56.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:36.125rem;left:53.25rem;display:block; }
#MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:39.75rem;left:53.6875rem;display:block; }
#COXR46QP8gmcXfESJJU87Hwdikr4WBNv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:39.75rem;left:56.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:43.5rem;left:56.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { position:absolute;display:block;z-index:15010;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:35.5rem;left:53rem;display:block; }
#RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { position:absolute;display:block;z-index:15011;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:39.1875rem;left:53rem;display:block; }
#D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { position:absolute;display:block;z-index:15012;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:43rem;left:53rem;display:block; }
#LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;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:44.1875rem;width:0.125rem;top:4.1875rem;left:46.849609375rem;display:block; }
#OU0n1bzQNfXkvwyz1JkDd0qV4tf7HNyg { color:rgba(var(--color-tertiary-4),1);display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:3.8994125rem;display:block; }
#iXsPgMBpUHn3yQOkwuCNVviVnnmkGFbS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:43.5625rem;left:53.5625rem; }
#VrOso8bA4SJwnUV2vvBdwwCTg105XXH7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#a8mlLpWO215pL6FoN8ZzuPTy5IMQ3Bcw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pCSkrMsDCGdIv5l0IAx0b870RekngzZR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:20.3125rem;left:56.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Te59RrOTdMaEyBT6qBsi2m05BgBTtQ3z { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:23.25rem;top:4.1875rem;left:49.5625rem;overflow:hidden;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:rgba(var(--color-tertiary-3),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:1.7556419372559rem;left:66.061420440675rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vZZPeINinpyTZlt75WQxT5ixUEA6wT6S { display:block; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcixISTmHxiM6pxgudWH6OE2Jep5U8d5 { width:8.8125rem;height:1.3125rem;top:1.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6g35I7t0isSvCUWCwo4n5qLIdXksVF { display:block; }
 }@media only screen and (max-width: 763px) { #l41NiTfXe2RGbWOfeIyGxkkoKTO1vwG4 { width:11.375rem;height:1.3125rem;top:1.53125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRZza6lW2S8LTZwSa0iAbhhsed7ilaAq { display:block; }
 }@media only screen and (max-width: 763px) { #BqTJe6enJfhU6MREgR5KrUC54iG4K01S { width:8.1875rem;height:3.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6fvyyAPJ9BXKealSetCxwrX23O8d9gP { width:1.875rem;height:1.875rem;top:1.375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJrGD9KGPtyCRpRndvdUrsZCX7FnX7c { width:1.875rem;height:1.875rem;top:1.25rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:46.0625rem;height:4.75rem;top:5.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:31.125rem;height:6.6484375rem;top:12.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:29.25rem;height:3.5rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { width:28.9375rem;height:3.5rem;top:24.625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8SM4S3Bs2UT7TXmt5CqpwLwBNQo0aQC { width:47.75rem;height:41.6875rem;top:15.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBCgRWONcHs1vsdMhD2gCnx8QT3486tk { display:block; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afv509o8iIT6P454O3PtGm1csnMwc0ec { width:15.6875rem;height:16.1875rem;top:21.25rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcrOTipvHBxpvRGlfL1TQTIU5VLrs0RP { width:18rem;height:16.1875rem;top:3.375rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0FnOf5TfN0wWo9yAhParlFnHu5fcDdZ { width:15.9375rem;height:13.8125rem;top:15.3125rem;left:30.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVrQ6WriKEW91LJEGzqfR8JysAoQcoSa { width:47.75rem;height:2.25rem;top:2.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKnIa2MgRhWbOcXQ9QwLvmGQ8J1zWQnw { width:15.5rem;height:12.8125rem;top:8.5rem;left:30.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUUUmZQJwUGFMRRVckEfZrv9vTdPBO3I { width:12.875rem;height:12.0625rem;top:6.75rem;left:32.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5MTKg5fpWcUzNLluLuGIoAVlNd7NEeR { width:13.75rem;height:12.875rem;top:6.6875rem;left:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMt8ZnyqBH67Tsbh4vdab0Dq5o5oekRD { width:14.1875rem;height:13.9375rem;top:8.75rem;left:32.916015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #txSs34wLnIBW3vyr4ytpghGv1gLtrSee { width:12.25rem;height:13.75rem;top:5.875rem;left:35.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDO2vyTeiHkabEZTrVEvwPaFgSK1gUil { width:47.75rem;height:5.7744125rem;top:7.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3iqlFP0hEMuIbg764k3ZWTrw8liARKU { width:20rem;height:2.375rem;top:3.8125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePyGOd1DWO0cnrHWy7q2IUyJpEmKaATG { width:46.75rem;height:3.5rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6VALqqc6Lck6vmu2yLvxiPRpASF6d1K { display:block; }
 }@media only screen and (max-width: 763px) { #mRVEZMbGZn78SIg3Toaq1eiTzmoUCrME { width:47.375rem;height:3.5rem;top:20.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhS0QVT6ZPROIRnlTevxxseWTvABXeNb { width:20rem;height:5.625rem;top:22.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMBs8lGZ6mHyntxIJLZ8kevlwcVCT8GS { width:47.75rem;height:41.6875rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av { display:block; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtoyMWELoZQ4wvTS4FnIVEJV3RIkpcZF { width:0.125rem;height:13.6875rem;top:5.1875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCpscxpE6qsSTl32yqDlpIlCWNsPB4AB { width:12.5rem;height:2.11230625rem;top:10.5625rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz81Xveup3Z6ufyaivQia4NDwXL3Nick { width:12.3125rem;height:2.5996125rem;top:12.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nENitiBL8NehottQDkotZxAF1xNIMuNW { width:12.5rem;height:2.11230625rem;top:10.5625rem;left:17.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSh88pqUuFQVxvib6SQ89t16TZe0LBdh { width:8.875rem;height:2.5996125rem;top:12.8125rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwpLyDT4XnPCB4q9CehIkg4twS2gUmK { width:12.5rem;height:2.11230625rem;top:10.5rem;left:35.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxadiFbmXLxv5lMcNyrhWpCUHEFfIoib { width:8.6875rem;height:2.5996125rem;top:12.8125rem;left:35.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srGQDRFVlk9TT5Xu3eoo5iLo6CKOa2us { width:13.25rem;height:5.4375rem;top:6.125rem;left:1.5rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5TToW2iTlkKNhF3wTsW8goOZaTZLPAy { width:17.25rem;height:5.375rem;top:6.125rem;left:17.4375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krzBPeuXRTThkXJGln9EyMDPezhwuLXr { width:12.25rem;height:5.375rem;top:6.0625rem;left:35.5rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4mqB5UViuPWE1c9kl1nkzgTfSTTsprx { width:0.125rem;height:13.6875rem;top:5.1875rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOw19vuQAqp7LM18taV8tRgxaAPiwLr7 { width:46.75rem;height:3.5rem;top:19.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hsLdSXRKQacUtsmJerDc7KLspDvx45 { display:block; }
 }@media only screen and (max-width: 763px) { #nrN4I8AlCz11TcHQ0frcPkUc2eNyw1KQ { width:45.6875rem;height:3.25rem;top:20.125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTDsU2Ts1FAfgX4GTCBT8kBOTsgxT5Gn { width:0.125rem;height:13.6875rem;top:1.1875rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdCt7k3we5VqBzdtcGlD7r3mexBPgSQE { width:0.125rem;height:13.6875rem;top:1.1875rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:47.75rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWUUovODnlLVdQmqDphuHVys3HkxJFkn { width:15.6875rem;height:16.1875rem;top:21.25rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARs3PQq6kCqI22g48gQfpyBInfkDJtop { width:18rem;height:16.1875rem;top:3.375rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfkbUa2grMoBSDyxzRsv2HUp5NTxN8fT { width:15.9375rem;height:13.8125rem;top:15.3125rem;left:30.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyERxSMRH69gRpbRkWU1PHtgMbEFRqEV { width:47.75rem;height:2.25rem;top:2.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AesHGk2MqoAyCTonM9Nb1m8P5WVmU8Rq { width:15.5rem;height:12.8125rem;top:8.5rem;left:30.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsQiBpKgQWlpf1GnqoTdClgBKzlWRTaO { width:12.875rem;height:12.0625rem;top:6.75rem;left:32.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvIJm1zSQ6Cz09GuARDpTypPDog6ilf5 { width:13.75rem;height:12.875rem;top:6.6875rem;left:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXxmBavCT885730pZvRmLv4U4yXg2tyi { width:14.1875rem;height:13.9375rem;top:8.75rem;left:32.916015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HX3u2ilD1TFcVb7KCg8CyJtUz6TK2EJP { width:12.25rem;height:13.75rem;top:5.875rem;left:35.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #efeZQKcl3gTCwH0p0fnPPhOdL8ONMiVT { width:47.75rem;height:11.046875rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oScg6Gkn38JEADdt4FpHDwS2sQMw5cOT { width:20rem;height:4.75rem;top:3.1875rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKaH1Lg0UrH6Wah0JM4AF1PDe2WG5V9x { width:20rem;height:4.5rem;top:11.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k37JlOAUwMDTIS0AwztnGupQQnxyTovA { width:47.75rem;height:45.9375rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 { display:block; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container { width:47.75rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVRTWMNhVl0a3AK161Ng3z886OJadGsa { width:46.75rem;height:3.875rem;top:16.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUmIp84inJtIBhBTKsXoRPazLeCpIldO { display:block; }
 }@media only screen and (max-width: 763px) { #W8GglN3wkWWleZrLnGEapwuONeCdUhGs { width:39.9375rem;height:3.375rem;top:15.875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXQ7dgPDzofzzOkK0hud3yslRmEU2L17 { width:7.375rem;height:1.57470625rem;top:11.5625rem;left:2.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4T2xl0RcNorh4ns9Zx0Fmzensnsnz8T { width:8.75rem;height:3.1494125rem;top:11.5625rem;left:13.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCXJCqHmJvPdBefVMFULelFSFzhdEQcs { width:7.3125rem;height:3.1494125rem;top:11.5625rem;left:26.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #St5Bxw7QM3nE1DyvzTXnSq5PpbCFmvHt { width:7.4375rem;height:3.1494125rem;top:11.5625rem;left:37.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFwIgXxGqSDqdJLCkiKk82yGRLUVs4sc { width:9.1875rem;height:9.1875rem;top:1.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrpATkrHFSDG0BXnfsn9f0xtaQ5fT3L3 { width:9.3125rem;height:9.3125rem;top:1.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa8LNIi5TGi4ukgAZq05erepSG3QhWsF { width:9.25rem;height:9.25rem;top:1.125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfTv41IaPDvprCZDgSihKydV7DqUJPPo { width:9.3125rem;height:9.3125rem;top:1.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyxsm8RvTq1Hi0E0EoTOHt65zfQFcdEN { width:46.75rem;height:3.5rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGdHxMuJ3gxClTgfz5aVXna916GOQwrc { display:block; }
 }@media only screen and (max-width: 763px) { #kP6SIT7Tc65RghbOx8otofDRzTAq3TaE { width:47.375rem;height:3.5rem;top:20.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:20.0625rem;height:3.5rem;top:32.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { width:20.0625rem;height:3.5rem;top:32.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:23.8125rem;height:2.75rem;top:25.25rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:23.875rem;height:13.4706875rem;top:9.5625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEnfbMTemgieMQl1xLbwd3MXMrzqpywL { width:20rem;height:0;top:23.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:23.875rem;height:19.875rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:23.875rem;height:5.625rem;top:2.75rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPFHy4filPJohpcp4XodoMVEmWM73CsX { width:20.0625rem;height:3.5rem;top:67.25rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpWn56iMyrwFRWBfVxtbzcuMPKTWiwPa { display:block; }
 }@media only screen and (max-width: 763px) { #WXpZK78Woo2DyJbUVMNOdHv95TPCBKIA { width:20.0625rem;height:3.5rem;top:67.5625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B46UbnAxqzqLCTK6lEd4Xbitf2TWawxS { width:23.8125rem;height:2.75rem;top:61.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEU2eTThu5e1ngZOMJQfFHd9HZ5v0R6N { width:23.75rem;height:9.796875rem;top:49.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln7to8iOTqoTAgNDuV9omptqWgCAtLxy { width:23.8125rem;height:22.625rem;top:43.2734375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1hl4dpR3DpMyQ1Jee7qRy54N5qDht0H { width:23.8125rem;height:5.8125rem;top:41.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk7nxfUcp6TEdx4d6S9V66qeJsX4SGTu { width:20.0625rem;height:3.5rem;top:66.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyXwOvN8hbyzac3XqRKoIeen6CaWz5ET { width:20.0625rem;height:3.5rem;top:66rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmeTRcGOwluFTJRWyGPSHJlEb5M2ZGeN { display:block; }
 }@media only screen and (max-width: 763px) { #mwIxliDN0VLwwycJxdLBVW2KNRwHkBiE { width:20rem;height:8.3994375rem;top:23.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQutWEB9G63LzV8LcSKBhfHyPHnnSoS6 { width:20rem;height:6.8125rem;top:22.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrCbkg6RyJuS7z46rk81MH5F7UK2N8i2 { width:20rem;height:7.9375rem;top:77.1875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI { display:block; }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO8r8B08yTESUOAbFUv9VcTmOu8n1pfG { width:47.75rem;height:50rem;top:8.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQ3ETCTP4vShiyNmK6mJWfOVsybk82vK { width:47.75rem;height:50rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRk1Crdfg6oeyWMwGn1WEFQM8ShoJvyQ { width:47.75rem;height:2.25rem;top:0.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elbPXMpJCJBRfIs43eSaZ5LTUqL2KXhO { width:47.75rem;height:2.5996125rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CenNzCEAa2AaPXRapVdng2qfZ5KP3NJi { width:23rem;height:4.00035625rem;top:40.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHXqkNU3aObG91ic0SZk6C0TwOE5Qsm8 { width:20rem;height:3.625rem;top:6.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH { display:block; }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf05bInyglcAmBXF7SXlKJDfvSyTAJvI { width:47.75rem;height:30.09730195178rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKpP9p1CSZF1Bd525I2SGv3lrQkUBuz5 { width:47.75rem;height:2.25rem;top:2.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJKdmTRS6tVFwp9gbPWXqLybS3rNgEiC { width:47.75rem;height:7.7173125rem;top:6.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmTcdsWZgn3A6vqQk142IIbLWWqFob1 { width:47.75rem;height:4.875rem;top:7.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQtXU2rapqypOXiwJe1fTWGG6xtA4pvh { width:12.5rem;height:1.25rem;top:1.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoJTZPsF7214ibKT3ZUquSaTHpDpuTC7 { width:23rem;height:4.00035625rem;top:40.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpUzBrwgV93TxGM69CSxTWQi9pIiJcyy { width:20rem;height:9.75rem;top:8.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg { display:block; }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #magMTVAb74LlfwNocmzsMZo2SMnDv5v5 { width:24.0625rem;height:12.5rem;top:15.125rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTxWMJrnXLu5vF1prDEhekNznNuUrbu7 { width:24.0625rem;height:12.5rem;top:15.125rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cebTAQgq9JvL7CGHbltT4noOr043Cf8d { width:24.1875rem;height:12.625rem;top:15.125rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUsDI09nHNRl1lMrUTnAuNaIyNM49IeL { width:24.0625rem;height:12.5rem;top:15.1875rem;left:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mX81hWGD79ZxKaIAhrnB5TAidLIntOBn { width:24.0625rem;height:12.5rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVD8iPPtUqFl0DWmrbaNTUTtCOBFv7pb { width:24.0625rem;height:12.5rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHONJ0W6d8W4KHdpAiVPOUOckB57zIfW { width:20rem;height:1.9375rem;top:40.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDT4niEvIT6o4umldsm0mzZExJ8alz0k { width:24.125rem;height:4.6875rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIsgiHuWRDFKqxw1IHOWyzA9BzNWmTtA { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jnx8GcGh3Qv6rA2yZkSHLQztJwToOU8a { width:20rem;height:1.9375rem;top:65.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oB7ivtMh3zRcCo5DvnICB28iTPUa32NR { width:24.125rem;height:4.375rem;top:15.625rem;left:7.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMmMViLAF33ot3D9WMlRAwdIiCSFFG0w { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzUtLgR2KnrTCPiaTnWxT5zI5PiZE2p5 { width:46.75rem;height:3.5rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #npdP6Xo5VHCh5xdeT34mWlQ7X5TMs1f0 { display:block; }
 }@media only screen and (max-width: 763px) { #KRU6zJMOREKk90qXKJa68Q2t4VrSJKGy { width:36.0625rem;height:20.125rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnVwXuXvydNFd04Tk81ih9KJnsWWTEZD { width:36.0625rem;height:20.125rem;top:3.375rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWOMkWKTDBAC1DRg2EV81H4Nnz3mfxOT { width:47.75rem;height:4.3984375rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTSKahN6HmGcdN8o9LpnbBbmHTBqRhC { width:45.1875rem;height:2rem;top:3.625rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8KBrFQocG3JOHAIUBy3eNoJe58Tky3k { width:18.5rem;height:7.75rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNQ2rnurMP5RAcDbUeCfCWxeVLkzSZIl { width:18.5rem;height:7.25rem;top:17.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k64o4bZv3iACmavD88c8O1fpfT8yGT6X { width:18.5rem;height:7.3125rem;top:17.375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBdTq39qk3c4y7PpUdrNU8yQe99Lmbzp { width:11.375rem;height:1.94970625rem;top:30.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc12QfIm7Z3XyxZ06ACXuGZ8kVe9qtbl { width:12.5rem;height:1.94970625rem;top:30.4375rem;left:17.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsreGQdPiSIPk4DUkgk5CkaRWVRG3RpT { width:12.5rem;height:1.94970625rem;top:30.4375rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBubSm8D37Geg2rZzRiUZ1wgpvTcGBlr { width:18.0625rem;height:2.5996125rem;top:34.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z251IND4GIzqZoWgUEx6iWJNl3m5PnuW { width:18.4375rem;height:2.5996125rem;top:34.125rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8BUcLNT75IWuKvrWIxULGJdP1oZJgzO { width:19.8125rem;height:2.5996125rem;top:34.125rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx6mryHN1yAyHwAxOCcWzwSryTDkviV8 { width:20.1875rem;height:2.375rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh6TMlF24D9tU5esTbFrDKblT23Vwvxv { display:block; }
 }@media only screen and (max-width: 763px) { #XUEDqpwDH9eZCzFnfRl5EJyOPrhl9pES { width:19.75rem;height:1.75rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOp9og6gTXrkRGTbTTZazMgMs1SDgHIf { width:20.1875rem;height:2.375rem;top:39.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Oh6dC8Ic0neIkwazF2cHnZzR6sSnZX { display:block; }
 }@media only screen and (max-width: 763px) { #qVcf9E1rZkK1SXrgvGncTecIzaEoNtHf { width:19.75rem;height:1.75rem;top:38.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPsny0WirpH7avTSft1ZRkE7KVJDCUpT { width:20.1875rem;height:2.4375rem;top:39.5rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7XMdbga6JRa8HTfGoTOoBTvtmgtbPe9 { display:block; }
 }@media only screen and (max-width: 763px) { #PBTsDn1pmLha3nZnK7CvGoZvuh9Wwqk2 { width:19.75rem;height:1.75rem;top:38.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqHGqe2vtC7cSMlzekG9SLo6i1zlh0mf { width:47.75rem;height:2.51855625rem;top:50.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4fEXON3AdXP3qesA2Ua0vbeoXDP4Sy1 { width:47.75rem;height:4.25rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkPFzuvMHySfmLmHgnioJ5VTVXu2VqTH { width:47.75rem;height:4.25rem;top:12.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSpAyGITSqUnEK916TQTfOoaxrKVTJIO { width:47.75rem;height:4.25rem;top:12.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #at4kF3f0tqWv69A73gdlhiRga4ymZXuO { width:20.0625rem;height:3.5rem;top:66.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqndkD6ETCr2xk6RWHXJFNBADuN9U9BC { width:20.0625rem;height:3.5rem;top:66rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqVB1SCQpfRzugXkoCASTUl8zGn2ZdoP { display:block; }
 }@media only screen and (max-width: 763px) { #DQboJgR0AntfrdlcGE3Dz0W3xZ6B31d4 { width:20.0625rem;height:3.5rem;top:66rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NELAm1lh8Vv4k2ukooQTpllyahloWPqu { display:block; }
 }@media only screen and (max-width: 763px) { #HzmpIVaXV1RvDAr1rMsa4a7UrfNDNC7T { width:20.0625rem;height:3.5rem;top:66.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZ5Tb1xng0dVEHNTekqvrdA87KXepKnx { width:20.0625rem;height:3.5rem;top:66rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xy9mMN0W4azmeCyiSCDfzUG7E2XZraNO { display:block; }
 }@media only screen and (max-width: 763px) { #gK3rFOJGTJezWaTpVbwwuORaeMZgSwaB { width:20.0625rem;height:3.5rem;top:66.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZf2SbEbz30dkEOQDBO3XQCDZo6D7v06 { width:20rem;height:7.75rem;top:8.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 { display:block; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilnzR8pJHTu2TL86cDJQB4kgvTwu1w8b { width:47.75rem;height:21.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeWKGaAf3FkIJ7X5TJiKtA0xlSpZCaBZ { width:47.75rem;height:4.19970625rem;top:32.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s345ikE0ZlE8USSizv2VFXfoIPAU0mSw { width:47.75rem;height:1.9375rem;top:28.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRKJfgor88bIRydNDh8m4tNoiatXATut { width:20rem;height:6.9375rem;top:34.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { display:block; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { width:47.75rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { width:24.625rem;height:1.94970625rem;top:2.625rem;left:11.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:24.125rem;height:1.57470625rem;top:30.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L01IiyveCRnoZm1xSRA93NWrSK7Zg3lb { width:39.9375rem;height:3.375rem;top:6.3125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGIQpWGTfrM72c8JAxXbkpthOGeJ6JtU { width:40.375rem;height:3.4375rem;top:7.125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSFElgxzP6WTF9h3xhCyVQm1z4W9z0S2 { display:block; }
 }@media only screen and (max-width: 763px) { #pESTdnQrJ8RTqwysxTNp86yl68Cfe3SZ { width:36.125rem;height:20.0625rem;top:39.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6DCeIaxa3i2K1FdMweyUbWl4AgJ25Tn { width:17.9375rem;height:3.875rem;top:37.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8tKLrTaStcx2mEzESWfZrHJ4oGbnIRm { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsQciL97XgA6JXLhydz4pEQXOemLhga7 { width:47.75rem;height:26.829025423729rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASVRbh6N4ZrGANOyWBo3kwVWf6Xfg6fv { width:20rem;height:1.9375rem;top:0rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNIexDafisTsI8dZ1CtNdEzdkgvCl31n { width:20rem;height:7.75rem;top:15.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1TgKiFqf5cgaZRARKMcpykP5CtNZ8Kz { width:36.0625rem;height:20.125rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRT9T5CGkd2uqilRwIBNl82EXOQ1EoGy { width:20rem;height:6.4375rem;top:53.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhUiqnHbbTbDp3WrUSlMMksiPLeLf1Om { width:40.375rem;height:3.4375rem;top:7.125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzkEyWsXN8m61go1RxxQvTvFTkhQm8Xv { display:block; }
 }@media only screen and (max-width: 763px) { #ZaXp2lyLfXXiMMxGXZqI18tatsGTecSS { width:39.9375rem;height:3.375rem;top:6.3125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxQJwdvuHZyW0T5g1ldkfTaSzMLisLI8 { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:47.75rem;height:140.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKUd4zIu41gAhSzciqpMJg1U6Nz06v8u { width:24.375rem;height:0.125rem;top:96.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXy4THodusq8b5U4QvGfzFGGz1E7ccQe { width:24.375rem;height:0.125rem;top:96.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHKUUTnVoJytb3ZsQsgrRfLlJKi07Hz6 { width:47.75rem;height:26.828625rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmQ35K2dCgV6lqONKEdzTBuAZBXa0T2q { width:47.75rem;height:26.828625rem;top:102.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiUAk4oCbe4l1aqi8Ju9aWvgGatM4l85 { width:19.125rem;height:1.94970625rem;top:99.3125rem;left:14.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKoWk9QmXgUU74AWnqAzqSvWWunE0pdJ { width:18.25rem;height:1.94970625rem;top:56.0625rem;left:14.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { width:24.375rem;height:0.125rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnGFOdycyNRvDghNhJQqpz8FCwly7hec { width:24.375rem;height:0.125rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmeFHZELRm9mAfZLxVcRqVSJfNb4fu4S { width:47.75rem;height:26.828625rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2WlhXnzZAecIC052KD5zP9bB5vWOe6H { width:24.375rem;height:0.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCETdWX3b7AN1xxTSEHRNybtGx0hJaFN { width:24.375rem;height:0.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { width:20.75rem;height:1.94970625rem;top:12.3125rem;left:13.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv48eddp0x4e6uPupXT956q30VF0TiVu { width:24.375rem;height:0.125rem;top:10rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhO7h5W4msxikLNPgoQoxsQlUuRyRBh { width:24.375rem;height:0.125rem;top:10rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypRPfuDDqrEa9HKtIeHDK7qQMVb2wGbz { width:24.375rem;height:0.125rem;top:10rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaksxPF5cfAKTR4DSf8Okpe6b1CiI5FA { width:24.375rem;height:0.125rem;top:10rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzpGr6TeBxi31acXgsp7vXktmWpZiUaE { width:24.375rem;height:0.125rem;top:53.25rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhOJanJrJ2IpaantfvBAxOFTSoB9Igdz { width:24.375rem;height:0.125rem;top:53.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Tw3qzyC3pG2uTZ4wMkakBSAk5vQobd { width:24.375rem;height:0.125rem;top:53.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTSTPCuinuLIWNTJbAgaJMCwsGP0QCye { width:24.375rem;height:0.125rem;top:96.5625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsT0TeSRvrL5cKI0EP7KekhTf7kshLwr { width:24.375rem;height:0.125rem;top:96.5625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQVvcTcGWkPRXAVm0LSdNih1Aib7sN3N { width:24.375rem;height:0.125rem;top:96.5625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTa1by7y9dWtJT0X1RkwUdHThCXlKii { width:27.25rem;height:6.499rem;top:1.5185546875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dakQ8SCCR0i7sLLzF3qXM3prUamHVF4F { width:17.25rem;height:1.9375rem;top:3.625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA7BSxi9S5vb8uW7HlRiMtLFJWlMvThu { display:block; }
 }@media only screen and (max-width: 763px) { #VsxoOBuGbkqDBXwsFpT2o3HbXeqTonmC { width:15.375rem;height:1.1875rem;top:4.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJVz3iUkewEg2WdUdzAe0uAbaxdGhRZw { width:27.6875rem;height:6.499rem;top:44.59423828125rem;left:19.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcCyzimf8sAszxcwcnVEG6QJZ5Zv2bZk { width:20.1875rem;height:2.375rem;top:63.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUC9Nw3ZyKVTDrZs1WQawV5cTMPDbdl6 { display:block; }
 }@media only screen and (max-width: 763px) { #mkoi5aEpTLhsP32bQoA6fSErUNOfDSGN { width:19.75rem;height:1.75rem;top:62.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqGA8GBokvGgm89UrORkOGk0RzmV8VJk { width:27.1875rem;height:5.19921875rem;top:87.84423828125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFnrcTIFW4yzLulgyWCVTtxz8GHStouu { width:20.1875rem;height:2.375rem;top:121.5625rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpBpMhGdAi9geIVTRTyqq6EODvC26OmN { display:block; }
 }@media only screen and (max-width: 763px) { #aRcrkS2bETaPU6LWp0tBWeeXTLV9ttrb { width:19.75rem;height:1.75rem;top:120.75rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrfTSdbNMEJDItzszGbDNZX6VIQrHt3g { width:26.8125rem;height:6.499rem;top:131.375rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phFKpLRlWx5yzi1xkTPgF3T5SUsoWSru { width:20.1875rem;height:2.375rem;top:180.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWKxZaOnRZTa8y2gIe2UhorT3ZeNqK9F { display:block; }
 }@media only screen and (max-width: 763px) { #pXzaTGxCQqPXW255TJ7x3xoTcD1CURFg { width:19.75rem;height:1.75rem;top:179.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEPWF4n0XOIPahVUi00lGGMBCwMhkWOF { width:36.0625rem;height:20.125rem;top:3.375rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2VTQHyex909FIoTo7Ioh0FUwy27ARFl { width:40.375rem;height:3.4375rem;top:7.125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuJmBfANlM1iErvu8wAgP7N8GLHtcuoQ { display:block; }
 }@media only screen and (max-width: 763px) { #bOclH7LxthzIldQg0OPw7sH2OkGwJqli { width:39.9375rem;height:3.375rem;top:6.3125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TI93MtRXoOpTU9QapHh5Lp8fo0IzeB57 { width:19.125rem;height:1.9375rem;top:33rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpC9TBZP57CCezvzBTnN9RcJagSV4DPG { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVacAc01okSzMOvHbRQaE4qoIfrQEF0T { width:40.375rem;height:3.4375rem;top:7.125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlH57GZpbXH7MHuGWZXNIviCgfy9PLWS { display:block; }
 }@media only screen and (max-width: 763px) { #QXOqJODnVvu84pBcsTk6kcV4zRqEvCWz { width:39.9375rem;height:3.375rem;top:6.3125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgJEW2yQpVW9NCTkp7MCB9NDHXvRlJ6p { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #krRSPEVPwgsthqfi2oLfk49XzRoy3TDL { width:15.375rem;height:1.1875rem;top:46.0625rem;left:1.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #pI9gdUvJAb7JSqGLDNzlqwGDnRapmmKv { width:17.25rem;height:1.9375rem;top:46.875rem;left:1rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #ibx1TIfoPatusJNqczrI7QNQd6gwfxDg { display:block; }
 }@media only screen and (max-width: 763px) { #oUGNCQhiv0eNCze3So44XOksmwIJzkKn { width:17.25rem;height:1.9375rem;top:90.125rem;left:28.25rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #vAsTwLdT3a3avMt3aAGBsNZ2WH9nhkpJ { display:block; }
 }@media only screen and (max-width: 763px) { #OsiWNl7mg6MlcKdXCymzXxMA54EIRb7k { width:15.375rem;height:1.1875rem;top:91.25rem;left:29rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LK1T98NC2I4RO41HdKxpz7F04UlOAzrt { width:15.375rem;height:1.1875rem;top:133.25rem;left:1.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #rQIF2I9dzgGnOtRJ3sduqyT4xpvSfyoK { width:17.25rem;height:1.9375rem;top:134.0625rem;left:1rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #zlz9sLVESzfz64UJl6GqFfX9QLTBUy3M { display:block; }
 }@media only screen and (max-width: 763px) { #aoKTb0F5azL4H6I7TB0UplOL61AS2RmD { width:27.6875rem;height:6.499rem;top:44.59423828125rem;left:19.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Naq2a1hwSvVwVZAKFqs1Te2ARuEIbcOy { width:26.8125rem;height:6.499rem;top:131.375rem;left:20rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:47.75rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { width:14.5625rem;height:3rem;top:16.5rem;left:15.91650390625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { width:14.75rem;height:11.19925rem;top:21rem;left:16.47900390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:14.375rem;height:3rem;top:16.5rem;left:31.8330078125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { width:14.8125rem;height:5.5996125rem;top:21rem;left:32.38525390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:14.5rem;height:9.7993125rem;top:21rem;left:0.7080078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:15.25rem;height:3rem;top:16.5rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:47.75rem;height:2.875rem;top:3rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7s8AxRv1VvsJd8VbeCpbT5361RprArh { width:39.9375rem;height:3.375rem;top:33.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdohLrZ1bpZcPULLVRKK2VA1HyEQLMpF { width:40.375rem;height:3.4375rem;top:34.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK840NCkTrMDEWB79ganrTqoe5Vb6ETd { display:block; }
 }@media only screen and (max-width: 763px) { #vU99XDZphwNo8XIWvs8OWfdrSyLREzRV { width:7.1875rem;height:7.1875rem;top:8.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWtFQHkR8AJdPZi1vGJJGOO6zhoSK6TK { width:7.1875rem;height:7.1875rem;top:8.3125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhzHlgOxcLSWKAxvn77zmRXTNc974U0x { width:7.1875rem;height:7.1875rem;top:8.3125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8zXeA5ZpGmclJR0GUDwx9hceGgTzba { width:23.5rem;height:15.4375rem;top:40.875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm3nVzy7oSpMe6D7e6SGEJn0P8mQzPPI { width:21.625rem;height:14.375rem;top:42.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0K19lDF0kJ4bckMomUeIwW7NdP0AXu { width:23.3125rem;height:15.375rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzvWHnfQHKlGOU9fz2Ru82wSpGTwtywK { width:20.625rem;height:13.6875rem;top:43rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT8RXgZDgwzvDHdPpyApKxcV7G9mDpfw { width:14.5rem;height:9.7993125rem;top:21rem;left:0.7080078125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp { display:block; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container { width:47.75rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soEtxLEsRyG0smthdovVShZgEzNKPIpe { width:47.75rem;height:2.1933625rem;top:2.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPBDp84Ut1z3tVX0lGL3KQgZZ17PWUn0 { width:19.9375rem;height:2.03125rem;top:6.375rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh6FqPFNmG397nBCb9fSCqnrQdHKppEI { width:22.5625rem;height:6.9043125rem;top:9.625rem;left:24.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwkLZRlv6UQXkXimks1iUMUUkUxUvlNx { width:19.9375rem;height:2.03125rem;top:6.375rem;left:25.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BinPdQ8oB4xtAcoyuQvq9XCUQA7yGh2k { width:21.1875rem;height:6.9043125rem;top:9.625rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O779lCVZemX6PPdPflK2Mq3AGcd1MX8M { width:47.375rem;height:3.5rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dhQJFbfMqVcgbribGp9mBJaq6XHGC6 { width:46.75rem;height:3.5rem;top:19.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKbinto8lhnbl6w99tM7SOP0fJtVXr1m { display:block; }
 }@media only screen and (max-width: 763px) { #bA8EGB3dUqE6V3X7aPdViVXduaazTSEd { display:block; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row .container { width:47.75rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIxWLVBunGVGhoagzNHkAm5NRb8oRmMn { width:47.75rem;height:2.35595625rem;top:4.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeSRlb5BhKSNu9LmhLc8Chmsw2J9sbGh { width:14.9375rem;height:9.8125rem;top:10.3125rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqhrvI3T60pbB6AXwia0zZbi2dLP23KI { width:14.8125rem;height:9.8125rem;top:10.3125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkNFCNyK1m1lo9RyUPIwtCtZSkbOMA2h { width:15.0625rem;height:9.9375rem;top:21.75rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg8Ec6RGUv5fBWkiLVznb41ak6BKzzwn { width:14.9375rem;height:9.8125rem;top:21.8125rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eae7edd8FgrV5rU7NU5H1DTJ5kE9quQM { width:14.9375rem;height:9.875rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKXOOSo5F14xaZz9MPoPuahaX83RyEti { width:15rem;height:9.875rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:23.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:24.125rem;height:auto;top:13.01220703125rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:24.125rem;height:auto;top:13.01220703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GpolOlMyODQZIlqwzhmHrdVrrOJTLyzg {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #TSJftXUAnvM0DzQ8sdc8FdFvh1yp4tJJ {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #L4mauwbgrSN6b61OE2EPaGfwka123DDf {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #l0H70oTnbDSKgxN7964IDvtTJ165GwhZ {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #cAPafyEeDcQT2QWuS0ohJGc8JKI94w5T {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #yNSiXPoN7ICySE2d3d8JKtK36dr44qMP {  }
 }@media only screen and (max-width: 763px) { #Rf8279WbWMp4kVts20o15WAInBtaxN2h { display:block; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { width:19.25rem;height:3.5625rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:25.5625rem;height:13.125rem;top:3.0625rem;left:1.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:8.9375rem;height:1.4624rem;top:30.875rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:30.875rem;left:42.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:34.375rem;left:43rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:9.8125rem;height:1.4624rem;top:34.4375rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:9.0625rem;height:1.4624rem;top:38.3125rem;left:31.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:30.25rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:33.8125rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:37.875rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:0.125rem;height:44.1875rem;top:2.96875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU0n1bzQNfXkvwyz1JkDd0qV4tf7HNyg { width:25.5rem;height:6.499rem;top:9.1875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXsPgMBpUHn3yQOkwuCNVviVnnmkGFbS { width:1.6875rem;height:1.6875rem;top:38.4375rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrOso8bA4SJwnUV2vvBdwwCTg105XXH7 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8mlLpWO215pL6FoN8ZzuPTy5IMQ3Bcw { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCSkrMsDCGdIv5l0IAx0b870RekngzZR { width:14.625rem;height:1.4375rem;top:49.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te59RrOTdMaEyBT6qBsi2m05BgBTtQ3z { width:17.625rem;height:22.1875rem;top:3.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:8.8125rem;height:1.13720625rem;top:1.75rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vZZPeINinpyTZlt75WQxT5ixUEA6wT6S { position:relative;z-index:auto;display:block; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcixISTmHxiM6pxgudWH6OE2Jep5U8d5 { width:9.125rem;height:1.3125rem;top:0.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6g35I7t0isSvCUWCwo4n5qLIdXksVF { display:block; }
 }@media only screen and (max-width: 763px) { #l41NiTfXe2RGbWOfeIyGxkkoKTO1vwG4 { width:9.4375rem;height:1.3125rem;top:2.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRZza6lW2S8LTZwSa0iAbhhsed7ilaAq { display:block; }
 }@media only screen and (max-width: 763px) { #BqTJe6enJfhU6MREgR5KrUC54iG4K01S { width:6.5625rem;height:2.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6fvyyAPJ9BXKealSetCxwrX23O8d9gP { width:1.875rem;height:1.875rem;top:0.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJrGD9KGPtyCRpRndvdUrsZCX7FnX7c { width:1.875rem;height:1.875rem;top:2.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b03560b-b03e-46fb-9d70-e183ca92333f/Planika_outdoorkitchen_colours.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:20rem;height:6.1875rem;top:2.2490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:20rem;height:6.5625rem;top:24.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:19.3125rem;height:3.5625rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { width:18.625rem;height:3.5rem;top:33.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8SM4S3Bs2UT7TXmt5CqpwLwBNQo0aQC { width:20rem;height:11.3125rem;top:10.0625rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #NBCgRWONcHs1vsdMhD2gCnx8QT3486tk { background-color:rgba(255,255,255,0.7);background-image:none;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; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { background-color: transparent; background-image: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .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); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { border-width: 0; border-radius: 0; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afv509o8iIT6P454O3PtGm1csnMwc0ec { width:15.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcrOTipvHBxpvRGlfL1TQTIU5VLrs0RP { width:18rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0FnOf5TfN0wWo9yAhParlFnHu5fcDdZ { width:18.625rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVrQ6WriKEW91LJEGzqfR8JysAoQcoSa { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #MKnIa2MgRhWbOcXQ9QwLvmGQ8J1zWQnw { width:15.5rem;height:12.8125rem;top:74.67480625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUUUmZQJwUGFMRRVckEfZrv9vTdPBO3I { width:12.875rem;height:12.0625rem;top:102.86230625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5MTKg5fpWcUzNLluLuGIoAVlNd7NEeR { width:13.75rem;height:12.875rem;top:88.73730625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMt8ZnyqBH67Tsbh4vdab0Dq5o5oekRD { width:14.1875rem;height:13.9375rem;top:131.17480625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #txSs34wLnIBW3vyr4ytpghGv1gLtrSee { width:12.25rem;height:13.75rem;top:116.17480625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDO2vyTeiHkabEZTrVEvwPaFgSK1gUil { width:20rem;height:0;top:22.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #l3iqlFP0hEMuIbg764k3ZWTrw8liARKU { width:20rem;height:2.3999rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ePyGOd1DWO0cnrHWy7q2IUyJpEmKaATG { width:14.0625rem;height:3.4375rem;top:31.375rem;left:2.96875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #l6VALqqc6Lck6vmu2yLvxiPRpASF6d1K { display:block; }
 }@media only screen and (max-width: 763px) { #mRVEZMbGZn78SIg3Toaq1eiTzmoUCrME { width:10.5625rem;height:4.3125rem;top:30.75rem;left:4.3125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #EhS0QVT6ZPROIRnlTevxxseWTvABXeNb { width:20rem;height:5.6860375rem;top:22.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #kMBs8lGZ6mHyntxIJLZ8kevlwcVCT8GS { width:20rem;height:13.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av { display:block; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtoyMWELoZQ4wvTS4FnIVEJV3RIkpcZF { width:17.1875rem;height:0.125rem;top:15.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCpscxpE6qsSTl32yqDlpIlCWNsPB4AB { width:12.5rem;height:2.11230625rem;top:10.5rem;left:4.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz81Xveup3Z6ufyaivQia4NDwXL3Nick { width:11.4375rem;height:2.5996125rem;top:12.625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nENitiBL8NehottQDkotZxAF1xNIMuNW { width:12.5rem;height:2.11230625rem;top:25.125rem;left:4.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSh88pqUuFQVxvib6SQ89t16TZe0LBdh { width:12.5625rem;height:1.29980625rem;top:27.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwpLyDT4XnPCB4q9CehIkg4twS2gUmK { width:12.5rem;height:2.11230625rem;top:40.1875rem;left:5.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxadiFbmXLxv5lMcNyrhWpCUHEFfIoib { width:12.5625rem;height:2.5996125rem;top:42.9375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srGQDRFVlk9TT5Xu3eoo5iLo6CKOa2us { width:5.5rem;height:5.4375rem;top:5.125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:5.4375rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #i5TToW2iTlkKNhF3wTsW8goOZaTZLPAy { width:5.5rem;height:5.375rem;top:19.75rem;left:3.875rem;text-align:center;text-align-last:center;font-size:5.375rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #krzBPeuXRTThkXJGln9EyMDPezhwuLXr { width:17.25rem;height:5.375rem;top:35.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:5.375rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #c4mqB5UViuPWE1c9kl1nkzgTfSTTsprx { width:16.9375rem;height:0.125rem;top:47.0625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOw19vuQAqp7LM18taV8tRgxaAPiwLr7 { width:18.8125rem;height:3.5rem;top:49.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hsLdSXRKQacUtsmJerDc7KLspDvx45 { display:block; }
 }@media only screen and (max-width: 763px) { #nrN4I8AlCz11TcHQ0frcPkUc2eNyw1KQ { width:17.875rem;height:3.0625rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTDsU2Ts1FAfgX4GTCBT8kBOTsgxT5Gn { width:17.1875rem;height:0.125rem;top:32.6875rem;left:1.3125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #LdCt7k3we5VqBzdtcGlD7r3mexBPgSQE { width:17.1875rem;height:0.125rem;top:3.1875rem;left:1.40625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { background-color:rgba(255,255,255,0.7);background-image:none;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; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { background-color: transparent; background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .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); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { border-width: 0; border-radius: 0; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWUUovODnlLVdQmqDphuHVys3HkxJFkn { width:15.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARs3PQq6kCqI22g48gQfpyBInfkDJtop { width:18rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfkbUa2grMoBSDyxzRsv2HUp5NTxN8fT { width:18.625rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyERxSMRH69gRpbRkWU1PHtgMbEFRqEV { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #AesHGk2MqoAyCTonM9Nb1m8P5WVmU8Rq { width:15.5rem;height:12.8125rem;top:74.67480625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsQiBpKgQWlpf1GnqoTdClgBKzlWRTaO { width:12.875rem;height:12.0625rem;top:102.86230625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvIJm1zSQ6Cz09GuARDpTypPDog6ilf5 { width:13.75rem;height:12.875rem;top:88.73730625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXxmBavCT885730pZvRmLv4U4yXg2tyi { width:14.1875rem;height:13.9375rem;top:131.17480625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HX3u2ilD1TFcVb7KCg8CyJtUz6TK2EJP { width:12.25rem;height:13.75rem;top:116.17480625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #efeZQKcl3gTCwH0p0fnPPhOdL8ONMiVT { width:20rem;height:0;top:8.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oScg6Gkn38JEADdt4FpHDwS2sQMw5cOT { width:20rem;height:2.17480625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #tKaH1Lg0UrH6Wah0JM4AF1PDe2WG5V9x { width:20rem;height:4.548825rem;top:6.1875rem;left:0rem;font-size:0.875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #k37JlOAUwMDTIS0AwztnGupQQnxyTovA { width:20rem;height:12.4375rem;top:11.9858375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 { display:block; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVRTWMNhVl0a3AK161Ng3z886OJadGsa { width:19rem;height:3.875rem;top:37.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUmIp84inJtIBhBTKsXoRPazLeCpIldO { display:block; }
 }@media only screen and (max-width: 763px) { #W8GglN3wkWWleZrLnGEapwuONeCdUhGs { width:19.625rem;height:3.375rem;top:36.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXQ7dgPDzofzzOkK0hud3yslRmEU2L17 { width:3.875rem;height:1.92480625rem;top:4.6875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #n4T2xl0RcNorh4ns9Zx0Fmzensnsnz8T { width:3.75rem;height:1.92480625rem;top:4.625rem;left:5.5rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #lCXJCqHmJvPdBefVMFULelFSFzhdEQcs { width:4.375rem;height:1.92480625rem;top:4.625rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #St5Bxw7QM3nE1DyvzTXnSq5PpbCFmvHt { width:4.625rem;height:1.92480625rem;top:4.625rem;left:15.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #XFwIgXxGqSDqdJLCkiKk82yGRLUVs4sc { width:4.5625rem;height:4.5625rem;top:0.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrpATkrHFSDG0BXnfsn9f0xtaQ5fT3L3 { width:4.5625rem;height:4.5625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa8LNIi5TGi4ukgAZq05erepSG3QhWsF { width:4.5625rem;height:4.5625rem;top:0.0625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfTv41IaPDvprCZDgSihKydV7DqUJPPo { width:4.5625rem;height:4.5625rem;top:0rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyxsm8RvTq1Hi0E0EoTOHt65zfQFcdEN { width:14rem;height:3.4375rem;top:9.0625rem;left:3rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #AGdHxMuJ3gxClTgfz5aVXna916GOQwrc { display:block; }
 }@media only screen and (max-width: 763px) { #kP6SIT7Tc65RghbOx8otofDRzTAq3TaE { width:10.5625rem;height:4.3125rem;top:8.4375rem;left:4.5rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:89.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:18rem;height:3.4375rem;top:36.4375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { width:12.625rem;height:3.4375rem;top:36.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:20rem;height:3.25rem;top:30.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:20rem;height:0;top:23.177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#717171;display:none; }
 }@media only screen and (max-width: 763px) { #SEnfbMTemgieMQl1xLbwd3MXMrzqpywL { width:20rem;height:0;top:22.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#717171;display:none; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:20rem;height:13.8125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:20rem;height:6.75rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IPFHy4filPJohpcp4XodoMVEmWM73CsX { width:19rem;height:3.5rem;top:61.69925rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpWn56iMyrwFRWBfVxtbzcuMPKTWiwPa { display:block; }
 }@media only screen and (max-width: 763px) { #WXpZK78Woo2DyJbUVMNOdHv95TPCBKIA { width:19.625rem;height:3.5rem;top:104.07425rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B46UbnAxqzqLCTK6lEd4Xbitf2TWawxS { width:20rem;height:3.25rem;top:77.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vEU2eTThu5e1ngZOMJQfFHd9HZ5v0R6N { width:20rem;height:auto;top:48.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#717171;display:none; }
 }@media only screen and (max-width: 763px) { #ln7to8iOTqoTAgNDuV9omptqWgCAtLxy { width:20rem;height:15.125rem;top:51.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1hl4dpR3DpMyQ1Jee7qRy54N5qDht0H { width:20rem;height:6.974125rem;top:42.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xk7nxfUcp6TEdx4d6S9V66qeJsX4SGTu { width:19.625rem;height:3.5rem;top:83.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyXwOvN8hbyzac3XqRKoIeen6CaWz5ET { width:19rem;height:3.5rem;top:82.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmeTRcGOwluFTJRWyGPSHJlEb5M2ZGeN { display:block; }
 }@media only screen and (max-width: 763px) { #mwIxliDN0VLwwycJxdLBVW2KNRwHkBiE { width:20rem;height:0;top:74.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#717171;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #bQutWEB9G63LzV8LcSKBhfHyPHnnSoS6 { width:20rem;height:6.82325rem;top:22.31591796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#717171;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #SrCbkg6RyJuS7z46rk81MH5F7UK2N8i2 { width:20rem;height:7.9604375rem;top:68.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#717171;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI { display:block; }#PGsb5w49BZNLphAB6SzS0CfZiLtkJZxI > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO8r8B08yTESUOAbFUv9VcTmOu8n1pfG { width:20rem;height:50rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQ3ETCTP4vShiyNmK6mJWfOVsybk82vK { width:20rem;height:13.3123125rem;top:10.246803283691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRk1Crdfg6oeyWMwGn1WEFQM8ShoJvyQ { width:20rem;height:auto;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #elbPXMpJCJBRfIs43eSaZ5LTUqL2KXhO { width:20rem;height:auto;top:4.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CenNzCEAa2AaPXRapVdng2qfZ5KP3NJi { width:20rem;height:4.79980625rem;top:0.63742828369138rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #oHXqkNU3aObG91ic0SZk6C0TwOE5Qsm8 { width:20rem;height:3.673825rem;top:6.1493244171142rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH { display:block; }#lg8Ez5sKTBb6BzJkfTLtqa4Xmvyo9doH > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf05bInyglcAmBXF7SXlKJDfvSyTAJvI { width:20rem;height:12.5625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKpP9p1CSZF1Bd525I2SGv3lrQkUBuz5 { width:20rem;height:auto;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #aJKdmTRS6tVFwp9gbPWXqLybS3rNgEiC { width:20rem;height:auto;top:6.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLmTcdsWZgn3A6vqQk142IIbLWWqFob1 { width:20rem;height:0;top:4.1875rem;left:2.5rem;font-size:1rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #FQtXU2rapqypOXiwJe1fTWGG6xtA4pvh { top:3.5625rem;left:2.5rem;width:12.5rem;height:1.29980625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #eoJTZPsF7214ibKT3ZUquSaTHpDpuTC7 { width:20rem;height:4.79980625rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #gpUzBrwgV93TxGM69CSxTWQi9pIiJcyy { width:20rem;height:9.796875rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg { display:block; }#DMClUmBDgTzIGc7hSmhksdEnfyPtmaRg > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #magMTVAb74LlfwNocmzsMZo2SMnDv5v5 { width:20rem;height:12.5rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTxWMJrnXLu5vF1prDEhekNznNuUrbu7 { width:20rem;height:12.5rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cebTAQgq9JvL7CGHbltT4noOr043Cf8d { width:20rem;height:12.5rem;top:59.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUsDI09nHNRl1lMrUTnAuNaIyNM49IeL { width:20rem;height:12.5rem;top:59rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mX81hWGD79ZxKaIAhrnB5TAidLIntOBn { width:20rem;height:12.5rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVD8iPPtUqFl0DWmrbaNTUTtCOBFv7pb { width:20rem;height:12.5rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHONJ0W6d8W4KHdpAiVPOUOckB57zIfW { width:20rem;height:0;top:132.4653875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #aDT4niEvIT6o4umldsm0mzZExJ8alz0k { width:20rem;height:0;top:92.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #UIsgiHuWRDFKqxw1IHOWyzA9BzNWmTtA { width:20rem;height:0.125rem;top:75rem;left:0rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #Jnx8GcGh3Qv6rA2yZkSHLQztJwToOU8a { width:20rem;height:0;top:134.41455078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #oB7ivtMh3zRcCo5DvnICB28iTPUa32NR { width:20rem;height:0;top:100.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #XMmMViLAF33ot3D9WMlRAwdIiCSFFG0w { width:20rem;height:0.125rem;top:76.375rem;left:0rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #UzUtLgR2KnrTCPiaTnWxT5zI5PiZE2p5 { width:6.5rem;height:3.5rem;top:29.134765625rem;left:11.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #npdP6Xo5VHCh5xdeT34mWlQ7X5TMs1f0 { display:block; }
 }@media only screen and (max-width: 763px) { #KRU6zJMOREKk90qXKJa68Q2t4VrSJKGy { height:11.160125rem;width:20rem;top:62.5625rem;left:0rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #CnVwXuXvydNFd04Tk81ih9KJnsWWTEZD { height:11.1596875rem;width:20rem;top:77.75rem;left:0rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #pWOMkWKTDBAC1DRg2EV81H4Nnz3mfxOT { width:20rem;height:0;top:8.38623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #TNTSKahN6HmGcdN8o9LpnbBbmHTBqRhC { width:20rem;height:4.79980625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G8KBrFQocG3JOHAIUBy3eNoJe58Tky3k { width:11.1875rem;height:4.6875rem;top:14.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNQ2rnurMP5RAcDbUeCfCWxeVLkzSZIl { width:11.25rem;height:4.375rem;top:33rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k64o4bZv3iACmavD88c8O1fpfT8yGT6X { width:11.5rem;height:4.5625rem;top:53.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBdTq39qk3c4y7PpUdrNU8yQe99Lmbzp { width:11rem;height:0;top:43.297375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Tc12QfIm7Z3XyxZ06ACXuGZ8kVe9qtbl { width:12.1875rem;height:0;top:98.94096875rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #IsreGQdPiSIPk4DUkgk5CkaRWVRG3RpT { width:12.5rem;height:auto;top:30.4375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #MBubSm8D37Geg2rZzRiUZ1wgpvTcGBlr { width:17.1875rem;height:2.4375rem;top:26.75rem;left:1.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z251IND4GIzqZoWgUEx6iWJNl3m5PnuW { width:17.4375rem;height:2.4375rem;top:46.625rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8BUcLNT75IWuKvrWIxULGJdP1oZJgzO { width:17.1875rem;height:2.4375rem;top:67.8125rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mx6mryHN1yAyHwAxOCcWzwSryTDkviV8 { width:19rem;height:2.375rem;top:39.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mh6TMlF24D9tU5esTbFrDKblT23Vwvxv { display:block; }
 }@media only screen and (max-width: 763px) { #XUEDqpwDH9eZCzFnfRl5EJyOPrhl9pES { width:19.625rem;height:1.75rem;top:38.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOp9og6gTXrkRGTbTTZazMgMs1SDgHIf { width:19rem;height:2.375rem;top:39.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9Oh6dC8Ic0neIkwazF2cHnZzR6sSnZX { display:block; }
 }@media only screen and (max-width: 763px) { #qVcf9E1rZkK1SXrgvGncTecIzaEoNtHf { width:19.625rem;height:1.75rem;top:38.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPsny0WirpH7avTSft1ZRkE7KVJDCUpT { width:19rem;height:2.4375rem;top:39.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7XMdbga6JRa8HTfGoTOoBTvtmgtbPe9 { display:block; }
 }@media only screen and (max-width: 763px) { #PBTsDn1pmLha3nZnK7CvGoZvuh9Wwqk2 { width:19.625rem;height:1.75rem;top:38.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqHGqe2vtC7cSMlzekG9SLo6i1zlh0mf { width:20rem;height:2.51855625rem;top:76.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4fEXON3AdXP3qesA2Ua0vbeoXDP4Sy1 { width:5.8125rem;height:2rem;top:33.9375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkPFzuvMHySfmLmHgnioJ5VTVXu2VqTH { width:7.8125rem;height:2.6875rem;top:53.8125rem;left:8.875rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #MSpAyGITSqUnEK916TQTfOoaxrKVTJIO { width:7.8125rem;height:2.6875rem;top:15.6875rem;left:7.875rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #at4kF3f0tqWv69A73gdlhiRga4ymZXuO { width:16.8125rem;height:1.6875rem;top:30.1875rem;left:1.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #QqndkD6ETCr2xk6RWHXJFNBADuN9U9BC { width:15.4375rem;height:2.4375rem;top:30rem;left:2.4375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #sqVB1SCQpfRzugXkoCASTUl8zGn2ZdoP { display:block; }
 }@media only screen and (max-width: 763px) { #DQboJgR0AntfrdlcGE3Dz0W3xZ6B31d4 { width:15.5rem;height:2.6875rem;top:50.4375rem;left:2.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #NELAm1lh8Vv4k2ukooQTpllyahloWPqu { display:block; }
 }@media only screen and (max-width: 763px) { #HzmpIVaXV1RvDAr1rMsa4a7UrfNDNC7T { width:16.8125rem;height:1.6875rem;top:50.8125rem;left:1.4375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5Tb1xng0dVEHNTekqvrdA87KXepKnx { width:15.4375rem;height:2.4375rem;top:71.4375rem;left:2.3125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #xy9mMN0W4azmeCyiSCDfzUG7E2XZraNO { display:block; }
 }@media only screen and (max-width: 763px) { #gK3rFOJGTJezWaTpVbwwuORaeMZgSwaB { width:16.8125rem;height:1.6875rem;top:71.625rem;left:1.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #wZf2SbEbz30dkEOQDBO3XQCDZo6D7v06 { width:20rem;height:7.7988125rem;top:7.13916015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 { display:block; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilnzR8pJHTu2TL86cDJQB4kgvTwu1w8b { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeWKGaAf3FkIJ7X5TJiKtA0xlSpZCaBZ { width:20rem;height:0;top:32.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #s345ikE0ZlE8USSizv2VFXfoIPAU0mSw { width:20rem;height:4.6494125rem;top:26.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wRKJfgor88bIRydNDh8m4tNoiatXATut { width:20rem;height:6.9995rem;top:32.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { display:block; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { width:20rem;height:0;top:11.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:20rem;height:0;top:13.38720703125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:none; }
 }@media only screen and (max-width: 763px) { #L01IiyveCRnoZm1xSRA93NWrSK7Zg3lb { width:19.625rem;height:3.375rem;top:61.875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #UGIQpWGTfrM72c8JAxXbkpthOGeJ6JtU { width:19rem;height:3.4375rem;top:62.6875rem;left:0.625rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #DSFElgxzP6WTF9h3xhCyVQm1z4W9z0S2 { display:block; }
 }@media only screen and (max-width: 763px) { #pESTdnQrJ8RTqwysxTNp86yl68Cfe3SZ { height:10.8125rem;width:19.5rem;top:2.9375rem;left:0.1875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #b6DCeIaxa3i2K1FdMweyUbWl4AgJ25Tn { width:17.9375rem;height:3.8994125rem;top:34.375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #b8tKLrTaStcx2mEzESWfZrHJ4oGbnIRm { width:20rem;height:0.125rem;top:33.1875rem;left:0rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #XsQciL97XgA6JXLhydz4pEQXOemLhga7 { height:11.161178509532rem;width:20rem;top:4.38671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASVRbh6N4ZrGANOyWBo3kwVWf6Xfg6fv { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #GNIexDafisTsI8dZ1CtNdEzdkgvCl31n { width:20rem;height:7.7988125rem;top:15.98193359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #P1TgKiFqf5cgaZRARKMcpykP5CtNZ8Kz { height:11.1596875rem;width:20rem;top:39.3125rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #mRT9T5CGkd2uqilRwIBNl82EXOQ1EoGy { width:20rem;height:6.499rem;top:53.6875rem;left:0rem;font-size:1rem;z-index:15048;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VhUiqnHbbTbDp3WrUSlMMksiPLeLf1Om { width:19rem;height:3.4375rem;top:26.8125rem;left:0.5rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #HzkEyWsXN8m61go1RxxQvTvFTkhQm8Xv { display:block; }
 }@media only screen and (max-width: 763px) { #ZaXp2lyLfXXiMMxGXZqI18tatsGTecSS { width:19.625rem;height:3.375rem;top:25.875rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #cxQJwdvuHZyW0T5g1ldkfTaSzMLisLI8 { width:20rem;height:0.125rem;top:68.375rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKUd4zIu41gAhSzciqpMJg1U6Nz06v8u { width:20rem;height:0.125rem;top:127.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXy4THodusq8b5U4QvGfzFGGz1E7ccQe { width:20rem;height:0.125rem;top:127.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHKUUTnVoJytb3ZsQsgrRfLlJKi07Hz6 { height:11.1069375rem;width:20rem;top:50.65673828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmQ35K2dCgV6lqONKEdzTBuAZBXa0T2q { height:11.3125rem;width:19.5625rem;top:38.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiUAk4oCbe4l1aqi8Ju9aWvgGatM4l85 { width:13.125rem;height:0;top:4.44921875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #IKoWk9QmXgUU74AWnqAzqSvWWunE0pdJ { width:11rem;height:0;top:1.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { width:20rem;height:0.125rem;top:21.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnGFOdycyNRvDghNhJQqpz8FCwly7hec { width:20rem;height:0.125rem;top:69rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmeFHZELRm9mAfZLxVcRqVSJfNb4fu4S { height:11.161125rem;width:20rem;top:11.79736328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2WlhXnzZAecIC052KD5zP9bB5vWOe6H { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCETdWX3b7AN1xxTSEHRNybtGx0hJaFN { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Vv48eddp0x4e6uPupXT956q30VF0TiVu { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKhO7h5W4msxikLNPgoQoxsQlUuRyRBh { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypRPfuDDqrEa9HKtIeHDK7qQMVb2wGbz { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaksxPF5cfAKTR4DSf8Okpe6b1CiI5FA { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzpGr6TeBxi31acXgsp7vXktmWpZiUaE { width:20rem;height:0.125rem;top:69rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhOJanJrJ2IpaantfvBAxOFTSoB9Igdz { width:20rem;height:0.125rem;top:69rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1Tw3qzyC3pG2uTZ4wMkakBSAk5vQobd { width:20rem;height:0.125rem;top:69rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTSTPCuinuLIWNTJbAgaJMCwsGP0QCye { width:20rem;height:0.125rem;top:127.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsT0TeSRvrL5cKI0EP7KekhTf7kshLwr { width:20rem;height:0.125rem;top:127.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQVvcTcGWkPRXAVm0LSdNih1Aib7sN3N { width:20rem;height:0.125rem;top:127.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCTa1by7y9dWtJT0X1RkwUdHThCXlKii { width:20rem;height:0;top:44.3569375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dakQ8SCCR0i7sLLzF3qXM3prUamHVF4F { width:19rem;height:2.375rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GA7BSxi9S5vb8uW7HlRiMtLFJWlMvThu { display:block; }
 }@media only screen and (max-width: 763px) { #VsxoOBuGbkqDBXwsFpT2o3HbXeqTonmC { width:19.625rem;height:1.75rem;top:5.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJVz3iUkewEg2WdUdzAe0uAbaxdGhRZw { width:20rem;height:0;top:15.28759765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hcCyzimf8sAszxcwcnVEG6QJZ5Zv2bZk { width:19rem;height:2.375rem;top:63.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUC9Nw3ZyKVTDrZs1WQawV5cTMPDbdl6 { display:block; }
 }@media only screen and (max-width: 763px) { #mkoi5aEpTLhsP32bQoA6fSErUNOfDSGN { width:19.625rem;height:1.75rem;top:62.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqGA8GBokvGgm89UrORkOGk0RzmV8VJk { width:20rem;height:0;top:65.8676875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MFnrcTIFW4yzLulgyWCVTtxz8GHStouu { width:19rem;height:2.375rem;top:121.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpBpMhGdAi9geIVTRTyqq6EODvC26OmN { display:block; }
 }@media only screen and (max-width: 763px) { #aRcrkS2bETaPU6LWp0tBWeeXTLV9ttrb { width:19.625rem;height:1.75rem;top:120.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrfTSdbNMEJDItzszGbDNZX6VIQrHt3g { width:20rem;height:0;top:51.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #phFKpLRlWx5yzi1xkTPgF3T5SUsoWSru { width:19rem;height:2.375rem;top:180.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWKxZaOnRZTa8y2gIe2UhorT3ZeNqK9F { display:block; }
 }@media only screen and (max-width: 763px) { #pXzaTGxCQqPXW255TJ7x3xoTcD1CURFg { width:19.625rem;height:1.75rem;top:179.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEPWF4n0XOIPahVUi00lGGMBCwMhkWOF { height:11.1596875rem;width:20rem;top:3.0625rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #U2VTQHyex909FIoTo7Ioh0FUwy27ARFl { width:19rem;height:3.4375rem;top:25.625rem;left:0.625rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #PuJmBfANlM1iErvu8wAgP7N8GLHtcuoQ { display:block; }
 }@media only screen and (max-width: 763px) { #bOclH7LxthzIldQg0OPw7sH2OkGwJqli { width:19.625rem;height:3.375rem;top:24.8125rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TI93MtRXoOpTU9QapHh5Lp8fo0IzeB57 { width:19.125rem;height:1.94970625rem;top:33.9873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #rpC9TBZP57CCezvzBTnN9RcJagSV4DPG { width:20rem;height:0.125rem;top:31.25rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #BVacAc01okSzMOvHbRQaE4qoIfrQEF0T { width:19rem;height:3.4375rem;top:60.5rem;left:0.5rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #GlH57GZpbXH7MHuGWZXNIviCgfy9PLWS { display:block; }
 }@media only screen and (max-width: 763px) { #QXOqJODnVvu84pBcsTk6kcV4zRqEvCWz { width:19.625rem;height:3.375rem;top:59.5rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #VgJEW2yQpVW9NCTkp7MCB9NDHXvRlJ6p { width:20rem;height:0.125rem;top:65.6875rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #krRSPEVPwgsthqfi2oLfk49XzRoy3TDL { width:19.625rem;height:1.75rem;top:5.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pI9gdUvJAb7JSqGLDNzlqwGDnRapmmKv { width:19rem;height:2.375rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibx1TIfoPatusJNqczrI7QNQd6gwfxDg { display:block; }
 }@media only screen and (max-width: 763px) { #oUGNCQhiv0eNCze3So44XOksmwIJzkKn { width:19rem;height:2.375rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAsTwLdT3a3avMt3aAGBsNZ2WH9nhkpJ { display:block; }
 }@media only screen and (max-width: 763px) { #OsiWNl7mg6MlcKdXCymzXxMA54EIRb7k { width:19.625rem;height:1.75rem;top:5.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LK1T98NC2I4RO41HdKxpz7F04UlOAzrt { width:19.625rem;height:1.75rem;top:5.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQIF2I9dzgGnOtRJ3sduqyT4xpvSfyoK { width:19rem;height:2.375rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlz9sLVESzfz64UJl6GqFfX9QLTBUy3M { display:block; }
 }@media only screen and (max-width: 763px) { #aoKTb0F5azL4H6I7TB0UplOL61AS2RmD { width:20rem;height:7.7988125rem;top:15.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #Naq2a1hwSvVwVZAKFqs1Te2ARuEIbcOy { width:20rem;height:6.499rem;top:51.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { width:20rem;height:1.5rem;top:33.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { width:20rem;height:7.875rem;top:36.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:20rem;height:3rem;top:52.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { width:20rem;height:3.9375rem;top:55.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:20rem;height:0;top:17.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:none; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:20rem;height:1.5rem;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:20rem;height:3.44970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F7s8AxRv1VvsJd8VbeCpbT5361RprArh { width:14.6875rem;height:2.75rem;top:62.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdohLrZ1bpZcPULLVRKK2VA1HyEQLMpF { width:17.125rem;height:3rem;top:61.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK840NCkTrMDEWB79ganrTqoe5Vb6ETd { display:block; }
 }@media only screen and (max-width: 763px) { #vU99XDZphwNo8XIWvs8OWfdrSyLREzRV { width:7.1875rem;height:7.1875rem;top:5.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWtFQHkR8AJdPZi1vGJJGOO6zhoSK6TK { width:7.1875rem;height:7.1875rem;top:25.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhzHlgOxcLSWKAxvn77zmRXTNc974U0x { width:7.1875rem;height:7.1875rem;top:44.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8zXeA5ZpGmclJR0GUDwx9hceGgTzba { width:20rem;height:13.252525252525rem;top:85.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm3nVzy7oSpMe6D7e6SGEJn0P8mQzPPI { width:16.9375rem;height:11.6875rem;top:87.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0K19lDF0kJ4bckMomUeIwW7NdP0AXu { width:20rem;height:13.225806451613rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzvWHnfQHKlGOU9fz2Ru82wSpGTwtywK { width:16.9375rem;height:11.75rem;top:70.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT8RXgZDgwzvDHdPpyApKxcV7G9mDpfw { width:20rem;height:6.5625rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp { display:block; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soEtxLEsRyG0smthdovVShZgEzNKPIpe { width:20rem;height:4.38671875rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPBDp84Ut1z3tVX0lGL3KQgZZ17PWUn0 { width:19.9375rem;height:2.03125rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh6FqPFNmG397nBCb9fSCqnrQdHKppEI { width:19.9375rem;height:6.09375rem;top:22.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwkLZRlv6UQXkXimks1iUMUUkUxUvlNx { width:19.9375rem;height:2.03125rem;top:19.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BinPdQ8oB4xtAcoyuQvq9XCUQA7yGh2k { width:20rem;height:6.09375rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O779lCVZemX6PPdPflK2Mq3AGcd1MX8M { width:19.625rem;height:3.125rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dhQJFbfMqVcgbribGp9mBJaq6XHGC6 { width:19rem;height:3.5rem;top:32.5rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKbinto8lhnbl6w99tM7SOP0fJtVXr1m { display:block; }
 }@media only screen and (max-width: 763px) { #bA8EGB3dUqE6V3X7aPdViVXduaazTSEd { display:block; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIxWLVBunGVGhoagzNHkAm5NRb8oRmMn { width:20rem;height:4.7119125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeSRlb5BhKSNu9LmhLc8Chmsw2J9sbGh { width:18.875rem;height:12.25rem;top:6.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqhrvI3T60pbB6AXwia0zZbi2dLP23KI { width:18.6875rem;height:12.4375rem;top:18.625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkNFCNyK1m1lo9RyUPIwtCtZSkbOMA2h { width:18.875rem;height:12.625rem;top:43.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg8Ec6RGUv5fBWkiLVznb41ak6BKzzwn { width:18.75rem;height:12.4375rem;top:68.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eae7edd8FgrV5rU7NU5H1DTJ5kE9quQM { width:18.9375rem;height:12.625rem;top:56.0625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKXOOSo5F14xaZz9MPoPuahaX83RyEti { width:18.9375rem;height:12.5625rem;top:31rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:87.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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;color:#000000; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;color:#000000; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:4.125rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:17.5rem;height:auto;top:44.8125rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:17.5rem;height:auto;top:44.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GpolOlMyODQZIlqwzhmHrdVrrOJTLyzg {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #TSJftXUAnvM0DzQ8sdc8FdFvh1yp4tJJ {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #L4mauwbgrSN6b61OE2EPaGfwka123DDf {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #l0H70oTnbDSKgxN7964IDvtTJ165GwhZ {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #cAPafyEeDcQT2QWuS0ohJGc8JKI94w5T { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #yNSiXPoN7ICySE2d3d8JKtK36dr44qMP {  }
 }@media only screen and (max-width: 763px) { #Rf8279WbWMp4kVts20o15WAInBtaxN2h { display:block; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { width:17.3125rem;height:3.5625rem;top:68.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:20rem;height:8.3984375rem;top:1.4853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:14.625rem;height:0;top:44rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#717171;display:none; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:45.4619140625rem;left:1.875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:42.625rem;left:2.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:14.625rem;height:1.4624rem;top:78.6875rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:14.625rem;height:1.4624rem;top:82.25rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:78.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:81.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:74.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OU0n1bzQNfXkvwyz1JkDd0qV4tf7HNyg { width:20rem;height:5.6860375rem;top:38.20166015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXsPgMBpUHn3yQOkwuCNVviVnnmkGFbS { display:flex;width:1.6875rem;height:1.6875rem;top:82.0625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #VrOso8bA4SJwnUV2vvBdwwCTg105XXH7 { display:flex;top:78.625rem;left:1.4375rem;width:1.625rem;height:1.625rem;z-index:15044; }
 }@media only screen and (max-width: 763px) { #a8mlLpWO215pL6FoN8ZzuPTy5IMQ3Bcw { display:flex;top:75.0625rem;left:1.125rem;width:2.0625rem;height:2.0625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #pCSkrMsDCGdIv5l0IAx0b870RekngzZR { width:14.625rem;height:1.4624rem;top:75.25rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Te59RrOTdMaEyBT6qBsi2m05BgBTtQ3z { width:20rem;height:25.0536875rem;top:11.23388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:6.6875rem;height:1.13720625rem;top:1.5rem;left:13.3125rem;text-align:right;text-align-last:right;font-size:0.875rem;color:#717171;display:block; }
 }