.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:254,221,230;--color-primary-1:252,141,170;--color-primary-2:249,26,85;--color-primary-3:125,13,43;--color-primary-4:37,4,13;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:254,254,254;--color-tertiary-1:255,255,255;--color-tertiary-2:245,245,245;--color-tertiary-3:147,147,147;--color-tertiary-4:0,0,0;--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/1e3b0bd8-af08-46e2-a911-b4df6b119f01/Projektbeznazwy20260507T141217539.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/5d58a4c0-8973-475a-b6e4-209402add986/noroot.crop_4096x1823_0,440");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:60rem;overflow:visible;position:relative;display:block; }#oWOK7IsVT5xTiuI3CgrBT0LkswuLRz3D { color:#ff9100;display:block;width:30.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:42.801513671875rem;left:14.749755859375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iiDkmdvImTaFl4FrPEET8VhgVtbfcCrk { background-color:#ff9100;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:48.375rem;left:13.8125rem;display:block; }
#gZmuTHRxIN8Qdck1eW5hO5CISfaHqnWI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCeNJy8eUQuOFOekFqKsmGawz62mDSNy { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.40525rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:48.375rem;left:33.8125rem;display:block; }
#oZToG89T1mozI6iMF7eZTsdT1IygXqRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5uc3TOd8OgqfUEORrAgLnqF4dzt5CtG { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.375rem;width:28.1875rem;top:9.779052734375rem;left:14.749755859375rem;overflow:hidden;display:block; }
#LG8FLh2Bo9EHW3AwP8chsgzuFz21Hozb { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:40.52490234375rem;left:14.749755859375rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/ddZrfro4/BG-3%2C1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7.adaptive-delivery-prevent-bg, #aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7.lazyload, #aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7.lazyloading { background-image: none; }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 > .row .container { background-color: transparent; background-image: none; }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 > .row .container > .video-iframe-container { display: none; }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 > .row > .video-iframe-container { display: none; }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 > .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); }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 > .row .container { border-width: 0; border-radius: 0; }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#hCRqaPUaQcbOurKTkVELo2EZchlQF4KK { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.99560546875rem;left:0rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aOLGPD8Tbg355Q71k0mxS5eTn6VshbfU { color:rgba(var(--color-tertiary-0),0.8);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:6.041259765625rem;left:7.5rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k0DrU3aX6An8S4zc4dPTBIAXMltUi8oT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:6.75rem;left:1.125rem;display:none; }
#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN { 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; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { background-color: transparent; background-image: none; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container > .video-iframe-container { display: none; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row > .video-iframe-container { display: none; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .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); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { border-width: 0; border-radius: 0; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#flFhW8RbQJKMiTiQP0ZMRRtIAMNtqwOW { color:rgba(var(--color-tertiary-0),0.8);display:block;width:12.06175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:10.5rem;left:13.9375rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TlcxPV4g6VTCdZBsrC9UrCHxJLlKWXJE { color:rgba(var(--color-tertiary-0),1);display:block;width:11.74925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:9.4375rem;left:14.125rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mzgMFbM0i8tsHOHLKWKoTxT88eSn5ZB0 { position:absolute;display:block;z-index:15006;background-color:#fa8e4d;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:19.0625rem;width:0.062255875rem;top:2.34375rem;left:26.937255859375rem;display:block; }
#b4eI57wvBUlLfk9pI7m5m8rDMIPxzEv6 { color:#ff9100;display:block;width:23.0603125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:3.5625rem;left:34.125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a8byxqXzL7oE3FalomUIzW7EHgNZ139v { color:rgba(var(--color-tertiary-2),0.8);display:block;width:22.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:5.5615234375rem;left:34.217529296875rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UTCQkomupJLtBmF8SLfIwe5H6SXONTO4 { color:#ff9100;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:10.5rem;left:34.25rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PhXU5HhzZa9B4ia3NkDTnSMtBFfVLPt0 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:12.125rem;left:34.25rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vZm4c5cr38K8pyieNeOkGJrl1JI7k3Zh { color:#ff9100;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:16.8125rem;left:34.25rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T63s4UwEg4dC5LDeSBtq4nQgZp7TBuN9 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:18.4375rem;left:34.25rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CJfEnKg2TDg5iSnGB2Fd9r8nTQtnL5K4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.25rem;left:7.5rem; }
#CMSGLt6sTDqOhP8NFlblTPso96dC3I84 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.75rem;left:30.5rem; }
#SHBuEcnwSb7ZloEc7E8brIAxCdx9Xrhd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.718994140625rem;left:30.28076171875rem; }
#zz0qqMZwbGTMcnpdNMUPiLy0z1CkrllU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.061525rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.8115234375rem;left:30rem; }
#OXaryU5uKWGBEKPgmoHHyQJFTXvwmUIx { color:rgba(var(--color-tertiary-2),0.8);display:block;width:22.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:5.5615234375rem;left:34.217529296875rem;height:2.70019375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc { 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; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container { background-color: transparent; background-image: none; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container > .video-iframe-container { display: none; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row > .video-iframe-container { display: none; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .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); }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container { border-width: 0; border-radius: 0; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#R359hoiuKcULdNDcbbAzqyDdV4MF1EKg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.8125rem;width:43.75rem;top:1.375rem;left:8.125rem;display:block; }
#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/ddZrfro4/BG-3%2C1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ.adaptive-delivery-prevent-bg, #pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ.lazyload, #pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ.lazyloading { background-image: none; }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ > .row .container { background-color: transparent; background-image: none; }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ > .row .container > .video-iframe-container { display: none; }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ > .row > .video-iframe-container { display: none; }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ > .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); }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ > .row .container { border-width: 0; border-radius: 0; }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#S890XyZxbrt0E42FTePnZRFw0OqfhPAQ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.412109375rem;left:0rem;height:4.5498rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KseBtQrRBallyNOC0XZAdildda3MxGvp { 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; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { background-color: transparent; background-image: none; }#KseBtQrRBallyNOC0XZAdildda3MxGvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container > .video-iframe-container { display: none; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row > .video-iframe-container { display: none; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .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); }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { border-width: 0; border-radius: 0; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#IueRXrVf1vdkBrgACqVnTai8l55nRpF2 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:17.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.6875rem;left:13.25rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JX7hFxkyVsUVJxMVGcfbxkAxJJ3D8gkA { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:13.25rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l7lutfShfgeM8Uth4WSLO6hgOOWBOlrA { position:absolute;display:block;z-index:15011;background-color:#ff9100;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:239.1875rem;width:0.0625rem;top:3.5rem;left:26.8125rem;display:block; }
#m4n6PTvcETJlUcbihnP64gXXQUwiDV05 { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:16.75rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZoxAzSQzD57Thnp00BxI3yqFJe6utG2O { color:rgba(var(--color-tertiary-2),0.8);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:18.375rem;left:36.4375rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yPhTKUD8KFyk7LpNLELnCzQ0Nk1MTPsl { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:4.125rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xPtQcZBp7xwiGMTIAJcKVHhDJMgIFuMa { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:5.9375rem;left:36.4375rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pmpWq1ZUpvnrkGVB8FuhDwfWQMeMvkm9 { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:10.5rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pWUVztWoho6q5cU640Glf4z1T1Zk0DUl { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:12.375rem;left:36.4375rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wehuDfkMfPKUSFx8zE8dFdEdDImxK7nR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8103125rem;width:6.8103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.5rem;left:7rem; }
#uBISALv3OWDLlhi2ooICWOgwwysx1UfU { background-color:#ff9100;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.5625rem;left:8.375rem;display:block; }
#OR9OvRTXwRE4y8TfwJuCucu1k1oT2vdt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlufQgUuyruJfUdoZSDM5IVUpI4fIzMf { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.09375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.125rem;left:8.375rem;display:block; }
#mv26IpqeeaZ0xRytqUQluaoSOTJqFlv8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R71seJb2gHbkWE1k6TPwPVTH4hu6pN57 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.374755859375rem;left:31.66748046875rem; }
#WcRuzI7wdbzHIliPvxBSBxTVMfbfnMbL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.4375rem;left:31.6875rem; }
#OWkSgbb0y4OGL8Tdf5MJ7p6gVCFDdVMD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17.1875rem;left:31.5rem; }
#vW8syqVzeMwVwbK9EioHAdTomGBafZ9T { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa { 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; }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa > .row .container { background-color: transparent; background-image: none; }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa > .row .container > .video-iframe-container { display: none; }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa > .row > .video-iframe-container { display: none; }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa > .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); }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa > .row .container { border-width: 0; border-radius: 0; }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#CF3su4ZigznhbHJK68cx1w5JIQ2AqdsT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5625rem;left:13.875rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w8rASnve9AWy1u8k9JsohIrZ7Ik1hFa1 { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:14.6875rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FhUrn6Bp2HnfwtbQ1VxwI4nIxwDsKoTC { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:4.125rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H20NMUuacTT23hcgQqqKlUwaDTIERClR { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:5.75rem;left:36.4375rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pTZ1TwrPgPmybiLvfGDkPr8Nc2XLWb7e { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:8.625rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TsgdiS2Iz2gmxWdfLSpIgxxO0Gh1EnWI { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:10.3125rem;left:36.4375rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RLVd0DLUHPVd4BC9zJ0e45AHPDAmGNeu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8103125rem;width:6.8103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.1875rem;left:7.0625rem; }
#QhMLV7ZZt5pldv0dpTTL5aaRkJ3OxZ3A { background-color:#ff9100;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.375rem;left:8.625rem;display:block; }
#Ti5Aqm1FBEmOnPNpEH6uTe3cZX8gtndv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTT5IrlpES3WTEDGu2CLtsHG3uAn8caT { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.09375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.9375rem;left:8.625rem;display:block; }
#wXbUKC5bPRRhm4iEoP1UOVD6BdFN9DSH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdTyanJmVlyTAGw3AH8J9dQFQEATOBuf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.561767578125rem;left:31.66748046875rem; }
#o0Ru25VKSnFG9BkqD3gckt08q9Ln6uBi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.373779296875rem;left:31.66748046875rem; }
#peqaWUq2WP0saesoQpeLnDWe3z1LCGLh { color:rgba(var(--color-tertiary-2),0.8);display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:16.68701171875rem;left:36.436767578125rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lBERtvmVUScmE9XwEhq9NlvEwmDiCz8E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.6875rem;left:31.51123046875rem; }
#LpPnGytIRLT0RGRJVaLZ5ZqoaNGz9XTQ { color:rgba(var(--color-tertiary-0),0.8);display:block;width:17.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.6875rem;left:13.25rem;height:2.80029375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#h9wQ5OQDmt7E7gGJcGp6VW2beqGHN6mT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:13.25rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TRbBa5RimezBUZGdL56OHy1SeQHuV5C3 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:5.75rem;left:36.4375rem;height:1.8005375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wftNA4LbgDpNVUimzWoyTXsKkKbHmcy1 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP { 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; }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP > .row .container { background-color: transparent; background-image: none; }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP > .row .container > .video-iframe-container { display: none; }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP > .row > .video-iframe-container { display: none; }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP > .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); }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP > .row .container { border-width: 0; border-radius: 0; }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#wTarnbC8bBZDTwG2IPqgWkebAgN4wx3X { color:rgba(var(--color-tertiary-0),0.8);display:block;width:17.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.6875rem;left:13.25rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AuZ3vhKdw5MCXpBA4K022lcnL6PlSKwI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:13.25rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XdTd9TtsTU9OHGAfdybyP2RTDvsKSwBH { color:#ff9100;display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:15.25rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o8p9qUfIK19THz7kC07l3WuuTesMBIJR { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:3.75rem;left:36.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GFpDrG3fLBfWQEDVq16mAy1Dro6iDmaw { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:5.3125rem;left:36.5rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CyHGUUCn4TU3BAtTeS9LESvoFTDvWxqo { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:9.0625rem;left:36.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wB6OqSayeIrASoXU2FCLktkVpJUnq85w { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:10.75rem;left:36.5rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lPCnoshUpRATZhSRhaV8ZctDBQUCJ2Ve { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8103125rem;width:6.8103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.5rem;left:7rem; }
#EqHtG2TyWTqK01u1DxNFQpTZAhpqy7O8 { background-color:#ff9100;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.5625rem;left:8.375rem;display:block; }
#x1ViubqcrSJz4frLvekntEQ9AgG4nM9i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEwGUPLfMPgDqusRbdSqMi9bd8TFeLpn { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.09375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.125rem;left:8.375rem;display:block; }
#hkxAztZrGTPVidBaC7Z38bf7Fq0GNVxg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f7MZpDGbt0pltEcEpnObP2k6TxmzQmH5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.6240234375rem;left:31.749267578125rem; }
#uKoPgbErx5TJLuaaR8yhGpF3zAB1WT30 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:20.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:17.24853515625rem;left:36.436767578125rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tE4fMromDu8pcRVP0xMl2FHC4T42GF9J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.2495125rem;width:3.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.515380859375rem;left:31.53076171875rem; }
#AfJAObA9Zq7CUl4xTNNdV2d8hbvBGoVF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:15.2490234375rem;left:31.593017578125rem; }
#r9DRIJSfHRuuIP7fJrBMQvX7wEEDFVkT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.6875rem;left:31.51123046875rem;display:none; }
#cIRUxemfIMxl2SXhqMiozudig5Ud0l3h { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 { 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; }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 > .row .container { background-color: transparent; background-image: none; }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 > .row .container > .video-iframe-container { display: none; }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 > .row > .video-iframe-container { display: none; }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 > .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); }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 > .row .container { border-width: 0; border-radius: 0; }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#TUDnGZx0MokrvwiOFCQBePZUz8XskuAw { color:rgba(var(--color-tertiary-0),0.8);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.5rem;left:14.375rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zeOfBrvBWTov3RUw9dSNdQOhIDHwiDx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.75rem;left:14.375rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OFtGnd65VEoQUPPxbbd0wrgmduGw7TsI { color:#ff9100;display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:15.25rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tB6yrcBk028Rz8bsPPACACXFZGRA7viA { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:3.75rem;left:36.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yvWF16mgH2ZSz2JanyxF9BLPuytgspND { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:5.3125rem;left:36.5rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oiuTIAWD7XC900ubXlQW0DpTmL1BORxb { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:9.0625rem;left:36.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uJ0JQT6bZ09pPooAUlCv9WooTZQt0iu9 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:10.75rem;left:36.5rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0bGNNiOm8O8VbFvME5uvBHiHnB7xB4M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8103125rem;width:6.8103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.56689453125rem;left:8.641357421875rem; }
#Lt5aS5tBMxwK8nkothP5Db52tmKXuJgT { background-color:#ff9100;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.5625rem;left:8.375rem;display:block; }
#cJACE046hNtopm20N8aoBxJSU8dx0Ma9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXTgDlOgpvdvZcVuIc03O8llsleGlloS { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.09375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.125rem;left:8.375rem;display:block; }
#soCfxfsyRJBhWouKZpgymsEi0S0pAQ80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ssxf5fiVyxWPQR6TRExI2QrWsFWy9l4N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.412841796875rem;left:31.312255859375rem; }
#MGGSFD0nblGMFxXb30WP8LHNOZ6xLSek { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.2495125rem;width:3.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.96826171875rem;left:31.53076171875rem; }
#hgGTQQJTSbZDm5SgPEW1X8uZ7bBnuXCW { color:rgba(var(--color-tertiary-2),0.8);display:block;width:20.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:17.24853515625rem;left:36.436767578125rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgQ3zpMF4osNJJxxmRGTlFKxFFywI8mL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.2490234375rem;left:31.593017578125rem; }
#PPCPn379BeCdTQfyQB7A8Ou2xXdon7vE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.6875rem;left:31.51123046875rem;display:none; }
#q0TbOKlSk8pGNkSEQ11yyoJhNkSiD894 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q { 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; }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q > .row .container { background-color: transparent; background-image: none; }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q > .row .container > .video-iframe-container { display: none; }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q > .row > .video-iframe-container { display: none; }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q > .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); }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q > .row .container { border-width: 0; border-radius: 0; }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#yTbnVdWMKbSaWJfZx7I7JsWErsA3lRkD { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:16.125rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ouuQ30aqKnzfC40tcELUy8DTnGByTdsi { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:4.125rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lWPyJBA2lItoUKxV1RQp4iI5vTZkTAXA { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:5.75rem;left:36.4375rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xy4bnLOyh5cX1U23mZOizW6XvbQDHFKL { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:10.0625rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rt1uJFWvL1h8olT1L4zrQ4BceSpd2RKC { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:11.75rem;left:36.4375rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CFFrVSDPhzKVdAiG1UgKQhsPcJwIbIQZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8103125rem;width:6.8103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.69384765625rem;left:5.703125rem; }
#HTJg8Jm94DHTwPwpeXLNZPFJZpgFGec8 { background-color:#ff9100;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.375rem;left:8.625rem;display:block; }
#N3b2AI9HOPssNsODWzlhrwJG9nKPcXtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMCfhztrQyvvcgIoBCVcp3lTaUCGIVhJ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.09375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.9375rem;left:8.625rem;display:block; }
#H6VHh5PwbPg9JJ4dfyhcTDnoXb59J83v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nhw48CF1siQToAl46FVFpuFoShuf97EZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.765625rem;left:31.68701171875rem; }
#hJFy03FNzVXSpLfO2mtT2dAE9ipzKSe8 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:18.125rem;left:36.4375rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qPC1fyU89IObma7aqqEIWb2cOKDy5BHO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.75rem;left:11.75rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o8O2tS4OddefFJ1WZf4SaSHLu3adSG57 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:17.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:7.5rem;left:11.75rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tNsARJbUQ0vo0TaJLJgwResphM44vcxk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.504150390625rem;left:31.1865234375rem; }
#sP9Dvlh7eCEMBdE47TFaDFrBMuWVoxrV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.92138671875rem;left:31.53076171875rem; }
#LoVfo5oLTmVrG1EvZVrXazkLBauqHN34 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.6875rem;left:31.51123046875rem;display:none; }
#zzlZG1xvvelWepU1d50xwUXGtMvQKkn1 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#m3voRuK7qOXKgCqbr1N74yC5pRSc76en { 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; }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en > .row .container { background-color: transparent; background-image: none; }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en > .row .container > .video-iframe-container { display: none; }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en > .row > .video-iframe-container { display: none; }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en > .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); }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en > .row .container { border-width: 0; border-radius: 0; }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#vf3Gcn4p0sI39gJKoPeQVcvOounKFt9y { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:16.125rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r6BTtPKgepaBeBExw2dTR0QH5WnKqrcO { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:4.125rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sueu2tl7DGTfHSQqXI4cwTyse1H1lTNZ { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:5.75rem;left:36.4375rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PdwTrfLNHcaQK4gQPSFOiALhB546Ap8g { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:10.0625rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RfTJ91ZoeIqivdrKTOqZ8KiHf7s4QJJM { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:11.473388671875rem;left:36.43798828125rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D3MUiRhHGhar7EWL5TvcLfoWUDDQn5C4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8120125rem;width:4.8120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.75rem;left:6.875rem; }
#mFQ0VvA48zGtFC2qg6ddz980vrzVCmdc { background-color:#ff9100;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.375rem;left:8.625rem;display:block; }
#VkKHonvhSmdytXnl7qu91deUMTmgSPk3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QX0AfCLiDUtUdymABlmBM6K44CUxuMoS { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.09375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.9375rem;left:8.625rem;display:block; }
#Nfn0XzSry28iw9ZTeWQOm6Jz3FKTteyd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udvwdftFuo0t1oSvPkDmsXSi59RBo5BA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.31176875rem;width:3.31176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.639892578125rem;left:31.436767578125rem; }
#nG0I4zieDTxKoEqCehCWsnAHhRttT1HD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.5rem;left:31.68701171875rem; }
#q6svTG07FETbIGDibw3a8n97VemgqUpp { color:rgba(var(--color-tertiary-2),0.8);display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:18.125rem;left:36.4375rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vB4EZyQ2BSsmeF54fPP6evAw5qq2Ncnh { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8125rem;left:12.625rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TunyWo0JZVhT38sluzDpzCmbKHtRMZun { color:rgba(var(--color-tertiary-0),0.8);display:block;width:17.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:8.5625rem;left:12.625rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y2QmBz7yeclKTGA9CvWPcSZgDJDA6OWQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.062255859375rem;left:31.1865234375rem; }
#ydVqlCUpDx9J8w88p4bOsKTBoNMIsTVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.504150390625rem;left:31.1865234375rem;display:none; }
#TMJqh0xNny6SCMfEAR4BbwMwPWBzBEAx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.6875rem;left:31.51123046875rem;display:none; }
#BcbdVgevWAsJw5RA43bgnHqcDudKvuHQ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ysePz292MZvtH6KgyARW3phwgeNxlWcc { 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; }#ysePz292MZvtH6KgyARW3phwgeNxlWcc > .row .container { background-color: transparent; background-image: none; }#ysePz292MZvtH6KgyARW3phwgeNxlWcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysePz292MZvtH6KgyARW3phwgeNxlWcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysePz292MZvtH6KgyARW3phwgeNxlWcc > .row .container > .video-iframe-container { display: none; }#ysePz292MZvtH6KgyARW3phwgeNxlWcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysePz292MZvtH6KgyARW3phwgeNxlWcc > .row > .video-iframe-container { display: none; }#ysePz292MZvtH6KgyARW3phwgeNxlWcc > .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); }#ysePz292MZvtH6KgyARW3phwgeNxlWcc > .row .container { border-width: 0; border-radius: 0; }#ysePz292MZvtH6KgyARW3phwgeNxlWcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ysePz292MZvtH6KgyARW3phwgeNxlWcc > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#bTye7ZmbQcWcbCR01cECozZqJEch6mXF { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:17.25rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rLZHt5Et5VzWTXTLilZagrILuGNX9dsT { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:4.125rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q1hKLtEoe8SX7NeG08iyik1p6EiriMcf { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:5.75rem;left:36.4375rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SKOfLVPOzMpNpqHH02HtwMq4NGVzpu9E { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:11.1875rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wXsd0dKgOPSPAdMfd5dZuI8nICMZTT8B { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:12.625rem;left:36.4375rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RQ3MvDLATFSPyAO9p91SL69NTF3cHohV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.74951171875rem;left:6.0932625rem; }
#ZXoUMRhcM3P0xpCVkiaolaQFgeXr2dIb { background-color:#ff9100;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.375rem;left:8.625rem;display:block; }
#KbNLTL1l3XUXGTttV1nv9lIkZJs26sqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gPndTWE5vbRLDqPXSCTQc84yXTHRzqn9 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.09375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.9375rem;left:8.625rem;display:block; }
#gsuqJcxvQFcaem0ICLJ1u84EUDb82Z8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5oZwo69u9SiDuxRMkuh2cA1egncNVhR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.31176875rem;width:3.31176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.639892578125rem;left:31.436767578125rem; }
#QTTr62h5nAR5MuFvsPCz6rAk5o3FlU8g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:17.625rem;left:31.6875rem; }
#W96D05roP4l2ucScBAg0NqoioOkt5WH9 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:19.25rem;left:36.4375rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bpM7NPeaVoEfMUKN9buByo1LtFZNiRCO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8125rem;left:12.625rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BzMIuMN1NJUTsvlRDkvZmFyKpFkyRhAd { color:rgba(var(--color-tertiary-0),0.8);display:block;width:17.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:8.5625rem;left:12.625rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uy7AGnSSpJZH9puQ4LqWHpspOtSTsDls { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.1875rem;left:31.1875rem; }
#i8UDaAsEmQukk4gkpHyJ7yEHLf11a9KM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.504150390625rem;left:31.1865234375rem;display:none; }
#A98wZXfUQXW1r6KKV1Opiv005SSTy8i5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.6875rem;left:31.51123046875rem;display:none; }
#SBTTFEwkpuPSHrTLxzK5TBEI9spDS8pr { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#TIxA6GRQkJNG4TUJLZrVtoXhJegR3XIa { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:12.625rem;left:36.4375rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E { 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; }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E > .row .container { background-color: transparent; background-image: none; }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E > .row .container > .video-iframe-container { display: none; }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E > .row > .video-iframe-container { display: none; }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E > .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); }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E > .row .container { border-width: 0; border-radius: 0; }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#uGxok6JQ3BBTkwFxT6geH6hayU0SaFR3 { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:17.25rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HrS8NU49eoDOlEmM3kOpRVLabnnEJH0i { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:4.125rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#roOB77iFPA6np0ukZP7xq3SAswKwufl6 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:5.75rem;left:36.4375rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qzdHwqtmnrEzTq8u23RPvB4vCG3EJkRl { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:10.6875rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OwSbtTPkDVgvlIx0CXshT7KNuRWEkJiC { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:12.625rem;left:36.4375rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rzMKpAwSoPCWiiiMFHrz0BMgrTmTCvD9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.74951171875rem;left:6.0932625rem; }
#emGHHvfqfPlCZeVfGt05wNxwc2rKnq3S { background-color:#ff9100;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.375rem;left:8.625rem;display:block; }
#DPbFJJRBDobNxCXa56e4r74FZEcfTJFg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3wcZw1h09BDL2O85qZ902CPbfQWoauX { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.09375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.9375rem;left:8.625rem;display:block; }
#d7axVWGWLXGhfovkSCUpsLHEVDI8HGHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8zdTLJaD8ptS3RPItIPOflNK4GzOdP0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.31176875rem;width:3.31176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.639892578125rem;left:31.436767578125rem; }
#evgKJR5KxJN5AJwTxt8IXKB2TvbZPE5s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:17.625rem;left:31.6875rem; }
#NIOt4W9qZHRP3HFA6KL629OKmU0BDgBo { color:rgba(var(--color-tertiary-2),0.8);display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:19.25rem;left:36.4375rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e9WvF22LXUxORHbsQDEa39wn00pU6dkS { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8125rem;left:12.625rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t5ADM3IaizsVk1x4ZwfFIJZ94WVqm3NI { color:rgba(var(--color-tertiary-0),0.8);display:block;width:17.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:8.5625rem;left:12.625rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zz9EbWTyoPRTQIKAMfgE2SGHyyDb4wbm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.1875rem;left:31.1875rem; }
#gSnmIQ89yK4RNiGEW2M1RkMQAhOE1PMJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.6875rem;left:31.51123046875rem;display:none; }
#h3iABpeWog64nUkBTzMQ1BZlSOOSxX7e { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#evPSniIbwKr3Cw0Xmvb2iRQl8cCgTJpJ { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:12.625rem;left:36.4375rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AbTyZD1II4Hoa5nzKZWX1z76xVZPxfsZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.1875rem;left:31.1875rem;display:none; }
#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ { 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; }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ > .row .container { background-color: transparent; background-image: none; }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ > .row .container > .video-iframe-container { display: none; }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ > .row > .video-iframe-container { display: none; }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ > .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); }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ > .row .container { border-width: 0; border-radius: 0; }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#FgGK7zKTF1zot9UubTKeBTZqmMcyJfro { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:16.125rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L6otZ2lLm9XsZZaTNuUwZvBtLT2mdFN5 { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:4.125rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yb23vVaWc5WOEdmF9fpurH5ZOc0ZmTeq { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:5.75rem;left:36.4375rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oecwDlhmRg5mCC8pm04K7U0O8v8X4ATl { color:#ff9100;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:10.0625rem;left:36.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WIDutalAxCNm33dRR1CpUZ3tci9BrDDG { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:12.150390625rem;left:36.4384765625rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFk0S2TeVOk51sFfXtZKTGtIIK0httRd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:11.3623046875rem;left:31.6240234375rem; }
#LOTI982HruZZiVmnxhhfcv24Rbsi1UJo { background-color:#ff9100;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.375rem;left:8.625rem;display:block; }
#aNB7otGthWTWQnQTbEldvZxaVDW4ZdF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S9H6rKtE8NXzv4RIxAFTdQWc4AHdwP7T { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.09375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.9375rem;left:8.625rem;display:block; }
#pFKehp8OVZhrL7qNwE1bJgKTRPfb1CEz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yaZMDb1UEiM3Et34v1Z5byeDy0uZqTnH { color:rgba(var(--color-tertiary-2),0.8);display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:18.125rem;left:36.4375rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zy2c0fmQTlpyt0nQTt8ReFISxKb0VAEL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8125rem;left:11.375rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oLRArqwrHiatVWa64H0SAdPdTQk4Dw7I { color:rgba(var(--color-tertiary-0),0.8);display:block;width:17.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:8.5625rem;left:11.375rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yV5g0W8w0att75TX7Xx1nR1xg66fOXLB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.81201171875rem;left:31.68701171875rem; }
#yuTzzWrypQfIXz3KPKEFCycAM4yogNGr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.01171875rem;left:5.0302734375rem; }
#vBpN2HRZO8J9FfN9tLeux00MFKyVyy0A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.4990234375rem;left:31.53076171875rem; }
#dWPZlG2AmTbeLyFobSbuA7tc9wKrbt6r { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:11.473388671875rem;left:36.43798828125rem;height:2.699225rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#r6gacfJGsL7HIsfk1o918AmicXbr4iVu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.6875rem;left:31.51123046875rem;display:none; }
#v5LvSHtdbz80pXTu1a3bVBlIep6R1HBl { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/ddZrfro4/BG-3%2C1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z.adaptive-delivery-prevent-bg, #nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z.lazyload, #nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z.lazyloading { background-image: none; }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z > .row .container { background-color: transparent; background-image: none; }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z > .row .container > .video-iframe-container { display: none; }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z > .row > .video-iframe-container { display: none; }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z > .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); }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z > .row .container { border-width: 0; border-radius: 0; }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:60rem;position:relative;display:block; }#cJ1H2anxzLZDzqgG3ezMCNaxNfDaaAbD { color:#ff9100;display:block;width:28.5rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:15.75rem;height:4.5498rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3g6xWcyx5O0D3FBDbT5m5HdQLfPTcvt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.75rem;top:5.0625rem;left:1.6875rem;display:none; }
#cZhCUEftqTUoeKZnpkc5tq9RIZOkeIdh { background-color:#ff9100;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.875rem;left:15.1875rem;display:block; }
#JV1daeTGW7xfcUG2gsUk1zmsqDW2xJXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHHK7B1J2P3lXx6gETBECPhilPwGxGl9 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.09375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.875rem;left:30.4375rem;display:block; }
#FENxfcNzHdq3c1zBGl2n5CxbwoqpXpyw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQk5RbfTsuP2ZtkE4pB6X3VQzsi7nKAm { color:rgba(var(--color-tertiary-2),0.8);display:block;width:23.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:14.5rem;left:18.21875rem;height:4.0488375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NuJbuWTMXTz8JyS9fz6UegUHTEE9ZBpQ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:60rem;top:20.2978515625rem;left:0rem;overflow:hidden;display:block; }
#TTQCVgo5HbA5HbNduA606MOGAc658lVT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:100.75rem;width:53.1875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWOK7IsVT5xTiuI3CgrBT0LkswuLRz3D { width:30.4375rem;height:2.25rem;top:42.75rem;left:8.624755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiDkmdvImTaFl4FrPEET8VhgVtbfcCrk { width:18.75rem;height:3.125rem;top:48.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZmuTHRxIN8Qdck1eW5hO5CISfaHqnWI { display:block; }
 }@media only screen and (max-width: 763px) { #VCeNJy8eUQuOFOekFqKsmGawz62mDSNy { width:12.3125rem;height:3.0625rem;top:48.375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZToG89T1mozI6iMF7eZTsdT1IygXqRK { display:block; }
 }@media only screen and (max-width: 763px) { #f5uc3TOd8OgqfUEORrAgLnqF4dzt5CtG { top:9.75rem;left:8.624755859375rem;width:28.1875rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG8FLh2Bo9EHW3AwP8chsgzuFz21Hozb { width:30.4375rem;height:2.3125rem;top:40.5rem;left:8.624755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 { display:block; }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCRqaPUaQcbOurKTkVELo2EZchlQF4KK { width:47.75rem;height:2.25rem;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOLGPD8Tbg355Q71k0mxS5eTn6VshbfU { width:45rem;height:3.5625rem;top:6rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0DrU3aX6An8S4zc4dPTBIAXMltUi8oT { top:6.75rem;left:0rem;width:16.5625rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN { display:block; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flFhW8RbQJKMiTiQP0ZMRRtIAMNtqwOW { width:12rem;height:3.9375rem;top:10.5rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlcxPV4g6VTCdZBsrC9UrCHxJLlKWXJE { width:11.6875rem;height:1.0625rem;top:9.4375rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzgMFbM0i8tsHOHLKWKoTxT88eSn5ZB0 { width:0;height:19.0625rem;top:2.3125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4eI57wvBUlLfk9pI7m5m8rDMIPxzEv6 { width:23rem;height:1.9375rem;top:3.5625rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8byxqXzL7oE3FalomUIzW7EHgNZ139v { width:22.8125rem;height:2.6875rem;top:5.5rem;left:24.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTCQkomupJLtBmF8SLfIwe5H6SXONTO4 { width:23.125rem;height:1.9375rem;top:10.5rem;left:24.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhXU5HhzZa9B4ia3NkDTnSMtBFfVLPt0 { width:23.4375rem;height:2.6875rem;top:12.0625rem;left:24.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZm4c5cr38K8pyieNeOkGJrl1JI7k3Zh { width:21.9375rem;height:1.9375rem;top:16.8125rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T63s4UwEg4dC5LDeSBtq4nQgZp7TBuN9 { width:24.6875rem;height:1.75rem;top:18.4375rem;left:23.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJfEnKg2TDg5iSnGB2Fd9r8nTQtnL5K4 { top:9.25rem;left:4.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMSGLt6sTDqOhP8NFlblTPso96dC3I84 { top:3.75rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHBuEcnwSb7ZloEc7E8brIAxCdx9Xrhd { top:10.6875rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz0qqMZwbGTMcnpdNMUPiLy0z1CkrllU { top:16.75rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXaryU5uKWGBEKPgmoHHyQJFTXvwmUIx { width:9.875rem;height:2.6875rem;top:16.4375rem;left:7.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcoyEs58FcmkOTN33wN11gO8z5EPPWzc { display:block; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R359hoiuKcULdNDcbbAzqyDdV4MF1EKg { width:43.75rem;height:24.8125rem;top:1.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ { display:block; }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S890XyZxbrt0E42FTePnZRFw0OqfhPAQ { width:47.75rem;height:4.5rem;top:2.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KseBtQrRBallyNOC0XZAdildda3MxGvp { display:block; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IueRXrVf1vdkBrgACqVnTai8l55nRpF2 { width:17.375rem;height:2.75rem;top:7.6875rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX7hFxkyVsUVJxMVGcfbxkAxJJ3D8gkA { width:15.3125rem;height:2.25rem;top:5.9375rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7lutfShfgeM8Uth4WSLO6hgOOWBOlrA { width:0.0625rem;height:239.1875rem;top:3.5rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4n6PTvcETJlUcbihnP64gXXQUwiDV05 { width:23.5625rem;height:2rem;top:16.75rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoxAzSQzD57Thnp00BxI3yqFJe6utG2O { width:20.4375rem;height:2.6875rem;top:18.375rem;left:27.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPhTKUD8KFyk7LpNLELnCzQ0Nk1MTPsl { width:23.5rem;height:1.9375rem;top:4.0625rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPtQcZBp7xwiGMTIAJcKVHhDJMgIFuMa { width:23.5625rem;height:3.5625rem;top:5.9375rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmpWq1ZUpvnrkGVB8FuhDwfWQMeMvkm9 { width:23.5625rem;height:2rem;top:10.5rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWUVztWoho6q5cU640Glf4z1T1Zk0DUl { width:23.5rem;height:2.6875rem;top:12.375rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wehuDfkMfPKUSFx8zE8dFdEdDImxK7nR { top:3.5rem;left:3.9375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBISALv3OWDLlhi2ooICWOgwwysx1UfU { width:14.375rem;height:3.125rem;top:11.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR9OvRTXwRE4y8TfwJuCucu1k1oT2vdt { display:block; }
 }@media only screen and (max-width: 763px) { #UlufQgUuyruJfUdoZSDM5IVUpI4fIzMf { width:14.375rem;height:3.0625rem;top:15.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv26IpqeeaZ0xRytqUQluaoSOTJqFlv8 { display:block; }
 }@media only screen and (max-width: 763px) { #R71seJb2gHbkWE1k6TPwPVTH4hu6pN57 { top:4.3125rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcRuzI7wdbzHIliPvxBSBxTVMfbfnMbL { top:11.4375rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWkSgbb0y4OGL8Tdf5MJ7p6gVCFDdVMD { top:17.1875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW8syqVzeMwVwbK9EioHAdTomGBafZ9T { display:none; }
 }@media only screen and (max-width: 763px) { #yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa { display:block; }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CF3su4ZigznhbHJK68cx1w5JIQ2AqdsT { width:15.3125rem;height:5.8125rem;top:4.5625rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8rASnve9AWy1u8k9JsohIrZ7Ik1hFa1 { width:23.5625rem;height:2rem;top:14.6875rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhUrn6Bp2HnfwtbQ1VxwI4nIxwDsKoTC { width:23.5625rem;height:2rem;top:4.125rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H20NMUuacTT23hcgQqqKlUwaDTIERClR { width:23.5rem;height:1.75rem;top:5.6875rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTZ1TwrPgPmybiLvfGDkPr8Nc2XLWb7e { width:23.5rem;height:1.9375rem;top:8.5625rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsgdiS2Iz2gmxWdfLSpIgxxO0Gh1EnWI { width:23.5rem;height:2.6875rem;top:10.3125rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLVd0DLUHPVd4BC9zJ0e45AHPDAmGNeu { top:3.1875rem;left:4rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhMLV7ZZt5pldv0dpTTL5aaRkJ3OxZ3A { width:14.375rem;height:3.125rem;top:13.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5Aqm1FBEmOnPNpEH6uTe3cZX8gtndv { display:block; }
 }@media only screen and (max-width: 763px) { #XTT5IrlpES3WTEDGu2CLtsHG3uAn8caT { width:14.3125rem;height:3rem;top:16.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXbUKC5bPRRhm4iEoP1UOVD6BdFN9DSH { display:block; }
 }@media only screen and (max-width: 763px) { #fdTyanJmVlyTAGw3AH8J9dQFQEATOBuf { top:4.5rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Ru25VKSnFG9BkqD3gckt08q9Ln6uBi { top:9.3125rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peqaWUq2WP0saesoQpeLnDWe3z1LCGLh { width:20.375rem;height:1.3125rem;top:16.625rem;left:27.249267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBERtvmVUScmE9XwEhq9NlvEwmDiCz8E { top:14.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpPnGytIRLT0RGRJVaLZ5ZqoaNGz9XTQ { width:6rem;height:1.75rem;top:8.25rem;left:5.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9wQ5OQDmt7E7gGJcGp6VW2beqGHN6mT { width:20rem;height:1.125rem;top:7.125rem;left:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRbBa5RimezBUZGdL56OHy1SeQHuV5C3 { width:12.9375rem;height:2.6875rem;top:17.25rem;left:2.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wftNA4LbgDpNVUimzWoyTXsKkKbHmcy1 { display:none; }
 }@media only screen and (max-width: 763px) { #MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP { display:block; }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTarnbC8bBZDTwG2IPqgWkebAgN4wx3X { width:17.375rem;height:2.75rem;top:7.6875rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuZ3vhKdw5MCXpBA4K022lcnL6PlSKwI { width:15.3125rem;height:;top:5.9375rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdTd9TtsTU9OHGAfdybyP2RTDvsKSwBH { width:23.5rem;height:2rem;top:15.25rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8p9qUfIK19THz7kC07l3WuuTesMBIJR { width:23.5rem;height:1.9375rem;top:3.75rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFpDrG3fLBfWQEDVq16mAy1Dro6iDmaw { width:23.5rem;height:2.6875rem;top:5.3125rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyHGUUCn4TU3BAtTeS9LESvoFTDvWxqo { width:23.5rem;height:1.9375rem;top:9.0625rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB6OqSayeIrASoXU2FCLktkVpJUnq85w { width:23.5rem;height:2.6875rem;top:10.75rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPCnoshUpRATZhSRhaV8ZctDBQUCJ2Ve { top:3.5rem;left:3.9375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqHtG2TyWTqK01u1DxNFQpTZAhpqy7O8 { width:14.375rem;height:3.125rem;top:11.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1ViubqcrSJz4frLvekntEQ9AgG4nM9i { display:block; }
 }@media only screen and (max-width: 763px) { #qEwGUPLfMPgDqusRbdSqMi9bd8TFeLpn { width:14.375rem;height:3.0625rem;top:15.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkxAztZrGTPVidBaC7Z38bf7Fq0GNVxg { display:block; }
 }@media only screen and (max-width: 763px) { #f7MZpDGbt0pltEcEpnObP2k6TxmzQmH5 { top:9.5625rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKoPgbErx5TJLuaaR8yhGpF3zAB1WT30 { width:20.375rem;height:1.3125rem;top:17.1875rem;left:27.249267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4fMromDu8pcRVP0xMl2FHC4T42GF9J { top:4.5rem;left:23.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfJAObA9Zq7CUl4xTNNdV2d8hbvBGoVF { top:15.1875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9DRIJSfHRuuIP7fJrBMQvX7wEEDFVkT { top:14.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIRUxemfIMxl2SXhqMiozudig5Ud0l3h { display:none; }
 }@media only screen and (max-width: 763px) { #lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 { display:block; }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUDnGZx0MokrvwiOFCQBePZUz8XskuAw { width:10.875rem;height:2.8125rem;top:7.5rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOfBrvBWTov3RUw9dSNdQOhIDHwiDx3 { width:11.25rem;height:2.25rem;top:5.75rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFtGnd65VEoQUPPxbbd0wrgmduGw7TsI { width:23.5rem;height:2rem;top:15.25rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB6yrcBk028Rz8bsPPACACXFZGRA7viA { width:23.5rem;height:1.9375rem;top:3.75rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWF16mgH2ZSz2JanyxF9BLPuytgspND { width:23.5rem;height:2.6875rem;top:5.3125rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiuTIAWD7XC900ubXlQW0DpTmL1BORxb { width:23.5rem;height:1.9375rem;top:9.0625rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ0JQT6bZ09pPooAUlCv9WooTZQt0iu9 { width:23.5rem;height:2.6875rem;top:10.6875rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0bGNNiOm8O8VbFvME5uvBHiHnB7xB4M { top:3.5625rem;left:5.578857421875rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt5aS5tBMxwK8nkothP5Db52tmKXuJgT { width:14.375rem;height:3.125rem;top:11.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJACE046hNtopm20N8aoBxJSU8dx0Ma9 { display:block; }
 }@media only screen and (max-width: 763px) { #uXTgDlOgpvdvZcVuIc03O8llsleGlloS { width:14.375rem;height:3.0625rem;top:15.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soCfxfsyRJBhWouKZpgymsEi0S0pAQ80 { display:block; }
 }@media only screen and (max-width: 763px) { #Ssxf5fiVyxWPQR6TRExI2QrWsFWy9l4N { top:4.375rem;left:23.875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGGSFD0nblGMFxXb30WP8LHNOZ6xLSek { top:9.9375rem;left:23.875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgGTQQJTSbZDm5SgPEW1X8uZ7bBnuXCW { width:20.375rem;height:1.3125rem;top:17.1875rem;left:27.249267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgQ3zpMF4osNJJxxmRGTlFKxFFywI8mL { top:15.1875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPCPn379BeCdTQfyQB7A8Ou2xXdon7vE { top:14.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0TbOKlSk8pGNkSEQ11yyoJhNkSiD894 { display:none; }
 }@media only screen and (max-width: 763px) { #NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q { display:block; }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbnVdWMKbSaWJfZx7I7JsWErsA3lRkD { width:23.5625rem;height:2rem;top:16.125rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouuQ30aqKnzfC40tcELUy8DTnGByTdsi { width:23.5rem;height:1.9375rem;top:4.0625rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPyJBA2lItoUKxV1RQp4iI5vTZkTAXA { width:23.5rem;height:2.6875rem;top:5.6875rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy4bnLOyh5cX1U23mZOizW6XvbQDHFKL { width:23.5rem;height:1.9375rem;top:10rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt1uJFWvL1h8olT1L4zrQ4BceSpd2RKC { width:23.5rem;height:2.6875rem;top:11.75rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFFrVSDPhzKVdAiG1UgKQhsPcJwIbIQZ { top:3.6875rem;left:2.640625rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTJg8Jm94DHTwPwpeXLNZPFJZpgFGec8 { width:14.375rem;height:3.125rem;top:13.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3b2AI9HOPssNsODWzlhrwJG9nKPcXtc { display:block; }
 }@media only screen and (max-width: 763px) { #AMCfhztrQyvvcgIoBCVcp3lTaUCGIVhJ { width:14.3125rem;height:3rem;top:16.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6VHh5PwbPg9JJ4dfyhcTDnoXb59J83v { display:block; }
 }@media only screen and (max-width: 763px) { #nhw48CF1siQToAl46FVFpuFoShuf97EZ { top:4.75rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJFy03FNzVXSpLfO2mtT2dAE9ipzKSe8 { width:20.375rem;height:1.3125rem;top:18.125rem;left:27.249267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPC1fyU89IObma7aqqEIWb2cOKDy5BHO { width:15.3125rem;height:2.25rem;top:5.75rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8O2tS4OddefFJ1WZf4SaSHLu3adSG57 { width:17.375rem;height:2.75rem;top:7.5rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNsARJbUQ0vo0TaJLJgwResphM44vcxk { top:10.5rem;left:23.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP9Dvlh7eCEMBdE47TFaDFrBMuWVoxrV { top:16.875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoVfo5oLTmVrG1EvZVrXazkLBauqHN34 { top:14.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzlZG1xvvelWepU1d50xwUXGtMvQKkn1 { display:none; }
 }@media only screen and (max-width: 763px) { #m3voRuK7qOXKgCqbr1N74yC5pRSc76en { display:block; }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vf3Gcn4p0sI39gJKoPeQVcvOounKFt9y { width:23.5625rem;height:2rem;top:16.125rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6BTtPKgepaBeBExw2dTR0QH5WnKqrcO { width:23.5rem;height:1.9375rem;top:4.0625rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sueu2tl7DGTfHSQqXI4cwTyse1H1lTNZ { width:23.5625rem;height:2.6875rem;top:5.75rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdwTrfLNHcaQK4gQPSFOiALhB546Ap8g { width:23.5rem;height:1.9375rem;top:10rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfTJ91ZoeIqivdrKTOqZ8KiHf7s4QJJM { width:23.5rem;height:2.6875rem;top:11.4375rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3MUiRhHGhar7EWL5TvcLfoWUDDQn5C4 { top:5.75rem;left:3.8125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQ0VvA48zGtFC2qg6ddz980vrzVCmdc { width:14.375rem;height:3.125rem;top:13.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkKHonvhSmdytXnl7qu91deUMTmgSPk3 { display:block; }
 }@media only screen and (max-width: 763px) { #QX0AfCLiDUtUdymABlmBM6K44CUxuMoS { width:14.3125rem;height:3rem;top:16.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfn0XzSry28iw9ZTeWQOm6Jz3FKTteyd { display:block; }
 }@media only screen and (max-width: 763px) { #udvwdftFuo0t1oSvPkDmsXSi59RBo5BA { top:4.625rem;left:23.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG0I4zieDTxKoEqCehCWsnAHhRttT1HD { top:16.5rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6svTG07FETbIGDibw3a8n97VemgqUpp { width:20.375rem;height:1.3125rem;top:18.125rem;left:27.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB4EZyQ2BSsmeF54fPP6evAw5qq2Ncnh { width:15.3125rem;height:2.25rem;top:6.8125rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TunyWo0JZVhT38sluzDpzCmbKHtRMZun { width:17.375rem;height:2.75rem;top:8.5625rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2QmBz7yeclKTGA9CvWPcSZgDJDA6OWQ { top:10rem;left:23.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydVqlCUpDx9J8w88p4bOsKTBoNMIsTVT { top:10.5rem;left:23.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMJqh0xNny6SCMfEAR4BbwMwPWBzBEAx { top:14.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcbdVgevWAsJw5RA43bgnHqcDudKvuHQ { display:none; }
 }@media only screen and (max-width: 763px) { #ysePz292MZvtH6KgyARW3phwgeNxlWcc { display:block; }#ysePz292MZvtH6KgyARW3phwgeNxlWcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTye7ZmbQcWcbCR01cECozZqJEch6mXF { width:23.5625rem;height:2rem;top:17.25rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLZHt5Et5VzWTXTLilZagrILuGNX9dsT { width:23.5rem;height:1.9375rem;top:4.0625rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1hKLtEoe8SX7NeG08iyik1p6EiriMcf { width:23.5625rem;height:4rem;top:5.75rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKOfLVPOzMpNpqHH02HtwMq4NGVzpu9E { width:23.5625rem;height:2rem;top:11.1875rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXsd0dKgOPSPAdMfd5dZuI8nICMZTT8B { width:23.5rem;height:2.6875rem;top:12.625rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ3MvDLATFSPyAO9p91SL69NTF3cHohV { top:5.6875rem;left:3.0307625rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXoUMRhcM3P0xpCVkiaolaQFgeXr2dIb { width:14.375rem;height:3.125rem;top:13.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbNLTL1l3XUXGTttV1nv9lIkZJs26sqO { display:block; }
 }@media only screen and (max-width: 763px) { #gPndTWE5vbRLDqPXSCTQc84yXTHRzqn9 { width:14.3125rem;height:3rem;top:16.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsuqJcxvQFcaem0ICLJ1u84EUDb82Z8L { display:block; }
 }@media only screen and (max-width: 763px) { #a5oZwo69u9SiDuxRMkuh2cA1egncNVhR { top:4.625rem;left:23.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTr62h5nAR5MuFvsPCz6rAk5o3FlU8g { top:17.625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W96D05roP4l2ucScBAg0NqoioOkt5WH9 { width:20.375rem;height:2.6875rem;top:19.25rem;left:27.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpM7NPeaVoEfMUKN9buByo1LtFZNiRCO { width:15.3125rem;height:2.25rem;top:6.75rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzMIuMN1NJUTsvlRDkvZmFyKpFkyRhAd { width:17.375rem;height:2.75rem;top:8.5rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy7AGnSSpJZH9puQ4LqWHpspOtSTsDls { top:11.1875rem;left:23.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8UDaAsEmQukk4gkpHyJ7yEHLf11a9KM { top:10.5rem;left:23.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A98wZXfUQXW1r6KKV1Opiv005SSTy8i5 { top:14.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBTTFEwkpuPSHrTLxzK5TBEI9spDS8pr { display:none; }
 }@media only screen and (max-width: 763px) { #TIxA6GRQkJNG4TUJLZrVtoXhJegR3XIa { width:11.4375rem;height:3.5625rem;top:12.9375rem;left:3.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E { display:block; }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGxok6JQ3BBTkwFxT6geH6hayU0SaFR3 { width:23.5625rem;height:2rem;top:17.25rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrS8NU49eoDOlEmM3kOpRVLabnnEJH0i { width:23.5625rem;height:2rem;top:4.125rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #roOB77iFPA6np0ukZP7xq3SAswKwufl6 { width:23.5625rem;height:2.6875rem;top:5.75rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzdHwqtmnrEzTq8u23RPvB4vCG3EJkRl { width:23.5625rem;height:2rem;top:10.6875rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwSbtTPkDVgvlIx0CXshT7KNuRWEkJiC { width:23.5rem;height:2.6875rem;top:12.625rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzMKpAwSoPCWiiiMFHrz0BMgrTmTCvD9 { top:5.6875rem;left:3.0307625rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emGHHvfqfPlCZeVfGt05wNxwc2rKnq3S { width:14.375rem;height:3.125rem;top:13.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPbFJJRBDobNxCXa56e4r74FZEcfTJFg { display:block; }
 }@media only screen and (max-width: 763px) { #r3wcZw1h09BDL2O85qZ902CPbfQWoauX { width:14.3125rem;height:3rem;top:16.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7axVWGWLXGhfovkSCUpsLHEVDI8HGHB { display:block; }
 }@media only screen and (max-width: 763px) { #r8zdTLJaD8ptS3RPItIPOflNK4GzOdP0 { top:4.625rem;left:23.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evgKJR5KxJN5AJwTxt8IXKB2TvbZPE5s { top:17.625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIOt4W9qZHRP3HFA6KL629OKmU0BDgBo { width:20.375rem;height:1.3125rem;top:19.25rem;left:27.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9WvF22LXUxORHbsQDEa39wn00pU6dkS { width:15.3125rem;height:2.25rem;top:6.8125rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ADM3IaizsVk1x4ZwfFIJZ94WVqm3NI { width:17.375rem;height:2.75rem;top:8.5625rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz9EbWTyoPRTQIKAMfgE2SGHyyDb4wbm { top:11.1875rem;left:23.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSnmIQ89yK4RNiGEW2M1RkMQAhOE1PMJ { top:14.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3iABpeWog64nUkBTzMQ1BZlSOOSxX7e { display:none; }
 }@media only screen and (max-width: 763px) { #evPSniIbwKr3Cw0Xmvb2iRQl8cCgTJpJ { width:11.4375rem;height:2.6875rem;top:12.625rem;left:3.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbTyZD1II4Hoa5nzKZWX1z76xVZPxfsZ { top:11.1875rem;left:23.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ { display:block; }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FgGK7zKTF1zot9UubTKeBTZqmMcyJfro { width:23.5625rem;height:2rem;top:16.125rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6otZ2lLm9XsZZaTNuUwZvBtLT2mdFN5 { width:23.5rem;height:1.9375rem;top:4.0625rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb23vVaWc5WOEdmF9fpurH5ZOc0ZmTeq { width:23.5rem;height:2.6875rem;top:5.6875rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oecwDlhmRg5mCC8pm04K7U0O8v8X4ATl { width:23.5rem;height:1.9375rem;top:10rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIDutalAxCNm33dRR1CpUZ3tci9BrDDG { width:23.5rem;height:2.6875rem;top:12.125rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFk0S2TeVOk51sFfXtZKTGtIIK0httRd { top:11.3125rem;left:23.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOTI982HruZZiVmnxhhfcv24Rbsi1UJo { width:14.375rem;height:3.125rem;top:13.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNB7otGthWTWQnQTbEldvZxaVDW4ZdF0 { display:block; }
 }@media only screen and (max-width: 763px) { #S9H6rKtE8NXzv4RIxAFTdQWc4AHdwP7T { width:14.3125rem;height:3rem;top:16.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFKehp8OVZhrL7qNwE1bJgKTRPfb1CEz { display:block; }
 }@media only screen and (max-width: 763px) { #yaZMDb1UEiM3Et34v1Z5byeDy0uZqTnH { width:20.375rem;height:1.3125rem;top:18.125rem;left:27.249267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy2c0fmQTlpyt0nQTt8ReFISxKb0VAEL { width:15.3125rem;height:0;top:6.8125rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLRArqwrHiatVWa64H0SAdPdTQk4Dw7I { width:17.375rem;height:2.75rem;top:8.5625rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV5g0W8w0att75TX7Xx1nR1xg66fOXLB { top:4.75rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTzzWrypQfIXz3KPKEFCycAM4yogNGr { top:5rem;left:1.9677734375rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBpN2HRZO8J9FfN9tLeux00MFKyVyy0A { top:16.4375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWPZlG2AmTbeLyFobSbuA7tc9wKrbt6r { width:11.4375rem;height:2.6875rem;top:15.75rem;left:4.685546875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6gacfJGsL7HIsfk1o918AmicXbr4iVu { top:14.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5LvSHtdbz80pXTu1a3bVBlIep6R1HBl { display:none; }
 }@media only screen and (max-width: 763px) { #nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z { display:block; }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJ1H2anxzLZDzqgG3ezMCNaxNfDaaAbD { width:28.5rem;height:4.5rem;top:2.6875rem;left:9.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3g6xWcyx5O0D3FBDbT5m5HdQLfPTcvt { top:5.0625rem;left:0rem;width:16.5625rem;height:4.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZhCUEftqTUoeKZnpkc5tq9RIZOkeIdh { width:14.375rem;height:3.125rem;top:8.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV1daeTGW7xfcUG2gsUk1zmsqDW2xJXC { display:block; }
 }@media only screen and (max-width: 763px) { #PHHK7B1J2P3lXx6gETBECPhilPwGxGl9 { width:14.375rem;height:3.0625rem;top:8.875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FENxfcNzHdq3c1zBGl2n5CxbwoqpXpyw { display:block; }
 }@media only screen and (max-width: 763px) { #GQk5RbfTsuP2ZtkE4pB6X3VQzsi7nKAm { width:23.5rem;height:4rem;top:14.5rem;left:12.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuJbuWTMXTz8JyS9fz6UegUHTEE9ZBpQ { top:20.25rem;left:0rem;width:47.75rem;height:29.39609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQCVgo5HbA5HbNduA606MOGAc658lVT { width:47.6875rem;height:90.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { background-color:#000000;background-image:none;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39b25f4d-65d1-4c25-a18d-c124c7dc2164/noroot.crop_891x1823_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWOK7IsVT5xTiuI3CgrBT0LkswuLRz3D { width:20rem;height:1.4624rem;top:29.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiDkmdvImTaFl4FrPEET8VhgVtbfcCrk { width:12.5rem;height:3.125rem;top:32.5625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZmuTHRxIN8Qdck1eW5hO5CISfaHqnWI { display:block; }
 }@media only screen and (max-width: 763px) { #VCeNJy8eUQuOFOekFqKsmGawz62mDSNy { width:12.46875rem;height:3.09375rem;top:36.9375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZToG89T1mozI6iMF7eZTsdT1IygXqRK { display:block; }
 }@media only screen and (max-width: 763px) { #f5uc3TOd8OgqfUEORrAgLnqF4dzt5CtG { width:14.6875rem;height:18.562rem;top:11rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG8FLh2Bo9EHW3AwP8chsgzuFz21Hozb { width:20rem;height:1.4624rem;top:28rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 { display:block; }#aBb1tCSGciZ5tFeUTf6ROnOzfqaNMzJ7 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCRqaPUaQcbOurKTkVELo2EZchlQF4KK { width:12.68675rem;height:2.25rem;top:1.749267578125rem;left:3.65478515625rem;text-align:center;text-align-last:center;line-height:1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOLGPD8Tbg355Q71k0mxS5eTn6VshbfU { width:14.625rem;height:5.99365625rem;top:11.497802734375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0DrU3aX6An8S4zc4dPTBIAXMltUi8oT { top:5.0810546875rem;left:1.71875rem;width:16.5625rem;height:4.796875rem;z-index:15004;font-size:0.75rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1e3b0bd8-af08-46e2-a911-b4df6b119f01/Projektbeznazwy20260507T141217539.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN.adaptive-delivery-prevent-bg, #LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN.lazyload, #LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN.lazyloading { background-image: none; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { background-color: transparent; background-image: none; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container > .video-iframe-container { display: none; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row > .video-iframe-container { display: none; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .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); }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { border-width: 0; border-radius: 0; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgHMEhRJnF92XVLbnrOmTOI7XuGdbKqN > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flFhW8RbQJKMiTiQP0ZMRRtIAMNtqwOW { width:10.1245rem;height:2.7998rem;top:3.375rem;left:8.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TlcxPV4g6VTCdZBsrC9UrCHxJLlKWXJE { width:6.3125rem;height:1rem;top:2.25rem;left:8.9375rem;text-align:left;text-align-last:left;line-height:1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzgMFbM0i8tsHOHLKWKoTxT88eSn5ZB0 { width:0.0625rem;height:19.0625rem;top:18.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4eI57wvBUlLfk9pI7m5m8rDMIPxzEv6 { width:8.375rem;height:1.3999rem;top:11.0625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8byxqXzL7oE3FalomUIzW7EHgNZ139v { width:9.875rem;height:2.69824375rem;top:9.900390625rem;left:9.0615234375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UTCQkomupJLtBmF8SLfIwe5H6SXONTO4 { width:8.1875rem;height:2.0996125rem;top:16.0625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PhXU5HhzZa9B4ia3NkDTnSMtBFfVLPt0 { width:8.875rem;height:2.6982375rem;top:17.1318359375rem;left:9.5615234375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZm4c5cr38K8pyieNeOkGJrl1JI7k3Zh { width:7rem;height:2.0996125rem;top:21.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T63s4UwEg4dC5LDeSBtq4nQgZp7TBuN9 { width:8.125rem;height:2.69824375rem;top:21.9619140625rem;left:9.9365234375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CJfEnKg2TDg5iSnGB2Fd9r8nTQtnL5K4 { display:flex;width:5.3125rem;height:5.3125rem;top:1.625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #CMSGLt6sTDqOhP8NFlblTPso96dC3I84 { display:flex;width:1.875rem;height:1.875rem;top:9.25rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #SHBuEcnwSb7ZloEc7E8brIAxCdx9Xrhd { display:flex;width:2.249025rem;height:2.249025rem;top:13.8125rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #zz0qqMZwbGTMcnpdNMUPiLy0z1CkrllU { display:flex;width:2rem;height:2rem;top:19.875rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #OXaryU5uKWGBEKPgmoHHyQJFTXvwmUIx { width:9.875rem;height:2.6982375rem;top:15.52734375rem;left:9.0615234375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15007;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RcoyEs58FcmkOTN33wN11gO8z5EPPWzc { display:block; }#RcoyEs58FcmkOTN33wN11gO8z5EPPWzc > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R359hoiuKcULdNDcbbAzqyDdV4MF1EKg { width:20rem;height:11.3745rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ { display:block; }#pWx55puzxQlr7GmE1E6C2Q4z6Xb2AoKZ > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S890XyZxbrt0E42FTePnZRFw0OqfhPAQ { width:10.9375rem;height:2.25rem;top:1.125rem;left:4.53125rem;text-align:center;text-align-last:center;line-height:1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KseBtQrRBallyNOC0XZAdildda3MxGvp { display:block; }#KseBtQrRBallyNOC0XZAdildda3MxGvp > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IueRXrVf1vdkBrgACqVnTai8l55nRpF2 { width:6rem;height:1.79980625rem;top:4.375rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX7hFxkyVsUVJxMVGcfbxkAxJJ3D8gkA { width:2.4375rem;height:1.125rem;top:3.25rem;left:6.5rem;text-align:left;text-align-last:left;line-height:1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7lutfShfgeM8Uth4WSLO6hgOOWBOlrA { width:0.0625rem;height:239.1875rem;top:3.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4n6PTvcETJlUcbihnP64gXXQUwiDV05 { width:10.4375rem;height:1.19970625rem;top:20.5rem;left:6.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoxAzSQzD57Thnp00BxI3yqFJe6utG2O { width:15.125rem;height:1.7998rem;top:21.625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yPhTKUD8KFyk7LpNLELnCzQ0Nk1MTPsl { width:14.875rem;height:1.19970625rem;top:11.375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPtQcZBp7xwiGMTIAJcKVHhDJMgIFuMa { width:14.9375rem;height:2.3994125rem;top:12.57421875rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pmpWq1ZUpvnrkGVB8FuhDwfWQMeMvkm9 { width:13.875rem;height:1.19970625rem;top:15.6875rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWUVztWoho6q5cU640Glf4z1T1Zk0DUl { width:14.5rem;height:2.69824375rem;top:16.875rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wehuDfkMfPKUSFx8zE8dFdEdDImxK7nR { display:flex;width:5.1875rem;height:5.1875rem;top:0.9375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #uBISALv3OWDLlhi2ooICWOgwwysx1UfU { width:9.375rem;height:2.5rem;top:7.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR9OvRTXwRE4y8TfwJuCucu1k1oT2vdt { display:block; }
 }@media only screen and (max-width: 763px) { #UlufQgUuyruJfUdoZSDM5IVUpI4fIzMf { width:9.375rem;height:2.5rem;top:7.4375rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv26IpqeeaZ0xRytqUQluaoSOTJqFlv8 { display:block; }
 }@media only screen and (max-width: 763px) { #R71seJb2gHbkWE1k6TPwPVTH4hu6pN57 { display:flex;width:2.25rem;height:2.25rem;top:11.2353515625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #WcRuzI7wdbzHIliPvxBSBxTVMfbfnMbL { display:flex;width:2.1875rem;height:2.1875rem;top:16.6796875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #OWkSgbb0y4OGL8Tdf5MJ7p6gVCFDdVMD { display:flex;width:2.1875rem;height:2.1875rem;top:20.8671875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #vW8syqVzeMwVwbK9EioHAdTomGBafZ9T { top:24.875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15028;background-color:#ff9100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa { display:block; }#yx38GCkh31PCRMZTqHZDcmLDqrFWt1Sa > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CF3su4ZigznhbHJK68cx1w5JIQ2AqdsT { width:20rem;height:0;top:10.5rem;left:0rem;text-align:left;text-align-last:left;line-height:1;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8rASnve9AWy1u8k9JsohIrZ7Ik1hFa1 { width:11.375rem;height:1.19970625rem;top:19.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhUrn6Bp2HnfwtbQ1VxwI4nIxwDsKoTC { width:13.375rem;height:1.19970625rem;top:10.875rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H20NMUuacTT23hcgQqqKlUwaDTIERClR { width:12.9375rem;height:1.19970625rem;top:12.0625rem;left:6rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pTZ1TwrPgPmybiLvfGDkPr8Nc2XLWb7e { width:11.9375rem;height:1.19970625rem;top:15.0625rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsgdiS2Iz2gmxWdfLSpIgxxO0Gh1EnWI { width:13.75rem;height:0;top:17.26953125rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLVd0DLUHPVd4BC9zJ0e45AHPDAmGNeu { display:flex;width:4.4375rem;height:4.4375rem;top:0.75rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #QhMLV7ZZt5pldv0dpTTL5aaRkJ3OxZ3A { width:9.375rem;height:2.5rem;top:6.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5Aqm1FBEmOnPNpEH6uTe3cZX8gtndv { display:block; }
 }@media only screen and (max-width: 763px) { #XTT5IrlpES3WTEDGu2CLtsHG3uAn8caT { width:9.375rem;height:2.5625rem;top:6.8125rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXbUKC5bPRRhm4iEoP1UOVD6BdFN9DSH { display:block; }
 }@media only screen and (max-width: 763px) { #fdTyanJmVlyTAGw3AH8J9dQFQEATOBuf { display:flex;width:2.5625rem;height:2.5625rem;top:10.875rem;left:1.8125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #o0Ru25VKSnFG9BkqD3gckt08q9Ln6uBi { display:flex;width:2.5rem;height:2.5rem;top:15.6875rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #peqaWUq2WP0saesoQpeLnDWe3z1LCGLh { width:14.0625rem;height:0.8999rem;top:21rem;left:5.5rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lBERtvmVUScmE9XwEhq9NlvEwmDiCz8E { display:flex;width:2.5rem;height:2.5rem;top:19.625rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #LpPnGytIRLT0RGRJVaLZ5ZqoaNGz9XTQ { width:6rem;height:1.79980625rem;top:2.5rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #h9wQ5OQDmt7E7gGJcGp6VW2beqGHN6mT { width:14.125rem;height:1.125rem;top:4.125rem;left:5.875rem;text-align:left;text-align-last:left;line-height:1;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TRbBa5RimezBUZGdL56OHy1SeQHuV5C3 { width:14.4375rem;height:1.7998rem;top:16.25rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15016;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wftNA4LbgDpNVUimzWoyTXsKkKbHmcy1 { top:23.25rem;left:0rem;width:20rem;height:0.0625rem;z-index:15029;background-color:#ff9100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP { display:block; }#MzHWKGxAbVggyTtTv7MK6suxZ1KxvDZP > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTarnbC8bBZDTwG2IPqgWkebAgN4wx3X { width:9.6230625rem;height:1.79980625rem;top:4.625rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuZ3vhKdw5MCXpBA4K022lcnL6PlSKwI { width:8.3730625rem;height:1.125rem;top:3.5rem;left:6.6875rem;text-align:left;text-align-last:left;line-height:1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdTd9TtsTU9OHGAfdybyP2RTDvsKSwBH { width:9.8125rem;height:1.19970625rem;top:21.375rem;left:7.84375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8p9qUfIK19THz7kC07l3WuuTesMBIJR { width:8.375rem;height:1.19970625rem;top:11.8125rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFpDrG3fLBfWQEDVq16mAy1Dro6iDmaw { width:12.1875rem;height:1.7998rem;top:13rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CyHGUUCn4TU3BAtTeS9LESvoFTDvWxqo { width:12.5625rem;height:1.19970625rem;top:16.919921875rem;left:6.46875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB6OqSayeIrASoXU2FCLktkVpJUnq85w { width:13.0625rem;height:1.7998rem;top:18.119140625rem;left:6.40625rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lPCnoshUpRATZhSRhaV8ZctDBQUCJ2Ve { display:flex;width:4.6875rem;height:4.6875rem;top:1.6875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #EqHtG2TyWTqK01u1DxNFQpTZAhpqy7O8 { width:9.375rem;height:2.5rem;top:7.6123046875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1ViubqcrSJz4frLvekntEQ9AgG4nM9i { display:block; }
 }@media only screen and (max-width: 763px) { #qEwGUPLfMPgDqusRbdSqMi9bd8TFeLpn { width:9.375rem;height:2.5625rem;top:7.5810546875rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkxAztZrGTPVidBaC7Z38bf7Fq0GNVxg { display:block; }
 }@media only screen and (max-width: 763px) { #f7MZpDGbt0pltEcEpnObP2k6TxmzQmH5 { display:flex;width:2.4375rem;height:2.4375rem;top:16.919921875rem;left:2.3125rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #uKoPgbErx5TJLuaaR8yhGpF3zAB1WT30 { width:9.0625rem;height:1.798825rem;top:22.57421875rem;left:8.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tE4fMromDu8pcRVP0xMl2FHC4T42GF9J { display:flex;width:2.4375rem;height:2.4375rem;top:12.2998046875rem;left:2.3125rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #AfJAObA9Zq7CUl4xTNNdV2d8hbvBGoVF { display:flex;width:3.125rem;height:3.125rem;top:21.041015625rem;left:1.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9DRIJSfHRuuIP7fJrBMQvX7wEEDFVkT { display:flex;width:2.5rem;height:2.5rem;top:21.375rem;left:2.28125rem;font-size:1.75rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #cIRUxemfIMxl2SXhqMiozudig5Ud0l3h { top:25.4375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15030;background-color:#ff9100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 { display:block; }#lsvZQ5LP3UbG9qt1eT7SPqgSNTqr6yk0 > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUDnGZx0MokrvwiOFCQBePZUz8XskuAw { width:9.6230625rem;height:1.79980625rem;top:4.5rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOfBrvBWTov3RUw9dSNdQOhIDHwiDx3 { width:8.3730625rem;height:1.125rem;top:3.4375rem;left:6.5625rem;text-align:left;text-align-last:left;line-height:1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFtGnd65VEoQUPPxbbd0wrgmduGw7TsI { width:9.6875rem;height:1.19970625rem;top:22.291015625rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB6yrcBk028Rz8bsPPACACXFZGRA7viA { width:10.6875rem;height:1.19970625rem;top:12.6875rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWF16mgH2ZSz2JanyxF9BLPuytgspND { width:11.0625rem;height:1.7998rem;top:13.8125rem;left:8.125rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oiuTIAWD7XC900ubXlQW0DpTmL1BORxb { width:9.875rem;height:1.19970625rem;top:17.482421875rem;left:8.71875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ0JQT6bZ09pPooAUlCv9WooTZQt0iu9 { width:11.375rem;height:1.7998rem;top:18.681640625rem;left:7.810546875rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T0bGNNiOm8O8VbFvME5uvBHiHnB7xB4M { display:flex;width:4.6875rem;height:4.6875rem;top:1.6748046875rem;left:1.9375rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #Lt5aS5tBMxwK8nkothP5Db52tmKXuJgT { width:9.375rem;height:2.5rem;top:7.9873046875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJACE046hNtopm20N8aoBxJSU8dx0Ma9 { display:block; }
 }@media only screen and (max-width: 763px) { #uXTgDlOgpvdvZcVuIc03O8llsleGlloS { width:9.375rem;height:2.5625rem;top:7.9560546875rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #soCfxfsyRJBhWouKZpgymsEi0S0pAQ80 { display:block; }
 }@media only screen and (max-width: 763px) { #Ssxf5fiVyxWPQR6TRExI2QrWsFWy9l4N { display:flex;width:2.4375rem;height:2.4375rem;top:12.6875rem;left:3.0625rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #MGGSFD0nblGMFxXb30WP8LHNOZ6xLSek { display:flex;width:2.4375rem;height:2.4375rem;top:17.482421875rem;left:3.0625rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #hgGTQQJTSbZDm5SgPEW1X8uZ7bBnuXCW { width:9.8125rem;height:1.798825rem;top:23.490234375rem;left:8.75rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wgQ3zpMF4osNJJxxmRGTlFKxFFywI8mL { display:flex;width:2.4375rem;height:2.4375rem;top:22.291015625rem;left:3.0625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPCPn379BeCdTQfyQB7A8Ou2xXdon7vE { display:flex;width:2.5rem;height:2.5rem;top:22.291015625rem;left:3.03125rem;font-size:1.75rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #q0TbOKlSk8pGNkSEQ11yyoJhNkSiD894 { top:27.0625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15031;background-color:#ff9100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q { display:block; }#NCRF5aGcd5sAnnmJgUhJcAefesv4RM4q > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbnVdWMKbSaWJfZx7I7JsWErsA3lRkD { width:7.75rem;height:1.19970625rem;top:22.3125rem;left:9.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouuQ30aqKnzfC40tcELUy8DTnGByTdsi { width:11.9375rem;height:1.19970625rem;top:12.736328125rem;left:7.248046875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPyJBA2lItoUKxV1RQp4iI5vTZkTAXA { width:11.875rem;height:1.7998rem;top:13.935546875rem;left:7.375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xy4bnLOyh5cX1U23mZOizW6XvbQDHFKL { width:11.5625rem;height:1.19970625rem;top:17.5625rem;left:8rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt1uJFWvL1h8olT1L4zrQ4BceSpd2RKC { width:12.75rem;height:1.7998rem;top:18.75rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CFFrVSDPhzKVdAiG1UgKQhsPcJwIbIQZ { display:flex;width:4.6875rem;height:4.6875rem;top:1.5rem;left:1.5625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #HTJg8Jm94DHTwPwpeXLNZPFJZpgFGec8 { width:9.375rem;height:2.5rem;top:7.923828125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3b2AI9HOPssNsODWzlhrwJG9nKPcXtc { display:block; }
 }@media only screen and (max-width: 763px) { #AMCfhztrQyvvcgIoBCVcp3lTaUCGIVhJ { width:9.375rem;height:2.5rem;top:7.923828125rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6VHh5PwbPg9JJ4dfyhcTDnoXb59J83v { display:block; }
 }@media only screen and (max-width: 763px) { #nhw48CF1siQToAl46FVFpuFoShuf97EZ { display:flex;width:2.5rem;height:2.5rem;top:12.736328125rem;left:2.65625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #hJFy03FNzVXSpLfO2mtT2dAE9ipzKSe8 { width:9.0625rem;height:1.798825rem;top:23.5rem;left:8.75rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qPC1fyU89IObma7aqqEIWb2cOKDy5BHO { width:9.8125rem;height:1.125rem;top:3.625rem;left:6.3125rem;text-align:left;text-align-last:left;line-height:1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8O2tS4OddefFJ1WZf4SaSHLu3adSG57 { width:7.125rem;height:1.79980625rem;top:4.75rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tNsARJbUQ0vo0TaJLJgwResphM44vcxk { display:flex;width:3.125rem;height:3.125rem;top:17.5625rem;left:2.34375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #sP9Dvlh7eCEMBdE47TFaDFrBMuWVoxrV { display:flex;width:3.125rem;height:3.125rem;top:35.375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoVfo5oLTmVrG1EvZVrXazkLBauqHN34 { display:flex;width:2.5rem;height:2.5rem;top:23.1484375rem;left:2.65625rem;font-size:1.75rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #zzlZG1xvvelWepU1d50xwUXGtMvQKkn1 { top:27.125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15032;background-color:#ff9100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m3voRuK7qOXKgCqbr1N74yC5pRSc76en { display:block; }#m3voRuK7qOXKgCqbr1N74yC5pRSc76en > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vf3Gcn4p0sI39gJKoPeQVcvOounKFt9y { width:8.125rem;height:1.19921875rem;top:22.1875rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6BTtPKgepaBeBExw2dTR0QH5WnKqrcO { width:9.8125rem;height:1.19970625rem;top:12.4873046875rem;left:8.34375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sueu2tl7DGTfHSQqXI4cwTyse1H1lTNZ { width:13.5rem;height:1.7998rem;top:13.6865234375rem;left:6.5rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PdwTrfLNHcaQK4gQPSFOiALhB546Ap8g { width:9.25rem;height:1.19970625rem;top:17.3125rem;left:8.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfTJ91ZoeIqivdrKTOqZ8KiHf7s4QJJM { width:11rem;height:1.7998rem;top:18.51171875rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D3MUiRhHGhar7EWL5TvcLfoWUDDQn5C4 { display:flex;width:4.5625rem;height:4.5625rem;top:1.5625rem;left:1.3125rem;font-size:3.1875rem; }
 }@media only screen and (max-width: 763px) { #mFQ0VvA48zGtFC2qg6ddz980vrzVCmdc { width:9.375rem;height:2.5rem;top:7.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkKHonvhSmdytXnl7qu91deUMTmgSPk3 { display:block; }
 }@media only screen and (max-width: 763px) { #QX0AfCLiDUtUdymABlmBM6K44CUxuMoS { width:9.375rem;height:2.5rem;top:7.8125rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfn0XzSry28iw9ZTeWQOm6Jz3FKTteyd { display:block; }
 }@media only screen and (max-width: 763px) { #udvwdftFuo0t1oSvPkDmsXSi59RBo5BA { display:flex;width:2.5rem;height:2.5rem;top:13.0498046875rem;left:2.34375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nG0I4zieDTxKoEqCehCWsnAHhRttT1HD { display:flex;width:3.125rem;height:3.125rem;top:46.8642625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6svTG07FETbIGDibw3a8n97VemgqUpp { width:9.375rem;height:0.8999rem;top:23.4375rem;left:8.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vB4EZyQ2BSsmeF54fPP6evAw5qq2Ncnh { width:6.125rem;height:1.125rem;top:3.25rem;left:6.9375rem;text-align:left;text-align-last:left;line-height:1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TunyWo0JZVhT38sluzDpzCmbKHtRMZun { width:2.8125rem;height:1.79980625rem;top:4.375rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2QmBz7yeclKTGA9CvWPcSZgDJDA6OWQ { display:flex;width:3.75rem;height:3.75rem;top:34.17016875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydVqlCUpDx9J8w88p4bOsKTBoNMIsTVT { display:flex;width:3.125rem;height:3.125rem;top:17.3125rem;left:2.03125rem;font-size:1.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #TMJqh0xNny6SCMfEAR4BbwMwPWBzBEAx { display:flex;width:2.5rem;height:2.5rem;top:22.1875rem;left:2.1875rem;font-size:1.75rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #BcbdVgevWAsJw5RA43bgnHqcDudKvuHQ { top:26.3125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15033;background-color:#ff9100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ysePz292MZvtH6KgyARW3phwgeNxlWcc { display:block; }#ysePz292MZvtH6KgyARW3phwgeNxlWcc > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTye7ZmbQcWcbCR01cECozZqJEch6mXF { width:8.0625rem;height:1.19970625rem;top:21.6875rem;left:8.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLZHt5Et5VzWTXTLilZagrILuGNX9dsT { width:13.5rem;height:1.19970625rem;top:11.7998046875rem;left:5.685546875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1hKLtEoe8SX7NeG08iyik1p6EiriMcf { width:12.9375rem;height:0;top:12.9990234375rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #SKOfLVPOzMpNpqHH02HtwMq4NGVzpu9E { width:9.75rem;height:1.19970625rem;top:17.3125rem;left:7.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXsd0dKgOPSPAdMfd5dZuI8nICMZTT8B { width:11.4375rem;height:1.7998rem;top:18.5rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RQ3MvDLATFSPyAO9p91SL69NTF3cHohV { display:flex;width:4.25rem;height:4.25rem;top:0.8125rem;left:0.875rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #ZXoUMRhcM3P0xpCVkiaolaQFgeXr2dIb { width:9.375rem;height:2.5rem;top:6.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbNLTL1l3XUXGTttV1nv9lIkZJs26sqO { display:block; }
 }@media only screen and (max-width: 763px) { #gPndTWE5vbRLDqPXSCTQc84yXTHRzqn9 { width:9.375rem;height:2.5rem;top:6.5rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsuqJcxvQFcaem0ICLJ1u84EUDb82Z8L { display:block; }
 }@media only screen and (max-width: 763px) { #a5oZwo69u9SiDuxRMkuh2cA1egncNVhR { display:flex;width:2.5rem;height:2.5rem;top:12.9990234375rem;left:1.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #QTTr62h5nAR5MuFvsPCz6rAk5o3FlU8g { display:flex;width:3.125rem;height:3.125rem;top:47.5517625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W96D05roP4l2ucScBAg0NqoioOkt5WH9 { width:11rem;height:1.7998rem;top:22.875rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bpM7NPeaVoEfMUKN9buByo1LtFZNiRCO { width:9rem;height:1.125rem;top:2.1875rem;left:6.5rem;text-align:left;text-align-last:left;line-height:1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzMIuMN1NJUTsvlRDkvZmFyKpFkyRhAd { width:7.375rem;height:1.79980625rem;top:3.375rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy7AGnSSpJZH9puQ4LqWHpspOtSTsDls { display:flex;width:3.75rem;height:3.75rem;top:34.85766875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8UDaAsEmQukk4gkpHyJ7yEHLf11a9KM { display:flex;width:3.125rem;height:3.125rem;top:17.25rem;left:1.4375rem;font-size:1.75rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #A98wZXfUQXW1r6KKV1Opiv005SSTy8i5 { display:flex;width:2.5rem;height:2.5rem;top:21.9375rem;left:1.75rem;font-size:1.75rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #SBTTFEwkpuPSHrTLxzK5TBEI9spDS8pr { top:26.25rem;left:0rem;width:20rem;height:0.0625rem;z-index:15034;background-color:#ff9100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TIxA6GRQkJNG4TUJLZrVtoXhJegR3XIa { width:11.4375rem;height:3.59765625rem;top:12.9990234375rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E { display:block; }#i0eppwzvIFWBDU7FU7O4CWPc7LTt3T1E > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGxok6JQ3BBTkwFxT6geH6hayU0SaFR3 { width:10.125rem;height:1.19970625rem;top:21.4375rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrS8NU49eoDOlEmM3kOpRVLabnnEJH0i { width:13.5rem;height:1.19970625rem;top:11.75rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #roOB77iFPA6np0ukZP7xq3SAswKwufl6 { width:12.9375rem;height:0;top:12.9990234375rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qzdHwqtmnrEzTq8u23RPvB4vCG3EJkRl { width:9.75rem;height:1.19970625rem;top:16.1875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwSbtTPkDVgvlIx0CXshT7KNuRWEkJiC { width:11.4375rem;height:2.69824375rem;top:17.375rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rzMKpAwSoPCWiiiMFHrz0BMgrTmTCvD9 { display:flex;width:4.25rem;height:4.25rem;top:0.8125rem;left:0.875rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #emGHHvfqfPlCZeVfGt05wNxwc2rKnq3S { width:9.375rem;height:2.5rem;top:6.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPbFJJRBDobNxCXa56e4r74FZEcfTJFg { display:block; }
 }@media only screen and (max-width: 763px) { #r3wcZw1h09BDL2O85qZ902CPbfQWoauX { width:9.375rem;height:2.5rem;top:6.5rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7axVWGWLXGhfovkSCUpsLHEVDI8HGHB { display:block; }
 }@media only screen and (max-width: 763px) { #r8zdTLJaD8ptS3RPItIPOflNK4GzOdP0 { display:flex;width:2.5rem;height:2.5rem;top:11.875rem;left:1.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #evgKJR5KxJN5AJwTxt8IXKB2TvbZPE5s { display:flex;width:3.125rem;height:3.125rem;top:47.5517625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIOt4W9qZHRP3HFA6KL629OKmU0BDgBo { width:11rem;height:0.8999rem;top:22.6875rem;left:6.625rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e9WvF22LXUxORHbsQDEa39wn00pU6dkS { width:9rem;height:1.125rem;top:2.1875rem;left:6.5rem;text-align:left;text-align-last:left;line-height:1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ADM3IaizsVk1x4ZwfFIJZ94WVqm3NI { width:7.375rem;height:1.79980625rem;top:3.375rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz9EbWTyoPRTQIKAMfgE2SGHyyDb4wbm { display:flex;width:2.375rem;height:2.375rem;top:16.1875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #gSnmIQ89yK4RNiGEW2M1RkMQAhOE1PMJ { display:flex;width:2.5rem;height:2.5rem;top:20.787109375rem;left:1.75rem;font-size:1.75rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #h3iABpeWog64nUkBTzMQ1BZlSOOSxX7e { top:26.25rem;left:0rem;width:20rem;height:0.0625rem;z-index:15034;background-color:#ff9100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #evPSniIbwKr3Cw0Xmvb2iRQl8cCgTJpJ { width:11.4375rem;height:2.69824375rem;top:12.625rem;left:6.375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #AbTyZD1II4Hoa5nzKZWX1z76xVZPxfsZ { display:flex;width:17.25rem;height:17.25rem;top:19.125rem;left:1.71875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ { display:block; }#X4OCBbtTJfh1DptsommdfPJTTvJEWeHJ > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FgGK7zKTF1zot9UubTKeBTZqmMcyJfro { width:8.5rem;height:1.19970625rem;top:23.625rem;left:9.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6otZ2lLm9XsZZaTNuUwZvBtLT2mdFN5 { width:8.1875rem;height:1.19970625rem;top:12.75rem;left:9.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb23vVaWc5WOEdmF9fpurH5ZOc0ZmTeq { width:11.5625rem;height:0;top:30.0849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oecwDlhmRg5mCC8pm04K7U0O8v8X4ATl { width:10.625rem;height:1.19970625rem;top:18.75rem;left:8.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIDutalAxCNm33dRR1CpUZ3tci9BrDDG { width:11.5rem;height:1.7998rem;top:19.9375rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zFk0S2TeVOk51sFfXtZKTGtIIK0httRd { display:flex;width:2.875rem;height:2.875rem;top:18.75rem;left:2.5625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #LOTI982HruZZiVmnxhhfcv24Rbsi1UJo { width:9.375rem;height:2.5rem;top:7.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNB7otGthWTWQnQTbEldvZxaVDW4ZdF0 { display:block; }
 }@media only screen and (max-width: 763px) { #S9H6rKtE8NXzv4RIxAFTdQWc4AHdwP7T { width:9.375rem;height:2.5rem;top:7.875rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFKehp8OVZhrL7qNwE1bJgKTRPfb1CEz { display:block; }
 }@media only screen and (max-width: 763px) { #yaZMDb1UEiM3Et34v1Z5byeDy0uZqTnH { width:6.8125rem;height:0.8999rem;top:24.8125rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zy2c0fmQTlpyt0nQTt8ReFISxKb0VAEL { width:2.8125rem;height:1.125rem;top:3.25rem;left:6.8125rem;text-align:left;text-align-last:left;line-height:1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLRArqwrHiatVWa64H0SAdPdTQk4Dw7I { width:10rem;height:1.79980625rem;top:4.375rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV5g0W8w0att75TX7Xx1nR1xg66fOXLB { display:flex;width:2.75rem;height:2.75rem;top:13.3125rem;left:2.4375rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #yuTzzWrypQfIXz3KPKEFCycAM4yogNGr { display:flex;width:4.6875rem;height:4.6875rem;top:1.375rem;left:1.5rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #vBpN2HRZO8J9FfN9tLeux00MFKyVyy0A { display:flex;width:3.125rem;height:3.125rem;top:42.8418rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWPZlG2AmTbeLyFobSbuA7tc9wKrbt6r { width:11.4375rem;height:2.6982375rem;top:13.9375rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15019;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r6gacfJGsL7HIsfk1o918AmicXbr4iVu { display:flex;width:2.5rem;height:2.5rem;top:23.625rem;left:2.75rem;font-size:1.75rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #v5LvSHtdbz80pXTu1a3bVBlIep6R1HBl { top:28.5625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15035;background-color:#ff9100;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z { display:block; }#nid3Ba5ncyrixD7IObblTWwKwzl6Ff4z > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJ1H2anxzLZDzqgG3ezMCNaxNfDaaAbD { width:12.68675rem;height:2.25rem;top:1.749267578125rem;left:3.65478515625rem;text-align:center;text-align-last:center;line-height:1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3g6xWcyx5O0D3FBDbT5m5HdQLfPTcvt { top:5.0810546875rem;left:1.71875rem;width:16.5625rem;height:0;z-index:15004;font-size:0.75rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;line-height:1.6;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #cZhCUEftqTUoeKZnpkc5tq9RIZOkeIdh { width:9.375rem;height:2.5rem;top:5.5625rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV1daeTGW7xfcUG2gsUk1zmsqDW2xJXC { display:block; }
 }@media only screen and (max-width: 763px) { #PHHK7B1J2P3lXx6gETBECPhilPwGxGl9 { width:9.375rem;height:2.5rem;top:8.6875rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FENxfcNzHdq3c1zBGl2n5CxbwoqpXpyw { display:block; }
 }@media only screen and (max-width: 763px) { #GQk5RbfTsuP2ZtkE4pB6X3VQzsi7nKAm { width:20rem;height:2.6982375rem;top:12.2529296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NuJbuWTMXTz8JyS9fz6UegUHTEE9ZBpQ { width:20rem;height:12.3125rem;top:17.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTQCVgo5HbA5HbNduA606MOGAc658lVT { top:16rem;left:0rem;width:20rem;height:38.0625rem;z-index:15021;overflow:hidden;display:block; }
 }