.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:250,164,167;--color-primary-1:248,119,123;--color-primary-2:245,73,79;--color-primary-3:184,55,59;--color-primary-4:123,37,40;--color-secondary-0:204,197,215;--color-secondary-1:154,138,175;--color-secondary-2:103,80,135;--color-secondary-3:52,21,95;--color-secondary-4:39,16,71;--color-tertiary-0:213,197,215;--color-tertiary-1:171,138,175;--color-tertiary-2:128,80,135;--color-tertiary-3:86,21,95;--color-tertiary-4:65,16,71;--headlines-font-family:Raleway;--paragraphs-font-family:open sans; }@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-secondary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { background-color: transparent; background-image: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container > .video-iframe-container { display: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container { display: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .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); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { border-width: 0; border-radius: 0; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.07421875rem;left:0rem;height:1.9121125rem;font-style:normal;display:block; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.363125rem;padding-right:0.326875rem;padding-bottom:0.363125rem;padding-left:0.326875rem;display:block;align-items:center;width:1.961875rem;min-width:1.961875rem;height:1.9525rem;position:relative;font-family:var(--headlines-font-family);font-size:1.453125rem;font-weight:700;line-height:31.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.615625rem;height:0.771875rem;position:relative;font-family:var(--headlines-font-family);font-size:0.545rem;font-weight:400;line-height:12.35px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.875rem;height:3.678125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.125rem;left:60.5625rem;z-index:15032; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #Cr9979Z6RrB5cohlJxMptgPaUSwxB6U6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #L7QFg729tabdfImWheH8h0BfGpzze72V { width:auto; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DzTTtRJx9FaKPfZ0KAP0P7tGQRyQfwJE {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #dTAKqsy0veEX2sxoTH6LTdxKkAvCtQls { display:flex;position:relative;top:0rem;left:0rem; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DLlHDK5p1udbLNyZuepObA0E2w5yuBPI {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #vCcSkGM79DbdBDxf07iLlmaU5tmGxI8m {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #PZeFny96Zqq3wXg8KQMHNRHupTlZIUPA { display:flex;position:relative;top:0rem;left:0rem; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KM258fRyaRq0ITfoNmXrR5QDkHMkhrRh {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #taC33cg1qDwdVqoqSe0wud06H8oM2KUn {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KBlN8HDx19yGsJWyRf3lpBH8O1f0WsRr { display:flex;position:relative;top:0rem;left:0rem; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #yG0ovhgd5iX3bibhcSrvEUdTJ4ECn7O4 {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #ARCPSHIzAdJMVEEFKuFlm3z4ybN46UKQ {  }
#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { background-color: transparent; background-image: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container > .video-iframe-container { display: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container { display: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .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); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { border-width: 0; border-radius: 0; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#FwZVKSyghQeCvx3HxrQSW86TmRU34w7Q { 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:1.25rem;width:13.5625rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { background-color:#ffa900;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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nekTZGXccX9EdvwnBNHZUJ1P90nEHQHu { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:30.125rem;display:block; }
#g0g1Fyaft1HFtfG1zBF2FzAvD7T96yfx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XWAguTGdP0geHiMXSoS3arIyPKEtyce7 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:38.1875rem;display:block; }
#yVDl4lCLll9bqRlWerTEE8ENM9eWhW5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gThUKUCNqhONTXUIQDgWiJr8GH7RIi48 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:43.6875rem;display:block; }
#UThk6tJrGTlO7c4B394GppBxCRHElSLw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZFMVq13EbWCKp0UtXX4NFSSKMZ3XQqBy { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:52.8125rem;display:block; }
#AKsxzg5B600uxf0h7BaXxVzn7I8A0ice { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wezsttT2HnxP5R1J2uDOmfkxDTdaPk7k { 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; }
#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { background-color: transparent; background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .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); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { border-width: 0; border-radius: 0; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:45rem;width:75rem;overflow:visible;position:relative;display:block; }#vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { color:#ffffff;display:block;width:69.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.0625rem;left:0rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:19.875rem;left:0rem;height:5.41845625rem;font-style:normal;display:block; }
#dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { background-color:#ffa900;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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.6875rem;left:0rem;display:block; }
#xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { background-color:transparent;background-image:none;border-top:0.125rem solid #ffa900;border-left:0.125rem solid #ffa900;border-right:0.125rem solid #ffa900;border-bottom:0.125rem solid #ffa900;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:#ffa900;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.6875rem;left:14.625rem;display:block; }
#UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1DcRgc48GO6dsWblb8LILxDVfv30JkT { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));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;height:10rem;width:32.5rem;top:3.75rem;left:39.375rem;display:block; }
#R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { position:absolute;display:block;z-index:15025;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;height:31.3125rem;width:20.875rem;top:6.25rem;left:42.5rem;overflow:hidden;display:block; }
#SvROhoiPAaChwwG9VXpuJ2pVeoid2NKZ { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:35.5625rem;display:block; }
#dnkqOBQyTWJRrXbiC3e5zUt08OlvdyRa { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:37.9375rem;display:block; }
#HO73A8pXvtEKxpq6XQDOFVzZc71MCvT9 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:42.6875rem;display:block; }
#TXpRgTVqGtEJceV8L41zsTmyzbmi5mnW { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:40.3125rem;display:block; }
#hgI558XfyLMRisVHLPT6wMRc3ekx5OSs { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffa9004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffa9004c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));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:31.25rem;width:0.5rem;top:13.75rem;left:63.625rem;display:block; }
#rmgrtcg4UtDHt8wa7rNlWabUDdTuluJm { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffa9004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffa9004c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));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:31.25rem;width:0.5rem;top:13.75rem;left:66rem;display:block; }
#NbfNERlBXB2eM5iaLUdacnIXLwBPbBk2 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffa9004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffa9004c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));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:31.25rem;width:0.5rem;top:13.75rem;left:68.375rem;display:block; }
#c5o7gaHhXX0r4vA29fp1WBvt1ZFPXzk3 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffa9004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffa9004c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,169,0,0.3));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:31.25rem;width:0.5rem;top:13.75rem;left:70.75rem;display:block; }
#qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:39.5rem;left:1.875rem;display:block; }
#f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:39.5rem;left:4.25rem;display:block; }
#MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:39.5rem;left:6.625rem;display:block; }
#kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:39.5rem;left:9rem;display:block; }
#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.adaptive-delivery-prevent-bg, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyload, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyloading { background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { background-color: transparent; background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4edff; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4edff; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .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); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { border-width: 0; border-radius: 0; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::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; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:49.9375rem;width:75rem;position:relative;display:block; }#pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.5rem;left:28.8125rem; }
#NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:8.3125rem;left:28.8125rem;height:4.4619125rem;font-style:normal;display:block; }
#Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:13.625rem;left:28.8125rem;height:10.19825rem;font-style:normal;display:block; }
#ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { color:#ffa900;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:7.5625rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { color:rgba(var(--color-secondary-3),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:9.8125rem;left:0rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:33.375rem;left:28.8125rem;height:8.49853125rem;font-style:normal;display:block; }
#U5L7WwXpR1TKN1tE8PQTJATviD18lScA { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:28rem;left:28.8125rem;height:4.4619125rem;font-style:normal;display:block; }
#dF976RvMKBAkGwIou82WPkkWewMwDWXt { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:25.375rem;left:28.8125rem; }
#DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:33.375rem;left:53.25rem;height:10.19826875rem;font-style:normal;display:block; }
#IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:28rem;left:53.3125rem;height:4.4619125rem;font-style:normal;display:block; }
#w3xf0oy1NzRLwTzCAkycmIhi1VgufzwT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:25.375rem;left:53.25rem; }
#EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:13.625rem;left:53.25rem;height:10.198225rem;font-style:normal;display:block; }
#ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:8.3125rem;left:53.25rem;height:4.4619125rem;font-style:normal;display:block; }
#HBhFaZwK9p076FI9ksxAi31kMHUk8pFH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.5rem;left:53.25rem; }
#RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { color:rgba(var(--color-secondary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:18.0625rem;left:0rem;height:6.798825rem;display:block; }
#ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),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:44.0625rem;width:49.5625rem;top:2.75rem;left:25.4375rem;display:block; }
#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.8);background-image:url("https://images.assets-landingi.com/uc/ee2b7257-4e2b-4c69-95f1-d2ce5b1c1cee/318.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0.adaptive-delivery-prevent-bg, #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0.lazyload, #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0.lazyloading { background-image: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { background-color: transparent; background-image: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container > .video-iframe-container { display: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container { display: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .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); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { border-width: 0; border-radius: 0; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50.25rem;width:75rem;position:relative;display:block; }#ANHN5JLc4MUm6ZrBXSlf3xPZnJdRzD53 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),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:38.5rem;width:32.5rem;top:6.5625rem;left:42.5rem;display:block; }
#S7WAy640vcOAlUmu3xGaidZidIruLHhw { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:25.875rem;left:45.625rem;height:10.19825rem;display:block; }
#vyce2MimDs0Z7SFUL03CkKFX2cJohTxs { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:13.3125rem;left:45.625rem;height:11.0244375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fNKR5IfZPr9mkRV9oWp3xmIdSPPlUBxQ { background-color:#ffa900;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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.1875rem;left:45.625rem;display:block; }
#UE4L8OAAzGHJdG7cVP2ltwOXB3KrG3Gt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X4MgouxEvH7TPVUOcIV8mAGqa8UyE6Pi { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,169,0,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,169,0,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,169,0,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,169,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ffa9004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ffa9004c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,169,0,0.3));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:9.375rem;width:0.5rem;top:1.1875rem;left:45.625rem;display:block; }
#z2v1c4NCPoMqIJAocAodQTuLLOD6WVT9 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));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:9.375rem;width:0.5rem;top:1.1875rem;left:48rem;display:block; }
#aradU6vnMWeEI2tMKsmlGFXhEgRbgJS3 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,169,0,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,169,0,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,169,0,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,169,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ffa9004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#ffa9004c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(255,169,0,0.3));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:9.375rem;width:0.5rem;top:1.1875rem;left:50.375rem;display:block; }
#R7XL4zJNPi40N9hEkNZ5sZfA5SzaDPAZ { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(var(--color-primary-4),0));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:9.375rem;width:0.5rem;top:1.1875rem;left:52.75rem;display:block; }
#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { background-color: transparent; background-image: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container > .video-iframe-container { display: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container { display: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .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); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { border-width: 0; border-radius: 0; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:57.875rem;width:75rem;position:relative;display:block; }#MC34PfzBideCZW53tEa4bT4PovTs6LTD { color:rgba(var(--color-primary-1),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:19.375rem;left:4.0625rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:13.3125rem;left:4.0625rem;height:13.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3bfffa05-72ef-4d9c-bce7-e93eb4fba5a2/Wroclove22.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:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.adaptive-delivery-prevent-bg, #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.lazyload, #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.lazyloading { background-image: none; }
#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#U4zXRZU7xXC8p1Mkyo8IK5Ps7aQfiiaQ { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:31.6875rem;left:4.0625rem;height:6.798825rem;display:block; }
#XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:18.75rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.5625rem;left:40rem; }
#Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { color:#e4e3e5;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:7.625rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:10.8125rem;left:40rem;height:3.3994125rem;font-style:normal;display:block; }
#nNI2ZgAkUXyUamEE4Z19xO8pvTZ8swPa { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:19.6875rem;width:37.5rem;top:18.75rem;left:37.5rem;display:block; }
#hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:31.6875rem;left:40rem;height:3.3994125rem;font-style:normal;display:block; }
#gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.3125rem;left:40rem; }
#bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:26.375rem;left:40rem;height:5.0996125rem;font-style:normal;display:block; }
#ITLdrKk3FP3TQa7bmGfzP2kK0ChfcTAX { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:20.3125rem;width:37.5rem;top:37.5rem;left:37.5rem;display:block; }
#Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:50.224609375rem;left:40rem;height:3.3994125rem;font-style:normal;display:block; }
#gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:42.0625rem;left:40rem; }
#WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:45.125rem;left:40rem;height:5.0996125rem;font-style:normal;display:block; }
#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4edff;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; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container { background-color: transparent; background-image: none; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container > .video-iframe-container { display: none; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row > .video-iframe-container { display: none; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .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); }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container { border-width: 0; border-radius: 0; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:51.6875rem;width:75rem;position:relative;display:block; }#BnLMqyHUtb04XM5S2r7y7Q6VAuo6xzoX { color:rgba(var(--color-secondary-3),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:14.625rem;left:42.5625rem;height:33.9941625rem;font-style:normal;display:block; }
#VHVMZ4hGCzTzT4yaMx3n5smkTSn76qN8 { color:rgba(var(--color-secondary-3),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:9.51171875rem;left:42.5rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d4k4BnZq7usDnB18ce6ovZ7kn0ApPfw3 { color:#ffa900;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:7.8125rem;left:42.5rem;height:1.69970625rem;font-style:normal;display:block; }
#vrhHnyLOUsL7HhfWH1PGw5tz8fVUGGoi { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#C27FFvAvDzoPUBz0Q7ev9eIn2xdLhAWm { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#HqvbnGAPnrEslvANu1NSaTDmaZSPHbTT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#doVvDJwyvGzgFkbP9teCyZTN5QxMo8oq { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#IRtUNkH4FtHcTuL9D5JilMtoIE2I6vXn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.3125rem;width:26.125rem;top:7.5625rem;left:3.3318452380953rem;overflow:hidden;display:block; }
#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 > .row .container { background-color: transparent; background-image: none; }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 > .row .container > .video-iframe-container { display: none; }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 > .row > .video-iframe-container { display: none; }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 > .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); }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 > .row .container { border-width: 0; border-radius: 0; }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:55.5rem;width:75rem;position:relative;display:block; }#Tp5IFplTbiyNhMWkoyfaTvOqRKSPSukr { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:16.3125rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#JRJmEMLbRn0FBIQuR65r7dBz5odMAheD { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:19.25rem;left:1.875rem;height:23.795875rem;font-style:normal;display:block; }
#UpBDZmpkZgxsMWOahAkwb2wcufKU6rOF { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));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;height:39.875rem;width:21.25rem;top:11.375rem;left:26.875rem;display:block; }
#zGqRIKT5npKRb1gcz9AqT9mBxHTSBPl2 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:19.25rem;left:28.75rem;height:23.795875rem;font-style:normal;display:block; }
#xTaou3MabmTxGt5ktoaLDQlNI0ieZ4WA { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:16.3125rem;left:28.75rem;height:2.54980625rem;font-style:normal;display:block; }
#nCTw5BhXDuhc5FgbGTXLf5gztZkiyN9w { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));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;height:40.125rem;width:21.25rem;top:11.25rem;left:53.75rem;display:block; }
#dJgCZmFpZ3ybcVHkOmhS6hXRLrcb2DMf { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:19.25rem;left:55.625rem;height:25.495625rem;font-style:normal;display:block; }
#T3uXE4FzpCFf8GogJmafMLlKIZJoCtHG { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:16.3125rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#FO2v0HRNsvgcB2RhzETl0XLPnikRXTbv { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3.787109375rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V5zUCtVVz5fZLLQedWDJwKyOsSFCqRUB { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#nITiHnCdbwNQx6QNbAR7wDSqcKOCm1oK { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#FPl4TRDZHeDkr28Jlfb6DTeVMk0cZrni { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#pgqSXQtICTKzG8d39m7wGbVCRvEb32yM { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#vqsFbaVkmlLzRhDkGe5788eW4JpxuSw0 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));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;height:39.0625rem;width:21.25rem;top:11.375rem;left:0rem;display:block; }
#vNLwbvyqzITh3ANeDSaaZ8cIibsuOcVK { 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:29.875rem;width:53.1875rem;top:54.4296875rem;left:10.78125rem;overflow:hidden;display:block; }
#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 { position:relative;display:block; }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 { background-color: transparent; background-image: none; }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 > .row .container > .video-iframe-container { display: none; }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 > .row > .video-iframe-container { display: none; }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 > .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); }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 { border-width: 0; border-radius: 0; }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 > .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; }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.8125rem;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; }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA > .row .container { background-color: transparent; background-image: none; }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA > .row .container > .video-iframe-container { display: none; }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA > .row > .video-iframe-container { display: none; }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA > .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); }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA > .row .container { border-width: 0; border-radius: 0; }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:97rem;width:75rem;position:relative;display:block; }#zZl8Ry75UKflHeVdbw4Wo3A6fGRsZPD3 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.75rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tkcrJ5pslreNSgo1P8q5TNUhcvwtiatr { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#t7R1agRaArh4OItrJmJq08HrSmFBTVLb { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#OcsFBdqRLh06rtrFTz5qybwKNfr3gG6k { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#F5shDIbM1xU39ITE7vC1rdZd7UasZCJP { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#Qe5kIFumZIU3f3WITnbMbn7W9MyLb3Hf { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:29.875rem;width:17.1875rem;top:8.75rem;left:0.75rem;display:block; }
#qbxZgVLBhOQWcIGppmtIwUiKSKoIklag { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:36.0625rem;left:4.875rem;height:1.48730625rem;font-style:normal;display:block; }
#mXVKlIpkDTBlnBcwEJXaMOb2b6POHgdN { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.1875rem;width:14.125rem;top:9.875rem;left:2.375rem;display:block; }
#vZez3J50qbCh2d5rM9ypXm2nOuuCTrE0 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15059;line-height:1.7;letter-spacing:0;top:36.0625rem;left:24.8125rem;height:1.48730625rem;font-style:normal;display:block; }
#cUHgctA4nyWNd2MqBxntPAVb6kSPRJCk { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:29.875rem;width:17.1875rem;top:8.75rem;left:19.5rem;display:block; }
#MNQZoAdZIv46TKxLzfIIXDm2hznSEKQq { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.1875rem;width:14.125rem;top:9.875rem;left:21.125rem;display:block; }
#fxwRTVsNVsVLeT4Ra4calyzeke4Wqd17 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:29.875rem;width:17.0625rem;top:8.75rem;left:57.125rem;display:block; }
#dJt5TFxBsBSvSC8JLwfQ0DzZup506ETG { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.1875rem;width:14.125rem;top:9.875rem;left:58.65625rem;display:block; }
#WZ36qpna7cXdCh1cId6ykBTEuRHWK8vl { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:29.875rem;width:17.1875rem;top:8.75rem;left:38.375rem;display:block; }
#BUxQrO0f3Jbv2FZgQhiwwHXVgv4Wd93N { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.1875rem;width:14.125rem;top:9.875rem;left:39.90625rem;display:block; }
#UiPWGVSbnnlRZkLnfUImeD2OdxWxN8G8 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:36.0625rem;left:43.59375rem;height:1.48730625rem;font-style:normal;display:block; }
#IWdPosV17mJfTkph18iq6w5UdRC8iKQW { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:36.0625rem;left:61rem;height:1.48730625rem;font-style:normal;display:block; }
#zaqfImoOxV4aEQr26gC98JAkBTpTRNx9 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:13.4375rem;top:41.75rem;left:7.125rem;overflow:hidden;display:block; }
#GkdpK0r1sOAsyzSaWtmrUKo8kqKcOkO0 { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:13.4375rem;top:41.75rem;left:23.1875rem;overflow:hidden;display:block; }
#ozWuQ3wDLgdWLOZTWHRGTUylcatXo8qm { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:13.4375rem;top:41.75rem;left:39rem;overflow:hidden;display:block; }
#bqf9yemO3DB281e8qiJvXwhE7dlk9bK1 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:13.4375rem;top:41.75rem;left:54.4375rem;overflow:hidden;display:block; }
#lPEWgb7pHwR3fy6x7aQ8sgGEaeELw63N { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:13.4375rem;top:68.5rem;left:7.125rem;overflow:hidden;display:block; }
#ZlnwvSRSFuTUhb49gz3xHIPr1lAXDnOw { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:13.4375rem;top:68.5rem;left:23.1875rem;overflow:hidden;display:block; }
#huq6fQ8QdRC03BLv6OvVHwHcW0aQpWyS { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:13.4375rem;top:68.5rem;left:39rem;overflow:hidden;display:block; }
#yF0xw86ObQw2yS9Uqc481nO0FWVsCTSl { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:13.4375rem;top:68.5rem;left:54.59375rem;overflow:hidden;display:block; }
#TI19umitTwRLJfMXhQffiGIrHb7nRP3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container { background-color: transparent; background-image: none; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container > .video-iframe-container { display: none; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row > .video-iframe-container { display: none; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .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); }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container { border-width: 0; border-radius: 0; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:21.8125rem;width:75rem;position:relative;display:block; }#XELBV1yiK3kTZdkSzWTGthMNTMwPOBsq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.1875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaWD2b9DiOxK7tnrg8xSIybkIMIV95GI { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.5rem;left:14.375rem;height:3.824225rem;text-align:center;text-align-last:center;display:block; }
#Q9BFAsQnlKTRhPuwXFgxsvoXXN2XoL6m { background-color:#ffa900;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.1875rem;left:23.6875rem;display:block; }
#CaHTB5IIudZVntIzaVF1u3fmu3m3uDM6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaWm909KZEVaQVSsXvKU0vtPelhURhwG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG > .row .container { background-color: transparent; background-image: none; }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG > .row .container > .video-iframe-container { display: none; }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG > .row > .video-iframe-container { display: none; }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG > .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); }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG > .row .container { border-width: 0; border-radius: 0; }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:47.0625rem;width:75rem;position:relative;display:block; }#LWu0VkufOOpCs6k4516rAyv0tOIrfPxn { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#TW7kBElqzlTwazBCHWWZwqSZNTMmQ5R7 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#z3nf5DTXuwcuFuCzETkQnxZsqFWKLIys { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#HlMDhgwa9Ok5LDKNspJUhldK5icq1R4A { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#u9mRKAWKtwM54ZCpiTsdkpDWrEwrpkFP { color:#ffbf40;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:5.3125rem;left:26.90625rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eSMJxDTR76ZPDITcB6e4aXPJehFha2rT { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:7.63720703125rem;left:17.5rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PgUIBB6M5peZ1JBJogXGvg9rguywTNGE { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13.1875rem;left:8.125rem;display:block; }
#SSHnIvT8DBeZIig9A1ElBZJnHXNWTLAM { color:#ffbf40;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15018;line-height:1;letter-spacing:0;top:14.3125rem;left:9.375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FKFWeSwcrZhJ6TCbRhz6SkdsdXWlEb4S { color:#ffbf40;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:16.9375rem;left:9.375rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fhaN00c7yqIBHMCiDw2OVNVKwRpT869B { color:#ffbf40;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:21.10595703125rem;left:3.4375rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fdGhI5d2zvaEn8KdCB7s1hRkP8ZhirqL { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:25.875rem;left:5.25rem;height:2.54980625rem;font-style:normal;display:block; }
#vTQ3NgTdR5ctthr1A4fuUSQhC1HAf3N4 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:29.16845703125rem;left:0.59375rem;height:13.597625rem;text-align:left;text-align-last:left;display:block; }
#WHrE8TazL0b3kX8EyHFuu1lAxJecazcg { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13.1875rem;left:34.375rem;display:block; }
#v0TTditUuxesccFSkAUoy51PG3aATyGs { color:#ffbf40;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.7;letter-spacing:0;top:21.125rem;left:29.6875rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTmVSdcxWG6sGBGOoMLLbhzJNCsJQEhA { color:#ffbf40;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15024;line-height:1;letter-spacing:0;top:14.3125rem;left:35.625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KB3Zcrscsuuadf0yJU0h8VuGa2tIaQCN { color:#ffbf40;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:16.9375rem;left:35.625rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MJkCVGQG3nE7LfRoV6Qfqz8yrE19FMMD { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;top:25.875rem;left:31.5rem;height:2.54980625rem;font-style:normal;display:block; }
#Z25R4ZTJA7CJd6h2dWhdQSbdPIBzxvUT { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:29.1875rem;left:26.875rem;height:13.597625rem;text-align:left;text-align-last:left;display:block; }
#wCa5TrdKu76cU1QXwVVg4EOuAf9fHtB7 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf404c', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(255,191,64,0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13.1875rem;left:61.1875rem;display:block; }
#l89Ibl9EbXSkLyfe2cFOkS920GZPnVfi { color:#ffbf40;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.7;letter-spacing:0;top:21.125rem;left:56.5rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#db49sh3enAmA9b5czcuzbaaFQSekuTGE { color:#ffbf40;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1;letter-spacing:0;top:14.3125rem;left:62.4375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xabIEaf07CkHTHbIps91LwC6xU30R5xH { color:#ffbf40;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:16.9375rem;left:62.4375rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Go4yOuLnTNXDpzXIcU8yIRBwN0urh56h { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:25.875rem;left:58.3125rem;height:2.54980625rem;font-style:normal;display:block; }
#UO5iAAUNKycKap8h7uzNdH1owuLJH38s { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.7;letter-spacing:0;top:29.1875rem;left:53.6875rem;height:11.8979375rem;text-align:left;text-align-last:left;display:block; }
#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4edff;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; }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T > .row .container { background-color: transparent; background-image: none; }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T > .row .container > .video-iframe-container { display: none; }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T > .row > .video-iframe-container { display: none; }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T > .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); }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T > .row .container { border-width: 0; border-radius: 0; }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:37.875rem;width:75rem;position:relative;display:block; }#J50TtqXw6AVEAyGKfMNB9B2cHMh39yru { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:12.625rem;left:0rem;display:block; }
#rITShX8UEyUI1cF2y5THRgDnRTRtp5C8 { color:#ffa900;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:14.9375rem;left:1.875rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CX2xBwa5T989ETIEvyvyhVGkmIFUKI3Z { color:rgba(var(--color-secondary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:24.0625rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#FlUyrcFa0Z5u81fCgUJmKSoZJDaTv00H { color:rgba(var(--color-secondary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:27.25rem;left:0rem;height:3.3994125rem;font-style:normal;display:block; }
#DT6Sdt1LkogXaKnDsX7K0wfqWole7eTC { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:12.625rem;left:19.375rem;display:block; }
#QRg3AhpoFGwTeSCZ5qZJTh37b8k3OgHw { color:rgba(var(--color-secondary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:24.0625rem;left:19.375rem;height:2.54980625rem;font-style:normal;display:block; }
#osmdqr1QpK9AgBo3QzCb5pnPtzD06PVd { color:rgba(var(--color-secondary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:27.25rem;left:19.375rem;height:3.3994125rem;font-style:normal;display:block; }
#QFfnKTKzi4Reiby2XrMSQ5tOPLvZCuiM { color:#ffa900;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:14.9375rem;left:21.25rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EiMnLR6dw1kun1wvGT6XT5t15WJgzq2b { color:rgba(var(--color-secondary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:27.25rem;left:38.75rem;height:3.3994125rem;font-style:normal;display:block; }
#Ed5fVsCD3axq6TXGnb8Eyql86cmVzpJW { color:rgba(var(--color-secondary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:27.25rem;left:58.125rem;height:5.09911875rem;font-style:normal;display:block; }
#GJn3q1QhT8fmD08cZe2ufmPEGk01z7qw { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:12.625rem;left:38.75rem;display:block; }
#VVJeCV3U5458M2Ty5JUDa1zqLObWSws5 { color:rgba(var(--color-secondary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:24.0625rem;left:38.75rem;height:2.54980625rem;font-style:normal;display:block; }
#lmR0cOgIRHZM2uu7NlHoMFefNFsbuKIa { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:12.625rem;left:58.125rem;display:block; }
#pUhhqVci50rtQsqTORPBhiQ7iGTI5TZH { color:rgba(var(--color-secondary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:24.0625rem;left:58.125rem;height:2.54980625rem;font-style:normal;display:block; }
#Tk0kJIWcyaLtKyxJXC0TeGWmQmEr0G2W { color:#ffa900;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:14.9375rem;left:40.625rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#InKsOGx490rmuTztUrQvhMQ1aKFtan5o { color:#ffa900;display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:14.9375rem;left:60rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xNZ4dCixnmXWebFTssqulIHLqWnX7WcQ { color:#ffa900;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5.4375rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTrDNKVlNUsiUwwnTVDkC9B1cAwoOJln { color:rgba(var(--color-secondary-3),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:7.125rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vKDTZTKqQ4ot5dnvQEJLCyO2deFAgGrs { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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.5rem;width:12.5rem;top:18.625rem;left:8.125rem;display:block; }
#ZrwQbTMK4Ig9XtLSf6f4pXFNluScqBMG { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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.5rem;width:12.5rem;top:18.625rem;left:27.5rem;display:block; }
#GD2ST7VLWaCZNIoCa7OrivIHtRDXSkMM { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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.5rem;width:12.5rem;top:18.625rem;left:46.875rem;display:block; }
#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container { background-color: transparent; background-image: none; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container > .video-iframe-container { display: none; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row > .video-iframe-container { display: none; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .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); }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container { border-width: 0; border-radius: 0; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:51.25rem;width:75rem;position:relative;display:block; }#tGfdTv9OoMZmhQrCk8ED1Z0IP4VAHV7h { color:#ffa900;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5.125rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAWzpccTJ3QnzJKK3viTvtKwQxxdmSIT { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.8125rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lEBekNVcFOzWnfox2aMacFHDvzg69f7p { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:34.6875rem;width:37.5rem;top:14.3125rem;left:0rem;display:block; }
#lgx5KPUeoQvhtCPeyRtqIHtRWGPv7e6b { color:#ffa900;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:16.1875rem;left:1.875rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XoWLtTZ47STtkAJgwtLmrovP9vvOsObL { color:#fbfbfb;display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:19.1123046875rem;left:1.875rem;height:4.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#srQeE5CHy6IAxec5cQy8VRtNF3yBoI8r { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:24.25rem;left:1.875rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R2oux1pCFFUGlw203WOOyXCOuTcD2qsV { position:absolute;display:block;z-index:15049;background-color:#ffa900;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.0625rem;width:33.75rem;top:27.1875rem;left:1.875rem;display:block; }
#NDPSqnnDkZb3v3GrzWIuoUgi3NQROdyP { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(311deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(311deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(311deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(311deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(311deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:34.6875rem;width:37.5rem;top:14.3125rem;left:36.71875rem;display:block; }
#GqXKClzdEpTOZ2b7TGfEd6bIIFgc4IEw { color:#ffa900;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.7;letter-spacing:0;top:16.1875rem;left:39.375rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xh9IzaTOUvDzd8Tezl6fydlJJlvXnizn { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:19.1123046875rem;left:39.375rem;height:4.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kgqyvyFDqV9XTnFSCTzH7MwF6ykE3FbP { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.7;letter-spacing:0;top:24.25rem;left:39.375rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A2e4wnTdp4TK6eBegP1gnshI0hc4Lce0 { position:absolute;display:block;z-index:15062;background-color:#ffa900;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.0625rem;width:33.75rem;top:27.1875rem;left:39.375rem;display:block; }
#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:29.125rem;left:1.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ae801b93df6383025723747ea3946cc5ca4ee06.svg); }
#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.7;letter-spacing:0;top:29.125rem;left:39.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ae801b93df6383025723747ea3946cc5ca4ee06.svg); }
#bR0DCxABCBR9rcWOqG49magHmPNw3Vio { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:38.99853515625rem;left:1.875rem; }
#eWbDRbts2okGsqzphOFTkMPhFGJHrCW8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:36.93603515625rem;left:1.875rem; }
#zzSrhQESiJmqHpQxdMVylE3huGM9W0y2 { background-color:#ffa900;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-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:43.75rem;left:9.21875rem;display:block; }
#Np42JVhLf1iEK5rOVHSUu3CaVRAcW1Ws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x78KuT1EaMd3LKWgKkChvzJ39q2u8gEb { background-color:#ffa900;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-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:43.75rem;left:47.5rem;display:block; }
#k8G5TMucapMUSbBcysDPi1yrRmkqlFiV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQdNcnFnvuUGruTyPdzLggXxutMKh6z3 { color:rgba(var(--color-primary-2),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:14.9375rem;left:8.34375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h9sKUTLPzmm9BszOtNCr4i20Ur8XtKsN { color:rgba(var(--color-primary-2),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:15.1748046875rem;left:36.25rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3bfffa05-72ef-4d9c-bce7-e93eb4fba5a2/Wroclove22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3.adaptive-delivery-prevent-bg, #hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3.lazyload, #hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3.lazyloading { background-image: none; }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 > .row .container { background-color: transparent; background-image: none; }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.65); }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 > .row .container > .video-iframe-container { display: none; }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.65); }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 > .row > .video-iframe-container { display: none; }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 > .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); }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 > .row .container { border-width: 0; border-radius: 0; }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3::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; }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;color:#ffffff;padding-top:0.860625rem;padding-right:0.764375rem;padding-bottom:0.860625rem;padding-left:0.764375rem;display:block;align-items:center;width:4.588125rem;min-width:4.588125rem;height:4.625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:3.441875rem;font-weight:700;line-height:74px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF .widget-text.counter-label { background-color:;background-image:none;color:#ffa900;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.538125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.1175rem;height:1.828125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.290625rem;font-weight:400;line-height:29.25px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21.375rem;height:8.7125rem;padding-top:1.075625rem;padding-right:1.0925rem;padding-bottom:1.075625rem;padding-left:1.0925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.955078125rem;left:39.916015625rem;z-index:5000; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #zBcdgJn0U1vaWqSabWwzO68zZTZ1Jy8o { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #Qrz7HAGaVyo5hWfxvBTxJ1TVt7IT6vi7 { width:auto; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #H5VcfvJUFHUdT3p6HmXbLO3cRyIORg5o {  }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #VlaJrrvOSTl3rvMDgrXUzn5dE62o6WBd { display:flex;position:relative;top:0rem;left:0rem; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #Vq67QXMXbRqGcclsER3mV6WWNHndPv5m {  }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #sRfCnscdbXEHNJXpd1y3TktqgAglG6s7 {  }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #BCMRQzbmNDfoEawrmpI1EFPJZ2ePOz0i { display:flex;position:relative;top:0rem;left:0rem; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #fmu2dHDCAr9HNq6HqKKogcdH5GscdpxU {  }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #tyDgxUmvNxcCP6mwa5iIthqrPqSmySEt {  }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #tFTeF8RKAMwGfL4PvXzWz0pfkxfglr5L { display:flex;position:relative;top:0rem;left:0rem; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #q7FLu3JHIS9l5GdHSehJ7PnHlAbmc4cG {  }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #oZZVnFEvHgN6HKBEtwyafZTRqOcMnfEH {  }
#DMPpBlaHCdsudZ4BaD0qixLu5STE4PTK { color:#f5f0fb;display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.32421875rem;left:1.9375rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { background-color: transparent; background-image: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .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); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { border-width: 0; border-radius: 0; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:56.5625rem;width:75rem;position:relative;display:block; }#dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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.5rem;width:25.625rem;top:14.6875rem;left:0rem;display:block; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--headlines-font-family);font-style:normal;color:#ffffff;height:auto;line-height:2;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--headlines-font-family);color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_2fe0765bfbda269c877ebfaab089f6ae15894b52.svg");background-size:contain !important; }#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.adaptive-delivery-prevent-bg, #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.lazyload, #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.lazyloading { background-image: none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.0625rem;left:32.3125rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FiT4q1kw4HDyN6swgy6no4zForsvsfsN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #m2REUpbaR9iowwaQQJiWeTbXyUby2EPk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b81Pl3uh2sKwMmGyhIUn7ml1haTPabAU { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #rdogzdahlIKHn7tlDTv5iiTTNMXR9F9l {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #WGTQQM5ud9QPM3ipemrm1AOIm5TGskIK { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #i3mN2ugtl86DBkahKTbCldibrFL2AWhl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ZwpcwZNutxiTZqM3NtFgGeskuVqeeXIu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TvCobMum9Degon8DEDBTxEoeKJR5aKPB { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #W0A5ZB5dyFnpOw70VzMPDL5prbFNDcF3 {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #JzPlI5c0Fv4t8TIfADpO6w0LquuignDf { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #WmysQ0wuBSZo52Ep52H8mLo9xeU35ooI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #HLloHVgM8lpSIqMbV20ZgmyksSQSMHAn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #apvMfx2xONEt1Gg5JIk6mfRhMTT1xU9G { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ydXWI7CcsFM06De8TXaUR3Imoqf4Topb {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #XgxJ2XMhWgbsG198R835fMBNGmA6gStX { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UbKc66SvBEOPW0TlgunHQ6yGDy6O83Nn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Ewwkwwhdb7PyEHaA0DdQLfeLUIKxqfvT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QNK6S1uczwOfOJlm7MkOiTOAdCttngeT { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #AyG5iawlSg5TDRzvQW5ALUPyrVdFy9ar {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #bsywXu7w2XXHJNGv2ReaKwlzgH9rxwER { display:none; }
#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3bfffa05-72ef-4d9c-bce7-e93eb4fba5a2/Wroclove22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.adaptive-delivery-prevent-bg, #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.lazyload, #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.lazyloading { background-image: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { background-color: transparent; background-image: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container > .video-iframe-container { display: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container { display: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .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); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { border-width: 0; border-radius: 0; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2::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; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:42rem;width:75rem;position:relative;display:block; }#ag6yxCT9UhhzOkrnB4NUSCM8UOeUEE0M { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.6875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-form-header {  }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .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:#ffffff;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;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:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family); }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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;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:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family); }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d5c5d7;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);font-size:1rem;overflow:hidden; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .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-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-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:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:12.5rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:1rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .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:var(--headlines-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .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; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-container:first-of-type{padding-top:0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-container:last-of-type{padding-bottom:0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:43.75rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K {display:block;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:43.75rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kbHFFcdVwy2DJGK6225uKkZG9V26p4pt { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M3XVKQQuGwh6HUQMf4H52QAbF8bWMJMP { position:relative;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #dUzuploGpiMEpyKpTVebJwTwp1Dfu7AL { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #JuJbvgZ42kNvg3XhuCoEArobw7oycGhp { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kwZNiWsUf6znhKwlsQNWpeIr4HGhcQ9w { position:relative;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #UerD0MCchpdSVVGO52iMyTcb1CooGr8C { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hXfTWgAlutFoRqguf0wmQumTd4H6wN7u { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #ZrI5cs1MbhlG84ziv62GPdENS89AoyD1 { position:relative;display:block; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #W6y6MhfLlVm7AkRa3BQx5ydQ14C9AEOo { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hewi2y0mZXVdIPAKTWERUpGQ8OgduQv3 { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M2lw78pUMKVT2Mm1PSPGTt6IWyslUdhK { position:relative;z-index:2; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #imn5v9mK7sTHxPu93V7T5GvsevFVBTh7 { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #Nyt6NZrgmKALmF4c855D3F4T6OiQNNwF { position:relative; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #U64BS1rJSAPDH91x4rL9vdquH1l4xiZs { position:relative; }
#KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-3),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:30.625rem;width:35rem;top:5.625rem;left:40rem;display:block; }
#hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,169,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:19.375rem;left:0rem;height:5.09911875rem;display:block; }
#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4edff;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; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { background-color: transparent; background-image: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container > .video-iframe-container { display: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container { display: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .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); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { border-width: 0; border-radius: 0; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:34.5rem;width:75rem;position:relative;display:block; }#zXztC1ufAQqKc9VoNkQpzGLibvx7F6WX { color:#ffa900;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:4.75rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { color:rgba(var(--color-secondary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.4375rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SLTmerNPIBqVTFhKohnGJXLnb7A7IKAk { color:rgba(var(--color-secondary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:10.5625rem;left:0rem;height:3.3994125rem;font-style:normal;display:block; }
#miio10CyfIngrZxPd3xTsDTL1WDF310D { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:17.7685546875rem;left:0rem; }
#VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { color:rgba(var(--color-secondary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:19.5625rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { color:rgba(var(--color-secondary-3),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:17.5625rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#XRZc4ByobsoFLQ6D9lA2OADJgq5IMQaf { color:rgba(var(--color-secondary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:26rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#wozkxeBIbOyNyiR0iuJT7z0RPWJxuTI6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:24.2060546875rem;left:0rem; }
#tBO1kmHaZQ4AmpkNLztGUd8QtxvNTDOL { color:rgba(var(--color-secondary-3),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:24rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { position:absolute;display:block;z-index:15047;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:24.8125rem;width:22.5625rem;top:4.84375rem;left:41.375rem;overflow:hidden;display:block; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .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); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.5rem;width:75rem;position:relative;display:block; }#yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffa900;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.375rem;left:54.9375rem;display:block; }
#PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzGr8kP7apLuKvZR8h57eLa9TICiJVel { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffa900;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:65.625rem;display:block; }
#I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { 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:1.25rem;width:13.5625rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { top:1.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W { display:flex;width:13.5rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #Cr9979Z6RrB5cohlJxMptgPaUSwxB6U6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #L7QFg729tabdfImWheH8h0BfGpzze72V {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DzTTtRJx9FaKPfZ0KAP0P7tGQRyQfwJE {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #dTAKqsy0veEX2sxoTH6LTdxKkAvCtQls { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DLlHDK5p1udbLNyZuepObA0E2w5yuBPI {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #vCcSkGM79DbdBDxf07iLlmaU5tmGxI8m {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #PZeFny96Zqq3wXg8KQMHNRHupTlZIUPA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KM258fRyaRq0ITfoNmXrR5QDkHMkhrRh {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #taC33cg1qDwdVqoqSe0wud06H8oM2KUn {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KBlN8HDx19yGsJWyRf3lpBH8O1f0WsRr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #yG0ovhgd5iX3bibhcSrvEUdTJ4ECn7O4 {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #ARCPSHIzAdJMVEEFKuFlm3z4ybN46UKQ {  }
 }@media only screen and (max-width: 763px) { #PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwZVKSyghQeCvx3HxrQSW86TmRU34w7Q { width:13.5625rem;height:1.25rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block; }
 }@media only screen and (max-width: 763px) { #nekTZGXccX9EdvwnBNHZUJ1P90nEHQHu { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0g1Fyaft1HFtfG1zBF2FzAvD7T96yfx { display:block; }
 }@media only screen and (max-width: 763px) { #XWAguTGdP0geHiMXSoS3arIyPKEtyce7 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVDl4lCLll9bqRlWerTEE8ENM9eWhW5e { display:block; }
 }@media only screen and (max-width: 763px) { #gThUKUCNqhONTXUIQDgWiJr8GH7RIi48 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThk6tJrGTlO7c4B394GppBxCRHElSLw { display:block; }
 }@media only screen and (max-width: 763px) { #ZFMVq13EbWCKp0UtXX4NFSSKMZ3XQqBy { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKsxzg5B600uxf0h7BaXxVzn7I8A0ice { display:block; }
 }@media only screen and (max-width: 763px) { #wezsttT2HnxP5R1J2uDOmfkxDTdaPk7k { display:none; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { top:8.0625rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { top:19.875rem;left:0rem;width:27.3125rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block; }
 }@media only screen and (max-width: 763px) { #DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block; }
 }@media only screen and (max-width: 763px) { #E1DcRgc48GO6dsWblb8LILxDVfv30JkT { width:32.5rem;height:10rem;top:3.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { top:6.25rem;left:26.875rem;width:20.875rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvROhoiPAaChwwG9VXpuJ2pVeoid2NKZ { width:0.5rem;height:31.25rem;top:0rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnkqOBQyTWJRrXbiC3e5zUt08OlvdyRa { width:0.5rem;height:31.25rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO73A8pXvtEKxpq6XQDOFVzZc71MCvT9 { width:0.5rem;height:31.25rem;top:0rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXpRgTVqGtEJceV8L41zsTmyzbmi5mnW { width:0.5rem;height:31.25rem;top:0rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgI558XfyLMRisVHLPT6wMRc3ekx5OSs { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmgrtcg4UtDHt8wa7rNlWabUDdTuluJm { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbfNERlBXB2eM5iaLUdacnIXLwBPbBk2 { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5o7gaHhXX0r4vA29fp1WBvt1ZFPXzk3 { width:0.5rem;height:31.25rem;top:13.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.5rem;height:11.25rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.5rem;height:11.25rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.5rem;height:11.25rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.5rem;height:11.25rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { top:5.5rem;left:15.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { top:7.5625rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5L7WwXpR1TKN1tE8PQTJATviD18lScA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF976RvMKBAkGwIou82WPkkWewMwDWXt { top:25.375rem;left:15.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3xf0oy1NzRLwTzCAkycmIhi1VgufzwT { top:25.375rem;left:39.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBhFaZwK9p076FI9ksxAi31kMHUk8pFH { top:5.5rem;left:39.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { width:47.75rem;height:44.0625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { display:block; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANHN5JLc4MUm6ZrBXSlf3xPZnJdRzD53 { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7WAy640vcOAlUmu3xGaidZidIruLHhw { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyce2MimDs0Z7SFUL03CkKFX2cJohTxs { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNKR5IfZPr9mkRV9oWp3xmIdSPPlUBxQ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4L8OAAzGHJdG7cVP2ltwOXB3KrG3Gt { display:block; }
 }@media only screen and (max-width: 763px) { #X4MgouxEvH7TPVUOcIV8mAGqa8UyE6Pi { width:0.5rem;height:9.375rem;top:1.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2v1c4NCPoMqIJAocAodQTuLLOD6WVT9 { width:0.5rem;height:9.375rem;top:1.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aradU6vnMWeEI2tMKsmlGFXhEgRbgJS3 { width:0.5rem;height:9.375rem;top:1.1875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7XL4zJNPi40N9hEkNZ5sZfA5SzaDPAZ { width:0.5rem;height:9.375rem;top:1.1875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { display:block; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MC34PfzBideCZW53tEa4bT4PovTs6LTD { top:19.375rem;left:0rem;width:29.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4zXRZU7xXC8p1Mkyo8IK5Ps7aQfiiaQ { top:31.6875rem;left:0rem;width:29.375rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { width:37.5rem;height:18.75rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { top:4.5625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNI2ZgAkUXyUamEE4Z19xO8pvTZ8swPa { width:37.5rem;height:19.6875rem;top:18.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { top:23.3125rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITLdrKk3FP3TQa7bmGfzP2kK0ChfcTAX { width:37.5rem;height:20.3125rem;top:37.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { top:42.0625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO { display:block; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnLMqyHUtb04XM5S2r7y7Q6VAuo6xzoX { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHVMZ4hGCzTzT4yaMx3n5smkTSn76qN8 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4k4BnZq7usDnB18ce6ovZ7kn0ApPfw3 { top:7.8125rem;left:15.25rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrhHnyLOUsL7HhfWH1PGw5tz8fVUGGoi { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C27FFvAvDzoPUBz0Q7ev9eIn2xdLhAWm { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqvbnGAPnrEslvANu1NSaTDmaZSPHbTT { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVvDJwyvGzgFkbP9teCyZTN5QxMo8oq { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtUNkH4FtHcTuL9D5JilMtoIE2I6vXn { top:7.5625rem;left:0rem;width:26.125rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 { display:block; }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tp5IFplTbiyNhMWkoyfaTvOqRKSPSukr { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRJmEMLbRn0FBIQuR65r7dBz5odMAheD { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpBDZmpkZgxsMWOahAkwb2wcufKU6rOF { width:21.25rem;height:39.875rem;top:11.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGqRIKT5npKRb1gcz9AqT9mBxHTSBPl2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTaou3MabmTxGt5ktoaLDQlNI0ieZ4WA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTw5BhXDuhc5FgbGTXLf5gztZkiyN9w { width:21.25rem;height:40.125rem;top:11.25rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJgCZmFpZ3ybcVHkOmhS6hXRLrcb2DMf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3uXE4FzpCFf8GogJmafMLlKIZJoCtHG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO2v0HRNsvgcB2RhzETl0XLPnikRXTbv { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5zUCtVVz5fZLLQedWDJwKyOsSFCqRUB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nITiHnCdbwNQx6QNbAR7wDSqcKOCm1oK { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPl4TRDZHeDkr28Jlfb6DTeVMk0cZrni { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgqSXQtICTKzG8d39m7wGbVCRvEb32yM { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqsFbaVkmlLzRhDkGe5788eW4JpxuSw0 { width:21.25rem;height:39.0625rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNLwbvyqzITh3ANeDSaaZ8cIibsuOcVK { top:54.375rem;left:0rem;width:47.75rem;height:26.820799059929rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 { display:block; }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA { display:block; }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZl8Ry75UKflHeVdbw4Wo3A6fGRsZPD3 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkcrJ5pslreNSgo1P8q5TNUhcvwtiatr { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7R1agRaArh4OItrJmJq08HrSmFBTVLb { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcsFBdqRLh06rtrFTz5qybwKNfr3gG6k { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5shDIbM1xU39ITE7vC1rdZd7UasZCJP { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe5kIFumZIU3f3WITnbMbn7W9MyLb3Hf { width:17.1875rem;height:29.875rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbxZgVLBhOQWcIGppmtIwUiKSKoIklag { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXVKlIpkDTBlnBcwEJXaMOb2b6POHgdN { top:9.875rem;left:0rem;width:14.125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZez3J50qbCh2d5rM9ypXm2nOuuCTrE0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUHgctA4nyWNd2MqBxntPAVb6kSPRJCk { width:17.1875rem;height:29.875rem;top:8.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNQZoAdZIv46TKxLzfIIXDm2hznSEKQq { top:9.875rem;left:7.5rem;width:14.125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxwRTVsNVsVLeT4Ra4calyzeke4Wqd17 { width:17.0625rem;height:29.875rem;top:8.75rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJt5TFxBsBSvSC8JLwfQ0DzZup506ETG { top:9.875rem;left:33.625rem;width:14.125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ36qpna7cXdCh1cId6ykBTEuRHWK8vl { width:17.1875rem;height:29.875rem;top:8.75rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxQrO0f3Jbv2FZgQhiwwHXVgv4Wd93N { top:9.875rem;left:26.28125rem;width:14.125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiPWGVSbnnlRZkLnfUImeD2OdxWxN8G8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWdPosV17mJfTkph18iq6w5UdRC8iKQW { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaqfImoOxV4aEQr26gC98JAkBTpTRNx9 { top:41.75rem;left:0rem;width:13.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkdpK0r1sOAsyzSaWtmrUKo8kqKcOkO0 { top:41.75rem;left:9.5625rem;width:13.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozWuQ3wDLgdWLOZTWHRGTUylcatXo8qm { top:41.75rem;left:25.375rem;width:13.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqf9yemO3DB281e8qiJvXwhE7dlk9bK1 { top:41.75rem;left:34.3125rem;width:13.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPEWgb7pHwR3fy6x7aQ8sgGEaeELw63N { top:68.5rem;left:0rem;width:13.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlnwvSRSFuTUhb49gz3xHIPr1lAXDnOw { top:68.5rem;left:9.5625rem;width:13.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huq6fQ8QdRC03BLv6OvVHwHcW0aQpWyS { top:68.5rem;left:25.375rem;width:13.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF0xw86ObQw2yS9Uqc481nO0FWVsCTSl { top:68.5rem;left:34.3125rem;width:13.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI19umitTwRLJfMXhQffiGIrHb7nRP3B { display:block; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XELBV1yiK3kTZdkSzWTGthMNTMwPOBsq { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaWD2b9DiOxK7tnrg8xSIybkIMIV95GI { top:8.5rem;left:0.75rem;width:46.25rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9BFAsQnlKTRhPuwXFgxsvoXXN2XoL6m { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaHTB5IIudZVntIzaVF1u3fmu3m3uDM6 { display:block; }
 }@media only screen and (max-width: 763px) { #TaWm909KZEVaQVSsXvKU0vtPelhURhwG { display:block; }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWu0VkufOOpCs6k4516rAyv0tOIrfPxn { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7kBElqzlTwazBCHWWZwqSZNTMmQ5R7 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3nf5DTXuwcuFuCzETkQnxZsqFWKLIys { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlMDhgwa9Ok5LDKNspJUhldK5icq1R4A { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9mRKAWKtwM54ZCpiTsdkpDWrEwrpkFP { top:5.3125rem;left:13.28125rem;width:21.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSMJxDTR76ZPDITcB6e4aXPJehFha2rT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgUIBB6M5peZ1JBJogXGvg9rguywTNGE { width:6.25rem;height:6.25rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSHnIvT8DBeZIig9A1ElBZJnHXNWTLAM { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKFWeSwcrZhJ6TCbRhz6SkdsdXWlEb4S { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhaN00c7yqIBHMCiDw2OVNVKwRpT869B { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdGhI5d2zvaEn8KdCB7s1hRkP8ZhirqL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQ3NgTdR5ctthr1A4fuUSQhC1HAf3N4 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHrE8TazL0b3kX8EyHFuu1lAxJecazcg { width:6.25rem;height:6.25rem;top:13.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0TTditUuxesccFSkAUoy51PG3aATyGs { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmVSdcxWG6sGBGOoMLLbhzJNCsJQEhA { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB3Zcrscsuuadf0yJU0h8VuGa2tIaQCN { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJkCVGQG3nE7LfRoV6Qfqz8yrE19FMMD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z25R4ZTJA7CJd6h2dWhdQSbdPIBzxvUT { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCa5TrdKu76cU1QXwVVg4EOuAf9fHtB7 { width:6.25rem;height:6.25rem;top:13.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l89Ibl9EbXSkLyfe2cFOkS920GZPnVfi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #db49sh3enAmA9b5czcuzbaaFQSekuTGE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xabIEaf07CkHTHbIps91LwC6xU30R5xH { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go4yOuLnTNXDpzXIcU8yIRBwN0urh56h { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO5iAAUNKycKap8h7uzNdH1owuLJH38s { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T { display:block; }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J50TtqXw6AVEAyGKfMNB9B2cHMh39yru { width:10rem;height:10rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rITShX8UEyUI1cF2y5THRgDnRTRtp5C8 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX2xBwa5T989ETIEvyvyhVGkmIFUKI3Z { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlUyrcFa0Z5u81fCgUJmKSoZJDaTv00H { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6Sdt1LkogXaKnDsX7K0wfqWole7eTC { width:10rem;height:10rem;top:12.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRg3AhpoFGwTeSCZ5qZJTh37b8k3OgHw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osmdqr1QpK9AgBo3QzCb5pnPtzD06PVd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFfnKTKzi4Reiby2XrMSQ5tOPLvZCuiM { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiMnLR6dw1kun1wvGT6XT5t15WJgzq2b { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed5fVsCD3axq6TXGnb8Eyql86cmVzpJW { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJn3q1QhT8fmD08cZe2ufmPEGk01z7qw { width:10rem;height:10rem;top:12.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVJeCV3U5458M2Ty5JUDa1zqLObWSws5 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmR0cOgIRHZM2uu7NlHoMFefNFsbuKIa { width:10rem;height:10rem;top:12.625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUhhqVci50rtQsqTORPBhiQ7iGTI5TZH { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0kJIWcyaLtKyxJXC0TeGWmQmEr0G2W { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InKsOGx490rmuTztUrQvhMQ1aKFtan5o { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNZ4dCixnmXWebFTssqulIHLqWnX7WcQ { top:5.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTrDNKVlNUsiUwwnTVDkC9B1cAwoOJln { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKDTZTKqQ4ot5dnvQEJLCyO2deFAgGrs { width:12.5rem;height:0.5rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrwQbTMK4Ig9XtLSf6f4pXFNluScqBMG { width:12.5rem;height:0.5rem;top:18.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD2ST7VLWaCZNIoCa7OrivIHtRDXSkMM { width:12.5rem;height:0.5rem;top:18.625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEfNW68VbZtcHguNIpgpIpCwOQ141lrw { display:block; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGfdTv9OoMZmhQrCk8ED1Z0IP4VAHV7h { top:5.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAWzpccTJ3QnzJKK3viTvtKwQxxdmSIT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEBekNVcFOzWnfox2aMacFHDvzg69f7p { width:37.5rem;height:34.6875rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgx5KPUeoQvhtCPeyRtqIHtRWGPv7e6b { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoWLtTZ47STtkAJgwtLmrovP9vvOsObL { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQeE5CHy6IAxec5cQy8VRtNF3yBoI8r { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2oux1pCFFUGlw203WOOyXCOuTcD2qsV { width:33.75rem;height:0.0625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDPSqnnDkZb3v3GrzWIuoUgi3NQROdyP { width:37.5rem;height:34.6875rem;top:14.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqXKClzdEpTOZ2b7TGfEd6bIIFgc4IEw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh9IzaTOUvDzd8Tezl6fydlJJlvXnizn { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgqyvyFDqV9XTnFSCTzH7MwF6ykE3FbP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4wnTdp4TK6eBegP1gnshI0hc4Lce0 { width:33.75rem;height:0.0625rem;top:27.1875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ae801b93df6383025723747ea3946cc5ca4ee06.svg); }
 }@media only screen and (max-width: 763px) { #k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ae801b93df6383025723747ea3946cc5ca4ee06.svg); }
 }@media only screen and (max-width: 763px) { #bR0DCxABCBR9rcWOqG49magHmPNw3Vio { top:38.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWbDRbts2okGsqzphOFTkMPhFGJHrCW8 { top:36.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzSrhQESiJmqHpQxdMVylE3huGM9W0y2 { width:17.5rem;height:3.4375rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np42JVhLf1iEK5rOVHSUu3CaVRAcW1Ws { display:block; }
 }@media only screen and (max-width: 763px) { #x78KuT1EaMd3LKWgKkChvzJ39q2u8gEb { width:17.5rem;height:3.4375rem;top:43.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8G5TMucapMUSbBcysDPi1yrRmkqlFiV { display:block; }
 }@media only screen and (max-width: 763px) { #TQdNcnFnvuUGruTyPdzLggXxutMKh6z3 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9sKUTLPzmm9BszOtNCr4i20Ur8XtKsN { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 { display:block; }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF { display:flex;width:13.5rem;height:5.0625rem;top:6.1875rem;left:8.40625rem; }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #zBcdgJn0U1vaWqSabWwzO68zZTZ1Jy8o { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #Qrz7HAGaVyo5hWfxvBTxJ1TVt7IT6vi7 {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #H5VcfvJUFHUdT3p6HmXbLO3cRyIORg5o {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #VlaJrrvOSTl3rvMDgrXUzn5dE62o6WBd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #Vq67QXMXbRqGcclsER3mV6WWNHndPv5m {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #sRfCnscdbXEHNJXpd1y3TktqgAglG6s7 {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #BCMRQzbmNDfoEawrmpI1EFPJZ2ePOz0i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #fmu2dHDCAr9HNq6HqKKogcdH5GscdpxU {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #tyDgxUmvNxcCP6mwa5iIthqrPqSmySEt {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #tFTeF8RKAMwGfL4PvXzWz0pfkxfglr5L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #q7FLu3JHIS9l5GdHSehJ7PnHlAbmc4cG {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #oZZVnFEvHgN6HKBEtwyafZTRqOcMnfEH {  }
 }@media only screen and (max-width: 763px) { #DMPpBlaHCdsudZ4BaD0qixLu5STE4PTK { top:8.3125rem;left:0rem;width:36.8125rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FiT4q1kw4HDyN6swgy6no4zForsvsfsN {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #m2REUpbaR9iowwaQQJiWeTbXyUby2EPk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b81Pl3uh2sKwMmGyhIUn7ml1haTPabAU {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #rdogzdahlIKHn7tlDTv5iiTTNMXR9F9l {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #WGTQQM5ud9QPM3ipemrm1AOIm5TGskIK {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #i3mN2ugtl86DBkahKTbCldibrFL2AWhl {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ZwpcwZNutxiTZqM3NtFgGeskuVqeeXIu {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TvCobMum9Degon8DEDBTxEoeKJR5aKPB {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #W0A5ZB5dyFnpOw70VzMPDL5prbFNDcF3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #JzPlI5c0Fv4t8TIfADpO6w0LquuignDf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #WmysQ0wuBSZo52Ep52H8mLo9xeU35ooI {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #HLloHVgM8lpSIqMbV20ZgmyksSQSMHAn {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #apvMfx2xONEt1Gg5JIk6mfRhMTT1xU9G {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ydXWI7CcsFM06De8TXaUR3Imoqf4Topb {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #XgxJ2XMhWgbsG198R835fMBNGmA6gStX {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UbKc66SvBEOPW0TlgunHQ6yGDy6O83Nn {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Ewwkwwhdb7PyEHaA0DdQLfeLUIKxqfvT {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QNK6S1uczwOfOJlm7MkOiTOAdCttngeT {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #AyG5iawlSg5TDRzvQW5ALUPyrVdFy9ar {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #bsywXu7w2XXHJNGv2ReaKwlzgH9rxwER {  }
 }@media only screen and (max-width: 763px) { #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { display:block; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ag6yxCT9UhhzOkrnB4NUSCM8UOeUEE0M { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K  { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K {display:block;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kbHFFcdVwy2DJGK6225uKkZG9V26p4pt {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M3XVKQQuGwh6HUQMf4H52QAbF8bWMJMP {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #dUzuploGpiMEpyKpTVebJwTwp1Dfu7AL {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #JuJbvgZ42kNvg3XhuCoEArobw7oycGhp {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kwZNiWsUf6znhKwlsQNWpeIr4HGhcQ9w {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #UerD0MCchpdSVVGO52iMyTcb1CooGr8C {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hXfTWgAlutFoRqguf0wmQumTd4H6wN7u {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #ZrI5cs1MbhlG84ziv62GPdENS89AoyD1 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #W6y6MhfLlVm7AkRa3BQx5ydQ14C9AEOo {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hewi2y0mZXVdIPAKTWERUpGQ8OgduQv3 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M2lw78pUMKVT2Mm1PSPGTt6IWyslUdhK {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #imn5v9mK7sTHxPu93V7T5GvsevFVBTh7 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #Nyt6NZrgmKALmF4c855D3F4T6OiQNNwF {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #U64BS1rJSAPDH91x4rL9vdquH1l4xiZs {  }
 }@media only screen and (max-width: 763px) { #KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { width:35rem;height:30.625rem;top:5.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { top:19.375rem;left:0rem;width:33.75rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { display:block; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXztC1ufAQqKc9VoNkQpzGLibvx7F6WX { top:4.75rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTmerNPIBqVTFhKohnGJXLnb7A7IKAk { top:10.5625rem;left:0rem;width:31.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miio10CyfIngrZxPd3xTsDTL1WDF310D { width:1.5rem;height:1.5rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRZc4ByobsoFLQ6D9lA2OADJgq5IMQaf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wozkxeBIbOyNyiR0iuJT7z0RPWJxuTI6 { width:1.5rem;height:1.5rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBO1kmHaZQ4AmpkNLztGUd8QtxvNTDOL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { width:22.5625rem;height:24.8125rem;top:4.8125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block; }
 }@media only screen and (max-width: 763px) { #GzGr8kP7apLuKvZR8h57eLa9TICiJVel { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:13.5625rem;height:1.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { width:20rem;height:5.09911875rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-number { padding-top:0.39625rem;padding-right:0.35625rem;padding-bottom:0.39625rem;padding-left:0.35625rem;width:2.139375rem;min-width:2.139375rem;height:2.129375rem;font-size:1.584375rem;line-height:34.07px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2475rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.8525rem;height:0.841875rem;font-size:0.594375rem;line-height:13.47px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W { display:flex;width:11.5625rem;height:4.01125rem;top:6.25rem;left:1.90625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #Cr9979Z6RrB5cohlJxMptgPaUSwxB6U6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #L7QFg729tabdfImWheH8h0BfGpzze72V {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DzTTtRJx9FaKPfZ0KAP0P7tGQRyQfwJE {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #dTAKqsy0veEX2sxoTH6LTdxKkAvCtQls { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DLlHDK5p1udbLNyZuepObA0E2w5yuBPI {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #vCcSkGM79DbdBDxf07iLlmaU5tmGxI8m {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #PZeFny96Zqq3wXg8KQMHNRHupTlZIUPA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KM258fRyaRq0ITfoNmXrR5QDkHMkhrRh {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #taC33cg1qDwdVqoqSe0wud06H8oM2KUn {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KBlN8HDx19yGsJWyRf3lpBH8O1f0WsRr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #yG0ovhgd5iX3bibhcSrvEUdTJ4ECn7O4 {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #ARCPSHIzAdJMVEEFKuFlm3z4ybN46UKQ {  }
 }@media only screen and (max-width: 763px) { #PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwZVKSyghQeCvx3HxrQSW86TmRU34w7Q { width:9.6875rem;height:0.8125rem;top:0.9375rem;left:0.888671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { width:10.1875rem;height:2.8125rem;top:12.8125rem;left:9.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block; }
 }@media only screen and (max-width: 763px) { #nekTZGXccX9EdvwnBNHZUJ1P90nEHQHu { width:5.3125rem;height:2.375rem;top:3.4375rem;left:14.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #g0g1Fyaft1HFtfG1zBF2FzAvD7T96yfx { display:block; }
 }@media only screen and (max-width: 763px) { #XWAguTGdP0geHiMXSoS3arIyPKEtyce7 { width:5.1875rem;height:2.5625rem;top:5.8125rem;left:14.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yVDl4lCLll9bqRlWerTEE8ENM9eWhW5e { display:block; }
 }@media only screen and (max-width: 763px) { #gThUKUCNqhONTXUIQDgWiJr8GH7RIi48 { width:4.875rem;height:1.9375rem;top:8.375rem;left:15.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UThk6tJrGTlO7c4B394GppBxCRHElSLw { display:block; }
 }@media only screen and (max-width: 763px) { #ZFMVq13EbWCKp0UtXX4NFSSKMZ3XQqBy { width:5rem;height:2.4375rem;top:10.375rem;left:14.84375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AKsxzg5B600uxf0h7BaXxVzn7I8A0ice { display:block; }
 }@media only screen and (max-width: 763px) { #wezsttT2HnxP5R1J2uDOmfkxDTdaPk7k { display:flex;top:0.9375rem;left:17.40625rem;width:2.5rem;height:2.5rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { width:20rem;height:6.07470625rem;top:3.3125rem;left:0rem;font-size:1.6875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { width:20rem;height:4.46191875rem;top:9.984375rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { width:16.6875rem;height:3.75rem;top:38.5rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block; }
 }@media only screen and (max-width: 763px) { #DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { width:16.8125rem;height:3.75rem;top:43.25rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block; }
 }@media only screen and (max-width: 763px) { #E1DcRgc48GO6dsWblb8LILxDVfv30JkT { width:20rem;height:10rem;top:16.2080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { width:12.5625rem;height:18.875rem;top:17.7705078125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvROhoiPAaChwwG9VXpuJ2pVeoid2NKZ { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnkqOBQyTWJRrXbiC3e5zUt08OlvdyRa { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO73A8pXvtEKxpq6XQDOFVzZc71MCvT9 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXpRgTVqGtEJceV8L41zsTmyzbmi5mnW { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgI558XfyLMRisVHLPT6wMRc3ekx5OSs { width:0.5rem;height:24.6875rem;top:24.75rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #rmgrtcg4UtDHt8wa7rNlWabUDdTuluJm { width:0.5rem;height:24.6875rem;top:24.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbfNERlBXB2eM5iaLUdacnIXLwBPbBk2 { width:0.5rem;height:24.6875rem;top:24.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5o7gaHhXX0r4vA29fp1WBvt1ZFPXzk3 { width:0.5rem;height:24.625rem;top:24.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:20rem;height:95.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { display:flex;width:2.125rem;height:2.125rem;top:19.375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { width:17.5rem;height:3.574225rem;top:22.25rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { width:17.5rem;height:10.411125rem;top:26.75rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { width:20rem;height:1.69970625rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { width:20rem;height:4.38671875rem;top:4.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { width:17.5rem;height:10.4111375rem;top:63.25rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5L7WwXpR1TKN1tE8PQTJATviD18lScA { width:17.5rem;height:3.57421875rem;top:58.6875rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dF976RvMKBAkGwIou82WPkkWewMwDWXt { display:flex;width:2.125rem;height:2.125rem;top:55.8125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { width:17.5rem;height:8.92380625rem;top:81.5625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { width:17.5rem;height:3.574225rem;top:77.25rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w3xf0oy1NzRLwTzCAkycmIhi1VgufzwT { display:flex;width:2.125rem;height:2.125rem;top:74.5625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { width:17.5rem;height:8.92383125rem;top:46rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { width:17.5rem;height:3.574225rem;top:41.625rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HBhFaZwK9p076FI9ksxAi31kMHUk8pFH { display:flex;width:2.125rem;height:2.125rem;top:38.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { width:18.875rem;height:7.436525rem;top:9.75rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { width:20rem;height:75.25rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { display:block; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANHN5JLc4MUm6ZrBXSlf3xPZnJdRzD53 { width:20rem;height:26.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7WAy640vcOAlUmu3xGaidZidIruLHhw { width:17.5rem;height:14.8730625rem;top:11.21923828125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyce2MimDs0Z7SFUL03CkKFX2cJohTxs { width:20rem;height:6.5800625rem;top:2.6875rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNKR5IfZPr9mkRV9oWp3xmIdSPPlUBxQ { width:20rem;height:3.75rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4L8OAAzGHJdG7cVP2ltwOXB3KrG3Gt { display:block; }
 }@media only screen and (max-width: 763px) { #X4MgouxEvH7TPVUOcIV8mAGqa8UyE6Pi { width:0.5rem;height:9.375rem;top:27.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2v1c4NCPoMqIJAocAodQTuLLOD6WVT9 { width:0.5rem;height:9.375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aradU6vnMWeEI2tMKsmlGFXhEgRbgJS3 { width:0.5rem;height:9.375rem;top:27.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7XL4zJNPi40N9hEkNZ5sZfA5SzaDPAZ { width:0.5rem;height:9.375rem;top:27.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { display:block; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MC34PfzBideCZW53tEa4bT4PovTs6LTD { width:16.25rem;height:1.69970625rem;top:9.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { width:16.25rem;height:8.7734375rem;top:1.9375rem;left:1.875rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4zXRZU7xXC8p1Mkyo8IK5Ps7aQfiiaQ { width:16.25rem;height:8.92380625rem;top:11.787109375rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { width:20rem;height:16.25rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { display:flex;width:2.125rem;height:2.125rem;top:24.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { width:17.5rem;height:3.57421875rem;top:27.25rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { width:17.5rem;height:5.94921875rem;top:31.25rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNI2ZgAkUXyUamEE4Z19xO8pvTZ8swPa { width:20rem;height:16.25rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { width:17.5rem;height:5.949225rem;top:49.17578125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { display:flex;width:2.125rem;height:2.125rem;top:40.6875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { width:17.5rem;height:5.361325rem;top:43.125rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ITLdrKk3FP3TQa7bmGfzP2kK0ChfcTAX { width:20rem;height:16.25rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { width:17.5rem;height:5.94921875rem;top:65.42333984375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { display:flex;width:2.125rem;height:2.125rem;top:56.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { width:17.5rem;height:7.1484375rem;top:59.5625rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO { display:block; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnLMqyHUtb04XM5S2r7y7Q6VAuo6xzoX { width:19.625rem;height:46.106425rem;top:8.2490234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHVMZ4hGCzTzT4yaMx3n5smkTSn76qN8 { width:20rem;height:2.36230625rem;top:4.19921875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4k4BnZq7usDnB18ce6ovZ7kn0ApPfw3 { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrhHnyLOUsL7HhfWH1PGw5tz8fVUGGoi { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C27FFvAvDzoPUBz0Q7ev9eIn2xdLhAWm { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqvbnGAPnrEslvANu1NSaTDmaZSPHbTT { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVvDJwyvGzgFkbP9teCyZTN5QxMo8oq { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtUNkH4FtHcTuL9D5JilMtoIE2I6vXn { width:20rem;height:30.0951875rem;top:52.4140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 { display:block; }#TqSftf5DTO9NddyrTkhDlIP8tI6nKPs8 > .row .container { width:20rem;height:106.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tp5IFplTbiyNhMWkoyfaTvOqRKSPSukr { width:16.25rem;height:2.54980625rem;top:8.76220703125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JRJmEMLbRn0FBIQuR65r7dBz5odMAheD { width:17.875rem;height:20.82225rem;top:12.5rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UpBDZmpkZgxsMWOahAkwb2wcufKU6rOF { width:20rem;height:28rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGqRIKT5npKRb1gcz9AqT9mBxHTSBPl2 { width:16.25rem;height:20.82225rem;top:41.125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xTaou3MabmTxGt5ktoaLDQlNI0ieZ4WA { width:16.25rem;height:2.54980625rem;top:37rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nCTw5BhXDuhc5FgbGTXLf5gztZkiyN9w { width:20rem;height:28.8125rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJgCZmFpZ3ybcVHkOmhS6hXRLrcb2DMf { width:16.25rem;height:23.796875rem;top:70.4375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T3uXE4FzpCFf8GogJmafMLlKIZJoCtHG { width:16.25rem;height:2.54980625rem;top:66.55029296875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FO2v0HRNsvgcB2RhzETl0XLPnikRXTbv { width:20rem;height:2.79980625rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5zUCtVVz5fZLLQedWDJwKyOsSFCqRUB { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nITiHnCdbwNQx6QNbAR7wDSqcKOCm1oK { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPl4TRDZHeDkr28Jlfb6DTeVMk0cZrni { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgqSXQtICTKzG8d39m7wGbVCRvEb32yM { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqsFbaVkmlLzRhDkGe5788eW4JpxuSw0 { width:20rem;height:39.0625rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNLwbvyqzITh3ANeDSaaZ8cIibsuOcVK { width:19.75rem;height:11.125rem;top:95.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 { display:block; }#IA9BoRwuENZJVRWnyReXhm3UtHi2Cg48 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA { display:block; }#C4EMeDPGgHFrw7XJsWVwEWPPR1I8QnVA > .row .container { width:20rem;height:332.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZl8Ry75UKflHeVdbw4Wo3A6fGRsZPD3 { width:20rem;height:5.5996125rem;top:0.88671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkcrJ5pslreNSgo1P8q5TNUhcvwtiatr { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7R1agRaArh4OItrJmJq08HrSmFBTVLb { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcsFBdqRLh06rtrFTz5qybwKNfr3gG6k { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5shDIbM1xU39ITE7vC1rdZd7UasZCJP { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe5kIFumZIU3f3WITnbMbn7W9MyLb3Hf { width:17.1875rem;height:30.1875rem;top:7.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbxZgVLBhOQWcIGppmtIwUiKSKoIklag { width:9.6875rem;height:1.69970625rem;top:35.375rem;left:5.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mXVKlIpkDTBlnBcwEJXaMOb2b6POHgdN { width:14.125rem;height:25.1875rem;top:9.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZez3J50qbCh2d5rM9ypXm2nOuuCTrE0 { width:10.5rem;height:1.69970625rem;top:65.9375rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cUHgctA4nyWNd2MqBxntPAVb6kSPRJCk { width:17.1875rem;height:29.875rem;top:38.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNQZoAdZIv46TKxLzfIIXDm2hznSEKQq { width:14.125rem;height:25.1875rem;top:39.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxwRTVsNVsVLeT4Ra4calyzeke4Wqd17 { width:17.0625rem;height:29.875rem;top:98.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJt5TFxBsBSvSC8JLwfQ0DzZup506ETG { width:14.125rem;height:25.1875rem;top:99.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ36qpna7cXdCh1cId6ykBTEuRHWK8vl { width:17.1875rem;height:29.875rem;top:68.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxQrO0f3Jbv2FZgQhiwwHXVgv4Wd93N { width:14.125rem;height:25.1875rem;top:69.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiPWGVSbnnlRZkLnfUImeD2OdxWxN8G8 { width:10.5rem;height:1.69970625rem;top:95.8125rem;left:6.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IWdPosV17mJfTkph18iq6w5UdRC8iKQW { width:10.5rem;height:1.69970625rem;top:125.6875rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zaqfImoOxV4aEQr26gC98JAkBTpTRNx9 { width:13.4375rem;height:23.9375rem;top:129.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkdpK0r1sOAsyzSaWtmrUKo8kqKcOkO0 { width:13.4375rem;height:23.9375rem;top:154.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozWuQ3wDLgdWLOZTWHRGTUylcatXo8qm { width:13.4375rem;height:23.9375rem;top:180.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqf9yemO3DB281e8qiJvXwhE7dlk9bK1 { width:13.4375rem;height:23.9375rem;top:205.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPEWgb7pHwR3fy6x7aQ8sgGEaeELw63N { width:13.4375rem;height:23.9375rem;top:230.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlnwvSRSFuTUhb49gz3xHIPr1lAXDnOw { width:13.4375rem;height:23.9375rem;top:255.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huq6fQ8QdRC03BLv6OvVHwHcW0aQpWyS { width:13.4375rem;height:23.9375rem;top:280.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF0xw86ObQw2yS9Uqc481nO0FWVsCTSl { width:13.4375rem;height:23.9375rem;top:306.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI19umitTwRLJfMXhQffiGIrHb7nRP3B { display:block; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XELBV1yiK3kTZdkSzWTGthMNTMwPOBsq { width:20rem;height:6.5800625rem;top:2.5rem;left:0rem;font-size:1.6875rem;z-index:15037;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EaWD2b9DiOxK7tnrg8xSIybkIMIV95GI { width:20rem;height:5.09911875rem;top:10.6416015625rem;left:0rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Q9BFAsQnlKTRhPuwXFgxsvoXXN2XoL6m { width:20rem;height:3.75rem;top:17rem;left:0rem;z-index:15039;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaHTB5IIudZVntIzaVF1u3fmu3m3uDM6 { display:block; }
 }@media only screen and (max-width: 763px) { #TaWm909KZEVaQVSsXvKU0vtPelhURhwG { display:block; }#TaWm909KZEVaQVSsXvKU0vtPelhURhwG > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWu0VkufOOpCs6k4516rAyv0tOIrfPxn { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7kBElqzlTwazBCHWWZwqSZNTMmQ5R7 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3nf5DTXuwcuFuCzETkQnxZsqFWKLIys { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlMDhgwa9Ok5LDKNspJUhldK5icq1R4A { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9mRKAWKtwM54ZCpiTsdkpDWrEwrpkFP { width:15.4375rem;height:3.3994125rem;top:2.75rem;left:2.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSMJxDTR76ZPDITcB6e4aXPJehFha2rT { width:16.3125rem;height:4.7246125rem;top:6.58740234375rem;left:1.84375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgUIBB6M5peZ1JBJogXGvg9rguywTNGE { width:6.25rem;height:6.25rem;top:13.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSHnIvT8DBeZIig9A1ElBZJnHXNWTLAM { width:3.75rem;height:2rem;top:14.375rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKFWeSwcrZhJ6TCbRhz6SkdsdXWlEb4S { width:3.75rem;height:1.3999rem;top:17rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhaN00c7yqIBHMCiDw2OVNVKwRpT869B { width:15.625rem;height:3.824225rem;top:20.30078125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdGhI5d2zvaEn8KdCB7s1hRkP8ZhirqL { width:17.5rem;height:2.3374rem;top:25.125rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTQ3NgTdR5ctthr1A4fuUSQhC1HAf3N4 { width:17.5rem;height:11.8984375rem;top:28rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WHrE8TazL0b3kX8EyHFuu1lAxJecazcg { width:6.25rem;height:6.25rem;top:40.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0TTditUuxesccFSkAUoy51PG3aATyGs { width:15.625rem;height:3.824225rem;top:47.994140625rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmVSdcxWG6sGBGOoMLLbhzJNCsJQEhA { width:3.75rem;height:2rem;top:42.0625rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB3Zcrscsuuadf0yJU0h8VuGa2tIaQCN { width:3.75rem;height:1.3999rem;top:44.6875rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJkCVGQG3nE7LfRoV6Qfqz8yrE19FMMD { width:12rem;height:2.3374rem;top:52.755859375rem;left:4rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z25R4ZTJA7CJd6h2dWhdQSbdPIBzxvUT { width:18.6875rem;height:11.8984375rem;top:55.63720703125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wCa5TrdKu76cU1QXwVVg4EOuAf9fHtB7 { width:6.25rem;height:6.25rem;top:67.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l89Ibl9EbXSkLyfe2cFOkS920GZPnVfi { width:15.625rem;height:3.824225rem;top:74.7998046875rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #db49sh3enAmA9b5czcuzbaaFQSekuTGE { width:3.75rem;height:2rem;top:68.875rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xabIEaf07CkHTHbIps91LwC6xU30R5xH { width:3.75rem;height:1.3999rem;top:71.5rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go4yOuLnTNXDpzXIcU8yIRBwN0urh56h { width:12rem;height:2.3374rem;top:79.7109375rem;left:4rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UO5iAAUNKycKap8h7uzNdH1owuLJH38s { width:17.75rem;height:11.8984375rem;top:82.8330078125rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T { display:block; }#gDuuuIkdwvMpLOC5UriZsAeaixdB4A5T > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J50TtqXw6AVEAyGKfMNB9B2cHMh39yru { width:10rem;height:10rem;top:8.249025rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rITShX8UEyUI1cF2y5THRgDnRTRtp5C8 { width:6.25rem;height:5.42480625rem;top:10.536134375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX2xBwa5T989ETIEvyvyhVGkmIFUKI3Z { width:16.875rem;height:2.3374rem;top:18.875rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlUyrcFa0Z5u81fCgUJmKSoZJDaTv00H { width:14.3125rem;height:4.4619125rem;top:21.21142578125rem;left:2.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DT6Sdt1LkogXaKnDsX7K0wfqWole7eTC { width:10rem;height:10rem;top:26.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRg3AhpoFGwTeSCZ5qZJTh37b8k3OgHw { width:16.875rem;height:2.3374rem;top:37.75rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osmdqr1QpK9AgBo3QzCb5pnPtzD06PVd { width:16.875rem;height:2.9746125rem;top:40.0869140625rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFfnKTKzi4Reiby2XrMSQ5tOPLvZCuiM { width:6.25rem;height:5.42480625rem;top:29.0625rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiMnLR6dw1kun1wvGT6XT5t15WJgzq2b { width:16.875rem;height:2.9746125rem;top:57.4619140625rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ed5fVsCD3axq6TXGnb8Eyql86cmVzpJW { width:16.875rem;height:4.46191875rem;top:74.8369140625rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJn3q1QhT8fmD08cZe2ufmPEGk01z7qw { width:10rem;height:10rem;top:44.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVJeCV3U5458M2Ty5JUDa1zqLObWSws5 { width:16.875rem;height:2.3374rem;top:55.125rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmR0cOgIRHZM2uu7NlHoMFefNFsbuKIa { width:10rem;height:10rem;top:61.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUhhqVci50rtQsqTORPBhiQ7iGTI5TZH { width:16.875rem;height:2.3374rem;top:72.5rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0kJIWcyaLtKyxJXC0TeGWmQmEr0G2W { width:6.25rem;height:5.42480625rem;top:46.375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InKsOGx490rmuTztUrQvhMQ1aKFtan5o { width:6.25rem;height:5.42480625rem;top:63.875rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNZ4dCixnmXWebFTssqulIHLqWnX7WcQ { width:20rem;height:1.69970625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTrDNKVlNUsiUwwnTVDkC9B1cAwoOJln { width:20rem;height:2.36230625rem;top:4.19921875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKDTZTKqQ4ot5dnvQEJLCyO2deFAgGrs { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrwQbTMK4Ig9XtLSf6f4pXFNluScqBMG { width:12.5rem;height:0.5rem;top:40.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GD2ST7VLWaCZNIoCa7OrivIHtRDXSkMM { width:12.5rem;height:0.5rem;top:53.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEfNW68VbZtcHguNIpgpIpCwOQ141lrw { display:block; }#BEfNW68VbZtcHguNIpgpIpCwOQ141lrw > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGfdTv9OoMZmhQrCk8ED1Z0IP4VAHV7h { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAWzpccTJ3QnzJKK3viTvtKwQxxdmSIT { width:20rem;height:2.36230625rem;top:2.94921875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEBekNVcFOzWnfox2aMacFHDvzg69f7p { width:20rem;height:35rem;top:7.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgx5KPUeoQvhtCPeyRtqIHtRWGPv7e6b { width:17.5rem;height:1.9121125rem;top:7.9990234375rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoWLtTZ47STtkAJgwtLmrovP9vvOsObL { width:17.125rem;height:2.2749rem;top:12.0361328125rem;left:1.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srQeE5CHy6IAxec5cQy8VRtNF3yBoI8r { width:17.5rem;height:2.9746125rem;top:14.9111328125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2oux1pCFFUGlw203WOOyXCOuTcD2qsV { width:17.5rem;height:0.0625rem;top:18.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDPSqnnDkZb3v3GrzWIuoUgi3NQROdyP { width:20rem;height:30.1875rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqXKClzdEpTOZ2b7TGfEd6bIIFgc4IEw { width:17.5rem;height:1.9121125rem;top:44.08740234375rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xh9IzaTOUvDzd8Tezl6fydlJJlvXnizn { width:16.6875rem;height:2.2749rem;top:48.5625rem;left:1.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgqyvyFDqV9XTnFSCTzH7MwF6ykE3FbP { width:17.5rem;height:2.9746125rem;top:51.375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4wnTdp4TK6eBegP1gnshI0hc4Lce0 { width:17.5rem;height:0.0625rem;top:55.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G { width:19.375rem;height:14.375rem;top:20.93994140625rem;left:0.375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#CK0c0kM1bFR2T1DolLPoPn8wJ82Pz21G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ae801b93df6383025723747ea3946cc5ca4ee06.svg); }
 }@media only screen and (max-width: 763px) { #k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx { width:19.625rem;height:10.125rem;top:57.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#k6GgNzBBdOsQofpXOmiw5RUTAGXUKwkx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ae801b93df6383025723747ea3946cc5ca4ee06.svg); }
 }@media only screen and (max-width: 763px) { #bR0DCxABCBR9rcWOqG49magHmPNw3Vio { display:flex;width:1.375rem;height:1.375rem;top:34.00244140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eWbDRbts2okGsqzphOFTkMPhFGJHrCW8 { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #zzSrhQESiJmqHpQxdMVylE3huGM9W0y2 { width:17.5rem;height:3.4375rem;top:37.5615234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np42JVhLf1iEK5rOVHSUu3CaVRAcW1Ws { display:block; }
 }@media only screen and (max-width: 763px) { #x78KuT1EaMd3LKWgKkChvzJ39q2u8gEb { width:17.5rem;height:3.4375rem;top:69.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8G5TMucapMUSbBcysDPi1yrRmkqlFiV { display:block; }
 }@media only screen and (max-width: 763px) { #TQdNcnFnvuUGruTyPdzLggXxutMKh6z3 { width:20rem;height:2.79980625rem;top:9.29833984375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9sKUTLPzmm9BszOtNCr4i20Ur8XtKsN { width:20rem;height:2.79980625rem;top:45.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 { display:block; }#hqdWusXZfTmzfrlLqXbwlkfJsV9obHn3 > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF { display:flex;width:13.5rem;height:5.0625rem;top:1.25rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #zBcdgJn0U1vaWqSabWwzO68zZTZ1Jy8o { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #Qrz7HAGaVyo5hWfxvBTxJ1TVt7IT6vi7 {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #H5VcfvJUFHUdT3p6HmXbLO3cRyIORg5o {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #VlaJrrvOSTl3rvMDgrXUzn5dE62o6WBd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #Vq67QXMXbRqGcclsER3mV6WWNHndPv5m {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #sRfCnscdbXEHNJXpd1y3TktqgAglG6s7 {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #BCMRQzbmNDfoEawrmpI1EFPJZ2ePOz0i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #fmu2dHDCAr9HNq6HqKKogcdH5GscdpxU {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #tyDgxUmvNxcCP6mwa5iIthqrPqSmySEt {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #tFTeF8RKAMwGfL4PvXzWz0pfkxfglr5L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #q7FLu3JHIS9l5GdHSehJ7PnHlAbmc4cG {  }
 }@media only screen and (max-width: 763px) { #wvyd4mUlJ5VRrim0RC7DSkU9MoncvtcF #oZZVnFEvHgN6HKBEtwyafZTRqOcMnfEH {  }
 }@media only screen and (max-width: 763px) { #DMPpBlaHCdsudZ4BaD0qixLu5STE4PTK { width:17.6875rem;height:3.82421875rem;top:9.58837890625rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { width:20rem;height:0.5rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.5;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-desc-text { font-size:0.875rem;height:auto; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { display:flex;height:auto;width:20rem;top:8.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FiT4q1kw4HDyN6swgy6no4zForsvsfsN {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #m2REUpbaR9iowwaQQJiWeTbXyUby2EPk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b81Pl3uh2sKwMmGyhIUn7ml1haTPabAU {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #rdogzdahlIKHn7tlDTv5iiTTNMXR9F9l {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #WGTQQM5ud9QPM3ipemrm1AOIm5TGskIK {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #i3mN2ugtl86DBkahKTbCldibrFL2AWhl {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ZwpcwZNutxiTZqM3NtFgGeskuVqeeXIu {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TvCobMum9Degon8DEDBTxEoeKJR5aKPB {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #W0A5ZB5dyFnpOw70VzMPDL5prbFNDcF3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #JzPlI5c0Fv4t8TIfADpO6w0LquuignDf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #WmysQ0wuBSZo52Ep52H8mLo9xeU35ooI {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #HLloHVgM8lpSIqMbV20ZgmyksSQSMHAn {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #apvMfx2xONEt1Gg5JIk6mfRhMTT1xU9G {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ydXWI7CcsFM06De8TXaUR3Imoqf4Topb {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #XgxJ2XMhWgbsG198R835fMBNGmA6gStX {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UbKc66SvBEOPW0TlgunHQ6yGDy6O83Nn {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Ewwkwwhdb7PyEHaA0DdQLfeLUIKxqfvT {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QNK6S1uczwOfOJlm7MkOiTOAdCttngeT {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #AyG5iawlSg5TDRzvQW5ALUPyrVdFy9ar {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #bsywXu7w2XXHJNGv2ReaKwlzgH9rxwER {  }
 }@media only screen and (max-width: 763px) { #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { display:block; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ag6yxCT9UhhzOkrnB4NUSCM8UOeUEE0M { width:17.5rem;height:3.1494125rem;top:1.55078125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-text {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-select {padding-top: 0; padding-bottom: 0;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K  { width:17.5rem;height:auto;top:10.80615234375rem;left:0rem; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K {display:block;}#fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K { width:17.5rem;height:auto;top:10.80615234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kbHFFcdVwy2DJGK6225uKkZG9V26p4pt {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M3XVKQQuGwh6HUQMf4H52QAbF8bWMJMP {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #dUzuploGpiMEpyKpTVebJwTwp1Dfu7AL {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #JuJbvgZ42kNvg3XhuCoEArobw7oycGhp {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #kwZNiWsUf6znhKwlsQNWpeIr4HGhcQ9w {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #UerD0MCchpdSVVGO52iMyTcb1CooGr8C {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hXfTWgAlutFoRqguf0wmQumTd4H6wN7u {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #ZrI5cs1MbhlG84ziv62GPdENS89AoyD1 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #W6y6MhfLlVm7AkRa3BQx5ydQ14C9AEOo {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #hewi2y0mZXVdIPAKTWERUpGQ8OgduQv3 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #M2lw78pUMKVT2Mm1PSPGTt6IWyslUdhK {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #imn5v9mK7sTHxPu93V7T5GvsevFVBTh7 {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #Nyt6NZrgmKALmF4c855D3F4T6OiQNNwF {  }
 }@media only screen and (max-width: 763px) { #fUpG8sIlTDJyiyTOGZMlSm2vaRTUv75K #U64BS1rJSAPDH91x4rL9vdquH1l4xiZs {  }
 }@media only screen and (max-width: 763px) { #KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { width:20rem;height:26.0625rem;top:10.80615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { width:20rem;height:5.94921875rem;top:5.5rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { display:block; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXztC1ufAQqKc9VoNkQpzGLibvx7F6WX { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { width:20rem;height:2.36230625rem;top:4.19921875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLTmerNPIBqVTFhKohnGJXLnb7A7IKAk { width:18.8125rem;height:4.4619125rem;top:7.1865234375rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miio10CyfIngrZxPd3xTsDTL1WDF310D { display:flex;width:1.5rem;height:1.5rem;top:12.537109375rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { width:20rem;height:1.9121125rem;top:14.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { width:15.3125rem;height:1.69970625rem;top:12.4375rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRZc4ByobsoFLQ6D9lA2OADJgq5IMQaf { width:20rem;height:1.9121125rem;top:19.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wozkxeBIbOyNyiR0iuJT7z0RPWJxuTI6 { display:flex;width:1.5rem;height:1.5rem;top:17.287109375rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #tBO1kmHaZQ4AmpkNLztGUd8QtxvNTDOL { width:15.3125rem;height:1.69970625rem;top:17.1875rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { width:15.3125rem;height:16.8125rem;top:22.724609375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { width:9.375rem;height:2.75rem;top:0.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block; }
 }@media only screen and (max-width: 763px) { #GzGr8kP7apLuKvZR8h57eLa9TICiJVel { width:9.375rem;height:2.75rem;top:3.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:13.5625rem;height:1.25rem;top:6.8125rem;left:3.21875rem;display:block; }
 }