.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:221,221,226;--color-primary-1:140,141,159;--color-primary-2:25,27,63;--color-primary-3:13,14,32;--color-primary-4:4,4,9;--color-secondary-0:245,252,228;--color-secondary-1:221,244,165;--color-secondary-2:187,233,74;--color-secondary-3:94,117,37;--color-secondary-4:28,35,11;--color-tertiary-0:255,255,255;--color-tertiary-1:172,173,186;--color-tertiary-2:117,118,140;--color-tertiary-3:70,71,84;--color-tertiary-4:25,27,63;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/a2af4e69-1642-4877-9c1c-e17554ecee21/Projektbeznazwy20260108T102832581.png");background-position:top left !important;background-repeat: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;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:75rem;height:12.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#TvTFAWIuLXgOF2TAFZWnc0ouC3G32KS0 { 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:3.875rem;width:9.75rem;top:0.75rem;left:2.7468748092651rem;overflow:hidden;display:block; }
#QWi5ZeZkDUGT4T8oueGSS4Bnp2C6IG6d { z-index:15008;top:6.125rem;left:13.186718940735rem;background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cMDqb1gT02Ap6LryL1ZJQ943PIDX1IPm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kzyunOpyeiUpweJURex4mOCEurOFHhKX { z-index:15009;top:6.125rem;left:24.750000953674rem;background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iric0bGBLMEnogEzSUO5nRiAEGINnWHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgZhLVbr3t5BXVKKdnxJDN0KERJh0tLd { z-index:15010;top:6.125rem;left:35.687500953674rem;background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AX6pC6CmnNlsoZGSzgNLqfWTbpZRXJw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IvGx37KieU0D8D4SL9ClCdd3xgD4L5xU { z-index:15011;top:6.125rem;left:2.9992179870606rem;background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LJSaFXFvTcwAI9V2Hw52NCWWKLrSNnvX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILByQgDTMPZpKqtMaZBMvabM4n1lHxhK { z-index:15012;top:13.75rem;left:2.5rem;background-color:#730068;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#OX8eq7N7hrT0E8064DDZXE5Ou0PGp5Zk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3hMHTUTNbu8pFffro1Rml1QgW8K3nxf { z-index:15013;top:6.125rem;left:46.500000953674rem;background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mVRfSsI5v6TcLGwwWAm4Fey59bi9XvAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LlXTEBlT9SO3O4xAR5fwZzDDofRzSTZS { z-index:15014;top:6.125rem;left:57.312500953674rem;background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VoxPvcZbNmn8WQMWydFuRvwNTR0U1Azm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UicJofe4wIDKAOIQLqqa1aMR8OBQ1oAm { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-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.3125rem;width:75rem;top:12.375rem;left:0rem;display:block; }
#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo { position:relative;display:block; }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo { background-color: transparent; background-image: none; }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo > .row .container > .video-iframe-container { display: none; }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo > .row > .video-iframe-container { display: none; }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo > .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); }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo { border-width: 0; border-radius: 0; }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NgwSiAAUm1qt9ZNN13T2ftEJ3eRhdHwO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.03125rem;height:4.63125rem;display:block; }
#JGH37JTxTPJIbbRzdzGh02xphyvH9s69 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.9375rem;left:1.03125rem;height:2.925rem;display:block; }
#zMz1P1zdZTy9nkTmlv5HS4vR8FdWVyUT { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.7587890625rem;left:9.46875rem;height:;display:block; }#zMz1P1zdZTy9nkTmlv5HS4vR8FdWVyUT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zMz1P1zdZTy9nkTmlv5HS4vR8FdWVyUT li:before{  }
#eSMrTJgp2pwlnaN7PRzu7S4tMFZ0ykgH { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-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.3125rem;width:75rem;top:32.3125rem;left:0rem;display:block; }
#bR8DeUnWSmcZswG6RUTXyHpQckP6lEOC { z-index:15013;top:25.1875rem;left:54.781250953674rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CJxXFPD7AwfshFxnBP6fU6D60MfJOGrI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgeacK6GG33yWSAzLhdeN93qFSlbUH91 { z-index:15015;top:25.1875rem;left:42.406250953674rem;background-color:rgba(var(--color-primary-2),0.95);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f9f9f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V7Q7Mt4A7NwWqN65ZKqE5goaitDGxTks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI > .row .container { background-color: transparent; background-image: none; }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI > .row .container > .video-iframe-container { display: none; }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI > .row > .video-iframe-container { display: none; }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI > .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); }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI > .row .container { border-width: 0; border-radius: 0; }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:block; }#w4HwB1wt8EQEZa6DPMGlBrMRAPMkf48O { 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:13.25rem;width:13.25rem;top:13.218750953674rem;left:4.5554689407349rem;overflow:hidden;display:block; }
#p2qAhxTcHE4xVOMsiUt4rM5lHiLsROco { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:6.8125rem;width:18.75rem;top:28rem;left:2.5rem;display:block; }
#I3NtofM8gCDq1kcgLHnl2QpmKeU6T780 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #f8cbcd;border-left:0.0625rem solid #f8cbcd;border-right:0.0625rem solid #f8cbcd;border-bottom:0.0625rem solid #f8cbcd;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.6875rem;width:18.625rem;top:34.8125rem;left:2.5rem;display:block; }
#LGffzUF1ZK0HVxn91pJ3eU9ByQZsGsd2 { color:#f9f9f9;display:block;width:16.4375rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.65625rem;left:3.625rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fPBUbM5BL5cBDGVgKqha6KIaAHtkw2ix { color:#162f4e;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:37.6875rem;left:3.5rem;height:2.4375rem;font-style:normal;display:block; }
#dKe1xB8xS3wozWITpsGhElsgHxWAlHbm { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.1875rem;left:3.5rem;display:block; }
#o1DTaZl40XTtNVbIvO07bUgD6ULJvwmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dpUIq9kmIWeB9k37eeCyoXdHTfTyBoWk { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;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.6875rem;width:18.625rem;top:34.8125rem;left:28.125rem;display:block; }
#t7POi3V50SCv3SMobvvpTpat0m7MfX4N { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:41.1875rem;left:29.1875rem;display:block; }
#Wez5hO9pGlFrSTBxKt1mmEZL9J6Gc0gz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wlJQD85It5u1S5LUnXT9riVTX3PECslT { color:#162f4e;display:block;width:5.125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:37.687502287328rem;left:29.187501907349rem;height:2.4375rem;font-style:normal;display:block; }
#PwieZdM8BxnpDtB7oav4wMyxh5r5gLo3 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:6.8125rem;width:18.75rem;top:28rem;left:28.125rem;display:block; }
#lcF3xyD1I9MZTypSGNI56lozK1FoNiIt { color:#f9f9f9;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:29.618751287461rem;left:28.718751907349rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PnfnlKnBZsEO4EbwgezeeicISODJzuPK { 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:7.3125rem;width:20.1875rem;top:14.968748092651rem;left:27.406250953674rem;overflow:hidden;display:block; }
#GbNSlm9Lt6HoxrO5cul4uoqKftvnTC8V { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0.0625rem solid #f8cbcd;border-left:0.0625rem solid #f8cbcd;border-right:0.0625rem solid #f8cbcd;border-bottom:0.0625rem solid #f8cbcd;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.6875rem;width:18.625rem;top:34.8125rem;left:53.75rem;display:block; }
#sN8EOU0QExyHNcSQu1lyHei3iMwbIu63 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:41.1875rem;left:54.8125rem;display:block; }
#HRm9NGsPiMpJrJJkdTpV3p6g7umDGh6g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FgaranrT9y1ppxHbiaXfhVVFSP2dhvXy { color:#162f4e;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:37.6875rem;left:54.8125rem;height:2.4375rem;font-style:normal;display:block; }
#dmSZr07tR3pVX2A5nyRPVgM2JebMAcIH { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:6.8125rem;width:18.75rem;top:28rem;left:53.75rem;display:block; }
#UeypIhSk3Fkt3LsuLziJDSKKCroTigQD { color:#f9f9f9;display:block;width:15rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:28.968749761581rem;left:55.612501144409rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FeahQvgRoH6uem2UNscdJqrIsd01RhIW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:13.000000715256rem;left:58.749998092651rem;overflow:hidden;display:block; }
#F2AxcGUuQJGohE4VVZyDCSOaKXUJn0Vx { color:#162f4e;display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:4.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:5.44375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan { position:relative;display:block; }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan { background-color: transparent; background-image: none; }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan > .row .container > .video-iframe-container { display: none; }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan > .row > .video-iframe-container { display: none; }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan > .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); }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan { border-width: 0; border-radius: 0; }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FyZqyPwc3JmSa6Kdh3o0l2NCtCPaZZAV { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:1.03125rem;height:5.3625rem;display:block; }
#qJoBynhGMXycfX3r93OkIRf4uuIsIPK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:1.03125rem;height:2.925rem;display:block; }
#XDvE9e70ywv7Ir1Cy1bMGqc50kIHB97K { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8212890625rem;left:8.65625rem;height:;display:block; }#XDvE9e70ywv7Ir1Cy1bMGqc50kIHB97K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XDvE9e70ywv7Ir1Cy1bMGqc50kIHB97K li:before{  }
#oOZh8FKKHygp62ebtJUzKBhMasezVASa { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-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.3125rem;width:75rem;top:37.6875rem;left:0rem;display:block; }
#FEJsOMwShanyxOWvQVEy9ldwpgUZsTuo { z-index:15014;top:33rem;left:58.71875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q5X171p7kZT5u2pRtdax3noR3ESdlTs6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL { position:relative;display:block; }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL { background-color: transparent; background-image: none; }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL > .row .container > .video-iframe-container { display: none; }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL > .row > .video-iframe-container { display: none; }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL > .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); }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL { border-width: 0; border-radius: 0; }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:115.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uCgERxuJX6OTJ21ZXGGW5PvrIPNkumhd { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:1.03125rem;height:5.3625rem;display:block; }
#dpGm3bixnLpqa4IsALxT9k3mW6VpkgeD { color:rgba(var(--color-tertiary-4),1);display:block;width:63.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:1.03125rem;height:2.925rem;display:block; }
#hAh51GLw7ToTTHVS6d0kTXRLF1EvEmRe { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.321177959442rem;left:6.34375rem;height:;display:block; }#hAh51GLw7ToTTHVS6d0kTXRLF1EvEmRe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hAh51GLw7ToTTHVS6d0kTXRLF1EvEmRe li:before{  }
#Lizcsb9WCGGh0U7M5ZNVfSksIkW91r0I { z-index:15015;top:56.467962265014rem;left:57.031250953674rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TSluQgsisbPLR2GeoUqkVxkFhTEfkuSx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F9c7KSyNUB3g5sJl9aBCH8THEAh8UUPQ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-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.3125rem;width:75rem;top:113.875rem;left:0rem;display:block; }
#nTGya76p6kxyiwmaK0OedTPsXyFE1we6 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:64.809370040894rem;left:9.217968940735rem;height:3.25rem;display:block; }
#ST5KbRu1h6fbthJP7WUbmtx275gsFoPv { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:58.406244277954rem;left:1.03125rem;height:4.875rem;display:block; }
#Lc7QDuNTVfL7t2d1SL9xF1B0UqH5glbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:71.013889312744rem;left:9.5rem;height:26.525rem;display:block; }#Lc7QDuNTVfL7t2d1SL9xF1B0UqH5glbJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lc7QDuNTVfL7t2d1SL9xF1B0UqH5glbJ li:before{  }
#RtwUkteicOusCNtMIUcMx6h8yNrKygio { z-index:15016;top:107.96787834168rem;left:55.46875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d83onufe9teClFTFxHTdDAwyTIkXPfWP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy { position:relative;display:block; }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy { background-color: transparent; background-image: none; }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy > .row .container > .video-iframe-container { display: none; }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy > .row > .video-iframe-container { display: none; }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy > .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); }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy { border-width: 0; border-radius: 0; }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:144.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KeomaWslnVQXwzzUhKL4FVDeTa0rL2B6 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:1.03125rem;height:1.4625rem;display:block; }
#gGvU9T3Log2XXaTnwkgIcaaB3DTcoEpi { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.3212890625rem;left:9.46875rem;height:11.65rem;display:block; }#gGvU9T3Log2XXaTnwkgIcaaB3DTcoEpi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gGvU9T3Log2XXaTnwkgIcaaB3DTcoEpi li:before{  }
#PaVTarmWpG2ODdzeGTrn9qd2INRJWxJP { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-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.1875rem;width:75rem;top:144.125rem;left:0rem;display:block; }
#JO91gw4IyhSJzc2qritKzLWpHoU5kkek { z-index:15015;top:56.749988555908rem;left:49.187501907349rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#H1lX6glFhnF08RKc9q1T1hslct56xToh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oayp9ki0mua4oZG5itV8nOf7x5wmTynd { z-index:15016;top:56.749206542969rem;left:60.187498092651rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BLBTBypw1UUgVV2BXLfTfkyKiB1zBweK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9B945KthRcsc3k7g6CIfwEnTVnpOsxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:63.6875rem;left:1rem;height:4.875rem;display:block; }
#wIIuXtVyQnLxnFZKXwULzTh5m5LKXNRm { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:68.5625rem;left:9.4375rem;height:3.25rem;display:block; }
#TNyAewgrzP2h27JyrnG9cBLPPfLPKdpx { position:absolute;display:block;z-index:15017;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);box-shadow: none;height:22.5rem;width:40rem;top:73.4375rem;left:9.4375rem;display:block; }
#TDrikI69pLwwyKXUBnHJBRTlfo66LO7s { color:rgba(var(--color-tertiary-4),1);display:block;width:46.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:98.625rem;left:9.4375rem;height:;display:block; }#TDrikI69pLwwyKXUBnHJBRTlfo66LO7s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TDrikI69pLwwyKXUBnHJBRTlfo66LO7s li:before{  }
#h7DWNTh3lxTHFRsdE7PxMdWeV1OTKEBO { z-index:15017;top:139.08748817444rem;left:59.499998092651rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Fv8TVwNnh0wleyJLplSWMXp5zrHNI7oo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMFqfgekHV2ZoQgzz0oKOC0BpNpotGGo { color:rgba(var(--color-tertiary-4),1);display:block;width:47.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.548829555511rem;left:3.4440116882324rem;height:3.0875rem;display:block; }
#yvPKUi819TCqFbvoo7ktnSmVUr7RpcyM { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.161239147186rem;left:9.4357643127444rem;height:;display:block; }#yvPKUi819TCqFbvoo7ktnSmVUr7RpcyM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yvPKUi819TCqFbvoo7ktnSmVUr7RpcyM li:before{  }
#AcZNSTXyC3D4hkQG71PJx8GTFP8mmp05 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:1.03125rem;height:5.3625rem;display:block; }
#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB { position:relative;display:block; }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB { background-color: transparent; background-image: none; }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB > .row .container > .video-iframe-container { display: none; }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB > .row > .video-iframe-container { display: none; }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB > .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); }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB { border-width: 0; border-radius: 0; }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GeZzHbBplGW7NuqPeVnWNIrMGPvUVNWZ { color:#000000;display:block;width:66.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:1.03125rem;height:3.65625rem;display:block; }
#PhAmKl4cZilCy9kGa5gHxU2VTJ2rgTFk { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:1.03125rem;height:1.3rem;display:block; }
#F9mV58Dlte1XqnFqsJANpARNiK6Efxov { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.4462890625rem;left:9.46875rem;height:;display:block; }#F9mV58Dlte1XqnFqsJANpARNiK6Efxov li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F9mV58Dlte1XqnFqsJANpARNiK6Efxov li:before{  }
#K0a4taobpzuEd1PGKEIx8Q504AotI7FJ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-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.75rem;width:75rem;top:32.5625rem;left:0rem;display:block; }
#oAnFglRJViIUbJwFJkEWcB6ARoRhn6ms { z-index:15017;top:27.999998092651rem;left:58.781248092651rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S3llGVelFDGQTTkbReD0W2BP5iB7bleu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT { position:relative;display:block; }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT { background-color: transparent; background-image: none; }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT > .row .container > .video-iframe-container { display: none; }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT > .row > .video-iframe-container { display: none; }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT > .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); }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT { border-width: 0; border-radius: 0; }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wVPAvtyqT7TSlOOZKz6JRTphF1HAxqMq { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:1.03125rem;height:5.3625rem;display:block; }
#g8GV0OwxgDmTEPLO3WNMh7f5lVNi3KS7 { color:#000000;display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:1.03125rem;height:1.4625rem;display:block; }
#maitA5ffs6AorDkxp1ugspRBWiaP4JZB { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.4462890625rem;left:7.65625rem;height:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CKOQ2PR8sCAoxXQm6LxFi35RirC9qQgz { z-index:15018;top:44.344529151916rem;left:57.279686927796rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2484375rem;height:2.6859375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#to43U5VQsv7BpiOF9hgVQT13xDtmp2sT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lGmTzzBKXTmoWVl1UCG4xqVrTZE67iVm { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-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.25rem;width:75rem;top:50.687498092651rem;left:0rem;display:block; }
#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh { position:relative;display:block; }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh { background-color: transparent; background-image: none; }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row .container > .video-iframe-container { display: none; }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row > .video-iframe-container { display: none; }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .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); }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh { border-width: 0; border-radius: 0; }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zxDTr9f9Jo0mNZVltTDWD3EhRuLVJAHW { color:rgba(var(--color-tertiary-4),1);display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:1.03125rem;height:4.0625rem;display:block; }
#J50EWdeRxnKvpTdQcEROczLl8rVoTD4b { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-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.3125rem;width:75rem;top:19.374206542969rem;left:0rem;display:block; }
#EP7izPydETTrXr7lnmAV2OwerF9oFxro { z-index:15019;top:14.42421913147rem;left:54.374998092651rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D3K1JSJ2Au1WULHIiLo0rJByL3AmnI0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asw8Q0nJF4xrzTIToPIkvxCpl4xQ3gJB { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.7492198944094rem;left:13.774219512939rem;height:1.70625rem;display:block; }
#qlloNBy3U5QolmvRD17ExTy9fAigt5Gi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:8.8835945129394rem;left:10.03125rem;display:block; }
#rKcM43TWi2VN11cdd59IiaqVruGKf7RD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 { position:relative;display:block; }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 { background-color: transparent; background-image: none; }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 > .row .container > .video-iframe-container { display: none; }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 > .row > .video-iframe-container { display: none; }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 > .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); }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 { border-width: 0; border-radius: 0; }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 > .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; }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 > .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:block; }#JHGDGlgQIlkothScTsG14wGmf5i3NvLK { box-sizing:content-box;color:#4267b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:3.125rem;left:17.15625rem;display:block; }
#DRdzETUUHJi5VT1SFBf6wb2ucaf5uAQy { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:9.375rem;left:17.15625rem;display:block; }
#WXF5bDnJQIVVP5G3BpokqagTsqSPGN9s { box-sizing:content-box;color:#2867b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:6.25rem;left:17.15625rem;display:block; }
#TNgRhrWTlFCTd48ixI3Z6eE0l5IXAFsF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13rem;left:17.375rem;overflow:hidden;display:block; }
#R8t5vDPicTFDQrF6J6T4GabEfMBiTqEB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.037109375rem;left:20.28125rem;height:1.3rem;display:block; }
#ZlJg9buwCpPR4X8Znn8o5Bs6BFvyVHpe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.287109375rem;left:20.28125rem;height:1.3rem;display:block; }
#wUd0TX9nNkedbkCAdLuSE95cHTrWDZZo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.287109375rem;left:20.28125rem;height:1.3rem;display:block; }
#kT2irR9DAXRlzs4XyeGMXQcUqDDxe3Xa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.693359375rem;left:20.28125rem;height:1.3rem;display:block; }
#DnCX8BFo830T8UbhmxwMeaSUmbPZDDWy { background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.287109375rem;left:48.90625rem;display:block; }
#JZ7O8qozwRKNGGuzbAmO5SsbqKTWogSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wXDQWDZEdhLREB4Lti9qh4rHfFgPfDkL { 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:12.1875rem;width:17.375rem;top:3.28125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvTFAWIuLXgOF2TAFZWnc0ouC3G32KS0 { top:0.75rem;left:0rem;width:9.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWi5ZeZkDUGT4T8oueGSS4Bnp2C6IG6d { top:6.125rem;left:0rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMDqb1gT02Ap6LryL1ZJQ943PIDX1IPm { display:block; }
 }@media only screen and (max-width: 763px) { #kzyunOpyeiUpweJURex4mOCEurOFHhKX { top:6.125rem;left:11.125000953674rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iric0bGBLMEnogEzSUO5nRiAEGINnWHS { display:block; }
 }@media only screen and (max-width: 763px) { #OgZhLVbr3t5BXVKKdnxJDN0KERJh0tLd { top:6.125rem;left:22.062500953674rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX6pC6CmnNlsoZGSzgNLqfWTbpZRXJw4 { display:block; }
 }@media only screen and (max-width: 763px) { #IvGx37KieU0D8D4SL9ClCdd3xgD4L5xU { top:6.125rem;left:0rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSaFXFvTcwAI9V2Hw52NCWWKLrSNnvX { display:block; }
 }@media only screen and (max-width: 763px) { #ILByQgDTMPZpKqtMaZBMvabM4n1lHxhK { top:13.75rem;left:0rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX8eq7N7hrT0E8064DDZXE5Ou0PGp5Zk { display:block; }
 }@media only screen and (max-width: 763px) { #s3hMHTUTNbu8pFffro1Rml1QgW8K3nxf { top:6.125rem;left:32.875000953674rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVRfSsI5v6TcLGwwWAm4Fey59bi9XvAu { display:block; }
 }@media only screen and (max-width: 763px) { #LlXTEBlT9SO3O4xAR5fwZzDDofRzSTZS { top:6.125rem;left:38.5rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoxPvcZbNmn8WQMWydFuRvwNTR0U1Azm { display:block; }
 }@media only screen and (max-width: 763px) { #UicJofe4wIDKAOIQLqqa1aMR8OBQ1oAm { top:12.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo { display:block; }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgwSiAAUm1qt9ZNN13T2ftEJ3eRhdHwO { top:1.625rem;left:0rem;width:26.1875rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGH37JTxTPJIbbRzdzGh02xphyvH9s69 { top:7.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMz1P1zdZTy9nkTmlv5HS4vR8FdWVyUT { top:12.75rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#zMz1P1zdZTy9nkTmlv5HS4vR8FdWVyUT li:before{  }
 }@media only screen and (max-width: 763px) { #eSMrTJgp2pwlnaN7PRzu7S4tMFZ0ykgH { top:32.3125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR8DeUnWSmcZswG6RUTXyHpQckP6lEOC { top:25.1875rem;left:38.5rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJxXFPD7AwfshFxnBP6fU6D60MfJOGrI { display:block; }
 }@media only screen and (max-width: 763px) { #bgeacK6GG33yWSAzLhdeN93qFSlbUH91 { top:25.1875rem;left:28.781250953674rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Q7Mt4A7NwWqN65ZKqE5goaitDGxTks { display:block; }
 }@media only screen and (max-width: 763px) { #WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI { display:block; }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4HwB1wt8EQEZa6DPMGlBrMRAPMkf48O { width:13.25rem;height:13.25rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2qAhxTcHE4xVOMsiUt4rM5lHiLsROco { width:18.75rem;height:6.8125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3NtofM8gCDq1kcgLHnl2QpmKeU6T780 { width:18.625rem;height:10.6875rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGffzUF1ZK0HVxn91pJ3eU9ByQZsGsd2 { width:16.4375rem;height:3.375rem;top:29.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPBUbM5BL5cBDGVgKqha6KIaAHtkw2ix { width:3.9375rem;height:2.4375rem;top:37.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKe1xB8xS3wozWITpsGhElsgHxWAlHbm { width:11.25rem;height:3.3125rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1DTaZl40XTtNVbIvO07bUgD6ULJvwmW { display:block; }
 }@media only screen and (max-width: 763px) { #dpUIq9kmIWeB9k37eeCyoXdHTfTyBoWk { width:18.625rem;height:10.6875rem;top:34.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7POi3V50SCv3SMobvvpTpat0m7MfX4N { width:11.25rem;height:3.3125rem;top:41.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wez5hO9pGlFrSTBxKt1mmEZL9J6Gc0gz { display:block; }
 }@media only screen and (max-width: 763px) { #wlJQD85It5u1S5LUnXT9riVTX3PECslT { width:5.125rem;height:2.4375rem;top:37.6875rem;left:15.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwieZdM8BxnpDtB7oav4wMyxh5r5gLo3 { width:18.75rem;height:6.8125rem;top:28rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcF3xyD1I9MZTypSGNI56lozK1FoNiIt { width:17.5625rem;height:3.5625rem;top:29.5625rem;left:14.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnfnlKnBZsEO4EbwgezeeicISODJzuPK { width:20.1875rem;height:7.3125rem;top:14.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNSlm9Lt6HoxrO5cul4uoqKftvnTC8V { width:18.625rem;height:10.6875rem;top:34.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN8EOU0QExyHNcSQu1lyHei3iMwbIu63 { width:11.25rem;height:3.125rem;top:41.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRm9NGsPiMpJrJJkdTpV3p6g7umDGh6g { display:block; }
 }@media only screen and (max-width: 763px) { #FgaranrT9y1ppxHbiaXfhVVFSP2dhvXy { width:3.9375rem;height:2.4375rem;top:37.6875rem;left:31.999998092651rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmSZr07tR3pVX2A5nyRPVgM2JebMAcIH { width:18.75rem;height:6.8125rem;top:28rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeypIhSk3Fkt3LsuLziJDSKKCroTigQD { width:15rem;height:4.875rem;top:28.9375rem;left:32.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeahQvgRoH6uem2UNscdJqrIsd01RhIW { width:11.25rem;height:11.25rem;top:13rem;left:35.937498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2AxcGUuQJGohE4VVZyDCSOaKXUJn0Vx { width:25rem;height:5.4375rem;top:3.4375rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan { display:block; }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyZqyPwc3JmSa6Kdh3o0l2NCtCPaZZAV { top:0.6875rem;left:0rem;width:26.1875rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJoBynhGMXycfX3r93OkIRf4uuIsIPK2 { top:6.9375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDvE9e70ywv7Ir1Cy1bMGqc50kIHB97K { top:11.8125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#XDvE9e70ywv7Ir1Cy1bMGqc50kIHB97K li:before{  }
 }@media only screen and (max-width: 763px) { #oOZh8FKKHygp62ebtJUzKBhMasezVASa { top:37.6875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEJsOMwShanyxOWvQVEy9ldwpgUZsTuo { top:33rem;left:38.5rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5X171p7kZT5u2pRtdax3noR3ESdlTs6 { display:block; }
 }@media only screen and (max-width: 763px) { #Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL { display:block; }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCgERxuJX6OTJ21ZXGGW5PvrIPNkumhd { top:0.6875rem;left:0rem;width:26.1875rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpGm3bixnLpqa4IsALxT9k3mW6VpkgeD { top:6.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAh51GLw7ToTTHVS6d0kTXRLF1EvEmRe { top:11.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#hAh51GLw7ToTTHVS6d0kTXRLF1EvEmRe li:before{  }
 }@media only screen and (max-width: 763px) { #Lizcsb9WCGGh0U7M5ZNVfSksIkW91r0I { top:56.4375rem;left:38.5rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSluQgsisbPLR2GeoUqkVxkFhTEfkuSx { display:block; }
 }@media only screen and (max-width: 763px) { #F9c7KSyNUB3g5sJl9aBCH8THEAh8UUPQ { top:113.875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTGya76p6kxyiwmaK0OedTPsXyFE1we6 { top:64.75rem;left:0rem;width:47.25rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST5KbRu1h6fbthJP7WUbmtx275gsFoPv { top:58.375rem;left:0rem;width:42.25rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc7QDuNTVfL7t2d1SL9xF1B0UqH5glbJ { top:71rem;left:0rem;width:46.6875rem;height:33rem;font-size:1rem;display:block; }#Lc7QDuNTVfL7t2d1SL9xF1B0UqH5glbJ li:before{  }
 }@media only screen and (max-width: 763px) { #RtwUkteicOusCNtMIUcMx6h8yNrKygio { top:107.9375rem;left:38.5rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d83onufe9teClFTFxHTdDAwyTIkXPfWP { display:block; }
 }@media only screen and (max-width: 763px) { #FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy { display:block; }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeomaWslnVQXwzzUhKL4FVDeTa0rL2B6 { top:6.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvU9T3Log2XXaTnwkgIcaaB3DTcoEpi { top:12.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#gGvU9T3Log2XXaTnwkgIcaaB3DTcoEpi li:before{  }
 }@media only screen and (max-width: 763px) { #PaVTarmWpG2ODdzeGTrn9qd2INRJWxJP { top:144.125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO91gw4IyhSJzc2qritKzLWpHoU5kkek { top:56.6875rem;left:35.562501907349rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1lX6glFhnF08RKc9q1T1hslct56xToh { display:block; }
 }@media only screen and (max-width: 763px) { #oayp9ki0mua4oZG5itV8nOf7x5wmTynd { top:56.6875rem;left:38.5rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLBTBypw1UUgVV2BXLfTfkyKiB1zBweK { display:block; }
 }@media only screen and (max-width: 763px) { #f9B945KthRcsc3k7g6CIfwEnTVnpOsxZ { top:63.6875rem;left:0rem;width:42.1875rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIIuXtVyQnLxnFZKXwULzTh5m5LKXNRm { top:68.5625rem;left:0rem;width:47.1875rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNyAewgrzP2h27JyrnG9cBLPPfLPKdpx { top:73.4375rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDrikI69pLwwyKXUBnHJBRTlfo66LO7s { top:98.625rem;left:0rem;width:46.6875rem;height:;font-size:1rem;display:block; }#TDrikI69pLwwyKXUBnHJBRTlfo66LO7s li:before{  }
 }@media only screen and (max-width: 763px) { #h7DWNTh3lxTHFRsdE7PxMdWeV1OTKEBO { top:139.0625rem;left:38.5rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv8TVwNnh0wleyJLplSWMXp5zrHNI7oo { display:block; }
 }@media only screen and (max-width: 763px) { #TMFqfgekHV2ZoQgzz0oKOC0BpNpotGGo { top:27.5rem;left:0rem;width:47.1875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvPKUi819TCqFbvoo7ktnSmVUr7RpcyM { top:34.125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#yvPKUi819TCqFbvoo7ktnSmVUr7RpcyM li:before{  }
 }@media only screen and (max-width: 763px) { #AcZNSTXyC3D4hkQG71PJx8GTFP8mmp05 { top:0rem;left:0rem;width:42.25rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB { display:block; }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeZzHbBplGW7NuqPeVnWNIrMGPvUVNWZ { top:0.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhAmKl4cZilCy9kGa5gHxU2VTJ2rgTFk { top:6.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mV58Dlte1XqnFqsJANpARNiK6Efxov { top:12.4375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#F9mV58Dlte1XqnFqsJANpARNiK6Efxov li:before{  }
 }@media only screen and (max-width: 763px) { #K0a4taobpzuEd1PGKEIx8Q504AotI7FJ { top:32.5625rem;left:0rem;width:47.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAnFglRJViIUbJwFJkEWcB6ARoRhn6ms { top:27.9375rem;left:38.5rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3llGVelFDGQTTkbReD0W2BP5iB7bleu { display:block; }
 }@media only screen and (max-width: 763px) { #OSONxzeAMHI15rQWkiTKMHh2chxgVPMT { display:block; }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVPAvtyqT7TSlOOZKz6JRTphF1HAxqMq { top:0.6875rem;left:0rem;width:42.25rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8GV0OwxgDmTEPLO3WNMh7f5lVNi3KS7 { top:6.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #maitA5ffs6AorDkxp1ugspRBWiaP4JZB { top:11.4375rem;left:0rem;width:47.75rem;height:27.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKOQ2PR8sCAoxXQm6LxFi35RirC9qQgz { top:44.3125rem;left:38.5625rem;width:9.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #to43U5VQsv7BpiOF9hgVQT13xDtmp2sT { display:block; }
 }@media only screen and (max-width: 763px) { #lGmTzzBKXTmoWVl1UCG4xqVrTZE67iVm { top:50.625rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh { display:block; }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxDTr9f9Jo0mNZVltTDWD3EhRuLVJAHW { top:0.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J50EWdeRxnKvpTdQcEROczLl8rVoTD4b { top:19.3125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP7izPydETTrXr7lnmAV2OwerF9oFxro { top:14.375rem;left:38.5rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3K1JSJ2Au1WULHIiLo0rJByL3AmnI0k { display:block; }
 }@media only screen and (max-width: 763px) { #asw8Q0nJF4xrzTIToPIkvxCpl4xQ3gJB { top:9.6875rem;left:0.14921951293945rem;width:33.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlloNBy3U5QolmvRD17ExTy9fAigt5Gi { width:33.5rem;height:3.4375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKcM43TWi2VN11cdd59IiaqVruGKf7RD { display:block; }
 }@media only screen and (max-width: 763px) { #BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 { display:block; }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHGDGlgQIlkothScTsG14wGmf5i3NvLK { top:3.125rem;left:3.53125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRdzETUUHJi5VT1SFBf6wb2ucaf5uAQy { top:9.375rem;left:3.53125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXF5bDnJQIVVP5G3BpokqagTsqSPGN9s { top:6.25rem;left:3.53125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNgRhrWTlFCTd48ixI3Z6eE0l5IXAFsF { top:13rem;left:3.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8t5vDPicTFDQrF6J6T4GabEfMBiTqEB { top:4rem;left:6.65625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlJg9buwCpPR4X8Znn8o5Bs6BFvyVHpe { top:7.25rem;left:6.65625rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUd0TX9nNkedbkCAdLuSE95cHTrWDZZo { top:10.25rem;left:6.65625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT2irR9DAXRlzs4XyeGMXQcUqDDxe3Xa { top:13.6875rem;left:6.65625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCX8BFo830T8UbhmxwMeaSUmbPZDDWy { width:15.0625rem;height:2.875rem;top:7.25rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ7O8qozwRKNGGuzbAmO5SsbqKTWogSb { display:block; }
 }@media only screen and (max-width: 763px) { #wXDQWDZEdhLREB4Lti9qh4rHfFgPfDkL { top:3.25rem;left:0rem;width:17.375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat: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;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvTFAWIuLXgOF2TAFZWnc0ouC3G32KS0 { width:11.125rem;height:4.5625rem;top:0rem;left:3.3437498807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QWi5ZeZkDUGT4T8oueGSS4Bnp2C6IG6d { top:9.706250190735rem;left:0rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMDqb1gT02Ap6LryL1ZJQ943PIDX1IPm { display:block; }
 }@media only screen and (max-width: 763px) { #kzyunOpyeiUpweJURex4mOCEurOFHhKX { top:9.3125rem;left:9.2500003576281rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iric0bGBLMEnogEzSUO5nRiAEGINnWHS { display:block; }
 }@media only screen and (max-width: 763px) { #OgZhLVbr3t5BXVKKdnxJDN0KERJh0tLd { top:15.081250190735rem;left:6.0624998807907rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX6pC6CmnNlsoZGSzgNLqfWTbpZRXJw4 { display:block; }
 }@media only screen and (max-width: 763px) { #IvGx37KieU0D8D4SL9ClCdd3xgD4L5xU { top:7.018750190735rem;left:9.3125003576281rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSaFXFvTcwAI9V2Hw52NCWWKLrSNnvX { display:block; }
 }@media only screen and (max-width: 763px) { #ILByQgDTMPZpKqtMaZBMvabM4n1lHxhK { top:7.362500190735rem;left:0.62421870231628rem;width:7.0625rem;height:2rem;background-color:#191b3f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OX8eq7N7hrT0E8064DDZXE5Ou0PGp5Zk { display:block; }
 }@media only screen and (max-width: 763px) { #s3hMHTUTNbu8pFffro1Rml1QgW8K3nxf { top:12.393750190735rem;left:0rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVRfSsI5v6TcLGwwWAm4Fey59bi9XvAu { display:block; }
 }@media only screen and (max-width: 763px) { #LlXTEBlT9SO3O4xAR5fwZzDDofRzSTZS { top:12.393750190735rem;left:10.750000357628rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoxPvcZbNmn8WQMWydFuRvwNTR0U1Azm { display:block; }
 }@media only screen and (max-width: 763px) { #UicJofe4wIDKAOIQLqqa1aMR8OBQ1oAm { width:20rem;height:0.75rem;top:18.66171836853rem;left:0rem;background-color:#bbe94a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo { display:block; }#vc6RJq3UA6S78lzpCIMJUi4uzu7AiqVo > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgwSiAAUm1qt9ZNN13T2ftEJ3eRhdHwO { width:16.625rem;height:2.6rem;top:1.1875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGH37JTxTPJIbbRzdzGh02xphyvH9s69 { width:17.8125rem;height:4.875rem;top:5.6609382629394rem;left:1.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMz1P1zdZTy9nkTmlv5HS4vR8FdWVyUT { width:20rem;height:24.025rem;top:12.08203125rem;left:0rem;font-size:1rem;display:block; }#zMz1P1zdZTy9nkTmlv5HS4vR8FdWVyUT li:before{  }
 }@media only screen and (max-width: 763px) { #eSMrTJgp2pwlnaN7PRzu7S4tMFZ0ykgH { width:20rem;height:0.75rem;top:45.9375rem;left:0rem;background-color:#bbe94a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bR8DeUnWSmcZswG6RUTXyHpQckP6lEOC { top:41.787499427796rem;left:5.3749998807907rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJxXFPD7AwfshFxnBP6fU6D60MfJOGrI { display:block; }
 }@media only screen and (max-width: 763px) { #bgeacK6GG33yWSAzLhdeN93qFSlbUH91 { top:38.46875rem;left:5.3749998807907rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Q7Mt4A7NwWqN65ZKqE5goaitDGxTks { display:block; }
 }@media only screen and (max-width: 763px) { #WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI { display:block; }#WvUiMW9drTOVNtwgaIlrV0owd5oXuTmI > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4HwB1wt8EQEZa6DPMGlBrMRAPMkf48O { width:6.5625rem;height:6.5625rem;top:5.3000001907349rem;left:3.5937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2qAhxTcHE4xVOMsiUt4rM5lHiLsROco { width:18.75rem;height:6.8125rem;top:11.812502861023rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3NtofM8gCDq1kcgLHnl2QpmKeU6T780 { width:11.375rem;height:6.5rem;top:19.625001907349rem;left:4.981250166893rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LGffzUF1ZK0HVxn91pJ3eU9ByQZsGsd2 { width:16.4375rem;height:5.3625rem;top:12.537499904633rem;left:1.7812501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fPBUbM5BL5cBDGVgKqha6KIaAHtkw2ix { width:3.9375rem;height:2.4375rem;top:19.625000476837rem;left:9.0500005483625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dKe1xB8xS3wozWITpsGhElsgHxWAlHbm { width:11.25rem;height:3.125rem;top:23.150000095367rem;left:5.2062500715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1DTaZl40XTtNVbIvO07bUgD6ULJvwmW { display:block; }
 }@media only screen and (max-width: 763px) { #dpUIq9kmIWeB9k37eeCyoXdHTfTyBoWk { width:11.5625rem;height:6.625rem;top:46.999998569489rem;left:4.793750166893rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #t7POi3V50SCv3SMobvvpTpat0m7MfX4N { width:11.25rem;height:3.125rem;top:50.14999961853rem;left:5.2062500715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wez5hO9pGlFrSTBxKt1mmEZL9J6Gc0gz { display:block; }
 }@media only screen and (max-width: 763px) { #wlJQD85It5u1S5LUnXT9riVTX3PECslT { width:5.25rem;height:2.4375rem;top:46.999999046326rem;left:8.3937505483625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwieZdM8BxnpDtB7oav4wMyxh5r5gLo3 { width:18.75rem;height:6.8125rem;top:39.18750333786rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcF3xyD1I9MZTypSGNI56lozK1FoNiIt { width:16.4375rem;height:5.3625rem;top:39.912499427796rem;left:1.7812501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnfnlKnBZsEO4EbwgezeeicISODJzuPK { width:15.5625rem;height:5.625rem;top:26.22500038147rem;left:2.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNSlm9Lt6HoxrO5cul4uoqKftvnTC8V { width:10.8125rem;height:6.1875rem;top:74.485939025881rem;left:4.543750166893rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sN8EOU0QExyHNcSQu1lyHei3iMwbIu63 { width:11.25rem;height:3.125rem;top:76.923439025881rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRm9NGsPiMpJrJJkdTpV3p6g7umDGh6g { display:block; }
 }@media only screen and (max-width: 763px) { #FgaranrT9y1ppxHbiaXfhVVFSP2dhvXy { width:3.9375rem;height:2.4375rem;top:74.486711502075rem;left:3.8312500715256rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmSZr07tR3pVX2A5nyRPVgM2JebMAcIH { width:18.75rem;height:6.8125rem;top:67.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeypIhSk3Fkt3LsuLziJDSKKCroTigQD { width:16.4375rem;height:5.3625rem;top:68.224999904631rem;left:1.3937500715256rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FeahQvgRoH6uem2UNscdJqrIsd01RhIW { width:11rem;height:11rem;top:55.812501907349rem;left:4.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2AxcGUuQJGohE4VVZyDCSOaKXUJn0Vx { width:20rem;height:2.6rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan { display:block; }#DHN8v0q4f9oKqrMn5FzUXLQ7sp5qUoan > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyZqyPwc3JmSa6Kdh3o0l2NCtCPaZZAV { width:16.625rem;height:2.51875rem;top:0.8125rem;left:1.09375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJoBynhGMXycfX3r93OkIRf4uuIsIPK2 { width:17.8125rem;height:7.3125rem;top:4.4117202758789rem;left:1.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDvE9e70ywv7Ir1Cy1bMGqc50kIHB97K { width:20rem;height:55.175rem;top:13.51328086853rem;left:0rem;font-size:1rem;display:block; }#XDvE9e70ywv7Ir1Cy1bMGqc50kIHB97K li:before{  }
 }@media only screen and (max-width: 763px) { #oOZh8FKKHygp62ebtJUzKBhMasezVASa { width:20rem;height:0.75rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEJsOMwShanyxOWvQVEy9ldwpgUZsTuo { top:66.5rem;left:5.375rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5X171p7kZT5u2pRtdax3noR3ESdlTs6 { display:block; }
 }@media only screen and (max-width: 763px) { #Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL { display:block; }#Ae3JRdWhEJr3vvkrrIEaGXxiqRIBNnDL > .row .container { width:20rem;height:189.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCgERxuJX6OTJ21ZXGGW5PvrIPNkumhd { width:16.625rem;height:2.6rem;top:0.8125rem;left:1.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpGm3bixnLpqa4IsALxT9k3mW6VpkgeD { width:17.8125rem;height:5.2rem;top:4.8484420776367rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAh51GLw7ToTTHVS6d0kTXRLF1EvEmRe { width:20rem;height:92.875rem;top:12.3798828125rem;left:0rem;font-size:1rem;display:block; }#hAh51GLw7ToTTHVS6d0kTXRLF1EvEmRe li:before{  }
 }@media only screen and (max-width: 763px) { #Lizcsb9WCGGh0U7M5ZNVfSksIkW91r0I { top:105.11094093322rem;left:5.3749998807907rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSluQgsisbPLR2GeoUqkVxkFhTEfkuSx { display:block; }
 }@media only screen and (max-width: 763px) { #F9c7KSyNUB3g5sJl9aBCH8THEAh8UUPQ { width:20rem;height:0.7484375rem;top:188.74765968323rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTGya76p6kxyiwmaK0OedTPsXyFE1we6 { width:20rem;height:1.38125rem;top:111.09701156616rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST5KbRu1h6fbthJP7WUbmtx275gsFoPv { width:20rem;height:2.6rem;top:107.74847793579rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc7QDuNTVfL7t2d1SL9xF1B0UqH5glbJ { width:20rem;height:66.825rem;top:114.90234184265rem;left:0rem;font-size:1rem;display:block; }#Lc7QDuNTVfL7t2d1SL9xF1B0UqH5glbJ li:before{  }
 }@media only screen and (max-width: 763px) { #RtwUkteicOusCNtMIUcMx6h8yNrKygio { top:183.78357505798rem;left:5.3749998807907rem;width:9.247625rem;height:2.68515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d83onufe9teClFTFxHTdDAwyTIkXPfWP { display:block; }
 }@media only screen and (max-width: 763px) { #FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy { display:block; }#FwPi6mRvgqIidyXpR7y6ihvHHtQLGViy > .row .container { width:20rem;height:215.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeomaWslnVQXwzzUhKL4FVDeTa0rL2B6 { width:17.8125rem;height:5.2rem;top:5.6617374420166rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvU9T3Log2XXaTnwkgIcaaB3DTcoEpi { width:20rem;height:32.7625rem;top:12.58203125rem;left:0rem;font-size:1rem;display:block; }#gGvU9T3Log2XXaTnwkgIcaaB3DTcoEpi li:before{  }
 }@media only screen and (max-width: 763px) { #PaVTarmWpG2ODdzeGTrn9qd2INRJWxJP { width:20rem;height:0.75rem;top:154.62500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO91gw4IyhSJzc2qritKzLWpHoU5kkek { top:47.874219894409rem;left:1.09375rem;width:8.1875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1lX6glFhnF08RKc9q1T1hslct56xToh { display:block; }
 }@media only screen and (max-width: 763px) { #oayp9ki0mua4oZG5itV8nOf7x5wmTynd { top:47.874219894409rem;left:10.750000357628rem;width:8.1875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLBTBypw1UUgVV2BXLfTfkyKiB1zBweK { display:block; }
 }@media only screen and (max-width: 763px) { #f9B945KthRcsc3k7g6CIfwEnTVnpOsxZ { width:20rem;height:2.6rem;top:51.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIIuXtVyQnLxnFZKXwULzTh5m5LKXNRm { width:20rem;height:1.38125rem;top:55.349220275879rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNyAewgrzP2h27JyrnG9cBLPPfLPKdpx { height:10.546875rem;width:18.75rem;top:58.110944747925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDrikI69pLwwyKXUBnHJBRTlfo66LO7s { width:20rem;height:76.55rem;top:72.083570480344rem;left:0rem;font-size:1rem;display:block; }#TDrikI69pLwwyKXUBnHJBRTlfo66LO7s li:before{  }
 }@media only screen and (max-width: 763px) { #h7DWNTh3lxTHFRsdE7PxMdWeV1OTKEBO { top:150.37500905991rem;left:5.3749998807907rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv8TVwNnh0wleyJLplSWMXp5zrHNI7oo { display:block; }
 }@media only screen and (max-width: 763px) { #TMFqfgekHV2ZoQgzz0oKOC0BpNpotGGo { width:20rem;height:2.6rem;top:156.87500953674rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvPKUi819TCqFbvoo7ktnSmVUr7RpcyM { width:20rem;height:53.25rem;top:160.66094684601rem;left:0rem;font-size:1rem;display:block; }#yvPKUi819TCqFbvoo7ktnSmVUr7RpcyM li:before{  }
 }@media only screen and (max-width: 763px) { #AcZNSTXyC3D4hkQG71PJx8GTFP8mmp05 { width:16.625rem;height:2.6rem;top:1.1875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB { display:block; }#uCbgBT5fniGMMVc8GVNPiwMgLiBWoBRB > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeZzHbBplGW7NuqPeVnWNIrMGPvUVNWZ { width:16.625rem;height:5.2rem;top:1.1875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhAmKl4cZilCy9kGa5gHxU2VTJ2rgTFk { width:17.8125rem;height:3.9rem;top:7.662109375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mV58Dlte1XqnFqsJANpARNiK6Efxov { width:20rem;height:34.7375rem;top:13.207069396972rem;left:0rem;font-size:1rem;display:block; }#F9mV58Dlte1XqnFqsJANpARNiK6Efxov li:before{  }
 }@media only screen and (max-width: 763px) { #K0a4taobpzuEd1PGKEIx8Q504AotI7FJ { width:20rem;height:0.75rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAnFglRJViIUbJwFJkEWcB6ARoRhn6ms { top:50.5625rem;left:5.375rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3llGVelFDGQTTkbReD0W2BP5iB7bleu { display:block; }
 }@media only screen and (max-width: 763px) { #OSONxzeAMHI15rQWkiTKMHh2chxgVPMT { display:block; }#OSONxzeAMHI15rQWkiTKMHh2chxgVPMT > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVPAvtyqT7TSlOOZKz6JRTphF1HAxqMq { width:16.625rem;height:2.6rem;top:1.1875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8GV0OwxgDmTEPLO3WNMh7f5lVNi3KS7 { width:18.875rem;height:2.6rem;top:3.7866716384887rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #maitA5ffs6AorDkxp1ugspRBWiaP4JZB { width:18.75rem;height:49.4rem;top:7.70703125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKOQ2PR8sCAoxXQm6LxFi35RirC9qQgz { top:59.371061801911rem;left:5.3765624761581rem;width:9.247625rem;height:2.68515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #to43U5VQsv7BpiOF9hgVQT13xDtmp2sT { display:block; }
 }@media only screen and (max-width: 763px) { #lGmTzzBKXTmoWVl1UCG4xqVrTZE67iVm { width:20rem;height:0.7484375rem;top:64.125795364381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh { display:block; }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh { background-color: transparent; background-image: none; }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row .container > .video-iframe-container { display: none; }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row > .video-iframe-container { display: none; }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .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); }#dPmvpXt1oolDprfVFIzPzQl7h1Xdg8Dh > .row .container { width:20rem;height:19.3125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxDTr9f9Jo0mNZVltTDWD3EhRuLVJAHW { width:16.625rem;height:5.2rem;top:1.6875rem;left:1.6875001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J50EWdeRxnKvpTdQcEROczLl8rVoTD4b { width:20rem;height:0.75rem;top:18.500000476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP7izPydETTrXr7lnmAV2OwerF9oFxro { top:14.524218082428rem;left:10.577344298362rem;width:7.0625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3K1JSJ2Au1WULHIiLo0rJByL3AmnI0k { display:block; }
 }@media only screen and (max-width: 763px) { #asw8Q0nJF4xrzTIToPIkvxCpl4xQ3gJB { width:20rem;height:1.70625rem;top:6.8867306709287rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlloNBy3U5QolmvRD17ExTy9fAigt5Gi { width:19rem;height:3.4375rem;top:9.625rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKcM43TWi2VN11cdd59IiaqVruGKf7RD { display:block; }
 }@media only screen and (max-width: 763px) { #BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 { display:block; }#BznXl6zEJmZR3vmGTHFUNGgvTlc5tW80 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHGDGlgQIlkothScTsG14wGmf5i3NvLK { width:3.125rem;height:3.125rem;top:1.4375rem;left:0.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRdzETUUHJi5VT1SFBf6wb2ucaf5uAQy { width:3.125rem;height:3.125rem;top:1.4375rem;left:10.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXF5bDnJQIVVP5G3BpokqagTsqSPGN9s { width:3.125rem;height:3.125rem;top:4.5625rem;left:0.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNgRhrWTlFCTd48ixI3Z6eE0l5IXAFsF { width:2.5rem;height:2.5rem;top:4.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8t5vDPicTFDQrF6J6T4GabEfMBiTqEB { width:7.3125rem;height:1.3rem;top:2.375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlJg9buwCpPR4X8Znn8o5Bs6BFvyVHpe { width:6.1875rem;height:1.3rem;top:5.5rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUd0TX9nNkedbkCAdLuSE95cHTrWDZZo { width:6.125rem;height:1.3rem;top:2.375rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT2irR9DAXRlzs4XyeGMXQcUqDDxe3Xa { width:4.125rem;height:1.3rem;top:5.5rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCX8BFo830T8UbhmxwMeaSUmbPZDDWy { width:15.0625rem;height:2.875rem;top:18.2998046875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ7O8qozwRKNGGuzbAmO5SsbqKTWogSb { display:block; }
 }@media only screen and (max-width: 763px) { #wXDQWDZEdhLREB4Lti9qh4rHfFgPfDkL { width:12.5rem;height:8.8125rem;top:22.4248046875rem;left:3.75rem;display:none; }
 }