.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:218,241,243;--color-primary-1:133,209,214;--color-primary-2:11,163,173;--color-primary-3:6,82,87;--color-primary-4:2,24,26;--color-secondary-0:255,255,255;--color-secondary-1:238,238,238;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:Poppins; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container { display: none; }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .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); }#cMHREtwEyOHK2OiCq84qbBzrhcGdp8rO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#cMHREtwEyOHK2OiCq84qbBzrhcGdp8rO > .row .container { border-width: 0; border-radius: 0; }#cMHREtwEyOHK2OiCq84qbBzrhcGdp8rO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMHREtwEyOHK2OiCq84qbBzrhcGdp8rO > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#hTzqv6ugKsf1FQHE8q7M0cRNUMhgGcOb { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1999998092651rem;left:37.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwwcT1WzmHbmm2CAblEK4rzBXcWI27x3 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1999998092651rem;left:45rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6ZCOZWeKlDD3CGOHGuodEJ8kwS98xHo { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1999998092651rem;left:68.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqwHsfF2KlT7vgLAu4UWSdMfqpSAC2Od { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1999998092651rem;left:52rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kIaIwDJfl2kWFE1Ju4siBUtc4iZG5A6S { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1999998092651rem;left:65rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm > .row .container { background-color: transparent; background-image: none; }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm > .row .container > .video-iframe-container { display: none; }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm > .row > .video-iframe-container { display: none; }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm > .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); }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm > .row .container { border-width: 0; border-radius: 0; }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#aTTsTAL7Ui8DpwiZrTtM7fhNRwiSphSJ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6625003814698rem;left:56.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kovgO4qH4CJ7Pm4f9uDOTKII8TcunwCJ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6625003814698rem;left:48.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7nKSESrRFstX55VT7SlQSGWT73MEP3i { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6625003814698rem;left:68.6875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xc8QrkaeKnFlcRVTmPoJ94lQAEpC612m { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6625003814698rem;left:63.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/acba9957-4e29-40f2-bdb7-e3290f002b8f/BGtop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48.adaptive-delivery-prevent-bg, #ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48.lazyload, #ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48.lazyloading { background-image: none; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row .container { background-color: transparent; background-image: none; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row .container > .video-iframe-container { display: none; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row > .video-iframe-container { display: none; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .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); }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row .container { border-width: 0; border-radius: 0; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#BqCBmruxsoGfZsR0kKB93G7Gtl1TWApc { color:#2a2c32;display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10rem;left:3.875rem;height:12.6485rem;font-style:normal;display:block; }
#MzqQH1pFwPsn4e0iFB6qdTkVtHlkrfC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:23.75rem;left:3.875rem;height:10.7988125rem;font-style:normal;display:block; }
#XpwxCipk1lU0XSxT6JBufgh7s5TF2XHg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.8125rem;left:3.75rem;display:block; }
#VRpymaSqdqZ2gME2sxXNrpN6VK96mf0o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bUrSJlWmRncSw7BRqqQ4K6Qdtk9aiN4k { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.25rem;top:2.6875rem;left:3.375rem;overflow:hidden;display:block; }
#kZM4wMiqtNhfJoB1ddOy3QE0dJ6t3hu3 { 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:9.4375rem;width:9.4375rem;top:1.25rem;left:32.8125rem;overflow:hidden;display:block; }
#ekZFTO5gtddZAKTwceLOh8OCZEU2zvT7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:31.0625rem;left:65.0625rem;overflow:hidden;display:block; }
#pkkWsIBg4KgLTDLhbyrvaSsWeTKKzlNn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:31.0625rem;left:60rem;overflow:hidden;display:block; }
#ASEqTAoMJKemI2AETqWqTBad1uTK9W7L { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:36.0625rem;left:65.0625rem;overflow:hidden;display:block; }
#wV0vg94BbTKMBJkOtADE7Hqyn2wqNHw9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:36.0625rem;left:60rem;overflow:hidden;display:block; }
#go4U7emyVTkKL4vESxdNmiWkeHvBaymZ { 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:25.6875rem;width:30rem;display:none; }
#kOHfPyR6qayRECllkVuqHm1dhInLvoSu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu > .row .container { background-color: transparent; background-image: none; }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu > .row .container > .video-iframe-container { display: none; }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu > .row > .video-iframe-container { display: none; }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu > .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); }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu > .row .container { border-width: 0; border-radius: 0; }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#FpKdLdSGqFOF3HIhkUHA4GgE9muapGLL { 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:5.3125rem;width:5.3125rem;top:0.5625rem;left:35rem;overflow:hidden;display:block; }
#Ua1nuwMtJzmrcIrRRdlE43BUEk950MG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/ad33dfdf-b568-4319-92fa-637b0bde9bd6/BGgradient.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ua1nuwMtJzmrcIrRRdlE43BUEk950MG1.adaptive-delivery-prevent-bg, #Ua1nuwMtJzmrcIrRRdlE43BUEk950MG1.lazyload, #Ua1nuwMtJzmrcIrRRdlE43BUEk950MG1.lazyloading { background-image: none; }#Ua1nuwMtJzmrcIrRRdlE43BUEk950MG1 > .row .container { border-width: 0; border-radius: 0; }#Ua1nuwMtJzmrcIrRRdlE43BUEk950MG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ua1nuwMtJzmrcIrRRdlE43BUEk950MG1 > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:none; }#LkgTmdLCOczfdqJuuVoGWpHQJWIs8UpB { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:10.950000762939rem;left:21.25rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ks5yngt3AxJ9lSAHnK1KrapqXNS6QTfT { color:rgba(var(--color-tertiary-0),1);display:block;width:67.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.3125rem;left:3.75rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#onN7eCWzbGn9FwwhZKK9OObVv0B6ThfX { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #2a2c32;border-left:0.125rem solid #2a2c32;border-right:0.125rem solid #2a2c32;border-bottom:0.125rem solid #2a2c32;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#2a2c32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.8125rem;left:28.75rem;display:block; }
#SO4zRJJKtFq3AAxfHGhFEMSpiApdfA9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/ad33dfdf-b568-4319-92fa-637b0bde9bd6/BGgradient.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1.adaptive-delivery-prevent-bg, #aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1.lazyload, #aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1.lazyloading { background-image: none; }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 > .row .container { background-color: transparent; background-image: none; }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 > .row .container > .video-iframe-container { display: none; }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 > .row > .video-iframe-container { display: none; }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 > .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); }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 > .row .container { border-width: 0; border-radius: 0; }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#DZCWZGDOpMZQQhEhJeIuo5ztOKnq130L { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:10.950000762939rem;left:21.25rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhfq833KtovftNmZd2ALJPFRTv5yKpE2 { color:rgba(var(--color-tertiary-0),1);display:block;width:67.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.3125rem;left:3.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm > .row .container { background-color: transparent; background-image: none; }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm > .row .container > .video-iframe-container { display: none; }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm > .row > .video-iframe-container { display: none; }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm > .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); }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm > .row .container { border-width: 0; border-radius: 0; }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#f6mvT5oWcwxA5gCcpIK7HyOve5cquoCI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:67.5rem; }
#IeADLLmyrUS3PakUTrRKG0EJ4eWDsyCm { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:6.0625rem;left:3.75rem;display:block; }
#qbHfSDe6QShX1toz9nfFu2JO0BdHJsdB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#K7TqhaO6AJ00rGCRsvDS7M1vGwxu2MVV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:2.4375rem;left:3.75rem;overflow:hidden;display:block; }
#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX { position:relative;display:block; }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX { background-color: transparent; background-image: none; }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX > .row .container > .video-iframe-container { display: none; }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX > .row > .video-iframe-container { display: none; }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX > .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); }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX { border-width: 0; border-radius: 0; }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX > .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; }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WU5ZfFCF7t0TROyh5zPlEqnMAa6ZTMux { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:2.4375rem;left:38.75rem;height:55.79399375rem;display:block; }
#mhbSTBv4LuvI64ENPhNKgmPzWQo1y0ky { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:29.125rem;height:53.9941875rem;text-align:center;text-align-last:center;display:block; }
#ab3KKGbpUuZWbTfJ0TKSlnV3e8AzcDQ4 { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.4375rem;left:22.5rem;height:53.9941875rem;text-align:center;text-align-last:center;display:block; }
#ManSIbB6rwCaIbE72zcwowixEGBFb2dM { color:#2a2c32;display:block;width:13.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:7.5rem;height:53.9941875rem;text-align:left;text-align-last:left;display:block; }
#CAb6zDnoCZLXF2SKMI00agiJknUKG2rc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5rem;width:65rem;top:4.9375rem;left:5rem;display:block; }
#FlE9J8vime7OtyP2p9kHL8BHgJJnTcLt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5rem;width:65rem;top:21.1875rem;left:5rem;display:block; }
#HKGXuhsD0vchUfzSn6TXQl4KwyUZIRhu { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:65rem;top:36.1875rem;left:5rem;display:block; }
#zn11ENQmcFkyOEagGGlI9yDAwHIkMPiu { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:65rem;top:48.6875rem;left:5rem;display:block; }
#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF > .row .container { background-color: transparent; background-image: none; }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF > .row .container > .video-iframe-container { display: none; }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF > .row > .video-iframe-container { display: none; }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF > .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); }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF > .row .container { border-width: 0; border-radius: 0; }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#i4vDZIe3uyACLl5LabBahLUmb7PZrRUy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.5624885559082rem;left:67.5rem; }
#H6vwUogKVg75MEyLEpbdpyf9T0sw180R { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:6.1875rem;left:3.75rem;display:block; }
#QSa0TyR7HCxlPcmycgAlh8FBhFJES5gl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#bvtqCvVNKGRk5XEA9b6VeCdXyBnR278p { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.0625rem;top:2.5625rem;left:3.75rem;overflow:hidden;display:block; }
#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb { position:relative;display:block; }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb { background-color: transparent; background-image: none; }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb > .row .container > .video-iframe-container { display: none; }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb > .row > .video-iframe-container { display: none; }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb > .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); }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb { border-width: 0; border-radius: 0; }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb > .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; }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.375rem;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; }#sepWWZwi5igo9ae4gE8d63Hoypr8CPgi { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:2.4375rem;left:38.75rem;height:50.394525rem;display:block; }
#MaS8a0OKvm6X5EVHDbHOWxUh1oZv7BZ8 { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:29.125rem;height:46.7949625rem;text-align:center;text-align-last:center;display:block; }
#fsuOkt6zrXNwqya7L1AZu83lOViZ3xid { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.4375rem;left:22.5rem;height:46.7949625rem;text-align:center;text-align-last:center;display:block; }
#EHn30lozG1hnXLz49vO9QoRddk6mICkL { color:#2a2c32;display:block;width:13.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:7.5rem;height:48.59476875rem;text-align:left;text-align-last:left;display:block; }
#zAZLlrke2Ck9PJQGXXPLb4aqELldcMia { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.875rem;width:65rem;top:4.9375rem;left:5rem;display:block; }
#zFzRSwI36EkmBKJmmpZAHziK79faT3DW { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:65rem;top:19.8125rem;left:5rem;display:block; }
#UtlbknFr0gyHzEcIoIdzyhHTo6nBG2SJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:65rem;top:32rem;left:5rem;display:block; }
#c0twdgWlM6NkLCT9p6VdF6q38qQCLgJh { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:65rem;top:42.5625rem;left:5rem;display:block; }
#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW > .row .container { background-color: transparent; background-image: none; }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW > .row .container > .video-iframe-container { display: none; }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW > .row > .video-iframe-container { display: none; }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW > .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); }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW > .row .container { border-width: 0; border-radius: 0; }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#EAQsBiZEu6w9QpGJwyDLSf7emeUgZFDT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4999990463257rem;left:67.5rem; }
#wwUVPTDsSsS8J9qtxHfxBQNnTDxpC7Zp { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:6.125rem;left:3.75rem;display:block; }
#dQKiNelbZwGi0zb8BDTzridmCKdbs3mz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#dyUGfQXUe68eDwtHdgTa9LPI5t64cwRt { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.75rem;top:2.375rem;left:3.75rem;overflow:hidden;display:block; }
#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h { position:relative;display:block; }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h { background-color: transparent; background-image: none; }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h > .row .container > .video-iframe-container { display: none; }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h > .row > .video-iframe-container { display: none; }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h > .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); }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h { border-width: 0; border-radius: 0; }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h > .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; }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;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; }#gCLst44sBhQkuoy0yxaKtKQqBbGKyVNB { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:2.4375rem;left:38.75rem;height:12.5986375rem;display:block; }
#GzSeQTC1G3MUOhbUHJrAlFLabd1Q6xIU { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:29.125rem;height:12.59864375rem;text-align:center;text-align-last:center;display:block; }
#bRwSWaOuFUlhttbTFuBKrKuCdPc9FkEf { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.4375rem;left:22.5rem;height:12.59864375rem;text-align:center;text-align-last:center;display:block; }
#yqaxG77CwEDmyuWF48tLfwIZ5Z2UUlJC { color:#2a2c32;display:block;width:13.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:7.5rem;height:12.59864375rem;text-align:left;text-align-last:left;display:block; }
#QlJ9wNzh9y9muea9dk6GbW4U2foy7vtA { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:65rem;top:4.9375rem;left:5rem;display:block; }
#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm > .row .container { background-color: transparent; background-image: none; }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm > .row .container > .video-iframe-container { display: none; }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm > .row > .video-iframe-container { display: none; }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm > .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); }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm > .row .container { border-width: 0; border-radius: 0; }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#EFDJlqhbv8g4OmXfanN0DU6caJbKIlZ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:67.5rem; }
#VAyqsSPi14XiJ4wCuKsV2L7eGJMxkhQa { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:6.0625rem;left:3.75rem;display:block; }
#w4gTlqGl4POzNWKudfzMcPl4M4WN5Ls0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#PuRTxSTC8CA3asHJchuQqI3C3v7wJ07N { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:2.3125rem;left:3.75rem;overflow:hidden;display:block; }
#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 { position:relative;display:block; }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 { background-color: transparent; background-image: none; }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 > .row .container > .video-iframe-container { display: none; }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 > .row > .video-iframe-container { display: none; }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 > .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); }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 { border-width: 0; border-radius: 0; }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 > .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; }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;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; }#dEpvImvCnAehvRAS5qbuGtAvgpk8509l { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:2.4375rem;left:38.75rem;height:52.1943625rem;display:block; }
#GdsMhcZ9UQq4iZ4roKE9z5IA35UvS8V3 { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:29.125rem;height:44.99515625rem;text-align:center;text-align-last:center;display:block; }
#XGHHvNtvEMc4TTT8IGTswxtDPMwMihro { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.4375rem;left:22.5rem;height:44.99515625rem;text-align:center;text-align-last:center;display:block; }
#gfcSswiTrX91tbqb6iWLLUtBmoLhQkCe { color:#2a2c32;display:block;width:13.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:7.5rem;height:48.59476875rem;text-align:left;text-align-last:left;display:block; }
#XVdbFkxaTiyepvKqlwgmKQBkLqy3p9mc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.25rem;width:65rem;top:4.9375rem;left:5rem;display:block; }
#gPz4wINyeP8cKouXUhtB8s6nwf6TX7B8 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.8125rem;width:65rem;top:26.75rem;left:5rem;display:block; }
#EUaZCzSsy9JqQFbgQNXB2oCro5B60g7H { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.6875rem;width:65rem;top:36.1875rem;left:5rem;display:block; }
#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO > .row .container { background-color: transparent; background-image: none; }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO > .row .container > .video-iframe-container { display: none; }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO > .row > .video-iframe-container { display: none; }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO > .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); }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO > .row .container { border-width: 0; border-radius: 0; }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#yUOKSuwtNbqeJb35BDG6ROR5xms8kkdl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:67.5rem; }
#KqSD1qcJGIJoniBSc6mqT6skt9lv8Ond { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:6.0625rem;left:3.75rem;display:block; }
#nhhBOMoDbVlrT2oJFwxywb9KqJKCAxir { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#Pw2vSuXQ60g1l71NRAbAqeb16SuaGLeC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:2.375rem;left:3.75rem;overflow:hidden;display:block; }
#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT { position:relative;display:block; }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT { background-color: transparent; background-image: none; }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT > .row .container > .video-iframe-container { display: none; }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT > .row > .video-iframe-container { display: none; }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT > .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); }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT { border-width: 0; border-radius: 0; }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT > .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; }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;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; }#bTi1ofSKgTMCeWtGiyBf6Fmg3EaJZpFs { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:2.4375rem;left:38.75rem;height:25.19730625rem;display:block; }
#umfgX6kizWxlNn3JJ0VvNyt6KblNcuQq { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:29.125rem;height:19.79786875rem;text-align:center;text-align-last:center;display:block; }
#OPXpyPwWvIw4n2zG9Z2BLnRE1S5QEOS3 { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.4375rem;left:22.5rem;height:19.79786875rem;text-align:center;text-align-last:center;display:block; }
#SFnZpCHJ5oEBTuVf9Nszy8Pzm8bxMgTi { color:#2a2c32;display:block;width:13.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:7.5rem;height:19.7978625rem;text-align:left;text-align-last:left;display:block; }
#uSL9s8AaMeTOzk4451TXMIVQtFK3iiZu { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.375rem;width:65rem;top:4.9375rem;left:5rem;display:block; }
#GwIT5L7Mzzn6v44gtxeyDhJw0z6M3z7g { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.8125rem;width:65rem;top:15.9375rem;left:5rem;display:block; }
#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 > .row .container { background-color: transparent; background-image: none; }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 > .row .container > .video-iframe-container { display: none; }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 > .row > .video-iframe-container { display: none; }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 > .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); }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 > .row .container { border-width: 0; border-radius: 0; }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Oy6OOAHeouUuCnAyy6Ffr8LwiW0hDwdf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:67.5rem; }
#sksiMMF7EZ38069J7ZbdbSO5e5gpz3oC { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:6.0625rem;left:3.75rem;display:block; }
#hJkKCR0RuhaZT2mIeTprmTDnH8TOXenE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#gi8wwD2q48LiozuIT5BrVtTxipJCVbmr { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.0625rem;top:2.125rem;left:3.75rem;overflow:hidden;display:block; }
#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm { position:relative;display:block; }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm { background-color: transparent; background-image: none; }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm > .row .container > .video-iframe-container { display: none; }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm > .row > .video-iframe-container { display: none; }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm > .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); }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm { border-width: 0; border-radius: 0; }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm > .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; }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.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; }#ZQB7dtn41f3qTucUEWiM1wX65MFNG1p1 { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:2.4375rem;left:38.75rem;height:10.7988375rem;display:block; }
#Ar3GvO32BOqNFonR9ykmVbJtbfxJW5P5 { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:29.125rem;height:10.7988375rem;text-align:center;text-align-last:center;display:block; }
#UI4L0Z7IMMRMZVbrTssmDpvbU7GATPZE { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.4375rem;left:22.5rem;height:10.7988375rem;text-align:center;text-align-last:center;display:block; }
#pPeKQ0A83AATdBdMMweWrvW9p0VXnN8B { color:#2a2c32;display:block;width:13.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:7.5rem;height:8.99903125rem;text-align:left;text-align-last:left;display:block; }
#MZaTH00JoFDStZPlcvSO2V4PnUFrXMma { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.375rem;width:65rem;top:4.9375rem;left:5rem;display:block; }
#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP > .row .container { background-color: transparent; background-image: none; }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP > .row .container > .video-iframe-container { display: none; }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP > .row > .video-iframe-container { display: none; }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP > .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); }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP > .row .container { border-width: 0; border-radius: 0; }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#kXkACI6dcTWEQG57PFviBpuWel4WAemy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:67.5rem; }
#KVAkMeidFvg0ahtZ2lgvdQ4LHpMNWDFH { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:6.0625rem;left:3.75rem;display:block; }
#yvHVznTTkd5sCvmEfus7bHgXATn9bC22 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#ta4QlrnXenF5uSQF4fhnHsRCUv9515fT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:2.3125rem;left:3.75rem;overflow:hidden;display:block; }
#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm { position:relative;display:block; }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm { background-color: transparent; background-image: none; }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm > .row .container > .video-iframe-container { display: none; }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm > .row > .video-iframe-container { display: none; }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm > .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); }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm { border-width: 0; border-radius: 0; }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm > .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; }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.6875rem;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; }#y0QcVKkTlIbqrFGMEsasR5RGNFGWc9HI { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:2.4375rem;left:38.75rem;height:43.19533125rem;display:block; }
#iifTo0sXSnFDC0VsMJ0h7zI7pEaOTOD6 { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:29.125rem;height:28.7969rem;text-align:center;text-align-last:center;display:block; }
#X78GXKtBL1wA6I9t2sNrAH8p4251BBpI { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.4375rem;left:22.5rem;height:28.7969rem;text-align:center;text-align-last:center;display:block; }
#er6lcxCWFtBNZJmPvTOFXDlgsStD4h43 { color:#2a2c32;display:block;width:13.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:7.5rem;height:30.59670625rem;text-align:left;text-align-last:left;display:block; }
#vIb6iqR4zr8fP52V90KPxiVgTmeq5yTw { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.375rem;width:65rem;top:4.9375rem;left:5rem;display:block; }
#fW2xCGUlMAfJu44gRpNfPAEhkxHVlwWT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.75rem;width:65rem;top:14.375rem;left:5rem;display:block; }
#T38Wxse02y1vqy6siZN2S4THMpheyvQ6 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.625rem;width:65rem;top:28.375rem;left:5rem;display:block; }
#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc > .row .container { background-color: transparent; background-image: none; }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc > .row .container > .video-iframe-container { display: none; }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc > .row > .video-iframe-container { display: none; }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc > .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); }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc > .row .container { border-width: 0; border-radius: 0; }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#dHXGH7BHk3BQeSZ1RM1DSbAmQh0xopNL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:67.5rem; }
#Xo5d72o07UsqS0UNP43trGnoomkFvTIk { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:6.0625rem;left:3.75rem;display:block; }
#OipLTepBFTexP7l9NzcVT5HR2QrSPsWC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#gqR0O08QI73NSO24IPyvGVl2PSlEKOMb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:2.1875rem;left:3.75rem;overflow:hidden;display:block; }
#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC { position:relative;display:block; }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC { background-color: transparent; background-image: none; }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC > .row .container > .video-iframe-container { display: none; }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC > .row > .video-iframe-container { display: none; }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC > .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); }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC { border-width: 0; border-radius: 0; }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC > .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; }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JxKDZb4r7CGsatoCbMrwd60qVOs2fury { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:2.4375rem;left:38.75rem;height:26.9970625rem;display:block; }
#ZnLSFiu7MLJrKhuVvsJsyIvdcQztFuMA { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:29.125rem;height:26.99709375rem;text-align:center;text-align-last:center;display:block; }
#UimbsePLv74ytLUPPznZaX0bMJOnuxVi { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.4375rem;left:22.5rem;height:26.99709375rem;text-align:center;text-align-last:center;display:block; }
#I0hz7Bil1sqogVGJBIZtxUq9NVpbDlPP { color:#2a2c32;display:block;width:13.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:7.5rem;height:26.99709375rem;text-align:left;text-align-last:left;display:block; }
#l7KKGMq9gVegkeMvNU1qn4KxCi4vgmV8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.75rem;width:65rem;top:4.9375rem;left:5rem;display:block; }
#EDDHXtD11aXlouvcAKqZiiwx5rRS1XgX { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.0625rem;width:65rem;top:20.0625rem;left:5rem;display:block; }
#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR > .row .container { background-color: transparent; background-image: none; }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR > .row .container > .video-iframe-container { display: none; }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR > .row > .video-iframe-container { display: none; }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR > .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); }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR > .row .container { border-width: 0; border-radius: 0; }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#lnI8zALvFH7iR8XBWsXkamvXMFlv9DTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:67.5rem; }
#BRBUZAkdAUw37VQWeq86U4Jrpkaxe4We { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:6.0625rem;left:3.75rem;display:block; }
#bU4fxQe2nebMRaxwQsadBlo4Zz12OuQT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#rI0kUqzvG1oLRUai3RKXqnxEIFe40Ni3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:2rem;left:3.75rem;overflow:hidden;display:block; }
#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL { position:relative;display:block; }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL { background-color: transparent; background-image: none; }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL > .row .container > .video-iframe-container { display: none; }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL > .row > .video-iframe-container { display: none; }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL > .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); }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL { border-width: 0; border-radius: 0; }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL > .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; }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.875rem;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; }#zc2hB9EWgyLGNSCuqV8vRbVgaqrEF98K { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:2.4375rem;left:38.75rem;height:12.59864375rem;display:block; }
#SeTtQvARA8KN0vKTBy8K69DddPFLwTSo { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:29.125rem;height:12.59864375rem;text-align:center;text-align-last:center;display:block; }
#ZO4DQkt2bUbR39TTH72VDaFbG4rLT8kE { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.4375rem;left:22.5rem;height:12.59864375rem;text-align:center;text-align-last:center;display:block; }
#GoDpts0ol2syoKFxuUbMGLyiMAdeDKKw { color:#2a2c32;display:block;width:13.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:7.5rem;height:12.59864375rem;text-align:left;text-align-last:left;display:block; }
#d8ARGgt7d3GIqJUXTVCEiFn1VMnvwqAS { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.8125rem;width:65rem;top:4.9375rem;left:5rem;display:block; }
#VuS1WM4mctAOaM5123Zk7lwg0FDsld2m { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.8125rem;width:65rem;top:12.375rem;left:5rem;display:block; }
#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 > .row .container { background-color: transparent; background-image: none; }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 > .row .container > .video-iframe-container { display: none; }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 > .row > .video-iframe-container { display: none; }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 > .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); }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 > .row .container { border-width: 0; border-radius: 0; }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#KVZagih0JDeohJpAblcAvydITDu0UwgL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:67.5rem; }
#QthGZpg2DdFe8k17mJ4yuW8qKaVLxcdd { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:6.0625rem;left:3.75rem;display:block; }
#UQt8gCHl3NrMZ9TbTo38JDJxSh3hTyR5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#DePeE7CJuVuoqTdVmqU6QzkdVleEHvkx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:2.3125rem;left:3.75rem;overflow:hidden;display:block; }
#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M { position:relative;display:block; }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M { background-color: transparent; background-image: none; }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M > .row .container > .video-iframe-container { display: none; }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M > .row > .video-iframe-container { display: none; }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M > .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); }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M { border-width: 0; border-radius: 0; }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M > .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; }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.25rem;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; }#UdFsJcw11aX97dMJgQvQ86ZLo0FSVkSy { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:2.4375rem;left:38.75rem;height:32.39646875rem;display:block; }
#EWxfniOFVIBxEZfi3mGI3UdAOHzTrS7r { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:29.125rem;height:30.59670625rem;text-align:center;text-align-last:center;display:block; }
#T4Qb8Gd5t8AyfcfbTq4VIUBR7yZdoavF { color:#2a2c32;display:block;width:5.0625rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.4375rem;left:22.5rem;height:30.59670625rem;text-align:center;text-align-last:center;display:block; }
#wAO9l0OirBOHTXL58ZD6gCize2xhNTvO { color:#2a2c32;display:block;width:13.75rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.4375rem;left:7.5rem;height:30.59670625rem;text-align:left;text-align-last:left;display:block; }
#gfoZxqihlsMOoxJ1r8LGER9KZShkTnXd { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.8125rem;width:65rem;top:4.9375rem;left:5rem;display:block; }
#UaTzc8C9OfzkvpUkKiJmFPTdL1LitJAM { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),0.46);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.4375rem;width:65rem;top:23.3125rem;left:5rem;display:block; }
#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw > .row .container { background-color: transparent; background-image: none; }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw > .row .container > .video-iframe-container { display: none; }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw > .row > .video-iframe-container { display: none; }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw > .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); }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw > .row .container { border-width: 0; border-radius: 0; }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#AyJ2yZs4QW7SCfbB5rfroccWTBuU6THc { color:#2a2c32;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10rem;left:3.75rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGkbTWLxOVmxCWTxyP5v8qATNDWE9Cyd { color:#2a2c32;display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.375rem;left:3.75rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A7lHvfPxtktJkHezc2AiQM72cnm2Hc9y { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ee692d6e-b35d-4e59-bc64-252b1b0a1fa3/EmployeeSchedulingFitnessIllustration.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:27.375rem;width:27.375rem;top:12.5rem;left:43.875rem;display:block; }#A7lHvfPxtktJkHezc2AiQM72cnm2Hc9y.adaptive-delivery-prevent-bg, #A7lHvfPxtktJkHezc2AiQM72cnm2Hc9y.lazyload, #A7lHvfPxtktJkHezc2AiQM72cnm2Hc9y.lazyloading { background-image: none; }
#VPST3r2rTbC4mtxQrC8HTClDsnfsiDhp { color:#2a2c32;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:25rem;left:6.25rem;height:15.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hzyQohRki6Gc5Ux9PAXfCETriMcxucSZ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25rem;left:3.75rem; }
#x7SLu9nu99BLxPlia5l0nJ5xC8p2cee4 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:28.25rem;left:3.75rem; }
#T8gsVg8o3eTXICbRwM6p73iZmpTTa3zr { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:35rem;left:3.75rem; }
#VA2rVVxBwUMegZFUSTVR8QMbNRCtGsse { color:#2a2c32;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.5rem;left:3.8125rem;height:1.4625rem;display:block; }
#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 > .row .container { background-color: transparent; background-image: none; }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 > .row .container > .video-iframe-container { display: none; }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 > .row > .video-iframe-container { display: none; }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 > .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); }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 > .row .container { border-width: 0; border-radius: 0; }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#tswGeXrx0g3LFBze713xiwowrRa4Nq4p { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5625rem;left:3.75rem;height:11.69825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iu4klb6HlNir7FC4oLlOccU9VT4e9APT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.5625rem;left:40.0625rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvinHILV82vkTkk5tcmoqZyHJhO3snod { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:14.4375rem;left:42.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oVKFFVISCSc3QXcrtgA0xu78wiCeJvCw { position:absolute;display:block;z-index:15010;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.5rem;width:1.5rem;top:14.6875rem;left:40rem;overflow:hidden;display:block; }
#JPuhbqzcLvogfnsitidzKspNK43hpa1v { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:19.4375rem;left:42.5rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RAzr5WU7dA7OWOhG2bf7uEEh8vt1i1l8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:19.625rem;left:40rem;overflow:hidden;display:block; }
#AnyAS51gkAf1rzDvMsThx5gxDnSTrguE { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:37rem;left:42.5rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iyiFX8DBuAdSpLUKeytPy3oUCacu5ZaV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:25.9375rem;left:40rem;overflow:hidden;display:block; }
#WzUfBw1TCA3y69n5MrTVdasAbuBJXfDf { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:25.625rem;left:42.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHLkhlJJIxAy21qiBGzXrUAfkGox2Z8P { position:absolute;display:block;z-index:15013;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.5rem;width:1.5rem;top:30.9375rem;left:40rem;overflow:hidden;display:block; }
#UlkUyZQTiTi1Nnn5gAhXMCBlsBGp8IqS { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:30.75rem;left:42.5rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bFwwGsmp0Rg2Q45HlLSAoIs6aGyKud4w { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:37.1875rem;left:40rem;overflow:hidden;display:block; }
#P8DLTLRvkTkg24NqZkDVyol8eldivsDs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43.875rem;left:42.5rem;display:block; }
#tFqrLm2Wbe6GKbl6Aa0klcZsq97wD3yi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5saBPQGmOMabapyUOFc5QsTtdAOLpdQ { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6f515838-638e-4b32-b169-991f236859f7/zaprospracownikow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:26.1875rem;width:33.3125rem;top:21.1875rem;left:3.8125rem;display:block; }#f5saBPQGmOMabapyUOFc5QsTtdAOLpdQ.adaptive-delivery-prevent-bg, #f5saBPQGmOMabapyUOFc5QsTtdAOLpdQ.lazyload, #f5saBPQGmOMabapyUOFc5QsTtdAOLpdQ.lazyloading { background-image: none; }
#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.4);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; }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH > .row .container { background-color: transparent; background-image: none; }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH > .row .container > .video-iframe-container { display: none; }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH > .row > .video-iframe-container { display: none; }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH > .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); }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH > .row .container { border-width: 0; border-radius: 0; }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#PuV6sSqEnPbObWJZNzNlLbhqt6eMUhLt { color:#2a2c32;display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.375rem;left:13.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bKEDQQiMwiTRcge3XEkLLqFK7DGAXgDZ { color:#2a2c32;display:block;width:62.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.9375rem;left:6.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.4);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; }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD > .row .container { background-color: transparent; background-image: none; }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD > .row .container > .video-iframe-container { display: none; }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD > .row > .video-iframe-container { display: none; }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD > .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); }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD > .row .container { border-width: 0; border-radius: 0; }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#QDyEcG30BXWTMEdPF6pGGVp8OdbxOigU { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:21.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#znWMT5TBQZTGMAr5TUgAKFmvqp3hmaA4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.5rem;left:52.5rem; }
#q4xDLme347yeknFdpEpAoInVwQsHhv18 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:33.75rem;top:6.125rem;left:21.25rem;display:block; }
#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg { position:relative;display:block; }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg { background-color: transparent; background-image: none; }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg > .row .container > .video-iframe-container { display: none; }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg > .row > .video-iframe-container { display: none; }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg > .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); }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg { border-width: 0; border-radius: 0; }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg > .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; }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:67.5625rem;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; }#VqTQs70t2G7feoER8BgArJ1qV9TT3tMJ { 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:2.25rem;width:2.25rem;top:3.75rem;left:52.5rem;overflow:hidden;display:block; }
#s9UurPEALFqLQ5rP56L40onLexiTJpuT { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SnLwfiGHk4WboIVxmvOclC9SqDLJ16XF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:10rem;left:52.5rem;overflow:hidden;display:block; }
#l7nekgIKifGKP8d0vOfd9yw4nzr0k058 { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.25rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JMG5ALbAfHfNS4lEEnncvSST6XX7t0FM { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:16.5rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cc5UN9vf0fTbbrh7UG4uAk6hkl9aetOZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.25rem;left:52.5rem;overflow:hidden;display:block; }
#QEbZXclBJ811SIgWb8HWNIJ1KcHFzSkL { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:22.75rem;left:21.25rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZkPD28QieW2BqlNTMNcfTSm5SFQK9Tpe { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:22.5rem;left:52.5rem;overflow:hidden;display:block; }
#SHPTzNz6LrswsW8rke2gWATweHqGzTkE { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:29rem;left:21.25rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ivvx1lLSAQBKGqZCoqe6tp0oMRNkhBLc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:28.75rem;left:52.5rem;overflow:hidden;display:block; }
#DLX0WSwkb58kb2P6DOwvbXVOLdbmhWpC { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:35.25rem;left:21.25rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b8M1Q7DxM3ttEQn78obi5nTbtJ8OPtmz { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:35rem;left:52.5rem;overflow:hidden;display:block; }
#lR79pv7h8Vbtv7tXqwA4r2tMOiSUUm4f { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:41rem;left:52.499998092651rem;overflow:hidden;display:block; }
#RESN7k3KSenDtcpVNhGe0FWxgvvVPdVw { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:41.25rem;left:21.25rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTr9za5onT2UrL5rZ3gWVgmg1LR11gkA { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:47.25rem;left:52.5rem;overflow:hidden;display:block; }
#L4IGkPWB34LC9JXfdEiQZfFGNFygXHcD { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:47.5rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KKiP7hkGqNKSDNOfHpazx8X94m5cbNMN { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:53.75rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EDuy1o2hTmecrL6c94Nf92O97RoTrv9J { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:53.5rem;left:52.5rem;overflow:hidden;display:block; }
#SCKfxTagMp5fQg714HQEzyi9nL4ewcqQ { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:60rem;left:21.25rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EEuuR0x5lDrNHAdxEcEERwUitZACcxJq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:59.75rem;left:52.5rem;overflow:hidden;display:block; }
#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.4);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; }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe > .row .container { background-color: transparent; background-image: none; }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe > .row .container > .video-iframe-container { display: none; }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe > .row > .video-iframe-container { display: none; }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe > .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); }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe > .row .container { border-width: 0; border-radius: 0; }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#SL8kc2nPExnqX3nh4K8iNLWnzH27E5yp { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.4375rem;left:21.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qxAoh03KHvRRpQy0fWPGBIdNvqZhZZTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.5rem;left:52.5rem; }
#teuUDuwvadq2I9G9bt2w95tPyK98BqpG { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:33.75rem;top:6.0625rem;left:21.25rem;display:block; }
#gEGriE44QNux7UP6e8441QGIJs3T2hWd { position:relative;display:block; }#gEGriE44QNux7UP6e8441QGIJs3T2hWd { background-color: transparent; background-image: none; }#gEGriE44QNux7UP6e8441QGIJs3T2hWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEGriE44QNux7UP6e8441QGIJs3T2hWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEGriE44QNux7UP6e8441QGIJs3T2hWd > .row .container > .video-iframe-container { display: none; }#gEGriE44QNux7UP6e8441QGIJs3T2hWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEGriE44QNux7UP6e8441QGIJs3T2hWd > .row > .video-iframe-container { display: none; }#gEGriE44QNux7UP6e8441QGIJs3T2hWd > .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); }#gEGriE44QNux7UP6e8441QGIJs3T2hWd { border-width: 0; border-radius: 0; }#gEGriE44QNux7UP6e8441QGIJs3T2hWd > .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; }#gEGriE44QNux7UP6e8441QGIJs3T2hWd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.625rem;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; }#OvAcPeyLekD3KbxQGvJvbxU8TMqu64mD { 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:2.25rem;width:2.25rem;top:3.75rem;left:52.5rem;overflow:hidden;display:block; }
#PmBfRDHFAyXygK1wy9bThP1uhPm9eDCX { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V1cfTdNSgga92FMoM3MKatiq83QS4zrJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:10rem;left:52.5rem;overflow:hidden;display:block; }
#zr4rSsTeZAKqSFNLWJMzTS5uadyTx2b9 { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.25rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nZ8DZIaqKolkgoHbugrXDPpxBPu2WL6r { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:16.1875rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SnXibZbUOccITlAcnzpWKEBv9l8sGXTL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:15.9375rem;left:52.5rem;overflow:hidden;display:block; }
#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.4);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; }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT > .row .container { background-color: transparent; background-image: none; }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT > .row .container > .video-iframe-container { display: none; }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT > .row > .video-iframe-container { display: none; }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT > .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); }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT > .row .container { border-width: 0; border-radius: 0; }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#lhmTZUTvcHtxBLak7UFI0IFyNIWpUbTu { color:#2a2c32;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.4375rem;left:21.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVLqMbK6fuVu6klBFkbB9F7tv4vO7Gui { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.5rem;left:52.5rem; }
#fht28aXTGXfVoN2DPQIPXuniu9XT56mq { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:33.75rem;top:6.0625rem;left:21.25rem;display:block; }
#JXcd298JmLU8ITlbDimw9OXuBan1NHBA { position:relative;display:block; }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA { background-color: transparent; background-image: none; }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA > .row .container > .video-iframe-container { display: none; }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA > .row > .video-iframe-container { display: none; }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA > .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); }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA { border-width: 0; border-radius: 0; }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA > .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; }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#Sf7UzS8ScaOfbpLnmAcfF8Sn7fZZDsIz { 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:2.25rem;width:2.25rem;top:3.75rem;left:52.5rem;overflow:hidden;display:block; }
#hxa1VD1rS04eVEwSk3skrLE7baEOq4Rm { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#utN49RINFGS8vxVJTS2CkrWPgI5w3nB5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:10rem;left:52.5rem;overflow:hidden;display:block; }
#VcTXhKNCSAeyMswKv5kp79aQwCgSV8r8 { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.25rem;left:21.25rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.4);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; }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o > .row .container { background-color: transparent; background-image: none; }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o > .row .container > .video-iframe-container { display: none; }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o > .row > .video-iframe-container { display: none; }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o > .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); }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o > .row .container { border-width: 0; border-radius: 0; }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#e10J7sNf9bKmLkqTiKN9JWmV7KygNz7g { color:#2a2c32;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.4375rem;left:21.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UBrqaxdSC2skz0ofLeuevcJHfEJpwstP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.5rem;left:52.5rem; }
#LhiqvIG2fdbWMeFBb2zo5Bc2Ml89n98X { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:33.75rem;top:6.125rem;left:21.25rem;display:block; }
#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 { position:relative;display:block; }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 { background-color: transparent; background-image: none; }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 > .row .container > .video-iframe-container { display: none; }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 > .row > .video-iframe-container { display: none; }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 > .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); }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 { border-width: 0; border-radius: 0; }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 > .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; }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.875rem;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; }#OC6g1loDqlfl82Br9BsFXCs980vu4bOw { 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:2.25rem;width:2.25rem;top:3.6875rem;left:52.5rem;overflow:hidden;display:block; }
#UbnpeIMXT5mA0uEEaQRTfgCxZVU7FKL5 { color:#2a2c32;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:3.75rem;left:21.25rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nKukuPoaQlLcAqCR4MMP6VE5rMwHLvnN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:9.9375rem;left:52.5rem;overflow:hidden;display:block; }
#dTloBm27zX5a68Z5p5sXOFvBp0N9sqrR { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gfUMxx0h5bIo3Sv6csLzE8ZUVXi3vBHO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:16.1875rem;left:52.5rem;overflow:hidden;display:block; }
#tdwXADXOnWMBs9tzQfvLOTgFhnDfsEvw { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:16.25rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i18PJ188EJ9wNpp7zRlO1QHWVLiwJNwD { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:22.6875rem;left:21.25rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#euANefsJ6kIPVaKpPH1kXvNJGuOFngoR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:22.625rem;left:52.5rem;overflow:hidden;display:block; }
#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.4);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; }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d > .row .container { background-color: transparent; background-image: none; }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d > .row .container > .video-iframe-container { display: none; }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d > .row > .video-iframe-container { display: none; }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d > .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); }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d > .row .container { border-width: 0; border-radius: 0; }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#MgxJ9HBC1FAMOHP8qqbq6m9JreCpXDTs { color:#2a2c32;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.4375rem;left:21.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJBogypaxaotT8QCSAS6XR4UH7ETu3Ke { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.5rem;left:52.5rem; }
#qJBogypaxaotT8QCSAS6XR4UH7ETu3Ke > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#oCfdvhVOAMuL34BEyVEHrvkm2nXU5gT4 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:33.75rem;top:6.125rem;left:21.25rem;display:block; }
#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME { position:relative;display:block; }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME { background-color: transparent; background-image: none; }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME > .row .container > .video-iframe-container { display: none; }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME > .row > .video-iframe-container { display: none; }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME > .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); }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME { border-width: 0; border-radius: 0; }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME > .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; }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.5625rem;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; }#ku45wtIBKvBvGQH3yxp7UAil3ysHbhRN { 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:2.25rem;width:2.25rem;top:3.6875rem;left:52.5rem;overflow:hidden;display:block; }
#xs8e7fpLUDbJG0ns8LCOypaqTIyQqSVW { color:#2a2c32;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:3.75rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DSBwVJoo8B4OCURxrQ77Q41gSu3aumiu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:9.9375rem;left:52.5rem;overflow:hidden;display:block; }
#MSPlaiVRiog78sJmv2lE8yc9Ewq2xclt { color:#2a2c32;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10rem;left:21.25rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TS0B099TTB97msZtqZh9NFTGz5GHSlXK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ad33dfdf-b568-4319-92fa-637b0bde9bd6/BGgradient.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK.adaptive-delivery-prevent-bg, #TS0B099TTB97msZtqZh9NFTGz5GHSlXK.lazyload, #TS0B099TTB97msZtqZh9NFTGz5GHSlXK.lazyloading { background-image: none; }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK > .row .container { background-color: transparent; background-image: none; }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK > .row .container > .video-iframe-container { display: none; }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK > .row > .video-iframe-container { display: none; }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK > .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); }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK > .row .container { border-width: 0; border-radius: 0; }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;position:relative;display:block; }#Q0hqonfbMhGfkOMxzQC9OPbTH2ABKWsP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.8125rem;left:3.75rem;height:15.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hMv4VodUlPzOQiC0DPW55MXAdKIvtUs7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.0625rem;left:43.75rem;height:1.875rem;font-style:normal;display:block; }
#p3adyEN7X06U6f7M86LbaSAb4GdRRFEe { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.5625rem;left:40rem;height:10.125rem;font-style:normal;display:block; }
#MTWgMSF5wUP9JM8KFmu1LGUAQtP6vqxO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:23.0625rem;left:43.75rem;height:1.875rem;font-style:normal;display:block; }
#SIpbo5CzKrTncHfzOTEm0t2Tk6TaO5IC { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.625rem;left:40rem;height:10.125rem;font-style:normal;display:block; }
#oUwTvBUAO4whKKticR22BzSPXI0AoPXA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:38.0625rem;left:43.75rem;height:1.875rem;font-style:normal;display:block; }
#bmu3hbZtGgKc2fkGraVW6wvvBFkWJ6ra { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:40.5625rem;left:40rem;height:8.4375rem;font-style:normal;display:block; }
#Lxivik9aQTTATkuqT7XZsZJyzWHVwW6o { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:26.25rem;top:22.5rem;left:1.25rem;overflow:hidden;display:block; }
#D4RgB2CHIihTFOAIAZTQFxUPNrwVEA8a { position:absolute;display:block;z-index:15013;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:10.8125rem;width:21.9375rem;top:38.0625rem;left:13.75rem;overflow:hidden;display:block; }
#BBcQl3AOqFCZkKyiO3DHJS1i3ohFhcKm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.75rem;top:7.9375rem;left:40rem;overflow:hidden;display:block; }
#bz14X6pq3SDk6HVqoBQvpp9MQKqwHXUi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.75rem;top:23.25rem;left:39.9375rem;overflow:hidden;display:block; }
#QfPDdXwE3nZNL5FQ0Fa2htTfzedmaSpi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.875rem;top:37.9375rem;left:40rem;overflow:hidden;display:block; }
#CGTz28ks6zrGoUp0RTad19S1e8Mufkrw { position:relative;display:none; }#CGTz28ks6zrGoUp0RTad19S1e8Mufkrw { border-width: 0; border-radius: 0; }#CGTz28ks6zrGoUp0RTad19S1e8Mufkrw > .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; }#CGTz28ks6zrGoUp0RTad19S1e8Mufkrw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#grBSZAVwCbPt1SNLW89QpOGyyEPitB8D { color:#2a2c32;display:block;width:63.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.125rem;left:6.25rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TeCphpVAKFsKs1RxgoQMBzWi4rAxg1pz { position:relative;display:none; }#TeCphpVAKFsKs1RxgoQMBzWi4rAxg1pz { border-width: 0; border-radius: 0; }#TeCphpVAKFsKs1RxgoQMBzWi4rAxg1pz > .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; }#TeCphpVAKFsKs1RxgoQMBzWi4rAxg1pz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25rem;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:none; }#gkO7Z8A7ogN5H57t3NKWVhbPAciU1DsZ { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:7.5rem;height:1.625rem;display:block; }
#cUf5BSRPc0oGwmBUtz9rGSxbWEZL58eD { color:#2a2c32;display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.0625rem;left:7.5rem;height:10.125rem;font-style:normal;display:block; }
#gzIUIO1TIBWCGyE0xyHXCnBAHWqIrfLL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:4.5rem;left:65.75rem;overflow:hidden;display:block; }
#saGOhk0K0bZCgSH8S8NwNU1X1lJfEMrE { 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:26.25rem;width:26.25rem;top:1.0625rem;left:47rem;overflow:hidden;display:block; }
#fxXi7TqiT8bq583xiRJWV7JT7N9TF4si { position:relative;display:none; }#fxXi7TqiT8bq583xiRJWV7JT7N9TF4si { border-width: 0; border-radius: 0; }#fxXi7TqiT8bq583xiRJWV7JT7N9TF4si > .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; }#fxXi7TqiT8bq583xiRJWV7JT7N9TF4si > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25rem;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:none; }#Zk1TM8KO2kZdZ6eZxNCokbR8dN8TtyTM { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0625rem;left:36.25rem;height:1.625rem;display:block; }
#PNAdUFi1IbGrZqM6KsesGncX5afLcENp { color:#2a2c32;display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5625rem;left:36.25rem;height:;font-style:normal;display:block; }
#r2dvpVNpbpTk8GO51AMTxxnTvXBv9VAO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:3.125rem;left:9.0625rem;overflow:hidden;display:block; }
#EGtVmJy068NzWLGcgrQ9rL8l3ocGlqyp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:18.75rem;left:20.125rem;overflow:hidden;display:block; }
#A9fgTR8cLX30i0oMIav5WPVhP16zpqM2 { 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:26.5625rem;width:26.5625rem;top:1.25rem;left:3.8125rem;overflow:hidden;display:block; }
#NelQObeZcORHenGfFT9BSxcD5h0DqmTn { position:relative;display:none; }#NelQObeZcORHenGfFT9BSxcD5h0DqmTn { border-width: 0; border-radius: 0; }#NelQObeZcORHenGfFT9BSxcD5h0DqmTn > .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; }#NelQObeZcORHenGfFT9BSxcD5h0DqmTn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bHkNF7CnhbkkaPqSx9STPsoliE5CI5zG { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:7.5rem;height:1.625rem;display:block; }
#GSDHe0e30elHi1Qg9SV6UmJcVWveBhsB { color:#2a2c32;display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.0625rem;left:7.5rem;height:8.4375rem;font-style:normal;display:block; }
#c4cqoERTLm7JUdm4Ceqvo58gxo4XRlaX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:5.1875rem;left:63.375rem;overflow:hidden;display:block; }
#BKz8ptgQ3oXlTS2P0eVAIHc3GwCPXdB7 { 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:26.5625rem;width:26.5625rem;top:0.1875rem;left:45.875rem;overflow:hidden;display:block; }
#CUoPXcbRWC80Ow3k2CNphI0g9Ua5CoQw { position:relative;display:none; }#CUoPXcbRWC80Ow3k2CNphI0g9Ua5CoQw { border-width: 0; border-radius: 0; }#CUoPXcbRWC80Ow3k2CNphI0g9Ua5CoQw > .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; }#CUoPXcbRWC80Ow3k2CNphI0g9Ua5CoQw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#e6NNP5LNcT352cX6mJnUa7wVdJfKdVWS { color:#2a2c32;display:block;width:65.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.5rem;left:4.9375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnaZzKUpob4GUSw8tFQVnWTntnytrb0D { position:relative;display:none; }#TnaZzKUpob4GUSw8tFQVnWTntnytrb0D { border-width: 0; border-radius: 0; }#TnaZzKUpob4GUSw8tFQVnWTntnytrb0D > .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; }#TnaZzKUpob4GUSw8tFQVnWTntnytrb0D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FFnvsUDH8PG3HnooolxckaLTsQdA6kKe { color:#2a2c32;display:block;width:65.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.5rem;left:4.9375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I58Mi735GmgfJdBepX0TlTIZp0gU4HBE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#I58Mi735GmgfJdBepX0TlTIZp0gU4HBE > .row .container { border-width: 0; border-radius: 0; }#I58Mi735GmgfJdBepX0TlTIZp0gU4HBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I58Mi735GmgfJdBepX0TlTIZp0gU4HBE > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:none; }#nEy5ge4T9dK9OFkpH8ZdLJkQTW1w34Ts { color:rgba(var(--color-primary-2),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:10rem;left:8.75rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsXnHgaJuU8ubgODFtxOGTpUmy52eeT1 { background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #2a2c32;border-left:0.125rem solid #2a2c32;border-right:0.125rem solid #2a2c32;border-bottom:0.125rem solid #2a2c32;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:15rem;left:28.75rem;display:block; }
#upl1zq3JFHv4CVu02PfMVFaizTwbOdzF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ln9qNtlaH2kAshIihUmCSU1qXs4UIKw9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#Ln9qNtlaH2kAshIihUmCSU1qXs4UIKw9 > .row .container { border-width: 0; border-radius: 0; }#Ln9qNtlaH2kAshIihUmCSU1qXs4UIKw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ln9qNtlaH2kAshIihUmCSU1qXs4UIKw9 > .row .container { font-size:0.875rem;font-family:arial;height:68.6875rem;width:75rem;position:relative;display:none; }#xseFEeEswxt5L8b4QeIPl200675VUkRe { color:#2a2c32;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4rem;left:6.25rem;height:33.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ouNqnV3zUOiECHzrR0bMvERGoTy94TbT { position:absolute;display:block;z-index:15009;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.5rem;width:1.5rem;top:7.1875rem;left:3.625rem;overflow:hidden;display:block; }
#QXa5bgzPHOTFEP4g2oOMa1aI4y3cz4V3 { position:absolute;display:block;z-index:15010;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.5rem;width:1.5rem;top:11.9375rem;left:3.625rem;overflow:hidden;display:block; }
#xNKKme32DsvT9L0A8u34PBOTpuQlRFJs { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:18.3125rem;left:3.625rem;overflow:hidden;display:block; }
#rxH6tf3kDuAkddxAIdToDlvotazKTA7m { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:24.625rem;left:3.625rem;overflow:hidden;display:block; }
#xQdnHnw5T3EBp9Srek1W0r91Vh8qiTPI { position:absolute;display:block;z-index:15013;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.5rem;width:1.5rem;top:29.6875rem;left:3.625rem;overflow:hidden;display:block; }
#iTHQ639BPcTlxhSc2ouklp8qTAZoMcuk { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:35.9375rem;left:3.625rem;overflow:hidden;display:block; }
#dbDgoJlWWoQFUvEqaBzvTsOO5rgzezuH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.25rem;width:40.9375rem;top:3.25rem;left:34.0625rem;overflow:hidden;display:block; }
#aXEfaKn62xvW3RyIqsn1Zmtc2Ogl2mSP { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #dfdcdd ;height:22.5625rem;width:67.4375rem;top:41.487499237061rem;left:3.75rem;display:block; }
#NTzhk30NzK6UTivUZKfsxvLPrQnI7q1r { color:#2a2c32;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:47.75rem;left:7.5rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lhP9ARII6hfbyrrkEkp9WMN6o2dhq7LR { color:#2a2c32;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:44.625rem;left:7.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a30zqyqCkyif3TrrP3VMS0QCrHtgKbb3 { color:#2a2c32;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:47.749999046326rem;left:40rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r1EbgxHTbzizH62H2TPwe4LoPUqdzcka { position:relative;display:none; }#r1EbgxHTbzizH62H2TPwe4LoPUqdzcka { border-width: 0; border-radius: 0; }#r1EbgxHTbzizH62H2TPwe4LoPUqdzcka > .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; }#r1EbgxHTbzizH62H2TPwe4LoPUqdzcka > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SQhiodk82ATyyXznLubfk30etoS5Xw1V { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.625rem;left:27.46875rem;display:block; }
#rbhJnHO5J2NxRLXedq6omui3EHNcHNoh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQkLkKf64qTqPhytl7auUt8fpm8ntSMI { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.375rem;width:67.625rem;top:3.6875rem;left:3.71875rem;display:block; }
#iB9E0rTu6srkQ9PulgNONSUIZSsRptTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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:none; }#iB9E0rTu6srkQ9PulgNONSUIZSsRptTp > .row .container { border-width: 0; border-radius: 0; }#iB9E0rTu6srkQ9PulgNONSUIZSsRptTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iB9E0rTu6srkQ9PulgNONSUIZSsRptTp > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:none; }#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-form-header {  }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:#2a2c32;width:27.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(42,44,50,0.2);border-left:0.0625rem solid rgba(42,44,50,0.2);border-right:0.0625rem solid rgba(42,44,50,0.2);border-bottom:0.0625rem solid rgba(42,44,50,0.2);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:27.5625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:proxima;vertical-align:top;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-weight:400;font-style:normal; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-text {padding-top: 0; padding-bottom: 0;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(42,44,50,0.2);border-left:0.0625rem solid rgba(42,44,50,0.2);border-right:0.0625rem solid rgba(42,44,50,0.2);border-bottom:0.0625rem solid rgba(42,44,50,0.2);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:27.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:proxima;vertical-align:top;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-weight:400;font-style:normal; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-select {padding-top: 0; padding-bottom: 0;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#2a2c31;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:27.5625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk [class*="-text"]:-moz-placeholder { color:rgba(42,44,50,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk [class*="-text"]::-moz-placeholder { color:rgba(42,44,50,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk [class*="-text"]:-ms-input-placeholder { color:rgba(42,44,50,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk [class*="-text"]::-webkit-input-placeholder { color:rgba(42,44,50,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .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(--paragraphs-font-family);line-height:1.3;font-size:0.8125rem;font-weight:400;color:#64676d;vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .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; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.4375rem;vertical-align:middle;font-family:proxima;font-size:0.9375rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-container:first-of-type{padding-top:0;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-container:last-of-type{padding-bottom:0;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;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;left:22.5rem;top:18.6875rem;z-index:15027;position:absolute; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5625rem;display:block;vertical-align:top; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.8125rem;line-height:1.3;font-weight:400;color:#64676d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk {display:block;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;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;left:22.5rem;top:18.6875rem;z-index:15027;position:absolute; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #EyEJ6yyxTK0kWmw4h3gMpHiCPpdaTDxx { position:relative; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #olCdG0GorBAtoUSuFBcUOOVerrzoyt2C { position:relative;display:block; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #rnUlmzw0TSxgaCiO3033U6Ova1RzXLhc { position:relative; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #KPV81see7XtJUZJxAm3ZyC2B18PRl86V { position:relative; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #qksmdiaJul2zv73DRLSSPN7WacoTzy77 { position:relative;display:block; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #pfJ83DBacqe0bhBTl2ll5WFHl93Zy7q6 { position:relative; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #b1RQ9QepfuIBk27AZw1HWTQy4ZFKCG90 { position:relative; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #Lqr33bwGwbr7gpPoyTsRxhdPpcVoNhvP { position:relative;display:block; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #ZeFGKIy9W5v4QqFVngI6owV81kaV3lxt { position:relative; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #IwgSH951sV2RyZxM7E5lyV2GwHG5IoFr { position:relative; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #IV6OffP3PJZXiFEvHLeTUE4N2hou8meB { position:relative;display:block; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #rULRBQ5CWt6fppK9W2Q4gkvTCQPJmc49 { position:relative; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #ZusONlTPCfqVXTdBQHceDQlGWltaVKsh { position:relative;display:block;z-index:15000; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #VfQwdCdt9drp23ri9mdHxQLlUa5v8Wva { position:relative;display:block;z-index:15000; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #yQrKll65WTZylh6horFkiFLoz0akTMhI { position:relative; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #AnZrTWNAs94wQrI6Fr4ksqtC59RRV920 { position:relative;z-index:2; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #VMWFeuAZ198fDfyxXahMupGyt4Ks2A7V { position:relative; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #UmzwHFbiwD8umDP28d5xdSdeK3hCim08 { position:relative; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #R5zg8C6OlaZsQiO3fpfZc4Z0IUdI4OJF { position:relative; }
#vUqWapqBhbsuRwJ67enTWskB8Xb8523H { color:#2a2c32;display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:9.9375rem;left:23.75rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1XxRnoVUhDms9e7zHfGnH8JOkPIIHSV { color:#2a2c32;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:16.33749961853rem;left:23.25rem;height:1.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQzLwgOScbV5pGSwx9hsL6tOtm5dgqQK { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:51.1875rem;width:35rem;top:7.4375rem;left:20rem;display:block; }
#f22zEB0JtRsF8e0HR1ODTF7impWdPDBK { position:absolute;display:block;z-index:15010;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.1875rem;width:35.1875rem;top:7.125rem;left:39.8125rem;overflow:hidden;display:block; }
#Vfc028Lc8DWzeTmgRzbySprUf2nfAI9q { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:35.1875rem;top:7.125rem;left:0rem;overflow:hidden;display:block; }
#MObpfbyBu982FqzWoKbVcnUlSRJPPdao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao > .row .container { background-color: transparent; background-image: none; }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao > .row .container > .video-iframe-container { display: none; }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao > .row > .video-iframe-container { display: none; }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao > .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); }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao > .row .container { border-width: 0; border-radius: 0; }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#dQO5pV8tyQ46hkeFXJMVkvqH2rD5OuDZ { color:#2a2c32;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:14.5rem;left:3.75rem;height:3.75rem;font-style:normal;display:block; }
#S4f731mIlVvL06Ef7FyLdDgEn4i5CWhB { color:#2a2c32;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:18.75rem;left:3.75rem;height:5.0625rem;font-style:normal;display:block; }
#GyxoIAqDRKvSn2JErnQ742QMkgpHAt0Q { color:#2a2c32;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.5rem;left:27.5rem;height:1.875rem;font-style:normal;display:block; }
#J6ObFhSamwAb6GoElHwykzCTdtMSAO7X { color:#2a2c32;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.875rem;left:27.5rem;height:5.0625rem;font-style:normal;display:block; }
#UfpxllHV3gDNJNWKFhcq3Cc33MlZPxsE { color:#2a2c32;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:29.375rem;left:3.75rem;height:6.75rem;font-style:normal;display:block; }
#CRD9bBtpBGr6CKstXg6QFNAQ0mf0E9RO { color:#2a2c32;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:26.875rem;left:3.75rem;height:1.875rem;font-style:normal;display:block; }
#zH4PCoWSZb4QWO63yBN1vKTZ3Hm9HiWH { color:#2a2c32;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.4375rem;left:52.5rem;height:1.875rem;font-style:normal;display:block; }
#sF4PwwhDOMrtNyTDQh6386Q5J4FvqM1M { color:#2a2c32;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:16.875rem;left:52.5rem;height:5.0625rem;font-style:normal;display:block; }
#ddnlIUPKTnlZBA07QUeVnS80KT1U8gTH { color:rgba(var(--color-tertiary-0),1);display:block;width:63.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.75rem;left:6.25rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5eUFWhbTnuoAREeHbV51l0FqXTVgH91 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.5625rem;top:14.875rem;left:1.25rem;overflow:hidden;display:block; }
#a0o97giAlvEhQKbhe0TOn90TeHzChzfD { position:absolute;display:block;z-index:15009;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.5rem;width:1.5rem;top:26.9375rem;left:1.25rem;overflow:hidden;display:block; }
#IW4eEsnLfX7GJBreNTRHP6FZQFMTkXqa { position:absolute;display:block;z-index:15009;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.5rem;width:1.5rem;top:14.4375rem;left:24.75rem;overflow:hidden;display:block; }
#IotDwND7plhHiuwTf7vadBME7ANeh8UZ { position:absolute;display:block;z-index:15010;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.4375rem;width:1.625rem;top:14.625rem;left:50rem;overflow:hidden;display:block; }
#x0207Ub8rCH8vTUMO6znTKodtw3d6hZD { color:#2a2c32;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:26.875rem;left:52.5rem;height:1.875rem;font-style:normal;display:block; }
#V7174WzoEIpgX1NA7SFCqosybfivZlvZ { color:#2a2c32;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:29.375rem;left:52.5rem;height:6.75rem;font-style:normal;display:block; }
#rwnZRHrg2WlRyM6NqpuidrK0tOfCiyPx { color:#2a2c32;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:26.875rem;left:27.5rem;height:3.75rem;font-style:normal;display:block; }
#hWlrWoDoHL80nspVamTg1mHXzJbv5FOq { color:#2a2c32;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:31.1875rem;left:27.5rem;height:8.4375rem;font-style:normal;display:block; }
#hZ03Bv9vxZGr1KXPtOPRJXpda06LqJSt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.5rem;top:27.125rem;left:49.6875rem;overflow:hidden;display:block; }
#fnBReIhCnLT72x7WzTQNGpJIT2aeBT6e { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.625rem;top:27.25rem;left:25rem;overflow:hidden;display:block; }
#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/e1c77403-77a7-487a-9973-0e4613396715/wavebg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB.adaptive-delivery-prevent-bg, #ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB.lazyload, #ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB.lazyloading { background-image: none; }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB > .row .container { background-color: transparent; background-image: none; }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB > .row .container > .video-iframe-container { display: none; }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB > .row > .video-iframe-container { display: none; }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB > .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); }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB > .row .container { border-width: 0; border-radius: 0; }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#etSvJEwvl7TtFXCeqyRqWQOe362Ngis5 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:9.9375rem;left:12.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p5L769rgt2EipiCEuutG5deDhqblMW00 { color:rgba(var(--color-tertiary-0),1);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.125rem;left:5rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EowXe5RRPmFC8oBFAu2xNAg92qERkpSC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.46875rem;left:27.625rem;display:block; }
#QIxUlU0bVn9PGJKGCoLl9OEWG6h3nnT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ad33dfdf-b568-4319-92fa-637b0bde9bd6/BGgradient.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb.adaptive-delivery-prevent-bg, #BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb.lazyload, #BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb.lazyloading { background-image: none; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row .container { background-color: transparent; background-image: none; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row .container > .video-iframe-container { display: none; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row > .video-iframe-container { display: none; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .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); }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row .container { border-width: 0; border-radius: 0; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#iXUOBIOmqkihckmqyUPbt6F7soJrdyTs { 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.875rem;width:8.0625rem;top:14.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#vDF6cdliWvTeCpNNEUy72ltxAIILf80x { color:rgba(var(--color-primary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:18rem;left:2.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GGMomBOCObADHyKOU1C8NOCfml7KITeC { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:21.625rem;left:2.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P5MEdHLtlZ7qeOtR2GzzJkA5cwKwdLZ9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.75rem;top:25.25rem;left:2.5rem;overflow:hidden;display:block; }
#htkcH5vUHEwtgLXlDaC2iB2eTOeABigB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.875rem;top:25.25rem;left:12.5rem;overflow:hidden;display:block; }
#l0UcvMJ7gnN4Ig1dJVeISvQdFg44zv6R { position:absolute;display:block;z-index:15010;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:27.375rem;width:16.25rem;top:3.1875rem;left:52.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cMHREtwEyOHK2OiCq84qbBzrhcGdp8rO { display:block; }#cMHREtwEyOHK2OiCq84qbBzrhcGdp8rO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTzqv6ugKsf1FQHE8q7M0cRNUMhgGcOb { top:1.1875rem;left:23.875rem;width:6.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwwcT1WzmHbmm2CAblEK4rzBXcWI27x3 { top:1.1875rem;left:31.375rem;width:6.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6ZCOZWeKlDD3CGOHGuodEJ8kwS98xHo { top:1.1875rem;left:41.4375rem;width:6.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqwHsfF2KlT7vgLAu4UWSdMfqpSAC2Od { top:1.1875rem;left:35.75rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIaIwDJfl2kWFE1Ju4siBUtc4iZG5A6S { top:1.1875rem;left:44rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm { display:block; }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTTsTAL7Ui8DpwiZrTtM7fhNRwiSphSJ { top:1.625rem;left:41.4375rem;width:6.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kovgO4qH4CJ7Pm4f9uDOTKII8TcunwCJ { top:1.625rem;left:35.125rem;width:6.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7nKSESrRFstX55VT7SlQSGWT73MEP3i { top:1.625rem;left:41.4375rem;width:6.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc8QrkaeKnFlcRVTmPoJ94lQAEpC612m { top:1.625rem;left:44rem;width:3.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 { display:block; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqCBmruxsoGfZsR0kKB93G7Gtl1TWApc { top:10rem;left:0rem;width:32.625rem;height:12.625rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzqQH1pFwPsn4e0iFB6qdTkVtHlkrfC7 { top:23.75rem;left:0rem;width:31.1875rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpwxCipk1lU0XSxT6JBufgh7s5TF2XHg { width:20rem;height:3.5rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRpymaSqdqZ2gME2sxXNrpN6VK96mf0o { display:block; }
 }@media only screen and (max-width: 763px) { #bUrSJlWmRncSw7BRqqQ4K6Qdtk9aiN4k { top:2.6875rem;left:0rem;width:11.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZM4wMiqtNhfJoB1ddOy3QE0dJ6t3hu3 { top:1.25rem;left:19.1875rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekZFTO5gtddZAKTwceLOh8OCZEU2zvT7 { top:31.0625rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkkWsIBg4KgLTDLhbyrvaSsWeTKKzlNn { top:31.0625rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASEqTAoMJKemI2AETqWqTBad1uTK9W7L { top:36.0625rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV0vg94BbTKMBJkOtADE7Hqyn2wqNHw9 { top:36.0625rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #go4U7emyVTkKL4vESxdNmiWkeHvBaymZ { width:30rem;height:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOHfPyR6qayRECllkVuqHm1dhInLvoSu { display:block; }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpKdLdSGqFOF3HIhkUHA4GgE9muapGLL { top:0.5625rem;left:21.375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1nuwMtJzmrcIrRRdlE43BUEk950MG1 { display:block; }#Ua1nuwMtJzmrcIrRRdlE43BUEk950MG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkgTmdLCOczfdqJuuVoGWpHQJWIs8UpB { top:10.9375rem;left:7.625rem;width:32.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks5yngt3AxJ9lSAHnK1KrapqXNS6QTfT { top:3.125rem;left:0rem;width:20rem;height:4.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onN7eCWzbGn9FwwhZKK9OObVv0B6ThfX { width:17.4375rem;height:3.5rem;top:13.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO4zRJJKtFq3AAxfHGhFEMSpiApdfA9v { display:block; }
 }@media only screen and (max-width: 763px) { #aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 { display:block; }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZCWZGDOpMZQQhEhJeIuo5ztOKnq130L { top:10.9375rem;left:7.625rem;width:32.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhfq833KtovftNmZd2ALJPFRTv5yKpE2 { top:6.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm { display:block; }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6mvT5oWcwxA5gCcpIK7HyOve5cquoCI { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeADLLmyrUS3PakUTrRKG0EJ4eWDsyCm { top:6.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbHfSDe6QShX1toz9nfFu2JO0BdHJsdB { top:2.4375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TqhaO6AJ00rGCRsvDS7M1vGwxu2MVV { top:2.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX { display:block; }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WU5ZfFCF7t0TROyh5zPlEqnMAa6ZTMux { top:2.4375rem;left:19rem;width:28.75rem;height:55.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhbSTBv4LuvI64ENPhNKgmPzWQo1y0ky { top:2.4375rem;left:15.5rem;width:5.0625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab3KKGbpUuZWbTfJ0TKSlnV3e8AzcDQ4 { top:2.4375rem;left:8.875rem;width:5.0625rem;height:48.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManSIbB6rwCaIbE72zcwowixEGBFb2dM { top:2.4375rem;left:0rem;width:13.75rem;height:53.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAb6zDnoCZLXF2SKMI00agiJknUKG2rc { top:4.9375rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlE9J8vime7OtyP2p9kHL8BHgJJnTcLt { top:21.1875rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKGXuhsD0vchUfzSn6TXQl4KwyUZIRhu { top:36.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn11ENQmcFkyOEagGGlI9yDAwHIkMPiu { top:48.6875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnT35b9bea3UstPNBTcg9y3ywIbHVWdF { display:block; }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4vDZIe3uyACLl5LabBahLUmb7PZrRUy { top:2.5rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6vwUogKVg75MEyLEpbdpyf9T0sw180R { top:6.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSa0TyR7HCxlPcmycgAlh8FBhFJES5gl { top:2.5625rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvtqCvVNKGRk5XEA9b6VeCdXyBnR278p { top:2.5625rem;left:0rem;width:2.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfUNQfVkmlSPc8cKaidG1fTNVze02qyb { display:block; }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sepWWZwi5igo9ae4gE8d63Hoypr8CPgi { top:2.4375rem;left:19rem;width:28.75rem;height:50.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaS8a0OKvm6X5EVHDbHOWxUh1oZv7BZ8 { top:2.4375rem;left:15.5rem;width:5.0625rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsuOkt6zrXNwqya7L1AZu83lOViZ3xid { top:2.4375rem;left:8.875rem;width:5.0625rem;height:34.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHn30lozG1hnXLz49vO9QoRddk6mICkL { top:2.4375rem;left:0rem;width:13.75rem;height:48.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAZLlrke2Ck9PJQGXXPLb4aqELldcMia { top:4.9375rem;left:0rem;width:47.75rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFzRSwI36EkmBKJmmpZAHziK79faT3DW { top:19.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtlbknFr0gyHzEcIoIdzyhHTo6nBG2SJ { top:32rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0twdgWlM6NkLCT9p6VdF6q38qQCLgJh { top:42.5625rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW { display:block; }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAQsBiZEu6w9QpGJwyDLSf7emeUgZFDT { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwUVPTDsSsS8J9qtxHfxBQNnTDxpC7Zp { top:6.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQKiNelbZwGi0zb8BDTzridmCKdbs3mz { top:2.5rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyUGfQXUe68eDwtHdgTa9LPI5t64cwRt { top:2.375rem;left:0rem;width:1.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h { display:block; }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCLst44sBhQkuoy0yxaKtKQqBbGKyVNB { top:2.4375rem;left:19rem;width:28.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzSeQTC1G3MUOhbUHJrAlFLabd1Q6xIU { top:2.4375rem;left:15.5rem;width:5.0625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRwSWaOuFUlhttbTFuBKrKuCdPc9FkEf { top:2.4375rem;left:8.875rem;width:5.0625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqaxG77CwEDmyuWF48tLfwIZ5Z2UUlJC { top:2.4375rem;left:0rem;width:13.75rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlJ9wNzh9y9muea9dk6GbW4U2foy7vtA { top:4.9375rem;left:0rem;width:47.75rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa57tn1LsHCIahOPqvg42pg5gP1hxevm { display:block; }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFDJlqhbv8g4OmXfanN0DU6caJbKIlZ4 { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAyqsSPi14XiJ4wCuKsV2L7eGJMxkhQa { top:6.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4gTlqGl4POzNWKudfzMcPl4M4WN5Ls0 { top:2.4375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuRTxSTC8CA3asHJchuQqI3C3v7wJ07N { top:2.3125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 { display:block; }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEpvImvCnAehvRAS5qbuGtAvgpk8509l { top:2.4375rem;left:19rem;width:28.75rem;height:52.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdsMhcZ9UQq4iZ4roKE9z5IA35UvS8V3 { top:2.4375rem;left:15.5rem;width:5.0625rem;height:44.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGHHvNtvEMc4TTT8IGTswxtDPMwMihro { top:2.4375rem;left:8.875rem;width:5.0625rem;height:44.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfcSswiTrX91tbqb6iWLLUtBmoLhQkCe { top:2.4375rem;left:0rem;width:13.75rem;height:50.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVdbFkxaTiyepvKqlwgmKQBkLqy3p9mc { top:4.9375rem;left:0rem;width:47.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPz4wINyeP8cKouXUhtB8s6nwf6TX7B8 { top:26.75rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUaZCzSsy9JqQFbgQNXB2oCro5B60g7H { top:36.1875rem;left:0rem;width:47.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO { display:block; }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUOKSuwtNbqeJb35BDG6ROR5xms8kkdl { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqSD1qcJGIJoniBSc6mqT6skt9lv8Ond { top:6.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhhBOMoDbVlrT2oJFwxywb9KqJKCAxir { top:2.4375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw2vSuXQ60g1l71NRAbAqeb16SuaGLeC { top:2.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9h1VQC46LC4nNJRk05zr9w4ynDxySsT { display:block; }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTi1ofSKgTMCeWtGiyBf6Fmg3EaJZpFs { top:2.4375rem;left:19rem;width:28.75rem;height:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umfgX6kizWxlNn3JJ0VvNyt6KblNcuQq { top:2.4375rem;left:15.5rem;width:5.0625rem;height:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPXpyPwWvIw4n2zG9Z2BLnRE1S5QEOS3 { top:2.4375rem;left:8.875rem;width:5.0625rem;height:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFnZpCHJ5oEBTuVf9Nszy8Pzm8bxMgTi { top:2.4375rem;left:0rem;width:13.75rem;height:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSL9s8AaMeTOzk4451TXMIVQtFK3iiZu { top:4.9375rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwIT5L7Mzzn6v44gtxeyDhJw0z6M3z7g { top:15.9375rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 { display:block; }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oy6OOAHeouUuCnAyy6Ffr8LwiW0hDwdf { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sksiMMF7EZ38069J7ZbdbSO5e5gpz3oC { top:6.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJkKCR0RuhaZT2mIeTprmTDnH8TOXenE { top:2.4375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi8wwD2q48LiozuIT5BrVtTxipJCVbmr { top:2.125rem;left:0rem;width:2.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcqgms7v1gTw8viitHM03hsVlb1DTVSm { display:block; }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQB7dtn41f3qTucUEWiM1wX65MFNG1p1 { top:2.4375rem;left:19rem;width:28.75rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar3GvO32BOqNFonR9ykmVbJtbfxJW5P5 { top:2.4375rem;left:15.5rem;width:5.0625rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI4L0Z7IMMRMZVbrTssmDpvbU7GATPZE { top:2.4375rem;left:8.875rem;width:5.0625rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPeKQ0A83AATdBdMMweWrvW9p0VXnN8B { top:2.4375rem;left:0rem;width:13.75rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZaTH00JoFDStZPlcvSO2V4PnUFrXMma { top:4.9375rem;left:0rem;width:47.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO20edVbNsdzEE2B6zAZG79i6dnxTZVP { display:block; }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXkACI6dcTWEQG57PFviBpuWel4WAemy { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVAkMeidFvg0ahtZ2lgvdQ4LHpMNWDFH { top:6.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvHVznTTkd5sCvmEfus7bHgXATn9bC22 { top:2.4375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta4QlrnXenF5uSQF4fhnHsRCUv9515fT { top:2.3125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm { display:block; }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0QcVKkTlIbqrFGMEsasR5RGNFGWc9HI { top:2.4375rem;left:19rem;width:28.75rem;height:43.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iifTo0sXSnFDC0VsMJ0h7zI7pEaOTOD6 { top:2.4375rem;left:15.5rem;width:5.0625rem;height:28.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X78GXKtBL1wA6I9t2sNrAH8p4251BBpI { top:2.4375rem;left:8.875rem;width:5.0625rem;height:28.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6lcxCWFtBNZJmPvTOFXDlgsStD4h43 { top:2.4375rem;left:0rem;width:13.75rem;height:30.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIb6iqR4zr8fP52V90KPxiVgTmeq5yTw { top:4.9375rem;left:0rem;width:47.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW2xCGUlMAfJu44gRpNfPAEhkxHVlwWT { top:14.375rem;left:0rem;width:47.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38Wxse02y1vqy6siZN2S4THMpheyvQ6 { top:28.375rem;left:0rem;width:47.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc { display:block; }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHXGH7BHk3BQeSZ1RM1DSbAmQh0xopNL { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo5d72o07UsqS0UNP43trGnoomkFvTIk { top:6.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OipLTepBFTexP7l9NzcVT5HR2QrSPsWC { top:2.4375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqR0O08QI73NSO24IPyvGVl2PSlEKOMb { top:2.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC { display:block; }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxKDZb4r7CGsatoCbMrwd60qVOs2fury { top:2.4375rem;left:19rem;width:28.75rem;height:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnLSFiu7MLJrKhuVvsJsyIvdcQztFuMA { top:2.4375rem;left:15.5rem;width:5.0625rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UimbsePLv74ytLUPPznZaX0bMJOnuxVi { top:2.4375rem;left:8.875rem;width:5.0625rem;height:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0hz7Bil1sqogVGJBIZtxUq9NVpbDlPP { top:2.4375rem;left:0rem;width:13.75rem;height:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7KKGMq9gVegkeMvNU1qn4KxCi4vgmV8 { top:4.9375rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDDHXtD11aXlouvcAKqZiiwx5rRS1XgX { top:20.0625rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR { display:block; }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnI8zALvFH7iR8XBWsXkamvXMFlv9DTp { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRBUZAkdAUw37VQWeq86U4Jrpkaxe4We { top:6.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU4fxQe2nebMRaxwQsadBlo4Zz12OuQT { top:2.4375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI0kUqzvG1oLRUai3RKXqnxEIFe40Ni3 { top:2rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL { display:block; }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc2hB9EWgyLGNSCuqV8vRbVgaqrEF98K { top:2.4375rem;left:19rem;width:28.75rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeTtQvARA8KN0vKTBy8K69DddPFLwTSo { top:2.4375rem;left:15.5rem;width:5.0625rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO4DQkt2bUbR39TTH72VDaFbG4rLT8kE { top:2.4375rem;left:8.875rem;width:5.0625rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoDpts0ol2syoKFxuUbMGLyiMAdeDKKw { top:2.4375rem;left:0rem;width:13.75rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8ARGgt7d3GIqJUXTVCEiFn1VMnvwqAS { top:4.9375rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuS1WM4mctAOaM5123Zk7lwg0FDsld2m { top:12.375rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 { display:block; }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZagih0JDeohJpAblcAvydITDu0UwgL { top:2.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QthGZpg2DdFe8k17mJ4yuW8qKaVLxcdd { top:6.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQt8gCHl3NrMZ9TbTo38JDJxSh3hTyR5 { top:2.4375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DePeE7CJuVuoqTdVmqU6QzkdVleEHvkx { top:2.3125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utXxiyKDeLfw8QAhCoI78T4AswZXWL6M { display:block; }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdFsJcw11aX97dMJgQvQ86ZLo0FSVkSy { top:2.4375rem;left:19rem;width:28.75rem;height:32.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWxfniOFVIBxEZfi3mGI3UdAOHzTrS7r { top:2.4375rem;left:15.5rem;width:5.0625rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Qb8Gd5t8AyfcfbTq4VIUBR7yZdoavF { top:2.4375rem;left:8.875rem;width:5.0625rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAO9l0OirBOHTXL58ZD6gCize2xhNTvO { top:2.4375rem;left:0rem;width:13.75rem;height:30.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfoZxqihlsMOoxJ1r8LGER9KZShkTnXd { top:4.9375rem;left:0rem;width:47.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTzc8C9OfzkvpUkKiJmFPTdL1LitJAM { top:23.3125rem;left:0rem;width:47.75rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw { display:block; }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyJ2yZs4QW7SCfbB5rfroccWTBuU6THc { top:10rem;left:0rem;width:31.25rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGkbTWLxOVmxCWTxyP5v8qATNDWE9Cyd { top:5.375rem;left:0rem;width:38.8125rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7lHvfPxtktJkHezc2AiQM72cnm2Hc9y { top:12.5rem;left:20.375rem;width:27.375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPST3r2rTbC4mtxQrC8HTClDsnfsiDhp { top:25rem;left:0rem;width:30.0625rem;height:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyQohRki6Gc5Ux9PAXfCETriMcxucSZ { top:25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7SLu9nu99BLxPlia5l0nJ5xC8p2cee4 { top:28.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8gsVg8o3eTXICbRwM6p73iZmpTTa3zr { top:35rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA2rVVxBwUMegZFUSTVR8QMbNRCtGsse { top:22.5rem;left:0rem;width:24.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 { display:block; }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tswGeXrx0g3LFBze713xiwowrRa4Nq4p { top:7.5625rem;left:0rem;width:28.5625rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu4klb6HlNir7FC4oLlOccU9VT4e9APT { top:7.5625rem;left:16.625rem;width:31.125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvinHILV82vkTkk5tcmoqZyHJhO3snod { top:14.4375rem;left:20.1875rem;width:27.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVKFFVISCSc3QXcrtgA0xu78wiCeJvCw { top:14.6875rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPuhbqzcLvogfnsitidzKspNK43hpa1v { top:19.4375rem;left:20.1875rem;width:27.5625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzr5WU7dA7OWOhG2bf7uEEh8vt1i1l8 { top:19.625rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnyAS51gkAf1rzDvMsThx5gxDnSTrguE { top:37rem;left:20.125rem;width:27.625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiFX8DBuAdSpLUKeytPy3oUCacu5ZaV { top:25.9375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzUfBw1TCA3y69n5MrTVdasAbuBJXfDf { top:25.625rem;left:20.125rem;width:27.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHLkhlJJIxAy21qiBGzXrUAfkGox2Z8P { top:30.9375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlkUyZQTiTi1Nnn5gAhXMCBlsBGp8IqS { top:30.75rem;left:21.375rem;width:26.375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFwwGsmp0Rg2Q45HlLSAoIs6aGyKud4w { top:37.1875rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8DLTLRvkTkg24NqZkDVyol8eldivsDs { width:20rem;height:3.5rem;top:43.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFqrLm2Wbe6GKbl6Aa0klcZsq97wD3yi { display:block; }
 }@media only screen and (max-width: 763px) { #f5saBPQGmOMabapyUOFc5QsTtdAOLpdQ { top:21.1875rem;left:0rem;width:33.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH { display:block; }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuV6sSqEnPbObWJZNzNlLbhqt6eMUhLt { top:4.375rem;left:0.125rem;width:47.5625rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKEDQQiMwiTRcge3XEkLLqFK7DGAXgDZ { top:9.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD { display:block; }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDyEcG30BXWTMEdPF6pGGVp8OdbxOigU { top:2.5rem;left:7.625rem;width:22.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znWMT5TBQZTGMAr5TUgAKFmvqp3hmaA4 { top:2.5rem;left:38.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4xDLme347yeknFdpEpAoInVwQsHhv18 { top:6.125rem;left:7.625rem;width:33.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg { display:block; }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqTQs70t2G7feoER8BgArJ1qV9TT3tMJ { top:3.75rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9UurPEALFqLQ5rP56L40onLexiTJpuT { top:4rem;left:7.625rem;width:28.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnLwfiGHk4WboIVxmvOclC9SqDLJ16XF { top:10rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7nekgIKifGKP8d0vOfd9yw4nzr0k058 { top:10.25rem;left:7.625rem;width:28.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMG5ALbAfHfNS4lEEnncvSST6XX7t0FM { top:16.5rem;left:7.625rem;width:28.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc5UN9vf0fTbbrh7UG4uAk6hkl9aetOZ { top:16.25rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEbZXclBJ811SIgWb8HWNIJ1KcHFzSkL { top:22.75rem;left:7.625rem;width:28.8125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkPD28QieW2BqlNTMNcfTSm5SFQK9Tpe { top:22.5rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHPTzNz6LrswsW8rke2gWATweHqGzTkE { top:29rem;left:7.625rem;width:28.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivvx1lLSAQBKGqZCoqe6tp0oMRNkhBLc { top:28.75rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLX0WSwkb58kb2P6DOwvbXVOLdbmhWpC { top:35.25rem;left:7.625rem;width:28.8125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8M1Q7DxM3ttEQn78obi5nTbtJ8OPtmz { top:35rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR79pv7h8Vbtv7tXqwA4r2tMOiSUUm4f { top:41rem;left:38.874998092651rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RESN7k3KSenDtcpVNhGe0FWxgvvVPdVw { top:41.25rem;left:7.625rem;width:28.8125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTr9za5onT2UrL5rZ3gWVgmg1LR11gkA { top:47.25rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4IGkPWB34LC9JXfdEiQZfFGNFygXHcD { top:47.5rem;left:7.625rem;width:28.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKiP7hkGqNKSDNOfHpazx8X94m5cbNMN { top:53.75rem;left:7.625rem;width:28.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDuy1o2hTmecrL6c94Nf92O97RoTrv9J { top:53.5rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCKfxTagMp5fQg714HQEzyi9nL4ewcqQ { top:60rem;left:7.625rem;width:28.8125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEuuR0x5lDrNHAdxEcEERwUitZACcxJq { top:59.75rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe { display:block; }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL8kc2nPExnqX3nh4K8iNLWnzH27E5yp { top:2.4375rem;left:7.625rem;width:22.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxAoh03KHvRRpQy0fWPGBIdNvqZhZZTQ { top:2.5rem;left:38.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teuUDuwvadq2I9G9bt2w95tPyK98BqpG { top:6.0625rem;left:0rem;width:33.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEGriE44QNux7UP6e8441QGIJs3T2hWd { display:block; }#gEGriE44QNux7UP6e8441QGIJs3T2hWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvAcPeyLekD3KbxQGvJvbxU8TMqu64mD { top:3.75rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmBfRDHFAyXygK1wy9bThP1uhPm9eDCX { top:4rem;left:7.625rem;width:28.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1cfTdNSgga92FMoM3MKatiq83QS4zrJ { top:10rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr4rSsTeZAKqSFNLWJMzTS5uadyTx2b9 { top:10.25rem;left:7.625rem;width:28.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ8DZIaqKolkgoHbugrXDPpxBPu2WL6r { top:16.1875rem;left:7.625rem;width:28.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnXibZbUOccITlAcnzpWKEBv9l8sGXTL { top:15.9375rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcBUoJwD9KqokE2JuxITFhvFQlUeCprT { display:block; }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhmTZUTvcHtxBLak7UFI0IFyNIWpUbTu { top:2.4375rem;left:7.625rem;width:22.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVLqMbK6fuVu6klBFkbB9F7tv4vO7Gui { top:2.5rem;left:38.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fht28aXTGXfVoN2DPQIPXuniu9XT56mq { top:6.0625rem;left:7.625rem;width:33.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXcd298JmLU8ITlbDimw9OXuBan1NHBA { display:block; }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf7UzS8ScaOfbpLnmAcfF8Sn7fZZDsIz { top:3.75rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxa1VD1rS04eVEwSk3skrLE7baEOq4Rm { top:4rem;left:7.625rem;width:28.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utN49RINFGS8vxVJTS2CkrWPgI5w3nB5 { top:10rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTXhKNCSAeyMswKv5kp79aQwCgSV8r8 { top:10.25rem;left:7.625rem;width:28.8125rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o { display:block; }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e10J7sNf9bKmLkqTiKN9JWmV7KygNz7g { top:2.4375rem;left:7.625rem;width:22.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBrqaxdSC2skz0ofLeuevcJHfEJpwstP { top:2.5rem;left:38.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhiqvIG2fdbWMeFBb2zo5Bc2Ml89n98X { top:6.125rem;left:7.625rem;width:33.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 { display:block; }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC6g1loDqlfl82Br9BsFXCs980vu4bOw { top:3.6875rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbnpeIMXT5mA0uEEaQRTfgCxZVU7FKL5 { top:3.75rem;left:7.625rem;width:28.8125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKukuPoaQlLcAqCR4MMP6VE5rMwHLvnN { top:9.9375rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTloBm27zX5a68Z5p5sXOFvBp0N9sqrR { top:10rem;left:7.625rem;width:28.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfUMxx0h5bIo3Sv6csLzE8ZUVXi3vBHO { top:16.1875rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdwXADXOnWMBs9tzQfvLOTgFhnDfsEvw { top:16.25rem;left:7.625rem;width:28.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i18PJ188EJ9wNpp7zRlO1QHWVLiwJNwD { top:22.6875rem;left:7.625rem;width:28.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euANefsJ6kIPVaKpPH1kXvNJGuOFngoR { top:22.625rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d { display:block; }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgxJ9HBC1FAMOHP8qqbq6m9JreCpXDTs { top:2.4375rem;left:7.625rem;width:22.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJBogypaxaotT8QCSAS6XR4UH7ETu3Ke { top:2.5rem;left:38.875rem;width:2.3125rem;height:2.3125rem;display:block; }
#qJBogypaxaotT8QCSAS6XR4UH7ETu3Ke > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #oCfdvhVOAMuL34BEyVEHrvkm2nXU5gT4 { top:6.125rem;left:7.625rem;width:33.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nttMPyZk2Nb4esz01Fwm1aoLmH15DMME { display:block; }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku45wtIBKvBvGQH3yxp7UAil3ysHbhRN { top:3.6875rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs8e7fpLUDbJG0ns8LCOypaqTIyQqSVW { top:3.75rem;left:7.625rem;width:29.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSBwVJoo8B4OCURxrQ77Q41gSu3aumiu { top:9.9375rem;left:38.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSPlaiVRiog78sJmv2lE8yc9Ewq2xclt { top:10rem;left:7.625rem;width:29.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0B099TTB97msZtqZh9NFTGz5GHSlXK { display:block; }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0hqonfbMhGfkOMxzQC9OPbTH2ABKWsP { top:6.8125rem;left:0rem;width:28.5625rem;height:15.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMv4VodUlPzOQiC0DPW55MXAdKIvtUs7 { top:8.0625rem;left:23.875rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3adyEN7X06U6f7M86LbaSAb4GdRRFEe { top:10.5625rem;left:17.8125rem;width:29.9375rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTWgMSF5wUP9JM8KFmu1LGUAQtP6vqxO { top:23.0625rem;left:23.875rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIpbo5CzKrTncHfzOTEm0t2Tk6TaO5IC { top:25.625rem;left:17.75rem;width:30rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUwTvBUAO4whKKticR22BzSPXI0AoPXA { top:38.0625rem;left:23.875rem;width:18.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmu3hbZtGgKc2fkGraVW6wvvBFkWJ6ra { top:40.5625rem;left:17.8125rem;width:29.9375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxivik9aQTTATkuqT7XZsZJyzWHVwW6o { top:22.5rem;left:0rem;width:26.25rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4RgB2CHIihTFOAIAZTQFxUPNrwVEA8a { top:38.0625rem;left:1.9375rem;width:21.9375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBcQl3AOqFCZkKyiO3DHJS1i3ohFhcKm { top:7.9375rem;left:23.875rem;width:1.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz14X6pq3SDk6HVqoBQvpp9MQKqwHXUi { top:23.25rem;left:23.875rem;width:1.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfPDdXwE3nZNL5FQ0Fa2htTfzedmaSpi { top:37.9375rem;left:23.875rem;width:1.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTz28ks6zrGoUp0RTad19S1e8Mufkrw { display:block; }#CGTz28ks6zrGoUp0RTad19S1e8Mufkrw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grBSZAVwCbPt1SNLW89QpOGyyEPitB8D { top:6.125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeCphpVAKFsKs1RxgoQMBzWi4rAxg1pz { display:block; }#TeCphpVAKFsKs1RxgoQMBzWi4rAxg1pz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkO7Z8A7ogN5H57t3NKWVhbPAciU1DsZ { top:3.625rem;left:0rem;width:25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUf5BSRPc0oGwmBUtz9rGSxbWEZL58eD { top:6.0625rem;left:0rem;width:33.75rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzIUIO1TIBWCGyE0xyHXCnBAHWqIrfLL { top:4.5rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saGOhk0K0bZCgSH8S8NwNU1X1lJfEMrE { top:1.0625rem;left:21.5rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXi7TqiT8bq583xiRJWV7JT7N9TF4si { display:block; }#fxXi7TqiT8bq583xiRJWV7JT7N9TF4si > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zk1TM8KO2kZdZ6eZxNCokbR8dN8TtyTM { top:6.0625rem;left:22.625rem;width:25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNAdUFi1IbGrZqM6KsesGncX5afLcENp { top:8.5625rem;left:14rem;width:33.75rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2dvpVNpbpTk8GO51AMTxxnTvXBv9VAO { top:3.125rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGtVmJy068NzWLGcgrQ9rL8l3ocGlqyp { top:18.75rem;left:6.5rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9fgTR8cLX30i0oMIav5WPVhP16zpqM2 { top:1.25rem;left:0rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NelQObeZcORHenGfFT9BSxcD5h0DqmTn { display:block; }#NelQObeZcORHenGfFT9BSxcD5h0DqmTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHkNF7CnhbkkaPqSx9STPsoliE5CI5zG { top:3.625rem;left:0rem;width:25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSDHe0e30elHi1Qg9SV6UmJcVWveBhsB { top:6.0625rem;left:0rem;width:33.75rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4cqoERTLm7JUdm4Ceqvo58gxo4XRlaX { top:5.1875rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKz8ptgQ3oXlTS2P0eVAIHc3GwCPXdB7 { top:0.1875rem;left:21.1875rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUoPXcbRWC80Ow3k2CNphI0g9Ua5CoQw { display:block; }#CUoPXcbRWC80Ow3k2CNphI0g9Ua5CoQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6NNP5LNcT352cX6mJnUa7wVdJfKdVWS { top:2.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnaZzKUpob4GUSw8tFQVnWTntnytrb0D { display:block; }#TnaZzKUpob4GUSw8tFQVnWTntnytrb0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFnvsUDH8PG3HnooolxckaLTsQdA6kKe { top:2.375rem;left:0rem;width:17.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I58Mi735GmgfJdBepX0TlTIZp0gU4HBE { display:block; }#I58Mi735GmgfJdBepX0TlTIZp0gU4HBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEy5ge4T9dK9OFkpH8ZdLJkQTW1w34Ts { top:10rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsXnHgaJuU8ubgODFtxOGTpUmy52eeT1 { width:17.4375rem;height:3.5rem;top:15rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upl1zq3JFHv4CVu02PfMVFaizTwbOdzF { display:block; }
 }@media only screen and (max-width: 763px) { #Ln9qNtlaH2kAshIihUmCSU1qXs4UIKw9 { display:block; }#Ln9qNtlaH2kAshIihUmCSU1qXs4UIKw9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xseFEeEswxt5L8b4QeIPl200675VUkRe { top:4rem;left:0rem;width:28.75rem;height:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouNqnV3zUOiECHzrR0bMvERGoTy94TbT { top:7.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXa5bgzPHOTFEP4g2oOMa1aI4y3cz4V3 { top:11.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNKKme32DsvT9L0A8u34PBOTpuQlRFJs { top:18.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxH6tf3kDuAkddxAIdToDlvotazKTA7m { top:24.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQdnHnw5T3EBp9Srek1W0r91Vh8qiTPI { top:29.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTHQ639BPcTlxhSc2ouklp8qTAZoMcuk { top:35.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbDgoJlWWoQFUvEqaBzvTsOO5rgzezuH { top:3.25rem;left:6.8125rem;width:40.9375rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXEfaKn62xvW3RyIqsn1Zmtc2Ogl2mSP { top:41.4375rem;left:0rem;width:47.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzhk30NzK6UTivUZKfsxvLPrQnI7q1r { top:47.75rem;left:0rem;width:27.5rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhP9ARII6hfbyrrkEkp9WMN6o2dhq7LR { top:44.625rem;left:0rem;width:28.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30zqyqCkyif3TrrP3VMS0QCrHtgKbb3 { top:47.6875rem;left:20.1875rem;width:27.5rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1EbgxHTbzizH62H2TPwe4LoPUqdzcka { display:block; }#r1EbgxHTbzizH62H2TPwe4LoPUqdzcka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQhiodk82ATyyXznLubfk30etoS5Xw1V { width:20.0625rem;height:3.5rem;top:7.625rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbhJnHO5J2NxRLXedq6omui3EHNcHNoh { display:block; }
 }@media only screen and (max-width: 763px) { #IQkLkKf64qTqPhytl7auUt8fpm8ntSMI { top:3.6875rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB9E0rTu6srkQ9PulgNONSUIZSsRptTp { display:block; }#iB9E0rTu6srkQ9PulgNONSUIZSsRptTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-regular-label { display:block; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-checkbox-label { width:25.1875rem; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk  { width:26.4375rem;height:auto; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk {display:block;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk { width:26.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #EyEJ6yyxTK0kWmw4h3gMpHiCPpdaTDxx {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #olCdG0GorBAtoUSuFBcUOOVerrzoyt2C { display:block; }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #rnUlmzw0TSxgaCiO3033U6Ova1RzXLhc {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #KPV81see7XtJUZJxAm3ZyC2B18PRl86V {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #qksmdiaJul2zv73DRLSSPN7WacoTzy77 {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #pfJ83DBacqe0bhBTl2ll5WFHl93Zy7q6 {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #b1RQ9QepfuIBk27AZw1HWTQy4ZFKCG90 {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #Lqr33bwGwbr7gpPoyTsRxhdPpcVoNhvP {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #ZeFGKIy9W5v4QqFVngI6owV81kaV3lxt {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #IwgSH951sV2RyZxM7E5lyV2GwHG5IoFr {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #IV6OffP3PJZXiFEvHLeTUE4N2hou8meB { display:block; }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #rULRBQ5CWt6fppK9W2Q4gkvTCQPJmc49 {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #ZusONlTPCfqVXTdBQHceDQlGWltaVKsh {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #VfQwdCdt9drp23ri9mdHxQLlUa5v8Wva {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #yQrKll65WTZylh6horFkiFLoz0akTMhI {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #AnZrTWNAs94wQrI6Fr4ksqtC59RRV920 { z-index:2; }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #VMWFeuAZ198fDfyxXahMupGyt4Ks2A7V {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #UmzwHFbiwD8umDP28d5xdSdeK3hCim08 {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #R5zg8C6OlaZsQiO3fpfZc4Z0IUdI4OJF {  }
 }@media only screen and (max-width: 763px) { #vUqWapqBhbsuRwJ67enTWskB8Xb8523H { top:9.9375rem;left:10.125rem;width:27.5rem;height:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1XxRnoVUhDms9e7zHfGnH8JOkPIIHSV { top:16.3125rem;left:9.625rem;width:29.25rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQzLwgOScbV5pGSwx9hsL6tOtm5dgqQK { top:7.4375rem;left:6.375rem;width:35rem;height:51.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f22zEB0JtRsF8e0HR1ODTF7impWdPDBK { top:7.125rem;left:12.5625rem;width:35.1875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfc028Lc8DWzeTmgRzbySprUf2nfAI9q { top:7.125rem;left:0rem;width:35.1875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MObpfbyBu982FqzWoKbVcnUlSRJPPdao { display:block; }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQO5pV8tyQ46hkeFXJMVkvqH2rD5OuDZ { top:14.5rem;left:0rem;width:16.25rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4f731mIlVvL06Ef7FyLdDgEn4i5CWhB { top:18.75rem;left:0rem;width:16.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyxoIAqDRKvSn2JErnQ742QMkgpHAt0Q { top:14.5rem;left:13.875rem;width:17.5rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ObFhSamwAb6GoElHwykzCTdtMSAO7X { top:16.875rem;left:13.875rem;width:17.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfpxllHV3gDNJNWKFhcq3Cc33MlZPxsE { top:29.375rem;left:0rem;width:16.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRD9bBtpBGr6CKstXg6QFNAQ0mf0E9RO { top:26.875rem;left:0rem;width:16.3125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH4PCoWSZb4QWO63yBN1vKTZ3Hm9HiWH { top:14.4375rem;left:30.25rem;width:17.5rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF4PwwhDOMrtNyTDQh6386Q5J4FvqM1M { top:16.875rem;left:30.25rem;width:17.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddnlIUPKTnlZBA07QUeVnS80KT1U8gTH { top:5.75rem;left:0rem;width:47.75rem;height:0;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5eUFWhbTnuoAREeHbV51l0FqXTVgH91 { top:14.875rem;left:0rem;width:1.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0o97giAlvEhQKbhe0TOn90TeHzChzfD { top:26.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW4eEsnLfX7GJBreNTRHP6FZQFMTkXqa { top:14.4375rem;left:11.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IotDwND7plhHiuwTf7vadBME7ANeh8UZ { top:14.625rem;left:36.375rem;width:1.625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0207Ub8rCH8vTUMO6znTKodtw3d6hZD { top:26.875rem;left:30.25rem;width:17.5rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7174WzoEIpgX1NA7SFCqosybfivZlvZ { top:29.375rem;left:30.25rem;width:17.5rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwnZRHrg2WlRyM6NqpuidrK0tOfCiyPx { top:26.875rem;left:13.875rem;width:17.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWlrWoDoHL80nspVamTg1mHXzJbv5FOq { top:31.1875rem;left:13.875rem;width:17.5rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ03Bv9vxZGr1KXPtOPRJXpda06LqJSt { top:27.125rem;left:36.0625rem;width:1.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnBReIhCnLT72x7WzTQNGpJIT2aeBT6e { top:27.25rem;left:11.375rem;width:1.625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB { display:block; }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etSvJEwvl7TtFXCeqyRqWQOe362Ngis5 { top:9.9375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5L769rgt2EipiCEuutG5deDhqblMW00 { top:14.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EowXe5RRPmFC8oBFAu2xNAg92qERkpSC { width:19.8125rem;height:3.5rem;top:18.4375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIxUlU0bVn9PGJKGCoLl9OEWG6h3nnT2 { display:block; }
 }@media only screen and (max-width: 763px) { #BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb { display:block; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXUOBIOmqkihckmqyUPbt6F7soJrdyTs { top:14.1875rem;left:0rem;width:8.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDF6cdliWvTeCpNNEUy72ltxAIILf80x { top:18rem;left:0rem;width:30.1875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGMomBOCObADHyKOU1C8NOCfml7KITeC { top:21.625rem;left:0rem;width:30.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5MEdHLtlZ7qeOtR2GzzJkA5cwKwdLZ9 { top:25.25rem;left:0rem;width:8.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htkcH5vUHEwtgLXlDaC2iB2eTOeABigB { top:25.25rem;left:0rem;width:7.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0UcvMJ7gnN4Ig1dJVeISvQdFg44zv6R { top:3.1875rem;left:31.5rem;width:16.25rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container { display: none; }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #cMHREtwEyOHK2OiCq84qbBzrhcGdp8rO { position:relative;z-index:auto;display:none; }#cMHREtwEyOHK2OiCq84qbBzrhcGdp8rO > .row .container { width:20rem;height:14rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hTzqv6ugKsf1FQHE8q7M0cRNUMhgGcOb { width:6.3125rem;height:0;top:1.25rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwwcT1WzmHbmm2CAblEK4rzBXcWI27x3 { width:6.3125rem;height:0;top:3.75rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6ZCOZWeKlDD3CGOHGuodEJ8kwS98xHo { width:6.3125rem;height:0;top:11.25rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqwHsfF2KlT7vgLAu4UWSdMfqpSAC2Od { width:11.25rem;height:0;top:6.25rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIaIwDJfl2kWFE1Ju4siBUtc4iZG5A6S { width:3.75rem;height:0;top:8.75rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm { position:relative;z-index:auto;display:none; }#JyEnMTkL9ZuIV9wBhoQOHPA66gxkaUbm > .row .container { width:20rem;height:14rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aTTsTAL7Ui8DpwiZrTtM7fhNRwiSphSJ { width:6.3125rem;height:0;top:1.25rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kovgO4qH4CJ7Pm4f9uDOTKII8TcunwCJ { width:6.3125rem;height:0;top:3.75rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7nKSESrRFstX55VT7SlQSGWT73MEP3i { width:6.3125rem;height:0;top:11.25rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc8QrkaeKnFlcRVTmPoJ94lQAEpC612m { width:3.75rem;height:0;top:8.75rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 { background-color:#ffffff;background-image:none;display:block; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row .container { background-color: transparent; background-image: none; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row .container > .video-iframe-container { display: none; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row > .video-iframe-container { display: none; }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .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); }#ZTWuEU0KHeblWX2T5hQZb5654PK2Lw48 > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqCBmruxsoGfZsR0kKB93G7Gtl1TWApc { width:16.3125rem;height:6.1875rem;top:15.75rem;left:2.5rem;font-size:2.8125rem;text-align:left;text-align-last:left;color:#2a2c32;display:block; }
 }@media only screen and (max-width: 763px) { #MzqQH1pFwPsn4e0iFB6qdTkVtHlkrfC7 { width:15rem;height:15.996125rem;top:23.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpwxCipk1lU0XSxT6JBufgh7s5TF2XHg { width:15rem;height:3rem;top:40.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRpymaSqdqZ2gME2sxXNrpN6VK96mf0o { display:block; }
 }@media only screen and (max-width: 763px) { #bUrSJlWmRncSw7BRqqQ4K6Qdtk9aiN4k { width:8.1875rem;height:1.9375rem;top:2rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZM4wMiqtNhfJoB1ddOy3QE0dJ6t3hu3 { width:7.875rem;height:7.875rem;top:2.875rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekZFTO5gtddZAKTwceLOh8OCZEU2zvT7 { width:2rem;height:2rem;top:4.5rem;left:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkkWsIBg4KgLTDLhbyrvaSsWeTKKzlNn { width:2rem;height:2rem;top:7rem;left:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASEqTAoMJKemI2AETqWqTBad1uTK9W7L { width:2rem;height:2rem;top:2rem;left:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #wV0vg94BbTKMBJkOtADE7Hqyn2wqNHw9 { width:2rem;height:2rem;top:10rem;left:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #go4U7emyVTkKL4vESxdNmiWkeHvBaymZ { top:2rem;left:0rem;width:20rem;height:17.125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kOHfPyR6qayRECllkVuqHm1dhInLvoSu { display:none; }#kOHfPyR6qayRECllkVuqHm1dhInLvoSu > .row .container { width:20rem;height:4.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FpKdLdSGqFOF3HIhkUHA4GgE9muapGLL { width:3.5rem;height:3.5rem;top:1.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1nuwMtJzmrcIrRRdlE43BUEk950MG1 { display:block; }#Ua1nuwMtJzmrcIrRRdlE43BUEk950MG1 > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkgTmdLCOczfdqJuuVoGWpHQJWIs8UpB { width:17.5rem;height:2.5996125rem;top:10.38720703125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Ks5yngt3AxJ9lSAHnK1KrapqXNS6QTfT { width:20rem;height:4.2246125rem;top:4.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onN7eCWzbGn9FwwhZKK9OObVv0B6ThfX { width:15rem;height:3rem;top:14.75rem;left:2.5rem;font-size:1rem;background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SO4zRJJKtFq3AAxfHGhFEMSpiApdfA9v { display:block; }
 }@media only screen and (max-width: 763px) { #aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 { display:none; }#aGXXEnt2xdgxHTd5zqdvVZ7cbNUE3Fr1 > .row .container { width:20rem;height:23.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DZCWZGDOpMZQQhEhJeIuo5ztOKnq130L { width:17.5rem;height:2.6rem;top:8.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #dhfq833KtovftNmZd2ALJPFRTv5yKpE2 { width:20rem;height:6.3369375rem;top:3.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm { display:none; }#P68PmHfQ1r9MA9FwzwcB4giK7SF760Dm > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f6mvT5oWcwxA5gCcpIK7HyOve5cquoCI { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #IeADLLmyrUS3PakUTrRKG0EJ4eWDsyCm { width:20rem;height:0.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbHfSDe6QShX1toz9nfFu2JO0BdHJsdB { width:12.5rem;height:1.95rem;top:12.125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TqhaO6AJ00rGCRsvDS7M1vGwxu2MVV { width:2.125rem;height:2.125rem;top:8.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX { display:none; }#IMmuvLWso2fuGPsTkn3koaL7dmqB9NwX > .row .container { width:20rem;height:268.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WU5ZfFCF7t0TROyh5zPlEqnMAa6ZTMux { width:20rem;height:70.2rem;top:197rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhbSTBv4LuvI64ENPhNKgmPzWQo1y0ky { width:5.0625rem;height:54rem;top:141.75rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab3KKGbpUuZWbTfJ0TKSlnV3e8AzcDQ4 { width:5.0625rem;height:54rem;top:86.5rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManSIbB6rwCaIbE72zcwowixEGBFb2dM { width:13.75rem;height:54rem;top:31.25rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAb6zDnoCZLXF2SKMI00agiJknUKG2rc { width:20rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlE9J8vime7OtyP2p9kHL8BHgJJnTcLt { width:20rem;height:7.5rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKGXuhsD0vchUfzSn6TXQl4KwyUZIRhu { width:20rem;height:5rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn11ENQmcFkyOEagGGlI9yDAwHIkMPiu { width:20rem;height:5rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnT35b9bea3UstPNBTcg9y3ywIbHVWdF { display:none; }#SnT35b9bea3UstPNBTcg9y3ywIbHVWdF > .row .container { width:20rem;height:14.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i4vDZIe3uyACLl5LabBahLUmb7PZrRUy { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #H6vwUogKVg75MEyLEpbdpyf9T0sw180R { width:20rem;height:0.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSa0TyR7HCxlPcmycgAlh8FBhFJES5gl { width:12.5rem;height:1.95rem;top:11.6875rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvtqCvVNKGRk5XEA9b6VeCdXyBnR278p { width:2.0625rem;height:1.6875rem;top:8.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfUNQfVkmlSPc8cKaidG1fTNVze02qyb { display:none; }#rfUNQfVkmlSPc8cKaidG1fTNVze02qyb > .row .container { width:20rem;height:114.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sepWWZwi5igo9ae4gE8d63Hoypr8CPgi { width:20rem;height:61.2rem;top:49.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaS8a0OKvm6X5EVHDbHOWxUh1oZv7BZ8 { width:5.0625rem;height:46.8rem;top:63.4375rem;left:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsuOkt6zrXNwqya7L1AZu83lOViZ3xid { width:5.0625rem;height:46.8rem;top:3.4375rem;left:13.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHn30lozG1hnXLz49vO9QoRddk6mICkL { width:13.75rem;height:48.6rem;top:3.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAZLlrke2Ck9PJQGXXPLb4aqELldcMia { width:20rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFzRSwI36EkmBKJmmpZAHziK79faT3DW { width:20rem;height:5rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtlbknFr0gyHzEcIoIdzyhHTo6nBG2SJ { width:20rem;height:3.75rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0twdgWlM6NkLCT9p6VdF6q38qQCLgJh { width:20rem;height:3.75rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW { display:none; }#GIwnscpVeDOeCGGAIKMynZy9IpBCWmwW > .row .container { width:20rem;height:15.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EAQsBiZEu6w9QpGJwyDLSf7emeUgZFDT { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #wwUVPTDsSsS8J9qtxHfxBQNnTDxpC7Zp { width:20rem;height:0.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQKiNelbZwGi0zb8BDTzridmCKdbs3mz { width:12.5rem;height:1.95rem;top:11.875rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyUGfQXUe68eDwtHdgTa9LPI5t64cwRt { width:1.75rem;height:1.875rem;top:8.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h { display:none; }#mhvxUbNxv9yZLTTmxqdAoaoSfBMad26h > .row .container { width:20rem;height:69.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gCLst44sBhQkuoy0yxaKtKQqBbGKyVNB { width:20rem;height:14.4rem;top:55.2125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzSeQTC1G3MUOhbUHJrAlFLabd1Q6xIU { width:5.0625rem;height:14.4rem;top:39.5625rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRwSWaOuFUlhttbTFuBKrKuCdPc9FkEf { width:5.0625rem;height:14.4rem;top:23.9125rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqaxG77CwEDmyuWF48tLfwIZ5Z2UUlJC { width:13.75rem;height:12.6rem;top:10.0625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlJ9wNzh9y9muea9dk6GbW4U2foy7vtA { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa57tn1LsHCIahOPqvg42pg5gP1hxevm { display:none; }#Aa57tn1LsHCIahOPqvg42pg5gP1hxevm > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EFDJlqhbv8g4OmXfanN0DU6caJbKIlZ4 { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #VAyqsSPi14XiJ4wCuKsV2L7eGJMxkhQa { width:20rem;height:0.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4gTlqGl4POzNWKudfzMcPl4M4WN5Ls0 { width:12.5rem;height:1.95rem;top:12.125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuRTxSTC8CA3asHJchuQqI3C3v7wJ07N { width:2.125rem;height:2.125rem;top:8.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 { display:none; }#Q40bhJ0rxevfElAuC2BwHXWRKaDHE1x2 > .row .container { width:20rem;height:69.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dEpvImvCnAehvRAS5qbuGtAvgpk8509l { width:20rem;height:55.8rem;top:-1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdsMhcZ9UQq4iZ4roKE9z5IA35UvS8V3 { width:5.0625rem;height:37.8rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGHHvNtvEMc4TTT8IGTswxtDPMwMihro { width:5.0625rem;height:37.8rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfcSswiTrX91tbqb6iWLLUtBmoLhQkCe { width:13.75rem;height:37.8rem;top:-1.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVdbFkxaTiyepvKqlwgmKQBkLqy3p9mc { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPz4wINyeP8cKouXUhtB8s6nwf6TX7B8 { width:20rem;height:3.8125rem;top:55.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUaZCzSsy9JqQFbgQNXB2oCro5B60g7H { width:20rem;height:7.5625rem;top:60.8625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO { display:none; }#WTI8S3HHeg7nzoTpDxkm5WeDeyWHe8bO > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yUOKSuwtNbqeJb35BDG6ROR5xms8kkdl { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #KqSD1qcJGIJoniBSc6mqT6skt9lv8Ond { width:20rem;height:0.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhhBOMoDbVlrT2oJFwxywb9KqJKCAxir { width:12.5rem;height:1.95rem;top:12.125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw2vSuXQ60g1l71NRAbAqeb16SuaGLeC { width:2.125rem;height:2.125rem;top:8.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9h1VQC46LC4nNJRk05zr9w4ynDxySsT { display:none; }#E9h1VQC46LC4nNJRk05zr9w4ynDxySsT > .row .container { width:20rem;height:25.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bTi1ofSKgTMCeWtGiyBf6Fmg3EaJZpFs { width:20rem;height:19.8rem;top:-1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umfgX6kizWxlNn3JJ0VvNyt6KblNcuQq { width:5.0625rem;height:16.2rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPXpyPwWvIw4n2zG9Z2BLnRE1S5QEOS3 { width:5.0625rem;height:16.2rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFnZpCHJ5oEBTuVf9Nszy8Pzm8bxMgTi { width:13.75rem;height:16.2rem;top:-1.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSL9s8AaMeTOzk4451TXMIVQtFK3iiZu { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwIT5L7Mzzn6v44gtxeyDhJw0z6M3z7g { width:20rem;height:3.8125rem;top:19.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 { display:none; }#Tb34Bia6TBfA5PFrbc8pfMpgTLRirWm0 > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oy6OOAHeouUuCnAyy6Ffr8LwiW0hDwdf { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #sksiMMF7EZ38069J7ZbdbSO5e5gpz3oC { width:20rem;height:0.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJkKCR0RuhaZT2mIeTprmTDnH8TOXenE { width:12.5rem;height:1.95rem;top:12.125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi8wwD2q48LiozuIT5BrVtTxipJCVbmr { width:2.0625rem;height:2.125rem;top:8.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcqgms7v1gTw8viitHM03hsVlb1DTVSm { display:none; }#Pcqgms7v1gTw8viitHM03hsVlb1DTVSm > .row .container { width:20rem;height:17.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZQB7dtn41f3qTucUEWiM1wX65MFNG1p1 { width:20rem;height:0;top:-1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ar3GvO32BOqNFonR9ykmVbJtbfxJW5P5 { width:5.0625rem;height:10.8rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI4L0Z7IMMRMZVbrTssmDpvbU7GATPZE { width:5.0625rem;height:10.8rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPeKQ0A83AATdBdMMweWrvW9p0VXnN8B { width:13.75rem;height:9rem;top:-1.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZaTH00JoFDStZPlcvSO2V4PnUFrXMma { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO20edVbNsdzEE2B6zAZG79i6dnxTZVP { display:none; }#bO20edVbNsdzEE2B6zAZG79i6dnxTZVP > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kXkACI6dcTWEQG57PFviBpuWel4WAemy { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #KVAkMeidFvg0ahtZ2lgvdQ4LHpMNWDFH { width:20rem;height:0.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvHVznTTkd5sCvmEfus7bHgXATn9bC22 { width:12.5rem;height:1.95rem;top:12.125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta4QlrnXenF5uSQF4fhnHsRCUv9515fT { width:2.125rem;height:2.125rem;top:8.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm { display:none; }#N5gmEcq1AHviASTKNM6FPEmwS7P9wgWm > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y0QcVKkTlIbqrFGMEsasR5RGNFGWc9HI { width:20rem;height:23.4rem;top:-1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iifTo0sXSnFDC0VsMJ0h7zI7pEaOTOD6 { width:5.0625rem;height:14.4rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X78GXKtBL1wA6I9t2sNrAH8p4251BBpI { width:5.0625rem;height:14.4rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6lcxCWFtBNZJmPvTOFXDlgsStD4h43 { width:13.75rem;height:16.2rem;top:-1.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIb6iqR4zr8fP52V90KPxiVgTmeq5yTw { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW2xCGUlMAfJu44gRpNfPAEhkxHVlwWT { width:20rem;height:6.75rem;top:23.4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38Wxse02y1vqy6siZN2S4THMpheyvQ6 { width:20rem;height:18.625rem;top:31.400024414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc { display:none; }#UZB1rb6MhV20wGT0nWHOMJTxe7nXOuDc > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dHXGH7BHk3BQeSZ1RM1DSbAmQh0xopNL { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Xo5d72o07UsqS0UNP43trGnoomkFvTIk { width:20rem;height:0.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OipLTepBFTexP7l9NzcVT5HR2QrSPsWC { width:12.5rem;height:1.95rem;top:12.125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqR0O08QI73NSO24IPyvGVl2PSlEKOMb { width:2.125rem;height:2.125rem;top:8.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC { display:none; }#T7ZSqM22FdHQvUrh1rOlOfkOOSCWZxpC > .row .container { width:20rem;height:56.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JxKDZb4r7CGsatoCbMrwd60qVOs2fury { width:20rem;height:45rem;top:-1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnLSFiu7MLJrKhuVvsJsyIvdcQztFuMA { width:5.0625rem;height:28.8rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UimbsePLv74ytLUPPznZaX0bMJOnuxVi { width:5.0625rem;height:28.8rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0hz7Bil1sqogVGJBIZtxUq9NVpbDlPP { width:13.75rem;height:28.8rem;top:-1.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7KKGMq9gVegkeMvNU1qn4KxCi4vgmV8 { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDDHXtD11aXlouvcAKqZiiwx5rRS1XgX { width:20rem;height:8.8125rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR { display:none; }#vS1Ky3eysBLLdpDzTTeTsK6xZctsJIDR > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lnI8zALvFH7iR8XBWsXkamvXMFlv9DTp { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #BRBUZAkdAUw37VQWeq86U4Jrpkaxe4We { width:20rem;height:0.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU4fxQe2nebMRaxwQsadBlo4Zz12OuQT { width:12.5rem;height:1.95rem;top:12.125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI0kUqzvG1oLRUai3RKXqnxEIFe40Ni3 { width:2.125rem;height:2.125rem;top:8.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL { display:none; }#z6vzkWw0Lg37I0xNgHtCXyEbJsK7LDAL > .row .container { width:20rem;height:19.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zc2hB9EWgyLGNSCuqV8vRbVgaqrEF98K { width:20rem;height:12.6rem;top:-1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeTtQvARA8KN0vKTBy8K69DddPFLwTSo { width:5.0625rem;height:12.6rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO4DQkt2bUbR39TTH72VDaFbG4rLT8kE { width:5.0625rem;height:14.4rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoDpts0ol2syoKFxuUbMGLyiMAdeDKKw { width:13.75rem;height:12.6rem;top:-1.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8ARGgt7d3GIqJUXTVCEiFn1VMnvwqAS { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuS1WM4mctAOaM5123Zk7lwg0FDsld2m { width:20rem;height:3.8125rem;top:14.4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 { display:none; }#M7UXDyaliL5hdbMzcRvmk6dXeBHrqVq6 > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KVZagih0JDeohJpAblcAvydITDu0UwgL { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #QthGZpg2DdFe8k17mJ4yuW8qKaVLxcdd { width:20rem;height:0.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQt8gCHl3NrMZ9TbTo38JDJxSh3hTyR5 { width:12.5rem;height:1.95rem;top:12.125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DePeE7CJuVuoqTdVmqU6QzkdVleEHvkx { width:2.125rem;height:2.125rem;top:8.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utXxiyKDeLfw8QAhCoI78T4AswZXWL6M { display:none; }#utXxiyKDeLfw8QAhCoI78T4AswZXWL6M > .row .container { width:20rem;height:42.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UdFsJcw11aX97dMJgQvQ86ZLo0FSVkSy { width:20rem;height:37.8rem;top:-1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWxfniOFVIBxEZfi3mGI3UdAOHzTrS7r { width:5.0625rem;height:25.2rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Qb8Gd5t8AyfcfbTq4VIUBR7yZdoavF { width:5.0625rem;height:27rem;top:-1.25rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAO9l0OirBOHTXL58ZD6gCize2xhNTvO { width:13.75rem;height:27rem;top:-1.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfoZxqihlsMOoxJ1r8LGER9KZShkTnXd { width:20rem;height:7.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTzc8C9OfzkvpUkKiJmFPTdL1LitJAM { width:20rem;height:7.4375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw { display:block; }#p6zp1tpsuxHSgnMTbc3s36WJ1HGtF7fw > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyJ2yZs4QW7SCfbB5rfroccWTBuU6THc { width:17.625rem;height:15rem;top:19.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGkbTWLxOVmxCWTxyP5v8qATNDWE9Cyd { width:15.9375rem;height:2.25rem;top:15.375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A7lHvfPxtktJkHezc2AiQM72cnm2Hc9y { width:9.875rem;height:11.1875rem;top:2.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPST3r2rTbC4mtxQrC8HTClDsnfsiDhp { width:15.0625rem;height:22.5rem;top:39.125rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hzyQohRki6Gc5Ux9PAXfCETriMcxucSZ { display:flex;width:1.375rem;height:1.375rem;top:39.125rem;left:1.25rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #x7SLu9nu99BLxPlia5l0nJ5xC8p2cee4 { display:flex;width:1.375rem;height:1.375rem;top:43.5625rem;left:1.25rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #T8gsVg8o3eTXICbRwM6p73iZmpTTa3zr { display:flex;width:1.375rem;height:1.375rem;top:52.625rem;left:1.25rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #VA2rVVxBwUMegZFUSTVR8QMbNRCtGsse { width:17.5625rem;height:2.6rem;top:35.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 { display:block; }#BClDRTFrOHggT0X5LqFZKrTT1qtHqAf2 > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tswGeXrx0g3LFBze713xiwowrRa4Nq4p { width:17.6875rem;height:5.84765625rem;top:2.3125rem;left:1.125rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Iu4klb6HlNir7FC4oLlOccU9VT4e9APT { width:17.5rem;height:6rem;top:26.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvinHILV82vkTkk5tcmoqZyHJhO3snod { width:15rem;height:4.5rem;top:33.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVKFFVISCSc3QXcrtgA0xu78wiCeJvCw { width:1.5rem;height:1.5rem;top:33.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPuhbqzcLvogfnsitidzKspNK43hpa1v { width:15rem;height:6rem;top:39.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzr5WU7dA7OWOhG2bf7uEEh8vt1i1l8 { width:1.5rem;height:1.5rem;top:53.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnyAS51gkAf1rzDvMsThx5gxDnSTrguE { width:15rem;height:7.5rem;top:62.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiFX8DBuAdSpLUKeytPy3oUCacu5ZaV { width:1.5rem;height:1.5rem;top:40.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzUfBw1TCA3y69n5MrTVdasAbuBJXfDf { width:15.0625rem;height:4.5rem;top:47.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHLkhlJJIxAy21qiBGzXrUAfkGox2Z8P { width:1.5rem;height:1.5rem;top:63rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlkUyZQTiTi1Nnn5gAhXMCBlsBGp8IqS { width:15rem;height:7.5rem;top:53.6875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFwwGsmp0Rg2Q45HlLSAoIs6aGyKud4w { width:1.5rem;height:1.5rem;top:47.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8DLTLRvkTkg24NqZkDVyol8eldivsDs { width:17.5rem;height:2.875rem;top:72.3125rem;left:1.25rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tFqrLm2Wbe6GKbl6Aa0klcZsq97wD3yi { display:block; }
 }@media only screen and (max-width: 763px) { #f5saBPQGmOMabapyUOFc5QsTtdAOLpdQ { width:20rem;height:16.0625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH { display:block; }#JdI11pXmmk6CTKU7ZKfx3k61TsLpPNEH > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuV6sSqEnPbObWJZNzNlLbhqt6eMUhLt { width:17.625rem;height:1.95rem;top:3.875rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bKEDQQiMwiTRcge3XEkLLqFK7DGAXgDZ { width:17.5625rem;height:6rem;top:7.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD { display:block; }#NgWeMRxg0MyvUTuxxgCoBWbuZTEt17uD > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDyEcG30BXWTMEdPF6pGGVp8OdbxOigU { width:12.8125rem;height:1.35rem;top:4.4375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #znWMT5TBQZTGMAr5TUgAKFmvqp3hmaA4 { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #q4xDLme347yeknFdpEpAoInVwQsHhv18 { width:20rem;height:0.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg { display:block; }#O329T8VVkCdTBxvDS9Eiq96hNrUVUxRg > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqTQs70t2G7feoER8BgArJ1qV9TT3tMJ { width:2.25rem;height:2.25rem;top:2.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9UurPEALFqLQ5rP56L40onLexiTJpuT { width:13.75rem;height:3.9375rem;top:2.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnLwfiGHk4WboIVxmvOclC9SqDLJ16XF { width:2.25rem;height:2.25rem;top:8.6875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7nekgIKifGKP8d0vOfd9yw4nzr0k058 { width:13.75rem;height:3.9375rem;top:8.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMG5ALbAfHfNS4lEEnncvSST6XX7t0FM { width:13.75rem;height:5.25rem;top:14.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc5UN9vf0fTbbrh7UG4uAk6hkl9aetOZ { width:2.25rem;height:2.25rem;top:14.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEbZXclBJ811SIgWb8HWNIJ1KcHFzSkL { width:13.75rem;height:2.625rem;top:22.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkPD28QieW2BqlNTMNcfTSm5SFQK9Tpe { width:2.25rem;height:2.25rem;top:22.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHPTzNz6LrswsW8rke2gWATweHqGzTkE { width:13.75rem;height:2.625rem;top:27.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivvx1lLSAQBKGqZCoqe6tp0oMRNkhBLc { width:2.25rem;height:2.25rem;top:27.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLX0WSwkb58kb2P6DOwvbXVOLdbmhWpC { width:13.75rem;height:2.625rem;top:32.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8M1Q7DxM3ttEQn78obi5nTbtJ8OPtmz { width:2.25rem;height:2.25rem;top:32.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR79pv7h8Vbtv7tXqwA4r2tMOiSUUm4f { width:2.25rem;height:2.25rem;top:37.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RESN7k3KSenDtcpVNhGe0FWxgvvVPdVw { width:15rem;height:2.625rem;top:37.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTr9za5onT2UrL5rZ3gWVgmg1LR11gkA { width:2.25rem;height:2.25rem;top:42.437524795532rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4IGkPWB34LC9JXfdEiQZfFGNFygXHcD { width:15.1875rem;height:2.625rem;top:42.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKiP7hkGqNKSDNOfHpazx8X94m5cbNMN { width:16.25rem;height:2.625rem;top:47.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDuy1o2hTmecrL6c94Nf92O97RoTrv9J { width:2.25rem;height:2.25rem;top:47.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCKfxTagMp5fQg714HQEzyi9nL4ewcqQ { width:14rem;height:1.3125rem;top:52.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEuuR0x5lDrNHAdxEcEERwUitZACcxJq { width:2.25rem;height:2.25rem;top:52.125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe { display:block; }#n08fJPu65MsvSOH9lNgRrF3OzPcl9iSe > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL8kc2nPExnqX3nh4K8iNLWnzH27E5yp { width:17.5625rem;height:1.35rem;top:4.2750015258789rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qxAoh03KHvRRpQy0fWPGBIdNvqZhZZTQ { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #teuUDuwvadq2I9G9bt2w95tPyK98BqpG { width:20rem;height:0.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEGriE44QNux7UP6e8441QGIJs3T2hWd { display:block; }#gEGriE44QNux7UP6e8441QGIJs3T2hWd > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvAcPeyLekD3KbxQGvJvbxU8TMqu64mD { width:2.25rem;height:2.25rem;top:2.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmBfRDHFAyXygK1wy9bThP1uhPm9eDCX { width:13.75rem;height:3.9375rem;top:2.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1cfTdNSgga92FMoM3MKatiq83QS4zrJ { width:2.25rem;height:2.25rem;top:8.75rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr4rSsTeZAKqSFNLWJMzTS5uadyTx2b9 { width:13.75rem;height:5.25rem;top:8.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ8DZIaqKolkgoHbugrXDPpxBPu2WL6r { width:13.5625rem;height:3.9375rem;top:15.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnXibZbUOccITlAcnzpWKEBv9l8sGXTL { width:2.25rem;height:2.25rem;top:15.8125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcBUoJwD9KqokE2JuxITFhvFQlUeCprT { display:block; }#HcBUoJwD9KqokE2JuxITFhvFQlUeCprT > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhmTZUTvcHtxBLak7UFI0IFyNIWpUbTu { width:17.5625rem;height:1.35rem;top:4.2749996185303rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wVLqMbK6fuVu6klBFkbB9F7tv4vO7Gui { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #fht28aXTGXfVoN2DPQIPXuniu9XT56mq { width:20rem;height:0.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXcd298JmLU8ITlbDimw9OXuBan1NHBA { display:block; }#JXcd298JmLU8ITlbDimw9OXuBan1NHBA > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf7UzS8ScaOfbpLnmAcfF8Sn7fZZDsIz { width:2.25rem;height:2.25rem;top:2.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxa1VD1rS04eVEwSk3skrLE7baEOq4Rm { width:13.75rem;height:2.625rem;top:2.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utN49RINFGS8vxVJTS2CkrWPgI5w3nB5 { width:2.25rem;height:2.25rem;top:7.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTXhKNCSAeyMswKv5kp79aQwCgSV8r8 { width:13.75rem;height:6.5625rem;top:7.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o { display:block; }#dNzQQVaPkJ0D8gVeQ2GOzR9at3dABZ6o > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e10J7sNf9bKmLkqTiKN9JWmV7KygNz7g { width:17.5625rem;height:1.35rem;top:4.2749996185303rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UBrqaxdSC2skz0ofLeuevcJHfEJpwstP { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #LhiqvIG2fdbWMeFBb2zo5Bc2Ml89n98X { width:20rem;height:0.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 { display:block; }#nGQaa2il6TXT1Rk3oXTgA16aQbw3zxL2 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC6g1loDqlfl82Br9BsFXCs980vu4bOw { width:2.25rem;height:2.25rem;top:2.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbnpeIMXT5mA0uEEaQRTfgCxZVU7FKL5 { width:13.75rem;height:2.625rem;top:2.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKukuPoaQlLcAqCR4MMP6VE5rMwHLvnN { width:2.25rem;height:2.25rem;top:7.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTloBm27zX5a68Z5p5sXOFvBp0N9sqrR { width:13.75rem;height:3.9375rem;top:7.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfUMxx0h5bIo3Sv6csLzE8ZUVXi3vBHO { width:2.25rem;height:2.25rem;top:13.6875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdwXADXOnWMBs9tzQfvLOTgFhnDfsEvw { width:13.75rem;height:3.9375rem;top:13.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i18PJ188EJ9wNpp7zRlO1QHWVLiwJNwD { width:13.6875rem;height:2.625rem;top:18.875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euANefsJ6kIPVaKpPH1kXvNJGuOFngoR { width:2.25rem;height:2.25rem;top:18.6875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d { display:block; }#Tzwu7zKKvFcT5nz9mqKTCttW5qiVHO3d > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgxJ9HBC1FAMOHP8qqbq6m9JreCpXDTs { width:17.5625rem;height:1.35rem;top:4.2749996185303rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qJBogypaxaotT8QCSAS6XR4UH7ETu3Ke { display:flex;width:2.3125rem;height:2.3125rem;top:3.875rem;left:16.5rem;font-size:1rem; }
#qJBogypaxaotT8QCSAS6XR4UH7ETu3Ke > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #oCfdvhVOAMuL34BEyVEHrvkm2nXU5gT4 { width:20rem;height:0.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nttMPyZk2Nb4esz01Fwm1aoLmH15DMME { display:block; }#nttMPyZk2Nb4esz01Fwm1aoLmH15DMME > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku45wtIBKvBvGQH3yxp7UAil3ysHbhRN { width:2.25rem;height:2.25rem;top:2.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs8e7fpLUDbJG0ns8LCOypaqTIyQqSVW { width:13.75rem;height:5.25rem;top:2.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSBwVJoo8B4OCURxrQ77Q41gSu3aumiu { width:2.25rem;height:2.25rem;top:10rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSPlaiVRiog78sJmv2lE8yc9Ewq2xclt { width:13.75rem;height:6.5625rem;top:10rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0B099TTB97msZtqZh9NFTGz5GHSlXK { display:block; }#TS0B099TTB97msZtqZh9NFTGz5GHSlXK > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0hqonfbMhGfkOMxzQC9OPbTH2ABKWsP { width:17.5625rem;height:5.84765625rem;top:2.5625rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hMv4VodUlPzOQiC0DPW55MXAdKIvtUs7 { width:14.9375rem;height:1.5rem;top:26.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3adyEN7X06U6f7M86LbaSAb4GdRRFEe { width:17.625rem;height:12rem;top:28.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTWgMSF5wUP9JM8KFmu1LGUAQtP6vqxO { width:14.9375rem;height:1.5rem;top:43.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIpbo5CzKrTncHfzOTEm0t2Tk6TaO5IC { width:17.5625rem;height:12rem;top:45.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUwTvBUAO4whKKticR22BzSPXI0AoPXA { width:15rem;height:1.5rem;top:60.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmu3hbZtGgKc2fkGraVW6wvvBFkWJ6ra { width:17.5rem;height:13.5rem;top:63.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxivik9aQTTATkuqT7XZsZJyzWHVwW6o { width:15.0625rem;height:15.375rem;top:10.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4RgB2CHIihTFOAIAZTQFxUPNrwVEA8a { width:20rem;height:9.85754985755rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBcQl3AOqFCZkKyiO3DHJS1i3ohFhcKm { width:1.5rem;height:1.625rem;top:26.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz14X6pq3SDk6HVqoBQvpp9MQKqwHXUi { width:1.75rem;height:1.25rem;top:43.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfPDdXwE3nZNL5FQ0Fa2htTfzedmaSpi { width:1.5rem;height:1.625rem;top:60.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTz28ks6zrGoUp0RTad19S1e8Mufkrw { display:none; }#CGTz28ks6zrGoUp0RTad19S1e8Mufkrw > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #grBSZAVwCbPt1SNLW89QpOGyyEPitB8D { width:17.5rem;height:3.9rem;top:3.75rem;left:1.25rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TeCphpVAKFsKs1RxgoQMBzWi4rAxg1pz { display:none; }#TeCphpVAKFsKs1RxgoQMBzWi4rAxg1pz > .row .container { width:20rem;height:35.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gkO7Z8A7ogN5H57t3NKWVhbPAciU1DsZ { width:17.4375rem;height:1.4625rem;top:15rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUf5BSRPc0oGwmBUtz9rGSxbWEZL58eD { width:17.5rem;height:16.5rem;top:17.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzIUIO1TIBWCGyE0xyHXCnBAHWqIrfLL { width:2.375rem;height:2.375rem;top:3.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #saGOhk0K0bZCgSH8S8NwNU1X1lJfEMrE { width:14.9375rem;height:14.9375rem;top:0.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXi7TqiT8bq583xiRJWV7JT7N9TF4si { display:none; }#fxXi7TqiT8bq583xiRJWV7JT7N9TF4si > .row .container { width:20rem;height:33.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zk1TM8KO2kZdZ6eZxNCokbR8dN8TtyTM { width:17.5rem;height:1.4625rem;top:16.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNAdUFi1IbGrZqM6KsesGncX5afLcENp { width:17.5rem;height:13.5rem;top:18.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2dvpVNpbpTk8GO51AMTxxnTvXBv9VAO { width:2.375rem;height:2.375rem;top:4.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGtVmJy068NzWLGcgrQ9rL8l3ocGlqyp { width:2.375rem;height:2.375rem;top:12.375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9fgTR8cLX30i0oMIav5WPVhP16zpqM2 { width:14.875rem;height:14.8125rem;top:0.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NelQObeZcORHenGfFT9BSxcD5h0DqmTn { display:none; }#NelQObeZcORHenGfFT9BSxcD5h0DqmTn > .row .container { width:20rem;height:37.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bHkNF7CnhbkkaPqSx9STPsoliE5CI5zG { width:17.375rem;height:2.925rem;top:16.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSDHe0e30elHi1Qg9SV6UmJcVWveBhsB { width:17.5625rem;height:15rem;top:20rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4cqoERTLm7JUdm4Ceqvo58gxo4XRlaX { width:2.375rem;height:2.375rem;top:3.6875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKz8ptgQ3oXlTS2P0eVAIHc3GwCPXdB7 { width:14.875rem;height:14.8125rem;top:0.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUoPXcbRWC80Ow3k2CNphI0g9Ua5CoQw { display:none; }#CUoPXcbRWC80Ow3k2CNphI0g9Ua5CoQw > .row .container { width:20rem;height:7.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e6NNP5LNcT352cX6mJnUa7wVdJfKdVWS { width:17.4375rem;height:4.78125rem;top:1.3125rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnaZzKUpob4GUSw8tFQVnWTntnytrb0D { display:none; }#TnaZzKUpob4GUSw8tFQVnWTntnytrb0D > .row .container { width:20rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FFnvsUDH8PG3HnooolxckaLTsQdA6kKe { width:17.4375rem;height:4.5rem;top:2.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I58Mi735GmgfJdBepX0TlTIZp0gU4HBE { display:none; }#I58Mi735GmgfJdBepX0TlTIZp0gU4HBE > .row .container { width:20rem;height:25.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nEy5ge4T9dK9OFkpH8ZdLJkQTW1w34Ts { width:17.5625rem;height:3.9rem;top:2.5rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bsXnHgaJuU8ubgODFtxOGTpUmy52eeT1 { width:15rem;height:3rem;top:8.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upl1zq3JFHv4CVu02PfMVFaizTwbOdzF { display:block; }
 }@media only screen and (max-width: 763px) { #Ln9qNtlaH2kAshIihUmCSU1qXs4UIKw9 { display:none; }#Ln9qNtlaH2kAshIihUmCSU1qXs4UIKw9 > .row .container { width:20rem;height:111.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xseFEeEswxt5L8b4QeIPl200675VUkRe { width:15.0625rem;height:36.75rem;top:1.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouNqnV3zUOiECHzrR0bMvERGoTy94TbT { width:1.5rem;height:1.5rem;top:3.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXa5bgzPHOTFEP4g2oOMa1aI4y3cz4V3 { width:1.5rem;height:1.5rem;top:9.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNKKme32DsvT9L0A8u34PBOTpuQlRFJs { width:1.5rem;height:1.5rem;top:15.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxH6tf3kDuAkddxAIdToDlvotazKTA7m { width:1.5rem;height:1.5rem;top:23.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQdnHnw5T3EBp9Srek1W0r91Vh8qiTPI { width:1.5rem;height:1.5rem;top:27.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTHQ639BPcTlxhSc2ouklp8qTAZoMcuk { width:1.5rem;height:1.5rem;top:35.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbDgoJlWWoQFUvEqaBzvTsOO5rgzezuH { width:20rem;height:18.6875rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXEfaKn62xvW3RyIqsn1Zmtc2Ogl2mSP { width:20rem;height:54.375rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzhk30NzK6UTivUZKfsxvLPrQnI7q1r { width:14.875rem;height:21rem;top:62.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhP9ARII6hfbyrrkEkp9WMN6o2dhq7LR { width:15rem;height:3.75rem;top:57.5rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30zqyqCkyif3TrrP3VMS0QCrHtgKbb3 { width:15.125rem;height:21rem;top:86.25rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1EbgxHTbzizH62H2TPwe4LoPUqdzcka { display:none; }#r1EbgxHTbzizH62H2TPwe4LoPUqdzcka > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SQhiodk82ATyyXznLubfk30etoS5Xw1V { width:16.25rem;height:3.5rem;top:2.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbhJnHO5J2NxRLXedq6omui3EHNcHNoh { display:block; }
 }@media only screen and (max-width: 763px) { #IQkLkKf64qTqPhytl7auUt8fpm8ntSMI { width:20rem;height:11.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iB9E0rTu6srkQ9PulgNONSUIZSsRptTp { background-color:#2a2c32;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iB9E0rTu6srkQ9PulgNONSUIZSsRptTp > .row .container { border-width: 0; border-radius: 0; }#iB9E0rTu6srkQ9PulgNONSUIZSsRptTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iB9E0rTu6srkQ9PulgNONSUIZSsRptTp > .row .container { width:20rem;height:61rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-form-header {  }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-regular-label { height:auto;display:block;font-family:proxima;font-size:0.875rem;font-weight:400;color:#2a2c32;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(125,125,125,0.57);border-left:0.0625rem solid rgba(125,125,125,0.57);border-right:0.0625rem solid rgba(125,125,125,0.57);border-bottom:0.0625rem solid rgba(125,125,125,0.57);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-text {padding-top: 0; padding-bottom: 0;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(125,125,125,0.57);border-left:0.0625rem solid rgba(125,125,125,0.57);border-right:0.0625rem solid rgba(125,125,125,0.57);border-bottom:0.0625rem solid rgba(125,125,125,0.57);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-select {padding-top: 0; padding-bottom: 0;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#2a2c31;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#ffffff;width:17.5rem;height:3rem;font-family:poppins;overflow:hidden;font-style:normal; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:400;color:#64676d;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .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; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.25rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:3; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-container:first-of-type{padding-top:0;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-container:last-of-type{padding-bottom:0;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0rem;top:12.72500038147rem;z-index:15002; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:400;color:#64676d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk {display:block;}#GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0rem;top:12.72500038147rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #EyEJ6yyxTK0kWmw4h3gMpHiCPpdaTDxx {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #olCdG0GorBAtoUSuFBcUOOVerrzoyt2C { display:block; }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #rnUlmzw0TSxgaCiO3033U6Ova1RzXLhc {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #KPV81see7XtJUZJxAm3ZyC2B18PRl86V {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #qksmdiaJul2zv73DRLSSPN7WacoTzy77 {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #pfJ83DBacqe0bhBTl2ll5WFHl93Zy7q6 {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #b1RQ9QepfuIBk27AZw1HWTQy4ZFKCG90 {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #Lqr33bwGwbr7gpPoyTsRxhdPpcVoNhvP {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #ZeFGKIy9W5v4QqFVngI6owV81kaV3lxt {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #IwgSH951sV2RyZxM7E5lyV2GwHG5IoFr {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #IV6OffP3PJZXiFEvHLeTUE4N2hou8meB { display:block; }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #rULRBQ5CWt6fppK9W2Q4gkvTCQPJmc49 {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #ZusONlTPCfqVXTdBQHceDQlGWltaVKsh {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #VfQwdCdt9drp23ri9mdHxQLlUa5v8Wva {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #yQrKll65WTZylh6horFkiFLoz0akTMhI {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #AnZrTWNAs94wQrI6Fr4ksqtC59RRV920 { z-index:2; }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #VMWFeuAZ198fDfyxXahMupGyt4Ks2A7V {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #UmzwHFbiwD8umDP28d5xdSdeK3hCim08 {  }
 }@media only screen and (max-width: 763px) { #GwhdDpO8DuRccG8oaCCouIt6TmI8hHGk #R5zg8C6OlaZsQiO3fpfZc4Z0IUdI4OJF {  }
 }@media only screen and (max-width: 763px) { #vUqWapqBhbsuRwJ67enTWskB8Xb8523H { width:15rem;height:4.95rem;top:4.9375rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1XxRnoVUhDms9e7zHfGnH8JOkPIIHSV { width:14.9375rem;height:2.8rem;top:10.375rem;left:2.5rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CQzLwgOScbV5pGSwx9hsL6tOtm5dgqQK { width:20rem;height:48.9375rem;top:2.875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #f22zEB0JtRsF8e0HR1ODTF7impWdPDBK { width:20rem;height:17.158081705151rem;top:67.5833125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vfc028Lc8DWzeTmgRzbySprUf2nfAI9q { width:20rem;height:17.125rem;top:43.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MObpfbyBu982FqzWoKbVcnUlSRJPPdao { display:block; }#MObpfbyBu982FqzWoKbVcnUlSRJPPdao > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQO5pV8tyQ46hkeFXJMVkvqH2rD5OuDZ { width:17.5625rem;height:1.5rem;top:11.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4f731mIlVvL06Ef7FyLdDgEn4i5CWhB { width:15.0625rem;height:4.5rem;top:13.0625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyxoIAqDRKvSn2JErnQ742QMkgpHAt0Q { width:17.375rem;height:1.5rem;top:22.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6ObFhSamwAb6GoElHwykzCTdtMSAO7X { width:15rem;height:4.5rem;top:24.3125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UfpxllHV3gDNJNWKFhcq3Cc33MlZPxsE { width:17.4375rem;height:4.5rem;top:35.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRD9bBtpBGr6CKstXg6QFNAQ0mf0E9RO { width:15rem;height:1.5rem;top:33.8125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zH4PCoWSZb4QWO63yBN1vKTZ3Hm9HiWH { width:14.9375rem;height:1.5rem;top:45rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sF4PwwhDOMrtNyTDQh6386Q5J4FvqM1M { width:15rem;height:4.5rem;top:46.8125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddnlIUPKTnlZBA07QUeVnS80KT1U8gTH { width:11.5rem;height:3.8994125rem;top:2.5rem;left:4.3125rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5eUFWhbTnuoAREeHbV51l0FqXTVgH91 { width:1.875rem;height:1.5rem;top:9.4375rem;left:9.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0o97giAlvEhQKbhe0TOn90TeHzChzfD { width:1.5rem;height:1.5rem;top:31.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW4eEsnLfX7GJBreNTRHP6FZQFMTkXqa { width:1.5rem;height:1.5rem;top:20.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IotDwND7plhHiuwTf7vadBME7ANeh8UZ { width:1.5625rem;height:1.5rem;top:43.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0207Ub8rCH8vTUMO6znTKodtw3d6hZD { width:18.75rem;height:1.5rem;top:55.4375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7174WzoEIpgX1NA7SFCqosybfivZlvZ { width:17.5rem;height:6rem;top:57.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwnZRHrg2WlRyM6NqpuidrK0tOfCiyPx { width:20rem;height:1.5rem;top:67.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWlrWoDoHL80nspVamTg1mHXzJbv5FOq { width:17.5rem;height:6rem;top:69.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZ03Bv9vxZGr1KXPtOPRJXpda06LqJSt { width:1.5625rem;height:1.5rem;top:53.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnBReIhCnLT72x7WzTQNGpJIT2aeBT6e { width:1.625rem;height:1.375rem;top:66rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB { display:block; }#ze6oE4xqCCgf2Ak2pZM0o90pBohdvtIB > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etSvJEwvl7TtFXCeqyRqWQOe362Ngis5 { width:17.5625rem;height:1.95rem;top:2.5625rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p5L769rgt2EipiCEuutG5deDhqblMW00 { width:17.4375rem;height:4.5rem;top:6.3125rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EowXe5RRPmFC8oBFAu2xNAg92qERkpSC { width:15rem;height:3.5rem;top:14.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIxUlU0bVn9PGJKGCoLl9OEWG6h3nnT2 { display:block; }
 }@media only screen and (max-width: 763px) { #BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb { position:relative;z-index:auto;background-color:#2a2c32;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row .container { background-color: transparent; background-image: none; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row .container > .video-iframe-container { display: none; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row > .video-iframe-container { display: none; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .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); }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row .container { border-width: 0; border-radius: 0; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIlCNzbV6ApTiLp1IxR1MOuWx0a0gUvb > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXUOBIOmqkihckmqyUPbt6F7soJrdyTs { width:6.375rem;height:1.5rem;top:2.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDF6cdliWvTeCpNNEUy72ltxAIILf80x { width:14.875rem;height:4.5rem;top:6.125rem;left:1.25rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GGMomBOCObADHyKOU1C8NOCfml7KITeC { width:20rem;height:0;top:10.675rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #P5MEdHLtlZ7qeOtR2GzzJkA5cwKwdLZ9 { width:8.625rem;height:2.625rem;top:11.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #htkcH5vUHEwtgLXlDaC2iB2eTOeABigB { width:7.875rem;height:2.625rem;top:11.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0UcvMJ7gnN4Ig1dJVeISvQdFg44zv6R { width:17.5rem;height:29.375rem;top:4.45rem;left:1.25rem;display:none; }
 }