.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(255,255,255,0.98);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#wgTqyAw36DysDTTnFMr8acGD7TdWUiHU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(71,80,244,0.99);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; }#wgTqyAw36DysDTTnFMr8acGD7TdWUiHU > .row .container { background-color: transparent; background-image: none; }#wgTqyAw36DysDTTnFMr8acGD7TdWUiHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgTqyAw36DysDTTnFMr8acGD7TdWUiHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgTqyAw36DysDTTnFMr8acGD7TdWUiHU > .row .container > .video-iframe-container { display: none; }#wgTqyAw36DysDTTnFMr8acGD7TdWUiHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgTqyAw36DysDTTnFMr8acGD7TdWUiHU > .row > .video-iframe-container { display: none; }#wgTqyAw36DysDTTnFMr8acGD7TdWUiHU > .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); }#wgTqyAw36DysDTTnFMr8acGD7TdWUiHU > .row .container { border-width: 0; border-radius: 0; }#wgTqyAw36DysDTTnFMr8acGD7TdWUiHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgTqyAw36DysDTTnFMr8acGD7TdWUiHU > .row .container { font-size:0.875rem;font-family:arial;height:132.4375rem;width:75rem;position:relative;display:block; }#Gvo8fDgkXkXFkzgMCvkGVu4oXMKdQpMv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:11.0625rem;top:1.28125rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#lTaMunXQNxTRkIL0of3tIUt7uT7iGp0f { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:10.164583206177rem;left:35.813542366028rem;height:21rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rUWiqb0zzcuis1WFgZDEqruZzBFgeTKn { color:#a1a1f3;display:block;width:20.625rem;position:absolute;font-family:viga;font-size:1.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:28.888542175293rem;left:0.001042366027832rem;height:2.51875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g3vy06ZR06CfAReBGN4I0CzTU1M8EFLz { color:#e30808;display:block;width:29.1875rem;position:absolute;font-family:viga;font-size:3.5625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem #000000;top:9.2895832061769rem;left:0.001042366027832rem;height:3.91875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#leSTU7T9AJg5ZVXTrPVabziD4ahNJDJ0 { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/69a1bcf4-35de-4056-8b96-2c27a355bb00/soccerplayer1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:82.423957824706rem;left:42.66250038147rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#leSTU7T9AJg5ZVXTrPVabziD4ahNJDJ0.adaptive-delivery-prevent-bg, #leSTU7T9AJg5ZVXTrPVabziD4ahNJDJ0.lazyload, #leSTU7T9AJg5ZVXTrPVabziD4ahNJDJ0.lazyloading { background-image: none; }
#RJtnv0IOQtec4dhp0pSRdkKAgduhhvyb { box-sizing:content-box;height:19.6875rem;width:19.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/b1be3d50-efde-40c2-9806-fd9636e021ec/soccerplayer.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:44.428123474121rem;left:47.983331680298rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#RJtnv0IOQtec4dhp0pSRdkKAgduhhvyb.adaptive-delivery-prevent-bg, #RJtnv0IOQtec4dhp0pSRdkKAgduhhvyb.lazyload, #RJtnv0IOQtec4dhp0pSRdkKAgduhhvyb.lazyloading { background-image: none; }
#z4T31KTFRrDgrTn0Dogt7G7ol4N3H69A { box-sizing:content-box;height:18.0625rem;width:18.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/1fb858c0-1079-49cc-854c-8141139400a9/child.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:79.871875762938rem;left:15.324998855591rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#z4T31KTFRrDgrTn0Dogt7G7ol4N3H69A.adaptive-delivery-prevent-bg, #z4T31KTFRrDgrTn0Dogt7G7ol4N3H69A.lazyload, #z4T31KTFRrDgrTn0Dogt7G7ol4N3H69A.lazyloading { background-image: none; }
#QxhlLekOzeI04RqqTmGJZr1l8JTnuP9a { color:#da0036;display:block;width:35.375rem;position:absolute;font-family:nowy2;font-size:6.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:86.515625rem;left:39.625rem;height:8.6125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r5JtU4nk7v7nxsp4ssK96O0QIAn8pkwc { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.625rem;top:78.673958778381rem;left:11.063541412354rem;overflow:hidden;display:block; }
#lBNyEsL8qFi1ItmQTHTZ7roVHHNF9fit { box-sizing:content-box;height:19.6875rem;width:19.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#0c52ac;background-image:url("https://images.assets-landingi.com/uc/1cc3da61-3da5-4be6-a0ec-b205483a910a/dziewczynki2405231024x697.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.528123855591rem;left:3.1875rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }#lBNyEsL8qFi1ItmQTHTZ7roVHHNF9fit.adaptive-delivery-prevent-bg, #lBNyEsL8qFi1ItmQTHTZ7roVHHNF9fit.lazyload, #lBNyEsL8qFi1ItmQTHTZ7roVHHNF9fit.lazyloading { background-image: none; }
#zv9s1dPQhZeVK7ZC6hesKZas682MPZ4M { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.4375rem;width:11.9375rem;top:14.333333015442rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#owfBVX1yEnnMMpxTeTc5hBNaUmu36E9n { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:2.5625rem;top:13.208333015442rem;left:24.938542366028rem;overflow:hidden;display:block; }
#bdnS9vgaGUKlsIZQBANqzg5f8dUoMWTk { color:#da0036;display:block;width:34.375rem;position:absolute;font-family:nowy2;font-size:6.3125rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:94.884374618531rem;left:40.125rem;height:6.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ag7lV9usmih0tUTeONdVZqunxORVJPMK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.9375rem;width:75rem;top:77.104236227044rem;left:0rem;overflow:hidden;display:block; }
#MX172yAOJ6pUf9fIeHulieU9d57dHvXr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:16.25rem;top:42.640625rem;left:5.15625rem;overflow:hidden;display:block; }
#kOWRzgfm5SgXfrG8ZTT22ChPgC6blR3Q { color:#e30808;display:block;width:6.125rem;position:absolute;font-family:nowy2;font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:104.640625rem;left:68.875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yk2PHoUNMDHZtGmfRVvvdLJg9CUQPHnQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:18.3125rem;top:107.50937461853rem;left:48.375rem;overflow:hidden;display:block; }
#QQ0E9oXTOhhRN4yi28MRi86yCIqPN1oX { color:#e30808;display:block;width:26.625rem;position:absolute;font-family:"russo one";font-size:3.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:59.740623474121rem;left:21.85000038147rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gt29XCB6oHEG1swIJ6rOzFNpvPu5CymI { color:#e30808;display:block;width:26.625rem;position:absolute;font-family:"russo one";font-size:12.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:44.428123474121rem;left:21.85000038147rem;height:16.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NNhLVg4xikOCIaMBUcgcp8Sp8xhXEK5O { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:3.625rem;top:53.94687461853rem;left:33.35000038147rem;overflow:hidden;display:block; }
#uPQXW6e9Rc5E3ksplbqNi7wSgGlx5r4e { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2rem;top:58.88437461853rem;left:54.873960494995rem;overflow:hidden;display:block; }
#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b3165e4b-dcf0-4e77-bef3-273dad54264e/versusmodelodefundodeartepopparapaginadequadrinhosoucartaz_9029441665.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb.adaptive-delivery-prevent-bg, #tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb.lazyload, #tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb.lazyloading { background-image: none; }#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb > .row .container { background-color: transparent; background-image: none; }#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb > .row .container > .video-iframe-container { display: none; }#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb > .row > .video-iframe-container { display: none; }#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb > .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); }#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb > .row .container { border-width: 0; border-radius: 0; }#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcrdJ54CZEa6q1DCsq3t0Lgliof92nDb > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#ghvHpU7HuasGfB7hWGD3GvQLDLr6I5KZ { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:anybody;font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:1.7000007629394rem;left:17.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JbWmoCDz4cXBBuueTsS3MiZWkyLecTpA { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:27.375rem;left:14.15625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qpr9DPyBGvb7lx4LQiwox92MFgwBDZPF { color:#ffffff;display:block;width:61.0625rem;position:absolute;font-family:anybody;font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:5.3375015258789rem;left:6.96875rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aIkIkZZ5cpf9rJAsOVHsKp4TXmtS8n3h { color:#ffffff;display:block;width:61.0625rem;position:absolute;font-family:anybody;font-size:1.625rem;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:30.925001144409rem;left:9.09375rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lontflqqBgv3kTRpTwiieX5x0HSp93Cg { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:9.0625rem;top:15.187502861023rem;left:6.25rem;overflow:hidden;display:block; }
#K6dbSVlS60ID1pZEXTLO6EqTnZtzHgog { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:8.6875rem;top:14.875002861023rem;left:60.499998092651rem;overflow:hidden;display:block; }
#i7EOV1TT22op6h9TxunDd4u4HJw02hn3 { color:#ffffff;display:block;width:61.0625rem;position:absolute;font-family:anybody;font-size:1.5625rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:10.962501525879rem;left:6.96875rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G2HnHPqXkQae3flFVKgXGJWX6ditifT1 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.1875rem;top:18.03125rem;left:35.406248092651rem;overflow:hidden;display:block; }
#IxowrhvpRzZKLr7M5Virm0ql75TDXf1G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:4.8499998092651rem;left:51.29999961853rem; }
#uCpECHsn3pSyHUumiTaStBUZyLZ4mlt5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:10.6875rem;left:51.300001144409rem; }
#qwzSQ6KGCtTg7mRgk1zHPDr9p1sbDf7d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:33.5rem;left:54.075002670288rem; }
#bw9spzON5Ms3gugGi1qlJpp45yUnDcw5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:39.000001907349rem;left:15.3125rem; }
#qsgLfcVzLB9218Or6yHyozUC0XntEPl2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:38.562501907349rem;left:42.749998092651rem; }
#PPx1uEKBg7BNxPPWgLI39cCMqRICVnN4 { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:38.925001144409rem;left:9rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThkMQ0unGszeyBTTysDGdTQ8idkxHfzz { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:38.859376907349rem;left:27.687498092651rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AAPHvce3tWmfdJ3Aq4H6pNFSuCo7rHCz { position:relative;display:block; }#AAPHvce3tWmfdJ3Aq4H6pNFSuCo7rHCz { background-color: transparent; background-image: none; }#AAPHvce3tWmfdJ3Aq4H6pNFSuCo7rHCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAPHvce3tWmfdJ3Aq4H6pNFSuCo7rHCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAPHvce3tWmfdJ3Aq4H6pNFSuCo7rHCz > .row .container > .video-iframe-container { display: none; }#AAPHvce3tWmfdJ3Aq4H6pNFSuCo7rHCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAPHvce3tWmfdJ3Aq4H6pNFSuCo7rHCz > .row > .video-iframe-container { display: none; }#AAPHvce3tWmfdJ3Aq4H6pNFSuCo7rHCz > .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); }#AAPHvce3tWmfdJ3Aq4H6pNFSuCo7rHCz { border-width: 0; border-radius: 0; }#AAPHvce3tWmfdJ3Aq4H6pNFSuCo7rHCz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AAPHvce3tWmfdJ3Aq4H6pNFSuCo7rHCz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:76.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pWOg93ynOEsH9FOiFyTwAgWgNHWyB29N { color:#000000;display:block;width:43.75rem;position:absolute;font-family:anybody;font-size:2.375rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:12.074998855591rem;left:15.625rem;height:2.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ch5UZQ1axK8dlJEOPGdTQ061LZBpisAA { box-sizing:content-box;height:21.0625rem;width:74.8125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(261deg, #f68d8d, #959aed);background-image: -moz-linear-gradient(261deg, #f68d8d, #959aed);background-image: -ms-linear-gradient(261deg, #f68d8d, #959aed);background-image: -o-linear-gradient(261deg, #f68d8d, #959aed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68d8d', endColorstr='#959aed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68d8d', endColorstr='#959aed' );";background-image: linear-gradient(261deg, #f68d8d, #959aed);background-size:auto !important;top:10.962493896484rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.1875rem #878384 ;display:block; }
#m7Vx51bViPKozS13OeOKLK2h3EmNxSzU { color:#000000;display:block;width:43.75rem;position:absolute;font-family:anybody;font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:14.924994468689rem;left:15.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxCbScaaUWrJW7hnlKL8gv48ntQKETAs { color:#000000;display:block;width:57.75rem;position:absolute;font-family:anybody;font-size:1.3125rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:17.918750762939rem;left:8.625rem;height:7.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GvmloC9HdWmk0G7y81tX9Kx7Mub9X6L8 { box-sizing:content-box;height:28.25rem;width:24rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(254deg, #efe4af, #fae248);background-image: -moz-linear-gradient(254deg, #efe4af, #fae248);background-image: -ms-linear-gradient(254deg, #efe4af, #fae248);background-image: -o-linear-gradient(254deg, #efe4af, #fae248);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe4af', endColorstr='#fae248' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe4af', endColorstr='#fae248' );";background-image: linear-gradient(254deg, #efe4af, #fae248);background-size:auto !important;top:36.46248626709rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.1875rem #878384 ;display:block; }
#OuOcg0Ht4AHLozk9GCtBqBrQJUb4Xmkh { box-sizing:content-box;height:23.75rem;width:24rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(301deg, #948f91, #cccccc);background-image: -moz-linear-gradient(301deg, #948f91, #cccccc);background-image: -ms-linear-gradient(301deg, #948f91, #cccccc);background-image: -o-linear-gradient(301deg, #948f91, #cccccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#948f91', endColorstr='#cccccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#948f91', endColorstr='#cccccc' );";background-image: linear-gradient(301deg, #948f91, #cccccc);background-size:auto !important;top:36.46248626709rem;left:25.39999961853rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.1875rem #878384 ;display:block; }
#ge2qFCI1svTNrGGcq95ILAggQRWPWxII { box-sizing:content-box;height:21.125rem;width:24rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(275deg, #d3cfcc, #c8a87b);background-image: -moz-linear-gradient(275deg, #d3cfcc, #c8a87b);background-image: -ms-linear-gradient(275deg, #d3cfcc, #c8a87b);background-image: -o-linear-gradient(275deg, #d3cfcc, #c8a87b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3cfcc', endColorstr='#c8a87b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3cfcc', endColorstr='#c8a87b' );";background-image: linear-gradient(275deg, #d3cfcc, #c8a87b);background-size:auto !important;top:36.46249961853rem;left:50.800001144409rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.1875rem #878384 ;display:block; }
#NK8nCx2E9OJQmDCP0Jg92aQB0CHiA2hf { color:#000000;display:block;width:24.125rem;position:absolute;font-family:anybody;font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:37.068749427796rem;left:0rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TN7JGXMb3dipaRQNpL1xUvE19xGrtiFo { color:#000000;display:block;width:24.125rem;position:absolute;font-family:anybody;font-size:1.8125rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:37.068749427796rem;left:25.437498092651rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QoXFsVMSv6Ez8y1GfJPSyNFk2wvCe16C { color:#000000;display:block;width:24.125rem;position:absolute;font-family:anybody;font-size:1.8125rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:37.068749427796rem;left:50.874998092651rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eGbQp86CaxqonnN2tg32dM4ZJEQ7hUcM { color:#000000;display:block;width:43.75rem;position:absolute;font-family:anybody;font-size:1.8125rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:26.66250038147rem;left:15.625rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F5maTI1PFbTAnfi5DRTu1ivT09BnPOPv { color:#000000;display:block;width:20.875rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:42.049999237061rem;left:1.6624994277954rem;height:3.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lakIyEKTy4zgXBlHqWCTio3u0pByETTV { color:#000000;display:block;width:20.875rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:42.049999237061rem;left:27.062498092651rem;height:3.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTuJ8JPH1pCWXAvXe9fe4eAfRWHJxgmE { color:#000000;display:block;width:20.875rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:42.049999237061rem;left:52.46249961853rem;height:3.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eINH0f8GUUJtISasupaqkigtlcbz83g8 { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:46.46249961853rem;left:1.1312494277954rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mQUA9xqDBv4lr3dehTXO0KSU1z7wn7uh { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:46.3125rem;left:51.93124961853rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LkTnEDrkUtAxHdPnlHARMaEJWun218pa { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:46.637498855591rem;left:26.531248092651rem;height:11.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y5VShpZk70upIvyQyiC7dM4HwPZNlx0F { position:absolute;display:block;z-index:15040;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:12rem;width:8.6875rem;top:7.9249992370606rem;left:4.3624992370606rem;overflow:hidden;display:block; }
#BMOlUAKpm4WBdTDTz9e24UgLPvKQMtme { color:#000000;display:block;width:24rem;position:absolute;font-family:anybody;font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:39.612499237061rem;left:0rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P2MTuf01sQovQpRb0nBT84n4yTqTUfTl { color:#000000;display:block;width:24rem;position:absolute;font-family:anybody;font-size:1.1875rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:39.612499237061rem;left:25.499998092651rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKZySKNiBvzP0ugIip5m6CAZVD7B1xu2 { color:#000000;display:block;width:24rem;position:absolute;font-family:anybody;font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:39.612499237061rem;left:50.999998092651rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sop0ETuGsGrzAlQHiMwhcxEzpZ1JD6Hv { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:62.575006484987rem;left:9.75625038147rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#usiGditQkCUoi4ZSuUsBDM0UwhvXilGp { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;top:58.887500762939rem;left:35.05624961853rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#NsnxBwaPBsB3GO7DFQFby34C5HNkTvqH { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:56.637500762939rem;left:60.456251144409rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#KlQBbCC04U1Tmzd0Nc8IEK0yGRneS4Hm { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:29.58749961853rem;left:35.05624961853rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#UTEudmlTRXiCMD8DOz8xGbnOQxxf9lSI { color:#000000;display:block;width:24.125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:67.462501525881rem;left:0rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uKeVf0yoJqK9X6mieS9RRgc7lI2Jm4cz { color:#000000;display:block;width:24.125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:63.762500762937rem;left:25.437498092651rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#efX63lespvk7NJ8PLPFlnOZaaWEcvKgT { color:#000000;display:block;width:24.125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:61.424999237061rem;left:50.874998092651rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M25Tsc8Lu3TKAkr2BUQMtuXBdIOJvS6W { color:#000000;display:block;width:24.125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:34.474998474121rem;left:25.437498092651rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDZBEbFEoou88nvarNvoBhWkr3Z99m6c { position:relative;display:block; }#LDZBEbFEoou88nvarNvoBhWkr3Z99m6c { background-color: transparent; background-image: none; }#LDZBEbFEoou88nvarNvoBhWkr3Z99m6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDZBEbFEoou88nvarNvoBhWkr3Z99m6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDZBEbFEoou88nvarNvoBhWkr3Z99m6c > .row .container > .video-iframe-container { display: none; }#LDZBEbFEoou88nvarNvoBhWkr3Z99m6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDZBEbFEoou88nvarNvoBhWkr3Z99m6c > .row > .video-iframe-container { display: none; }#LDZBEbFEoou88nvarNvoBhWkr3Z99m6c > .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); }#LDZBEbFEoou88nvarNvoBhWkr3Z99m6c { border-width: 0; border-radius: 0; }#LDZBEbFEoou88nvarNvoBhWkr3Z99m6c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LDZBEbFEoou88nvarNvoBhWkr3Z99m6c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xzv9vEyxRbDSCv2pMpgseB51iKcVaMr2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.6875rem;width:28.4375rem;top:4.90625rem;left:6.7025678400569rem;overflow:hidden;display:block; }
#S1RRqsBRO1FTRuy0UVcMITvAZJTJJpfq { box-sizing:content-box;height:43.6875rem;width:66.625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.8374938964844rem;left:5.1875rem;border-top:0.125rem solid #447ff8;border-left:0.125rem solid #447ff8;border-right:0.125rem solid #447ff8;border-bottom:0.125rem solid #447ff8;display:block; }
#oxBFntbZPPznUIB0Got8K9udLaGHDkTP { color:#000000;display:block;width:43.75rem;position:absolute;font-family:anybody;font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:2.5124998092651rem;left:16.72500038147rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vhBZ0Rhdv5FbqJfK5iZWknnrfoX0vfxF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5625rem;width:35.5625rem;top:4.9750003814697rem;left:35.164767502274rem;overflow:hidden;display:block; }
#P8WJBUDNXmK1F8I4nQXcXmcKZ88MxHnK { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:4.3125rem;top:0.73750019073488rem;left:5.7916291757918rem;overflow:hidden;display:block; }
#thCnVmuwZykUIHFDpTdH3u44yox3aOzI { position:relative;display:block; }#thCnVmuwZykUIHFDpTdH3u44yox3aOzI { background-color: transparent; background-image: none; }#thCnVmuwZykUIHFDpTdH3u44yox3aOzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thCnVmuwZykUIHFDpTdH3u44yox3aOzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thCnVmuwZykUIHFDpTdH3u44yox3aOzI > .row .container > .video-iframe-container { display: none; }#thCnVmuwZykUIHFDpTdH3u44yox3aOzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thCnVmuwZykUIHFDpTdH3u44yox3aOzI > .row > .video-iframe-container { display: none; }#thCnVmuwZykUIHFDpTdH3u44yox3aOzI > .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); }#thCnVmuwZykUIHFDpTdH3u44yox3aOzI { border-width: 0; border-radius: 0; }#thCnVmuwZykUIHFDpTdH3u44yox3aOzI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#thCnVmuwZykUIHFDpTdH3u44yox3aOzI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TDQRdosR37F06sKrGSnplWyr0XWEegG6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:74.6875rem;top:1.125rem;left:0.52916622161865rem;overflow:hidden;display:block; }
#A1atmJ9PvZmZGZHkvQMsONJKt0RJB1eW { box-sizing:content-box;height:25.5625rem;width:32.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,8,8,0.92), rgba(7,18,165,0.92));background-image: -moz-linear-gradient(180deg, rgba(227,8,8,0.92), rgba(7,18,165,0.92));background-image: -ms-linear-gradient(180deg, rgba(227,8,8,0.92), rgba(7,18,165,0.92));background-image: -o-linear-gradient(180deg, rgba(227,8,8,0.92), rgba(7,18,165,0.92));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808ea', endColorstr='#0712a5ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808ea', endColorstr='#0712a5ea' );";background-image: linear-gradient(180deg, rgba(227,8,8,0.92), rgba(7,18,165,0.92));background-size:auto !important;top:6.762499809265rem;left:21.375rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;display:block; }
#Om739namoyNQLc1xIfG7L5XfvIs3LtW8 { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:18.3125rem;left:22.406248092651rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qBxMRsPgT9W067cMMKUoS3ThADU3HpOk { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:"bree serif";font-size:2.4375rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:8.1562509536744rem;left:15.997915267944rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J5h7tDImKRvsdeny1291wsr1mfxX7J05 { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:architect;font-size:4.8125rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:33.156249046326rem;left:8.125rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#umkubs9RdAUNpgtFVf7sNLNeRx32JtHz { position:absolute;display:block;z-index:15020;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:7rem;width:5.1875rem;top:4.0500001907349rem;left:18.4375rem;overflow:hidden;display:block; }
#w02fTacgmsHAcgaqMHLDKB12C964DBf4 { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:14.756246566773rem;left:27.843748092651rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tqr98g0w6luUMhKK9AwfdFulwPim8FVp { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"bree serif";font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1;letter-spacing:0;top:30.256249427796rem;left:22.029165267944rem;height:1.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8f9dd19-7ccd-4af9-b478-68da0f5a50bb/_pressmaster30453710scaledremovebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR.adaptive-delivery-prevent-bg, #HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR.lazyload, #HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR.lazyloading { background-image: none; }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR > .row .container { background-color: transparent; background-image: none; }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(237,5,53,0.69); }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR > .row .container > .video-iframe-container { display: none; }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(237,5,53,0.69); }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR > .row > .video-iframe-container { display: none; }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR > .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); }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR > .row .container { border-width: 0; border-radius: 0; }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcM6KbkxVD5uwHVLbarkxqFrgVHA9eSR > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#OQIfIyeqRxMk273nvicvKI0sR5Vh2XTu { color:#0237a7;display:block;width:42.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:27.731252670288rem;left:17.252082824707rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bKN5l3wZM8W8ncbdTOTuPhWsAW5aD3fn { color:#acadb0;display:block;width:38.0625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:41.931251525879rem;left:19.75rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1VU1WutytTuykwBD4S0HJxZ5VTyvcTt { color:#d3caca;display:block;width:48.3125rem;position:absolute;font-family:"open sans";font-size:5.3125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:1.21875rem;left:14.283332824707rem;height:14.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZWlHBNeWTwz4wlosLuJOmA1pTtK6PAA9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:11.5625rem;top:2.1979169845581rem;left:60.908332824707rem;overflow:hidden;display:block; }
#IPqUvsgeNSfR0hAO9A8EaVCuTLbzCBoI { color:#0237a7;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:16.09375rem;left:10.09375rem;height:3.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htc0FrQfPeOnnQubVhZR388zDPCQ48h2 { color:#acadb0;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.9;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:35.331253051757rem;left:18.8125rem;height:6.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6TBK7GZFcK8tVrMDuUKekXZCRcym6ez { color:#acadb0;display:block;width:25.375rem;position:absolute;font-family:nowy4;font-size:2.375rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:35.331253051757rem;left:31.158332824707rem;height:4.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFS8tuBmLskHty4QaJwSERxuxWWwMVwU { color:#0237a7;display:block;width:16.75rem;position:absolute;font-family:indeflower;font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:35.381252288818rem;left:54.9375rem;height:4.2625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nt6wIvLwOHMDq99utJvD3B3z2xJ4iVnM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:6.3125rem;top:28.643751144409rem;left:3.345832824707rem;overflow:hidden;display:block; }
#Zhv8pbp1QoOw1g6pMX5KggEfQsITl2VG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Zhv8pbp1QoOw1g6pMX5KggEfQsITl2VG > .row .container { background-color: transparent; background-image: none; }#Zhv8pbp1QoOw1g6pMX5KggEfQsITl2VG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zhv8pbp1QoOw1g6pMX5KggEfQsITl2VG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zhv8pbp1QoOw1g6pMX5KggEfQsITl2VG > .row .container > .video-iframe-container { display: none; }#Zhv8pbp1QoOw1g6pMX5KggEfQsITl2VG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zhv8pbp1QoOw1g6pMX5KggEfQsITl2VG > .row > .video-iframe-container { display: none; }#Zhv8pbp1QoOw1g6pMX5KggEfQsITl2VG > .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); }#Zhv8pbp1QoOw1g6pMX5KggEfQsITl2VG > .row .container { border-width: 0; border-radius: 0; }#Zhv8pbp1QoOw1g6pMX5KggEfQsITl2VG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zhv8pbp1QoOw1g6pMX5KggEfQsITl2VG > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#XWarQJKUbflIGcsZLN17hZuz8G1WMBaK { color:#119e01;display:block;width:55.5rem;position:absolute;font-family:architect;font-size:3rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:40.043743133545rem;left:10.375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mfKREX4aHzJAm42OUJU3G8t85EXppiud { box-sizing:content-box;height:30.8125rem;width:41.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(227,227,227,0.01);background-image:url("https://images.assets-landingi.com/uc/597463f2-02f2-442a-bbdb-1f40d09dd8ac/59896450_2513418832024904_1702927079433043968_n.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:10.581249237061rem;left:3.1999998092651rem;border-top:0.125rem solid #0712a5;border-left:0.125rem solid #0712a5;border-right:0.125rem solid #0712a5;border-bottom:0.125rem solid #0712a5;display:block; }#mfKREX4aHzJAm42OUJU3G8t85EXppiud.adaptive-delivery-prevent-bg, #mfKREX4aHzJAm42OUJU3G8t85EXppiud.lazyload, #mfKREX4aHzJAm42OUJU3G8t85EXppiud.lazyloading { background-image: none; }
#tzbBNaVe5m0T5nSfNo9EKl9HGH88e0O3 { position:absolute;display:block;z-index:15033;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:8.25rem;width:6rem;top:10.581253051757rem;left:46.374998092651rem;overflow:hidden;display:block; }
#BHI4ihbVe0wTkbmNl11CQJ0yuFldqvZ7 { box-sizing:content-box;height:26.625rem;width:41.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.01);background-image:url("https://images.assets-landingi.com/uc/c38064ad-9e83-46f6-a9c5-e878d39dd816/20190701131330.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:13.93124961853rem;left:16.74374961853rem;border-top:0.125rem solid #0712a5;border-left:0.125rem solid #0712a5;border-right:0.125rem solid #0712a5;border-bottom:0.125rem solid #0712a5;display:block; }#BHI4ihbVe0wTkbmNl11CQJ0yuFldqvZ7.adaptive-delivery-prevent-bg, #BHI4ihbVe0wTkbmNl11CQJ0yuFldqvZ7.lazyload, #BHI4ihbVe0wTkbmNl11CQJ0yuFldqvZ7.lazyloading { background-image: none; }
#c4svDXkPGPktZP8kZfMXWtBlot3148GT { position:absolute;display:block;z-index:15030;border-top:0.125rem solid #0712a5;border-left:0.125rem solid #0712a5;border-right:0.125rem solid #0712a5;border-bottom:0.125rem solid #0712a5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:47.4375rem;top:15.681246757508rem;left:6.09375rem;overflow:hidden;display:block; }
#NfhgF7LDpWbnF84mNQTFBdDCSrtm1cIi { position:absolute;display:block;z-index:15031;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:15.6875rem;width:15.6875rem;top:26.03125rem;left:12.25rem;overflow:hidden;display:block; }
#ENp4EKwk2uPhGBsnsekAkcFSwUkqQ1RL { color:#119e01;display:block;width:36.875rem;position:absolute;font-family:"bree serif";font-size:2.5rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:17.206253051757rem;left:11.47500038147rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yhCNIum0OMOm3OqfF3Nd2s1ft53Utyyg { box-sizing:content-box;height:25.125rem;width:34.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.01);background-image:url("https://images.assets-landingi.com/uc/fe1ee2da-ddf4-4c0f-8448-c4aedb48038f/356635661_785354766709499_5522496470897893207_n.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:21.74374961853rem;left:21.77499961853rem;border-top:0.125rem solid #0712a5;border-left:0.125rem solid #0712a5;border-right:0.125rem solid #0712a5;border-bottom:0.125rem solid #0712a5;display:block; }#yhCNIum0OMOm3OqfF3Nd2s1ft53Utyyg.adaptive-delivery-prevent-bg, #yhCNIum0OMOm3OqfF3Nd2s1ft53Utyyg.lazyload, #yhCNIum0OMOm3OqfF3Nd2s1ft53Utyyg.lazyloading { background-image: none; }
#Uz1zS395NITJOsss9dw0THsQhgCyqrLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Uz1zS395NITJOsss9dw0THsQhgCyqrLO > .row .container { background-color: transparent; background-image: none; }#Uz1zS395NITJOsss9dw0THsQhgCyqrLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz1zS395NITJOsss9dw0THsQhgCyqrLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz1zS395NITJOsss9dw0THsQhgCyqrLO > .row .container > .video-iframe-container { display: none; }#Uz1zS395NITJOsss9dw0THsQhgCyqrLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uz1zS395NITJOsss9dw0THsQhgCyqrLO > .row > .video-iframe-container { display: none; }#Uz1zS395NITJOsss9dw0THsQhgCyqrLO > .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); }#Uz1zS395NITJOsss9dw0THsQhgCyqrLO > .row .container { border-width: 0; border-radius: 0; }#Uz1zS395NITJOsss9dw0THsQhgCyqrLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uz1zS395NITJOsss9dw0THsQhgCyqrLO > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#BDUDTriEM0UtJrK6ZTTUfAxEGHlhqf32 { color:#ffffff;display:block;width:55.5rem;position:absolute;font-family:architect;font-size:2.5rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:37.606248855591rem;left:10.8125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qNi01ur0MbFJKOBMQ97aqoeNkcBXeS9c { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:4.4375rem;top:15.706250190735rem;left:28.624998092651rem;overflow:hidden;display:block; }
#qHme4hwiOlS7CAMEBS1eRUm1nEuT4QTF { position:absolute;display:block;z-index:15030;border-top:0.125rem solid #0712a5;border-left:0.125rem solid #0712a5;border-right:0.125rem solid #0712a5;border-bottom:0.125rem solid #0712a5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:49.5rem;top:7.018750190735rem;left:13.64594034018rem;overflow:hidden;display:block; }
#hSHXCHcHtF4iragH6o0i2aPBUpWo1waF { color:#000000;display:block;width:36.875rem;position:absolute;font-family:architect;font-size:1.9375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:22.3125rem;left:20.125rem;height:4.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qwuOzfOrxw05TB24g4Ml90JcEmuCu6Nl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#qwuOzfOrxw05TB24g4Ml90JcEmuCu6Nl > .row .container { background-color: transparent; background-image: none; }#qwuOzfOrxw05TB24g4Ml90JcEmuCu6Nl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwuOzfOrxw05TB24g4Ml90JcEmuCu6Nl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwuOzfOrxw05TB24g4Ml90JcEmuCu6Nl > .row .container > .video-iframe-container { display: none; }#qwuOzfOrxw05TB24g4Ml90JcEmuCu6Nl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwuOzfOrxw05TB24g4Ml90JcEmuCu6Nl > .row > .video-iframe-container { display: none; }#qwuOzfOrxw05TB24g4Ml90JcEmuCu6Nl > .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); }#qwuOzfOrxw05TB24g4Ml90JcEmuCu6Nl > .row .container { border-width: 0; border-radius: 0; }#qwuOzfOrxw05TB24g4Ml90JcEmuCu6Nl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwuOzfOrxw05TB24g4Ml90JcEmuCu6Nl > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#Dx3HhyT3ecXLh3hGxzU7PNUQkhWWDLJm { color:#ffffff;display:block;width:55.5rem;position:absolute;font-family:architect;font-size:2.25rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:28.793749809265rem;left:10.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEEaXz4B6iukNaeJ5fZGOqI51FT6d1fw { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:6.6875rem;top:15.775000572204rem;left:35.218748092651rem;overflow:hidden;display:block; }
#L0ZocVOrdmnK7fhbeDawWuMKyGiGXg6D { position:absolute;display:block;z-index:15030;border-top:0.125rem solid #0712a5;border-left:0.125rem solid #0712a5;border-right:0.125rem solid #0712a5;border-bottom:0.125rem solid #0712a5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:46.5rem;top:5.8312501907349rem;left:15.21249961853rem;overflow:hidden;display:block; }
#SdfqvlWAO1svcq4LdxPJo0dDs3PRN6pZ { color:#ffffff;display:block;width:55.5rem;position:absolute;font-family:architect;font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:7.2625064849856rem;left:10.8125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mqPq6kqwIFX6epeTzJGThEyIcLPFGFef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mqPq6kqwIFX6epeTzJGThEyIcLPFGFef > .row .container { background-color: transparent; background-image: none; }#mqPq6kqwIFX6epeTzJGThEyIcLPFGFef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqPq6kqwIFX6epeTzJGThEyIcLPFGFef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqPq6kqwIFX6epeTzJGThEyIcLPFGFef > .row .container > .video-iframe-container { display: none; }#mqPq6kqwIFX6epeTzJGThEyIcLPFGFef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqPq6kqwIFX6epeTzJGThEyIcLPFGFef > .row > .video-iframe-container { display: none; }#mqPq6kqwIFX6epeTzJGThEyIcLPFGFef > .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); }#mqPq6kqwIFX6epeTzJGThEyIcLPFGFef > .row .container { border-width: 0; border-radius: 0; }#mqPq6kqwIFX6epeTzJGThEyIcLPFGFef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqPq6kqwIFX6epeTzJGThEyIcLPFGFef > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#Adaz6EqLolhX83uJgZ9TGaewAecin6pE { color:#ffffff;display:block;width:55.5rem;position:absolute;font-family:architect;font-size:2rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:26.21875rem;left:10.8125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfvp2TC7SHqS2gayRbfuOuihTVqZqtPE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:5.125rem;top:16.55624961853rem;left:36.749998092651rem;overflow:hidden;display:block; }
#csFWx8QpDgz4DWUTESnrWmodrgyUnZ0h { position:absolute;display:block;z-index:15030;border-top:0.125rem solid #0712a5;border-left:0.125rem solid #0712a5;border-right:0.125rem solid #0712a5;border-bottom:0.125rem solid #0712a5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:48rem;top:5.8312530517578rem;left:15.21249961853rem;overflow:hidden;display:block; }
#VNGNitm2TsApI27f9aohFLLe21ycvFiV { color:#ffffff;display:block;width:55.5rem;position:absolute;font-family:architect;font-size:2.25rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:9.46875rem;left:10.8125rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQTezKJE6rkeaV5Da8admhQAF7t4XpaQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QQTezKJE6rkeaV5Da8admhQAF7t4XpaQ > .row .container { background-color: transparent; background-image: none; }#QQTezKJE6rkeaV5Da8admhQAF7t4XpaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQTezKJE6rkeaV5Da8admhQAF7t4XpaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQTezKJE6rkeaV5Da8admhQAF7t4XpaQ > .row .container > .video-iframe-container { display: none; }#QQTezKJE6rkeaV5Da8admhQAF7t4XpaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQTezKJE6rkeaV5Da8admhQAF7t4XpaQ > .row > .video-iframe-container { display: none; }#QQTezKJE6rkeaV5Da8admhQAF7t4XpaQ > .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); }#QQTezKJE6rkeaV5Da8admhQAF7t4XpaQ > .row .container { border-width: 0; border-radius: 0; }#QQTezKJE6rkeaV5Da8admhQAF7t4XpaQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQTezKJE6rkeaV5Da8admhQAF7t4XpaQ > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#SXOFKXZhQ6sNNi3nkRyoS4Gm0kbxM1hn { color:#010fc7;display:block;width:51.875rem;position:absolute;font-family:architect;font-size:2rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:31.21875rem;left:0rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ACS24UxEhRw4hP4ZBwPAMcz7UxIZHF1x { position:absolute;display:block;z-index:15033;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:8.5625rem;width:6.0625rem;top:16.750037193298rem;left:36.281248092651rem;overflow:hidden;display:block; }
#xMd2w1fyeSnW4T7rXuOcqmIVJ1S7Fm0p { position:absolute;display:block;z-index:15030;border-top:0.125rem solid #0712a5;border-left:0.125rem solid #0712a5;border-right:0.125rem solid #0712a5;border-bottom:0.125rem solid #0712a5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:44.4375rem;top:5.6499996185303rem;left:16.99374961853rem;overflow:hidden;display:block; }
#N7B2dGcZbv8zJu2XkzCScv2bFFFnI4K0 { color:#d80101;display:block;width:44.75rem;position:absolute;font-family:architect;font-size:2.25rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:8.081250190735rem;left:30.249998092651rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cFolUJK8DZtw3NQNBd11gkCQTBKBhTzm { position:relative;display:block; }#cFolUJK8DZtw3NQNBd11gkCQTBKBhTzm { background-color: transparent; background-image: none; }#cFolUJK8DZtw3NQNBd11gkCQTBKBhTzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFolUJK8DZtw3NQNBd11gkCQTBKBhTzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFolUJK8DZtw3NQNBd11gkCQTBKBhTzm > .row .container > .video-iframe-container { display: none; }#cFolUJK8DZtw3NQNBd11gkCQTBKBhTzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFolUJK8DZtw3NQNBd11gkCQTBKBhTzm > .row > .video-iframe-container { display: none; }#cFolUJK8DZtw3NQNBd11gkCQTBKBhTzm > .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); }#cFolUJK8DZtw3NQNBd11gkCQTBKBhTzm { border-width: 0; border-radius: 0; }#cFolUJK8DZtw3NQNBd11gkCQTBKBhTzm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cFolUJK8DZtw3NQNBd11gkCQTBKBhTzm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cd7uofZ4Ukrk4pC56le0kV3sqkbxzVfF { position:absolute;display:block;z-index:15026;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:6rem;width:33.5rem;top:0rem;left:20.75rem;overflow:hidden;display:block; }
#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3dfbd80-d28c-44c4-96c7-a871f381d5ad/P1480573.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl.adaptive-delivery-prevent-bg, #UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl.lazyload, #UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl.lazyloading { background-image: none; }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl > .row .container { background-color: transparent; background-image: none; }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,79,79,0.74); }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl > .row .container > .video-iframe-container { display: none; }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,79,79,0.74); }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl > .row > .video-iframe-container { display: none; }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl > .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); }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl > .row .container { border-width: 0; border-radius: 0; }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UUbd8lJckUUBHekBq8cTiIqEwS5m5cGl > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;position:relative;display:block; }#KhZLll9bxIaETTcImNHWDeuXAXtic0iQ { color:#ecdedd;display:block;width:74.9375rem;position:absolute;font-family:nowy2;font-size:5.5rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:6.6364526748656rem;left:0rem;height:13.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JdhOiTm181M5UHgTqGoHKTHeuUie2Qxd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:3.1875rem;top:1.4989576339722rem;left:35.906248092651rem;overflow:hidden;display:block; }
#z1Hcyc8mafN51QGNTyVranPJXJ9Al1Di { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:27.0625rem;top:33.281241416931rem;left:23.968748092651rem;overflow:hidden;display:block; }
#ebPKpKkunV0q3hgm71yVchN7IRc40k1x { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:"bree serif";font-size:2.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:26.587497711182rem;left:23.937498092651rem;height:9.2625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hprGEA6geJeLTIJrEwaTuTh1AG4Rit06 { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"bree serif";font-size:2.375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:28.956249237061rem;left:1.5rem;height:6.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxfrZ3xS3gMk00yHVC415Mt7V4FmcNuE { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:"bree serif";font-size:2.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:28.956256866455rem;left:51.312498092651rem;height:6.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqOic2kDxXRZl9Bbhb3hg4oRuE760OBz { color:#ecdedd;display:block;width:74.9375rem;position:absolute;font-family:nowy2;font-size:4.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:39.593746185302rem;left:0rem;height:5.93125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhr1Pc9Ef3Ovanpg4f2ZBBnNr6ifIsgL { color:#ecdedd;display:block;width:45.875rem;position:absolute;font-family:nowy2;font-size:3.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:19.836456298828rem;left:16.126041412354rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bhKoVpupyxmTyAsrHOnSt7uvBbPEyZkm { box-sizing:content-box;height:0.4375rem;width:18.75rem;position:absolute;display:block;z-index:15022;background-color:#0712a5;background-image:none;top:3.4364604949951rem;left:39.963541030884rem;display:block; }
#fvnBhTcLOcv0vmd0a1mGOKbz63QW2yPM { box-sizing:content-box;height:0.4375rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:#e30808;background-image:none;top:3.4364528656006rem;left:16.126041412354rem;display:block; }
#TaGlTOSXSUlOB0wifgATiXhqCrUgeaQM { position:absolute;display:block;z-index:15020;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:11rem;width:19.8125rem;top:43.156255722046rem;left:49.432291030884rem;overflow:hidden;display:block; }
#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/270a5873-987f-4d07-8670-5b93a61b7367/Match_Day_Center_image.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT.adaptive-delivery-prevent-bg, #xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT.lazyload, #xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT.lazyloading { background-image: none; }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT > .row .container { background-color: transparent; background-image: none; }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT > .row .container > .video-iframe-container { display: none; }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT > .row > .video-iframe-container { display: none; }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT > .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); }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT > .row .container { border-width: 0; border-radius: 0; }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfga5gXnO8BHKyWfM4Tddzsg5Qt9sOLT > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;position:relative;display:block; }#aeK99z1VqwUSnbNtxlT7mAFQ2kd1XBDK { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"bree serif";font-size:2rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:8.706250190735rem;left:0.001042366027832rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWdPMllDLRlGIIlbOC7xQnd09qE0gVqv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:4.5625rem;top:1.0125007629394rem;left:34.875000953674rem;overflow:hidden;display:block; }
#kKMtGIIUaTC3y6kmmEsMimTEvzCWRrpr { color:#ecdedd;display:block;width:19.25rem;position:absolute;font-family:nowy2;font-size:3.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:32.481249809265rem;left:46.501042366028rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AmQrKcVpTkLwTXM6uXaMr2vOUK96Zdot { box-sizing:content-box;height:0.4375rem;width:18.75rem;position:absolute;display:block;z-index:15020;background-color:#e30808;background-image:none;top:3.6687507629394rem;left:14.892708778381rem;display:block; }
#SorLBKXwg5bn9CD261zt20QqmpSXhITb { box-sizing:content-box;height:0.4375rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:#0712a5;background-image:none;top:3.6687507629394rem;left:40.705208778381rem;display:block; }
#TMRwMKKddALnUAr3O7N9SKhpbiJksIx8 { box-sizing:content-box;height:4.875rem;width:44.625rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:7.8187561035156rem;left:14.71875rem;display:block; }
#iLqNiUKnEvTSr31ELaHaiWpo4NCyW4Lk { box-sizing:content-box;height:5.5rem;width:44.625rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:16.41562461853rem;left:15.187500953674rem;display:block; }
#RTzatfwnRIhaab9zKZTd01Q5t6B0KSL1 { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"bree serif";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:16.965625762939rem;left:0.001042366027832rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nf3WHMFNm8G8yzaShfs4pwVnBtUILkuc { box-sizing:content-box;height:7.0625rem;width:44.5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:28.756256103516rem;left:15.4375rem;display:block; }
#mL31TrmOMlqaZKS7TGHeQ1y2dIIhI70I { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:31.109375rem;left:37.417707443237rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QrHeLsSwR12iLqmwVaOK7zFCp9ZLnxoC { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"bree serif";font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:31.068752288818rem;left:14.292707443238rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PtrHl0dJ2islMBGDTqxkGbStxy9Wk6Pp { position:absolute;display:block;z-index:15026;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:4rem;width:3rem;top:25.918750762939rem;left:24.355207443238rem;overflow:hidden;display:block; }
#Tc250qH3bUZhera8cJGsEVthdG5XS1NM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.9375rem;width:3.9375rem;top:25.949998855591rem;left:47.580205917358rem;overflow:hidden;display:block; }
#eJ1rHA5TeK42oS6DohWfhd2c4zXPsym5 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.5rem;top:8.0999994277956rem;left:17.15625rem;overflow:hidden;display:block; }
#BnnT291mHbmg62l1IbT7WTxBTM1Ek80T { box-sizing:content-box;height:4.4375rem;width:44.625rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:39.465625762939rem;left:15.187500953674rem;display:block; }
#dBmIMbkNBClPl3RILJ4rCpitBdAZtIZ2 { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"bree serif";font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:40.19687461853rem;left:0.001042366027832rem;height:2.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CVHh6IMWMwZ8LCg2aayoErg4s9POdlLf { box-sizing:content-box;height:6.5rem;width:44.625rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:48.25937461853rem;left:15.1875rem;display:block; }
#G6uIoU0vD2eC9lb13fDHskgUX6LcOLBF { color:#000000;display:block;width:20.5rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:50.575010299683rem;left:40.705205917358rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zyVZwpDOs8vhTz876fhxCleMkTzeXUNP { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.0625rem;top:47.217708587646rem;left:49.505208969116rem;overflow:hidden;display:block; }
#nT56ITsQUP0zQ6hGAAzEn5T2N6F2ZKiT { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:50.575010299683rem;left:14.292707443238rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UMCPw1KyKAIsdVtvm4QydXBRrG7s6kzb { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:33.725011825561rem;left:0rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npurH2TLFPK9kfydrZ8laZx4uTEdIoXM { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:53.356260299683rem;left:0rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fb8eZJX633KG7BvV1BQiNxBJqK0KglWR { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:2.25rem;top:28.75625038147rem;left:36.374998092651rem;overflow:hidden;display:block; }
#s0B0UWaXBfIbV1R3A6VmoLfZ92u2dlQU { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:1.5625rem;top:48.88437461853rem;left:36.906248092651rem;overflow:hidden;display:block; }
#pFyCG7CI6hwnQSBWWGfstTe79MMeW3Ve { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:8.875rem;top:7.9374994277956rem;left:50.310929839646rem;overflow:hidden;display:block; }
#ftmTR8o41hyBC91F7qu699W3eqGouKOw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/270a5873-987f-4d07-8670-5b93a61b7367/Match_Day_Center_image.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#ftmTR8o41hyBC91F7qu699W3eqGouKOw.adaptive-delivery-prevent-bg, #ftmTR8o41hyBC91F7qu699W3eqGouKOw.lazyload, #ftmTR8o41hyBC91F7qu699W3eqGouKOw.lazyloading { background-image: none; }#ftmTR8o41hyBC91F7qu699W3eqGouKOw > .row .container { background-color: transparent; background-image: none; }#ftmTR8o41hyBC91F7qu699W3eqGouKOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#ftmTR8o41hyBC91F7qu699W3eqGouKOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftmTR8o41hyBC91F7qu699W3eqGouKOw > .row .container > .video-iframe-container { display: none; }#ftmTR8o41hyBC91F7qu699W3eqGouKOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#ftmTR8o41hyBC91F7qu699W3eqGouKOw > .row > .video-iframe-container { display: none; }#ftmTR8o41hyBC91F7qu699W3eqGouKOw > .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); }#ftmTR8o41hyBC91F7qu699W3eqGouKOw > .row .container { border-width: 0; border-radius: 0; }#ftmTR8o41hyBC91F7qu699W3eqGouKOw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ftmTR8o41hyBC91F7qu699W3eqGouKOw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ftmTR8o41hyBC91F7qu699W3eqGouKOw > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;position:relative;display:block; }#edtIn17n8tWct1hTlkzu6rqoXsMIRGNp { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"bree serif";font-size:2.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:8.875rem;left:0.0625rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RkGZ9GfTmVyBOdcGfgR2AxuJKOSGUTTk { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:4.5625rem;top:1.0125007629394rem;left:34.875000953674rem;overflow:hidden;display:block; }
#UAMTeX1QsXie7MJoq3D4HfyMvbVbTVy3 { color:#ecdedd;display:block;width:19.25rem;position:absolute;font-family:nowy2;font-size:3.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:32.481249809265rem;left:46.501042366028rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G0xO1TMbRfMC1aBJnpGxOkfp7BTTIURO { box-sizing:content-box;height:0.4375rem;width:18.75rem;position:absolute;display:block;z-index:15020;background-color:#e30808;background-image:none;top:3.6687507629394rem;left:14.892708778381rem;display:block; }
#Tzmt58l7fbOfewwnwhVpfeCV8xKGvRrU { box-sizing:content-box;height:0.4375rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:#0712a5;background-image:none;top:3.6687507629394rem;left:40.705208778381rem;display:block; }
#WvDeRtynGH7WZAoTigDydSHWq5kmoXuF { box-sizing:content-box;height:4.875rem;width:44.625rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:7.8187561035156rem;left:14.71875rem;display:block; }
#NQlacBhytZGJxdxskgE6G6sxkxK8u32d { box-sizing:content-box;height:5.5rem;width:44.625rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:14.47812461853rem;left:14.84375rem;display:block; }
#aJy4HZrPDg53ZqlEvAtAskF6BDEoGu9d { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"bree serif";font-size:2.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:14.47812461853rem;left:0rem;height:5.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUcbKNA5IObHX27axmr4Lbu2HT0GN3ML { box-sizing:content-box;height:13.6875rem;width:44.625rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:22.249981880188rem;left:15.1875rem;display:block; }
#q10EO3mAXzTrlLJ6dTFOav7WIsAbxcev { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:45.69687461853rem;left:14.892707824707rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i1tkoUeGr50tbuoHDPNKOy7dzROyO2IT { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"bree serif";font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:24.66562461853rem;left:37.067708969116rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e4h5XeDnFI8P9zOOvVqDTHTrOEkuhxqD { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:2.5rem;top:21.090625762939rem;left:47.492708206177rem;overflow:hidden;display:block; }
#c2qUV67RuNwiIVatM2mnbAZwcdK9tpKs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.4375rem;width:3.25rem;top:42.309373855591rem;left:10.063541412354rem;overflow:hidden;display:block; }
#Iu2D0QezJepKtnXOmrVUbZPakq1sWzOe { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.5rem;top:8.06875038147rem;left:17.53125rem;overflow:hidden;display:block; }
#iw50uC27H6HTk4LzZJxqgWXg1LE4xNIf { box-sizing:content-box;height:4.4375rem;width:44.625rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:37.340631484986rem;left:15.1875rem;display:block; }
#AWUITwlFD8NHSv2H6SDsTw96iLSqEV8d { box-sizing:content-box;height:7.125rem;width:44.625rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:43.3125rem;left:15.1875rem;display:block; }
#HzGiEKuIbgwPFxi25Bkhh3i3ocasZeBQ { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"bree serif";font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:45.81875038147rem;left:40.705205917358rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XunzFuforMTTWRKKQVwLOgkvPqTq0lUk { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.0625rem;top:42.871873855591rem;left:49.048955917358rem;overflow:hidden;display:block; }
#PcAaL0gs8zkT1AFfmQCgFDkK2PtTmxPi { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"bree serif";font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:24.66562461853rem;left:15.867708206177rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uo24MAt5SeHUCeADGTomDR8B0d0kBTtx { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:1.6875rem;top:44.72812461853rem;left:37.800001144409rem;overflow:hidden;display:block; }
#NoboProXCEF8JyVh4PiPuy0Z2T7hJGbz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:9.5rem;top:7.9624938964844rem;left:49.89541981249rem;overflow:hidden;display:block; }
#Mb8reG2nXtTFbHr5Rbguaa4fv5tNwlaV { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"bree serif";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:19.978130340576rem;left:0rem;height:1.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hs0SnndDipMFmXvXdmbfzHGttEUhggZn { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:28.375rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZmyN30ISxQZyAcQqW1bfroaSbUHOnVD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:31.6875rem;left:37.375rem; }
#p2oQdgRDh9xh5gTxfocWg4oUmpoL25Ct { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.375rem;width:3.25rem;top:21.090625762939rem;left:24.742708206177rem;overflow:hidden;display:block; }
#UtWyZ1DA0uqUmQ8AJN3C0d2qLaX3rXO4 { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:48.75rem;left:0.0625rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nd33S3mKBSEudnkHIwGEuR0klRUV8k84 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:31.625rem;left:53.3125rem; }
#TtpHgA3E1GUBQZBTOBxT4lGrwyynhMmh { position:relative;display:block; }#TtpHgA3E1GUBQZBTOBxT4lGrwyynhMmh { background-color: transparent; background-image: none; }#TtpHgA3E1GUBQZBTOBxT4lGrwyynhMmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpHgA3E1GUBQZBTOBxT4lGrwyynhMmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpHgA3E1GUBQZBTOBxT4lGrwyynhMmh > .row .container > .video-iframe-container { display: none; }#TtpHgA3E1GUBQZBTOBxT4lGrwyynhMmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpHgA3E1GUBQZBTOBxT4lGrwyynhMmh > .row > .video-iframe-container { display: none; }#TtpHgA3E1GUBQZBTOBxT4lGrwyynhMmh > .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); }#TtpHgA3E1GUBQZBTOBxT4lGrwyynhMmh { border-width: 0; border-radius: 0; }#TtpHgA3E1GUBQZBTOBxT4lGrwyynhMmh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TtpHgA3E1GUBQZBTOBxT4lGrwyynhMmh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vP6WTfKT8autyDLry5WZ4mw7e4bGL8y0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:44.3125rem;top:0.6875rem;left:20.00937461853rem;overflow:hidden;display:block; }
#Aia5UGXh9JzfEpShSqkDLns2vQt3Iy4p { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.3125rem;top:24.184362411499rem;left:26.423955917358rem;overflow:hidden;display:block; }
#aDMgzMfXGqFDePhmuSsZOT4k7OZ9dDpt { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4rem;width:3.75rem;top:9.6437492370606rem;left:48.392705917358rem;overflow:hidden;display:block; }
#APg2bbQpykhxHOKPz5g54zycFGzKFzgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8e41b;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; }#APg2bbQpykhxHOKPz5g54zycFGzKFzgN > .row .container { background-color: transparent; background-image: none; }#APg2bbQpykhxHOKPz5g54zycFGzKFzgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APg2bbQpykhxHOKPz5g54zycFGzKFzgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APg2bbQpykhxHOKPz5g54zycFGzKFzgN > .row .container > .video-iframe-container { display: none; }#APg2bbQpykhxHOKPz5g54zycFGzKFzgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APg2bbQpykhxHOKPz5g54zycFGzKFzgN > .row > .video-iframe-container { display: none; }#APg2bbQpykhxHOKPz5g54zycFGzKFzgN > .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); }#APg2bbQpykhxHOKPz5g54zycFGzKFzgN > .row .container { border-width: 0; border-radius: 0; }#APg2bbQpykhxHOKPz5g54zycFGzKFzgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APg2bbQpykhxHOKPz5g54zycFGzKFzgN > .row .container { font-size:0.875rem;font-family:arial;height:119.6875rem;width:75rem;position:relative;display:block; }#qMfTwaDutO0tVskRzqGZIRlTQZtUWMTW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:19.5625rem;top:6.4927082061769rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#kTaTMIyMTbJxMsH1U01aD2sFBTdMbkyh { color:#0084b5;display:block;width:38.3125rem;position:absolute;font-family:viga;font-size:3.0625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem #48190a;top:4.8614587783814rem;left:20.450001716614rem;height:14.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aGZCllLNmqb2ES4TkQBaBTgTJreOsGK2 { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/a0adbd73-7fcc-4718-b229-b4af60e385c7/69488.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.582291603088rem;left:0.001042366027832rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#aGZCllLNmqb2ES4TkQBaBTgTJreOsGK2.adaptive-delivery-prevent-bg, #aGZCllLNmqb2ES4TkQBaBTgTJreOsGK2.lazyload, #aGZCllLNmqb2ES4TkQBaBTgTJreOsGK2.lazyloading { background-image: none; }
#cH4z3qCNzuahCTpKlnKAGi8wfXgmRt0w { box-sizing:content-box;height:22rem;width:22rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/161b6777-6c4f-4ab0-9e87-8b41dc91d9c6/depositphotos_119855628stockphotokidsskiinginthemountains.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:20.64999961853rem;left:52.338540077209rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#cH4z3qCNzuahCTpKlnKAGi8wfXgmRt0w.adaptive-delivery-prevent-bg, #cH4z3qCNzuahCTpKlnKAGi8wfXgmRt0w.lazyload, #cH4z3qCNzuahCTpKlnKAGi8wfXgmRt0w.lazyloading { background-image: none; }
#a0Uw1ZNCvZJhT4BWwQFedvmQsb89NBQ8 { box-sizing:content-box;height:18.0625rem;width:18.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/54b06ce0-f9ed-4aa6-9746-d083874e71a0/naukajazdynanartachbiegowych_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.68124961853rem;left:18.075001716614rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#a0Uw1ZNCvZJhT4BWwQFedvmQsb89NBQ8.adaptive-delivery-prevent-bg, #a0Uw1ZNCvZJhT4BWwQFedvmQsb89NBQ8.lazyload, #a0Uw1ZNCvZJhT4BWwQFedvmQsb89NBQ8.lazyloading { background-image: none; }
#a418TGn8Ob5firR8tagcWNBDxqW7pnRb { color:#e30808;display:block;width:74.9375rem;position:absolute;font-family:nowy2;font-size:4.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:68.852087020875rem;left:0.063542366027831rem;height:10.8875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hwo7LNETfDEZ0qBoHmUS3KH1NUZbc9sc { color:#e30808;display:block;width:74.9375rem;position:absolute;font-family:nowy2;font-size:4.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:110.75937461853rem;left:0.063542366027831rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZgifRAp5XhP9ff6AOeUvKfIgAFzOBXcg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:5.5625rem;top:5.5489587783814rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#Vcr6gzJlM2e0uNk1fROSR7bQqMcwnakm { box-sizing:content-box;height:24.9375rem;width:24.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#0c52ac;background-image:url("https://images.assets-landingi.com/uc/4adaa285-5b19-4ce0-9260-cc279b2af9f2/233953439kidsplayingandentertainingmomentsvectorillustration.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:84.497916221619rem;left:13.091668128968rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }#Vcr6gzJlM2e0uNk1fROSR7bQqMcwnakm.adaptive-delivery-prevent-bg, #Vcr6gzJlM2e0uNk1fROSR7bQqMcwnakm.lazyload, #Vcr6gzJlM2e0uNk1fROSR7bQqMcwnakm.lazyloading { background-image: none; }
#vdQZ71qARoZRfX9MLyABki14GH8kUudE { box-sizing:content-box;height:16rem;width:16rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/8b07df1e-0997-4829-9455-c63c449d5b49/Screenshot20250108at173706DuoTurniejTurniejPikarskichDwjek.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:37.797916412354rem;left:17.450001716614rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#vdQZ71qARoZRfX9MLyABki14GH8kUudE.adaptive-delivery-prevent-bg, #vdQZ71qARoZRfX9MLyABki14GH8kUudE.lazyload, #vdQZ71qARoZRfX9MLyABki14GH8kUudE.lazyloading { background-image: none; }
#yGyAyZ4NWIJnOcVwamWtDUk5ULh0DGDR { box-sizing:content-box;height:16.3125rem;width:16.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/3ab9cce1-26ca-49d0-b7ed-e7fc29989a09/kinosferyczne.jpg");background-position:bottom right !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;top:51.257291793823rem;left:43.908333778381rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#yGyAyZ4NWIJnOcVwamWtDUk5ULh0DGDR.adaptive-delivery-prevent-bg, #yGyAyZ4NWIJnOcVwamWtDUk5ULh0DGDR.lazyload, #yGyAyZ4NWIJnOcVwamWtDUk5ULh0DGDR.lazyloading { background-image: none; }
#nCuwfVBlPOQlUP6Qs8euSqTdLM12zTMH { box-sizing:content-box;height:23.5rem;width:23.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/1b5dfc08-1b9f-4c3e-8951-dd87464ac406/chlopaki_na_squashu.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.422915458679rem;left:34.544793128967rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#nCuwfVBlPOQlUP6Qs8euSqTdLM12zTMH.adaptive-delivery-prevent-bg, #nCuwfVBlPOQlUP6Qs8euSqTdLM12zTMH.lazyload, #nCuwfVBlPOQlUP6Qs8euSqTdLM12zTMH.lazyloading { background-image: none; }
#TwtksuaQsWqoaoZJtN9N99FDoZflICUX { box-sizing:content-box;height:22rem;width:22rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/5835367c-eeb5-4112-a9df-ff4b3612e492/PolanaJakuszycka4.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.235416412354rem;left:0.001042366027832rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#TwtksuaQsWqoaoZJtN9N99FDoZflICUX.adaptive-delivery-prevent-bg, #TwtksuaQsWqoaoZJtN9N99FDoZflICUX.lazyload, #TwtksuaQsWqoaoZJtN9N99FDoZflICUX.lazyloading { background-image: none; }
#VqEr44kGUtq4fk2I7KrTw73zKyTxskc1 { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/133a0025-d394-4304-9657-a0a674be77b2/kolejkowowroclaw5800x600xc.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;top:22.33749961853rem;left:34.599999427796rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#VqEr44kGUtq4fk2I7KrTw73zKyTxskc1.adaptive-delivery-prevent-bg, #VqEr44kGUtq4fk2I7KrTw73zKyTxskc1.lazyload, #VqEr44kGUtq4fk2I7KrTw73zKyTxskc1.lazyloading { background-image: none; }
#ByVGOWGmz4hv0qi7kNR0B4AIhk8KEXsI { box-sizing:content-box;height:20.625rem;width:20.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/390fd33c-0641-49e1-8ef3-096269f46794/fotografiaefektowawarsztatyfotograficzne.jpg");background-position:center left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;top:38.846874237061rem;left:55.713540077209rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#ByVGOWGmz4hv0qi7kNR0B4AIhk8KEXsI.adaptive-delivery-prevent-bg, #ByVGOWGmz4hv0qi7kNR0B4AIhk8KEXsI.lazyload, #ByVGOWGmz4hv0qi7kNR0B4AIhk8KEXsI.lazyloading { background-image: none; }
#Ih9CiUtZ92oyreLBAElCeNt9eONptsEe { box-sizing:content-box;height:23.3125rem;width:23.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/4dcbdc26-f1f7-4d08-a8fd-c954d0bd4c44/R8IMG_8556241201_1600px446x434.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:44.877082824707rem;left:20.863541603088rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#Ih9CiUtZ92oyreLBAElCeNt9eONptsEe.adaptive-delivery-prevent-bg, #Ih9CiUtZ92oyreLBAElCeNt9eONptsEe.lazyload, #Ih9CiUtZ92oyreLBAElCeNt9eONptsEe.lazyloading { background-image: none; }
#TOCMbp4MSaT4d01Pphip9PBtqlfcc3uP { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/a89f13e1-3fb2-4abb-8f56-960f2e68f479/dobrelottto.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;top:4.8614587783814rem;left:55.713540077209rem;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;display:block; }#TOCMbp4MSaT4d01Pphip9PBtqlfcc3uP.adaptive-delivery-prevent-bg, #TOCMbp4MSaT4d01Pphip9PBtqlfcc3uP.lazyload, #TOCMbp4MSaT4d01Pphip9PBtqlfcc3uP.lazyloading { background-image: none; }
#ExRdDVh8NnEnikEUZlr2mdelhzD7a70e { box-sizing:content-box;height:29.625rem;width:29.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#0c52ac;background-image:url("https://images.assets-landingi.com/uc/06e9fca6-4e90-4ae1-9939-3d5863e8cfae/TENISSTOLOWY.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:78.178125381469rem;left:36.800000190735rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }#ExRdDVh8NnEnikEUZlr2mdelhzD7a70e.adaptive-delivery-prevent-bg, #ExRdDVh8NnEnikEUZlr2mdelhzD7a70e.lazyload, #ExRdDVh8NnEnikEUZlr2mdelhzD7a70e.lazyloading { background-image: none; }
#ZZgyQPDZsEUqrQadMN36ZZssg25D3Nvs { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:6.5rem;top:82.75rem;left:33.591668128967rem;overflow:hidden;display:block; }
#a5nIScganuLhtlEsW3S37ti2QJ2Xf3fg { position:relative;display:block; }#a5nIScganuLhtlEsW3S37ti2QJ2Xf3fg { background-color: transparent; background-image: none; }#a5nIScganuLhtlEsW3S37ti2QJ2Xf3fg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5nIScganuLhtlEsW3S37ti2QJ2Xf3fg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5nIScganuLhtlEsW3S37ti2QJ2Xf3fg > .row .container > .video-iframe-container { display: none; }#a5nIScganuLhtlEsW3S37ti2QJ2Xf3fg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5nIScganuLhtlEsW3S37ti2QJ2Xf3fg > .row > .video-iframe-container { display: none; }#a5nIScganuLhtlEsW3S37ti2QJ2Xf3fg > .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); }#a5nIScganuLhtlEsW3S37ti2QJ2Xf3fg { border-width: 0; border-radius: 0; }#a5nIScganuLhtlEsW3S37ti2QJ2Xf3fg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a5nIScganuLhtlEsW3S37ti2QJ2Xf3fg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Oaca465POT17oPbG6Py67G78kPWoxIVR { color:#8e8585;display:block;width:73.5rem;position:absolute;font-family:"source sans pro";font-size:4.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.375rem 0.4375rem rgba(0,0,0,0.5);top:10.5rem;left:0.001042366027832rem;height:11.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vEPGLJ71EQp7zmVoLowfr8zfKmNgEpqH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:27.3125rem;top:22.050024032592rem;left:2.4802083969116rem;overflow:hidden;display:block; }
#TX8Phtk0SkQpqUNb3kxCFkQ3W0COxkCo { color:#686563;display:block;width:36rem;position:absolute;font-family:"source sans pro";font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.108333587646rem;left:29.742707252502rem;height:15.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S6vJCans91FBzw2EXmKrUOVc72F05Wt5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:51.5625rem;top:48.248958587646rem;left:10.187500953674rem;overflow:hidden;display:block; }
#bLZ4MenwuIrvIPSTOMkXONd28GCT0IsO { color:#e30808;display:block;width:74.9375rem;position:absolute;font-family:nowy2;font-size:3.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:2.1177101135254rem;left:0.001042366027832rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmH6xiIyryDoU9aPfBoM1RTuu4yhznCb { position:relative;display:block; }#CmH6xiIyryDoU9aPfBoM1RTuu4yhznCb { background-color: transparent; background-image: none; }#CmH6xiIyryDoU9aPfBoM1RTuu4yhznCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmH6xiIyryDoU9aPfBoM1RTuu4yhznCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmH6xiIyryDoU9aPfBoM1RTuu4yhznCb > .row .container > .video-iframe-container { display: none; }#CmH6xiIyryDoU9aPfBoM1RTuu4yhznCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmH6xiIyryDoU9aPfBoM1RTuu4yhznCb > .row > .video-iframe-container { display: none; }#CmH6xiIyryDoU9aPfBoM1RTuu4yhznCb > .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); }#CmH6xiIyryDoU9aPfBoM1RTuu4yhznCb { border-width: 0; border-radius: 0; }#CmH6xiIyryDoU9aPfBoM1RTuu4yhznCb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CmH6xiIyryDoU9aPfBoM1RTuu4yhznCb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h3OEh8r1GVe20FqmAz4Frfr3SMdMSbqa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.25rem;width:39.125rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#NGuUpQI3vQI59PdObAHtaI01SMecqMxe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:13.3125rem;top:10.84375rem;left:23.594793319702rem;overflow:hidden;display:block; }
#hq0DpfaAw0TCNqNKt1hBhZ2QeQ7dxfHX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:5rem;top:4.8125rem;left:54.124998092651rem;overflow:hidden;display:block; }
#e1JFu6TQ1bvAGI5afnGKITbyaeyJzlJ2 { color:#8e8585;display:block;width:36.75rem;position:absolute;font-family:"source sans pro";font-size:2.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.375rem 0.4375rem rgba(0,0,0,0.5);top:26.112537384033rem;left:38.249998092651rem;height:15.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nc9EgIV72GQS65osFixVOqcSDVFL7ahH { color:#8e8585;display:block;width:36.75rem;position:absolute;font-family:"source sans pro";font-size:4.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.375rem 0.4375rem rgba(0,0,0,0.5);top:13.093787193298rem;left:38.249998092651rem;height:25.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PsGJ9TQf6rpP2gsQv2Hefgv3Nv0ycnHD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0810e3;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; }#PsGJ9TQf6rpP2gsQv2Hefgv3Nv0ycnHD > .row .container { background-color: transparent; background-image: none; }#PsGJ9TQf6rpP2gsQv2Hefgv3Nv0ycnHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsGJ9TQf6rpP2gsQv2Hefgv3Nv0ycnHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsGJ9TQf6rpP2gsQv2Hefgv3Nv0ycnHD > .row .container > .video-iframe-container { display: none; }#PsGJ9TQf6rpP2gsQv2Hefgv3Nv0ycnHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsGJ9TQf6rpP2gsQv2Hefgv3Nv0ycnHD > .row > .video-iframe-container { display: none; }#PsGJ9TQf6rpP2gsQv2Hefgv3Nv0ycnHD > .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); }#PsGJ9TQf6rpP2gsQv2Hefgv3Nv0ycnHD > .row .container { border-width: 0; border-radius: 0; }#PsGJ9TQf6rpP2gsQv2Hefgv3Nv0ycnHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PsGJ9TQf6rpP2gsQv2Hefgv3Nv0ycnHD > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#SleshgchqsZZPduWiKPK72wCx5D2zrmZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:11.4375rem;top:6.7250738143919rem;left:31.781248092651rem;overflow:hidden;display:block; }
#xMoFnQ8DwxkwKWBvBn5tid28T5XNbhct { color:#e9e9f4;display:block;width:75rem;position:absolute;font-family:nowy12;font-size:6.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:22.487573623658rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KQZ6PtWmMmXWnr626Ili2BVu5Fs4T02Q { color:#e9e9f4;display:block;width:74.625rem;position:absolute;font-family:nowy12;font-size:3.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:32.450073242188rem;left:0.1875rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gy4Om50fNWodRhSGT0VJTgcmxpCXwIGA { box-sizing:content-box;height:0.3125rem;width:33.5625rem;position:absolute;display:block;z-index:15019;background-color:#f6b825;background-image:none;top:31.400074005127rem;left:20.71875rem;display:block; }
#TQcEx8my3UK3AngNyHpmrrorIKdyxk7b { color:#f8e41b;display:block;width:70.6875rem;position:absolute;font-family:nowy12;font-size:2.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:3.25rem;left:2.15625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODPXPo148XwwXZSUkokQX9gzO5ZrtTG6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e30808;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; }#ODPXPo148XwwXZSUkokQX9gzO5ZrtTG6 > .row .container { background-color: transparent; background-image: none; }#ODPXPo148XwwXZSUkokQX9gzO5ZrtTG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODPXPo148XwwXZSUkokQX9gzO5ZrtTG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODPXPo148XwwXZSUkokQX9gzO5ZrtTG6 > .row .container > .video-iframe-container { display: none; }#ODPXPo148XwwXZSUkokQX9gzO5ZrtTG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODPXPo148XwwXZSUkokQX9gzO5ZrtTG6 > .row > .video-iframe-container { display: none; }#ODPXPo148XwwXZSUkokQX9gzO5ZrtTG6 > .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); }#ODPXPo148XwwXZSUkokQX9gzO5ZrtTG6 > .row .container { border-width: 0; border-radius: 0; }#ODPXPo148XwwXZSUkokQX9gzO5ZrtTG6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODPXPo148XwwXZSUkokQX9gzO5ZrtTG6 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#nVm2VGtoynSCMqOHK5esfKo7o8rtlWnR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:11.4375rem;top:7.375rem;left:31.781248092651rem;overflow:hidden;display:block; }
#oOBhw8TZ4W60GIy7svoecBzzTE6bWpSb { color:#e9e9f4;display:block;width:75rem;position:absolute;font-family:nowy12;font-size:6.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:23.137499809265rem;left:0rem;height:8.04375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mqn61zc1wETcTHeuFcn2PByk6G0gnKgg { color:#e9e9f4;display:block;width:75rem;position:absolute;font-family:nowy12;font-size:3.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:33.824998855591rem;left:0rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qN7Cg7Ozfo8lNcdpElP4opyR4WUs6Sbr { box-sizing:content-box;height:0.3125rem;width:33.5625rem;position:absolute;display:block;z-index:15019;background-color:#f6b825;background-image:none;top:32.46249961853rem;left:20.71875rem;display:block; }
#Jfi9CDKOPmcMyre5VCRQUboIv17Ftd1l { color:#f8e41b;display:block;width:70.0625rem;position:absolute;font-family:nowy12;font-size:2.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:3.9125003814698rem;left:2.34375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rg4PQuDDsBuhtDmwpvfJxs9iEPT2ePfi { position:relative;display:block; }#rg4PQuDDsBuhtDmwpvfJxs9iEPT2ePfi { background-color: transparent; background-image: none; }#rg4PQuDDsBuhtDmwpvfJxs9iEPT2ePfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rg4PQuDDsBuhtDmwpvfJxs9iEPT2ePfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rg4PQuDDsBuhtDmwpvfJxs9iEPT2ePfi > .row .container > .video-iframe-container { display: none; }#rg4PQuDDsBuhtDmwpvfJxs9iEPT2ePfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rg4PQuDDsBuhtDmwpvfJxs9iEPT2ePfi > .row > .video-iframe-container { display: none; }#rg4PQuDDsBuhtDmwpvfJxs9iEPT2ePfi > .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); }#rg4PQuDDsBuhtDmwpvfJxs9iEPT2ePfi { border-width: 0; border-radius: 0; }#rg4PQuDDsBuhtDmwpvfJxs9iEPT2ePfi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rg4PQuDDsBuhtDmwpvfJxs9iEPT2ePfi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DE4HgrPkHGQsAGBiDGnPlcQufknC84E1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:25.875rem;top:18.300000190735rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#DSh3fb3NTTXfVfqcm1TE2lO5rvEhT3OD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:59.375rem;top:26.686458587646rem;left:24.277639676904rem;overflow:hidden;display:block; }
#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c00a1d93-d9a3-4c58-9891-777e81ddabdf/343413490_1359770937926910_2385322867844846814_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP.adaptive-delivery-prevent-bg, #RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP.lazyload, #RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP.lazyloading { background-image: none; }#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP > .row .container { background-color: transparent; background-image: none; }#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP > .row .container > .video-iframe-container { display: none; }#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP > .row > .video-iframe-container { display: none; }#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP > .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); }#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP > .row .container { border-width: 0; border-radius: 0; }#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUxHva8FgZ1Dx3fzRJbM1bPnHT78MTFP > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#ZmuRH5XLfuQ45cOLNPkogK1Cp1fGilId { color:#e9e9f4;display:block;width:21.4375rem;position:absolute;font-family:nowy12;font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:0.8125rem;left:1.9385423660278rem;height:5.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yRTEkJP8e9IhXB7L4WDzOW3SkfumRA0y { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:3.375rem;top:1.5052089691162rem;left:24.165627479553rem;overflow:hidden;display:block; }
#C8lUsBBX1s6aAeTgzJevMnw5FXtciHJl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:3.5625rem;top:1.7552070617676rem;left:28.290627479553rem;overflow:hidden;display:block; }
#fuTvSmqrz0ayeV5hBSCOqxdIw7P0MGD3 { color:#e9e9f4;display:block;width:69.4375rem;position:absolute;font-family:nowy12;font-size:2.6875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:41.190625190735rem;left:2.7812509536743rem;height:9.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eo311tN1vp5Xwz7QVCtQTTwkkTEoCz06 { box-sizing:content-box;height:12.25rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:rgba(1,6,70,0.48);background-image:none;top:39.903125762939rem;left:-0.12395763397217rem;display:block; }
#XGPFZFNyNoy8rVNTV6ay4swLGKa7v4RM { color:#e9e9f4;display:block;width:69.4375rem;position:absolute;font-family:nowy12;font-size:1.9375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:48.762500762939rem;left:1.9385423660278rem;height:4.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u8f5OmMEiaiprghmzVvSMs5CXsQPkI7L { color:#e9e9f4;display:block;width:47.625rem;position:absolute;font-family:nowy12;font-size:6.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:6.0125255584717rem;left:16.41562461853rem;height:17.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1356f027-24ce-4616-9c44-d32aaf85e328/Fotoramio.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc.adaptive-delivery-prevent-bg, #Js0oixZblpza6NKx5OpTyHyLTXDrJdqc.lazyload, #Js0oixZblpza6NKx5OpTyHyLTXDrJdqc.lazyloading { background-image: none; }#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc > .row .container { background-color: transparent; background-image: none; }#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc > .row .container > .video-iframe-container { display: none; }#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc > .row > .video-iframe-container { display: none; }#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc > .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); }#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc > .row .container { border-width: 0; border-radius: 0; }#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Js0oixZblpza6NKx5OpTyHyLTXDrJdqc > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#MoFARrKLd02GdWGRZBslWhiN7dPTAtP3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:3.5rem;top:1.6614570617676rem;left:8.04062461853rem;overflow:hidden;display:block; }
#c3QWVsgUAM3f4zvmkydAQlRyHl1upHCg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:3.5625rem;top:1.7552070617676rem;left:28.290627479553rem;overflow:hidden;display:block; }
#anUMnqh0lHit9NvcokqeaNk6hTSVxJr5 { color:#e9e9f4;display:block;width:69.4375rem;position:absolute;font-family:nowy12;font-size:2.6875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:19.653150558472rem;left:3.4781246185302rem;height:9.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SXq9yrGfED9xOG9MpCZRtTxF3OPlcsEK { box-sizing:content-box;height:11.1875rem;width:60.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(1,6,70,0.63);background-image:none;top:18.090576171875rem;left:7.4375rem;display:block; }
#l0IumufJiuZ8dgWEnb9krTLLB3fGXmNA { color:#e9e9f4;display:block;width:69.4375rem;position:absolute;font-family:nowy12;font-size:1.9375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:26.762500762939rem;left:2.78125rem;height:4.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/270a5873-987f-4d07-8670-5b93a61b7367/Match_Day_Center_image.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM.adaptive-delivery-prevent-bg, #CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM.lazyload, #CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM.lazyloading { background-image: none; }#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM > .row .container { background-color: transparent; background-image: none; }#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM > .row .container > .video-iframe-container { display: none; }#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM > .row > .video-iframe-container { display: none; }#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM > .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); }#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM > .row .container { border-width: 0; border-radius: 0; }#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSeb2VyOHP6eMnTo12RSCIu4OcgUyIcM > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#bennzpNOxzOmF4bbtTKIXIxyhznqyqVO { color:#e9e9f4;display:block;width:25.6875rem;position:absolute;font-family:nowy12;font-size:2.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:17.280207633972rem;left:-4.7489576339722rem;height:7.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oDtB1pmWbNv80UxIXFHqkVg0rMNiz4LL { color:#e9e9f4;display:block;width:21.4375rem;position:absolute;font-family:nowy12;font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:2.3104162216186rem;left:0.93854236602781rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tSESvuhp4dsPTmHGpST2Tzhu0DlrqorT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:5.625rem;top:26.942708969116rem;left:5.2822923660278rem;overflow:hidden;display:block; }
#lIweUnT7MCXVeBkipN9OhWdOGlwd19IS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:3.5625rem;top:4.9510412216186rem;left:13.728125572204rem;overflow:hidden;display:block; }
#R2GRRxp9hz9PxOxFbc0wIRnmLRw5TK6f { color:#e9e9f4;display:block;width:27.375rem;position:absolute;font-family:nowy12;font-size:2.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:17.198958396912rem;left:53.063546180725rem;height:7.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SzLU68SqRUG8Dl6KeUbgRQyhdJRANvUa { color:#e9e9f4;display:block;width:24.5rem;position:absolute;font-family:nowy12;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:2.3104162216186rem;left:55.251046180725rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phb1XwbFseXWMCp6x0B89uM5er9bbJH0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.6875rem;width:7.6875rem;top:26.942708969116rem;left:62.907296180725rem;overflow:hidden;display:block; }
#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,12,9,0.79);background-image:url("https://images.assets-landingi.com/uc/270a5873-987f-4d07-8670-5b93a61b7367/Match_Day_Center_image.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg.adaptive-delivery-prevent-bg, #dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg.lazyload, #dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg.lazyloading { background-image: none; }#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg > .row .container { background-color: transparent; background-image: none; }#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg > .row .container > .video-iframe-container { display: none; }#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg > .row > .video-iframe-container { display: none; }#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg > .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); }#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg > .row .container { border-width: 0; border-radius: 0; }#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlma9RP5GwcVEhqEvvJMlVOqHQ0fIeGg > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#eMBCEwXJu56alGNw2P0zGNeqyecWQ9Z8 { color:#e9e9f4;display:block;width:34.5rem;position:absolute;font-family:nowy12;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:2.3447914123535rem;left:40.5rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mWp6t5CUtgtUEygFIbTWeIO38ZV1EDIQ { color:#e9e9f4;display:block;width:23.375rem;position:absolute;font-family:nowy12;font-size:3.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:15.780208587646rem;left:17.5625rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JhQuewoDNWQ1C9Qh1PBQts5LOD4r9JS1 { color:#e9e9f4;display:block;width:34.25rem;position:absolute;font-family:nowy12;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:11.717708587646rem;left:40.75rem;height:20.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B1XEaayMVdbdhPXFfhh62omVkzoZvtmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0510a4);background-image: -moz-linear-gradient(180deg, #e30808, #0510a4);background-image: -ms-linear-gradient(180deg, #e30808, #0510a4);background-image: -o-linear-gradient(180deg, #e30808, #0510a4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0510a4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0510a4' );";background-image: linear-gradient(180deg, #e30808, #0510a4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B1XEaayMVdbdhPXFfhh62omVkzoZvtmP > .row .container { background-color: transparent; background-image: none; }#B1XEaayMVdbdhPXFfhh62omVkzoZvtmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1XEaayMVdbdhPXFfhh62omVkzoZvtmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1XEaayMVdbdhPXFfhh62omVkzoZvtmP > .row .container > .video-iframe-container { display: none; }#B1XEaayMVdbdhPXFfhh62omVkzoZvtmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1XEaayMVdbdhPXFfhh62omVkzoZvtmP > .row > .video-iframe-container { display: none; }#B1XEaayMVdbdhPXFfhh62omVkzoZvtmP > .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); }#B1XEaayMVdbdhPXFfhh62omVkzoZvtmP > .row .container { border-width: 0; border-radius: 0; }#B1XEaayMVdbdhPXFfhh62omVkzoZvtmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1XEaayMVdbdhPXFfhh62omVkzoZvtmP > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#mMzLfE8rNq2qT9iF0OuJb4w0u69taWOW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:5.9375rem;top:0.80833339691162rem;left:5.4781255722046rem;overflow:hidden;display:block; }
#nGKFpZnZMI9qIqwC8qQeIqUwF0acHUaN { color:#e9e9f4;display:block;width:29.9375rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.8177089691162rem;left:24.165627479553rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwTiM3PNgox7zCE6w3xhDKMVLv72QLaP { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0712a5);background-image: -moz-linear-gradient(180deg, #e30808, #0712a5);background-image: -ms-linear-gradient(180deg, #e30808, #0712a5);background-image: -o-linear-gradient(180deg, #e30808, #0712a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );";background-image: linear-gradient(180deg, #e30808, #0712a5);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:3.875rem;width:69rem;top:36.689584732056rem;left:3.9302091598511rem;display:block; }
#lUOs49zESkTvsGxUVp6pmtShm8ZKMUiD { color:#e9e9f4;display:block;width:45.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:11.03750038147rem;left:5.4781255722046rem;height:18.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fpCyFq6dyCXrNmNFCkNSoIhUuIRZwkHX { color:#e9e9f4;display:block;width:29.9375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:6.1114587783814rem;left:24.165627479553rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VAMqFCXV99A4dsCXH4hDmnRyrx3TuiZI { color:#e9e9f4;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:37.855209350586rem;left:51.610421180725rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wnCtdGRRQEUZ2cOkiT1TPrhXL8A98V3F { box-sizing:content-box;height:38.125rem;width:68.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:2.2739591598511rem;left:3.9302091598511rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#FRhUlqZuat1fcQynOpFSTOTZ2pImTzot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -moz-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -ms-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -o-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808fc', endColorstr='#0510a4fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808fc', endColorstr='#0510a4fc' );";background-image: linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FRhUlqZuat1fcQynOpFSTOTZ2pImTzot > .row .container { background-color: transparent; background-image: none; }#FRhUlqZuat1fcQynOpFSTOTZ2pImTzot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRhUlqZuat1fcQynOpFSTOTZ2pImTzot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRhUlqZuat1fcQynOpFSTOTZ2pImTzot > .row .container > .video-iframe-container { display: none; }#FRhUlqZuat1fcQynOpFSTOTZ2pImTzot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRhUlqZuat1fcQynOpFSTOTZ2pImTzot > .row > .video-iframe-container { display: none; }#FRhUlqZuat1fcQynOpFSTOTZ2pImTzot > .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); }#FRhUlqZuat1fcQynOpFSTOTZ2pImTzot > .row .container { border-width: 0; border-radius: 0; }#FRhUlqZuat1fcQynOpFSTOTZ2pImTzot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRhUlqZuat1fcQynOpFSTOTZ2pImTzot > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#ESMi0DSH0IbbLAl6qkpk5cV1IFDFlKnm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:8rem;top:14.140625rem;left:6.2906255722044rem;overflow:hidden;display:block; }
#IOlzAo2dpbWFptLyv9K7muFzVH8BXdZR { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0712a5);background-image: -moz-linear-gradient(180deg, #e30808, #0712a5);background-image: -ms-linear-gradient(180deg, #e30808, #0712a5);background-image: -o-linear-gradient(180deg, #e30808, #0712a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );";background-image: linear-gradient(180deg, #e30808, #0712a5);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:3.875rem;width:69rem;top:19.85312461853rem;left:3.3218755722046rem;display:block; }
#PpPIhPG7FIQ2k1HdcFEgtB6atSTp3TUy { color:#e9e9f4;display:block;width:36.5rem;position:absolute;font-family:nowy2;font-size:4.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.6708335876462rem;left:17.259377479553rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hGBdtcbvDFvKHPWT5bgGTrGnzw4yWsrt { color:#e9e9f4;display:block;width:22rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.815624237061rem;left:26.500000953674rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b50a9PqzHTtHqJ8SO68770GQJo62ZnX8 { box-sizing:content-box;height:27.875rem;width:46.9375rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:3.4031171798706rem;left:13.920834541321rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#QCBQ9CnCAP3Vcd9qOK2M4838ZOQJw49u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -moz-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -ms-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -o-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808fc', endColorstr='#0510a4fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808fc', endColorstr='#0510a4fc' );";background-image: linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QCBQ9CnCAP3Vcd9qOK2M4838ZOQJw49u > .row .container { background-color: transparent; background-image: none; }#QCBQ9CnCAP3Vcd9qOK2M4838ZOQJw49u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCBQ9CnCAP3Vcd9qOK2M4838ZOQJw49u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCBQ9CnCAP3Vcd9qOK2M4838ZOQJw49u > .row .container > .video-iframe-container { display: none; }#QCBQ9CnCAP3Vcd9qOK2M4838ZOQJw49u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCBQ9CnCAP3Vcd9qOK2M4838ZOQJw49u > .row > .video-iframe-container { display: none; }#QCBQ9CnCAP3Vcd9qOK2M4838ZOQJw49u > .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); }#QCBQ9CnCAP3Vcd9qOK2M4838ZOQJw49u > .row .container { border-width: 0; border-radius: 0; }#QCBQ9CnCAP3Vcd9qOK2M4838ZOQJw49u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QCBQ9CnCAP3Vcd9qOK2M4838ZOQJw49u > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#Mh53fArmcvDDuqbARf4ognkvEGOBZKT5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:6.0625rem;top:8.28125rem;left:9.8125rem;overflow:hidden;display:block; }
#etvqiUc1yNnF2EKLWPlmT4Dw4kkgT6TE { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0712a5);background-image: -moz-linear-gradient(180deg, #e30808, #0712a5);background-image: -ms-linear-gradient(180deg, #e30808, #0712a5);background-image: -o-linear-gradient(180deg, #e30808, #0712a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );";background-image: linear-gradient(180deg, #e30808, #0712a5);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:3.875rem;width:49.3125rem;top:14.452083587646rem;left:-11.8125rem;display:block; }
#G7sEMOT4VsWO2VHCyBc1d7yXlo0CiXTS { color:#e9e9f4;display:block;width:46.375rem;position:absolute;font-family:nowy2;font-size:4.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.28125rem;left:39.8125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HlM43D1FJ17NNT0ORpu9DU2wW9er9Rrb { box-sizing:content-box;height:27.8125rem;width:49.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:1.71875rem;left:-12rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#D59LD6Rrc3GP3FGIgv71cMQrQXxkt8JA { color:#e9e9f4;display:block;width:48.8125rem;position:absolute;font-family:nowy2;font-size:4.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.28125rem;left:-11.375rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a80iy36ItlRiyBIKxilgNRIwAtDbVCsB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:6.0625rem;top:8.28125rem;left:60.78125rem;overflow:hidden;display:block; }
#wgLKnc3tF761eqEgsTW1ML0TpVqa10T1 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0712a5);background-image: -moz-linear-gradient(180deg, #e30808, #0712a5);background-image: -ms-linear-gradient(180deg, #e30808, #0712a5);background-image: -o-linear-gradient(180deg, #e30808, #0712a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );";background-image: linear-gradient(180deg, #e30808, #0712a5);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:3.875rem;width:46.75rem;top:14.258333206177rem;left:39.4375rem;display:block; }
#fQmiWVczPQTpKRyrCwI4XMG8Tyfk4DS6 { color:#e9e9f4;display:block;width:46.125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:400;z-index:15018;line-height:2.1;letter-spacing:0;top:19.174998283386rem;left:39.813542366028rem;height:7.6125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vS6fFyIiNTF4IJqsDhMeHKZCbzaZTaC4 { color:#e9e9f4;display:block;width:56rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:400;z-index:15019;line-height:2.1;letter-spacing:0;top:18.327082633972rem;left:-9.9989576339719rem;height:11.41875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AnpRMiypnLTPT9g5eJ20oioTSQpW8e66 { box-sizing:content-box;height:21.25rem;width:68.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:9.8270606994631rem;left:6.0927095413208rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#E3OTJd5yyWdTFy5fQltc8m6T3L8uF2nO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -moz-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -ms-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -o-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808fc', endColorstr='#0510a4fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808fc', endColorstr='#0510a4fc' );";background-image: linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E3OTJd5yyWdTFy5fQltc8m6T3L8uF2nO > .row .container { background-color: transparent; background-image: none; }#E3OTJd5yyWdTFy5fQltc8m6T3L8uF2nO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3OTJd5yyWdTFy5fQltc8m6T3L8uF2nO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3OTJd5yyWdTFy5fQltc8m6T3L8uF2nO > .row .container > .video-iframe-container { display: none; }#E3OTJd5yyWdTFy5fQltc8m6T3L8uF2nO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3OTJd5yyWdTFy5fQltc8m6T3L8uF2nO > .row > .video-iframe-container { display: none; }#E3OTJd5yyWdTFy5fQltc8m6T3L8uF2nO > .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); }#E3OTJd5yyWdTFy5fQltc8m6T3L8uF2nO > .row .container { border-width: 0; border-radius: 0; }#E3OTJd5yyWdTFy5fQltc8m6T3L8uF2nO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3OTJd5yyWdTFy5fQltc8m6T3L8uF2nO > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#DOcEKbzl7q9isdSx2nvH6M7CoxStlSfT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:6.125rem;top:7.95937538147rem;left:0rem;overflow:hidden;display:block; }
#qq13biG0xIlPVF991xRLBX0pauryVXxz { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0712a5);background-image: -moz-linear-gradient(180deg, #e30808, #0712a5);background-image: -ms-linear-gradient(180deg, #e30808, #0712a5);background-image: -o-linear-gradient(180deg, #e30808, #0712a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );";background-image: linear-gradient(180deg, #e30808, #0712a5);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:4.6875rem;width:30.9375rem;top:13.515625rem;left:23.014583587646rem;display:block; }
#B1MeXZof0vki7m3haeLJofpId3rkd4Sc { color:#e9e9f4;display:block;width:27.5625rem;position:absolute;font-family:nowy2;font-size:3rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9333343505859rem;left:-10.1875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRriKXK8WWBoiFaEKmLozatOdRTNOzeS { color:#e9e9f4;display:block;width:22rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.884376525879rem;left:27.483333587646rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MyMyld4ZyixiRvEy4BwNn6HWfkJ95trP { box-sizing:content-box;height:16.125rem;width:30.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:1.9375rem;left:-12.0625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#BKq38RwN8EJTe0ZpNn5mTB3xcZolSRVm { box-sizing:content-box;height:16.125rem;width:28.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:1.9375rem;left:57.6875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#hqOuQCWlTByC7oRyV68BQRc3KgktTzoM { color:#e9e9f4;display:block;width:27.5625rem;position:absolute;font-family:nowy2;font-size:3rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.9333343505859rem;left:24.733333587646rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qOLAXRKQpLtLhfOdb82a3dllAZz90S0F { box-sizing:content-box;height:16.125rem;width:30.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:1.9375rem;left:22.920833587646rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#GmpxtTvpSPMChuJiNN7pfZQ9zwtzkWMp { color:#e9e9f4;display:block;width:9.8125rem;position:absolute;font-family:nowy2;font-size:3rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:2.9333343505859rem;left:65.1875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bnUdL4Tnf3IETLS21BJEhlUcleDmxkf7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:6.125rem;top:7.95937538147rem;left:68.875rem;overflow:hidden;display:block; }
#pU7HCf171m3ZEGNZvIkxlRUsMNmhnGbV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:4rem;top:7.1875rem;left:36.483333587646rem;overflow:hidden;display:block; }
#vUZJS7QUTaXxzlXfAPgqpH8PqMF0TW23 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -moz-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -ms-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-image: -o-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808fc', endColorstr='#0510a4fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808fc', endColorstr='#0510a4fc' );";background-image: linear-gradient(180deg, rgba(227,8,8,0.99), rgba(5,16,164,0.99));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vUZJS7QUTaXxzlXfAPgqpH8PqMF0TW23 > .row .container { background-color: transparent; background-image: none; }#vUZJS7QUTaXxzlXfAPgqpH8PqMF0TW23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUZJS7QUTaXxzlXfAPgqpH8PqMF0TW23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUZJS7QUTaXxzlXfAPgqpH8PqMF0TW23 > .row .container > .video-iframe-container { display: none; }#vUZJS7QUTaXxzlXfAPgqpH8PqMF0TW23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUZJS7QUTaXxzlXfAPgqpH8PqMF0TW23 > .row > .video-iframe-container { display: none; }#vUZJS7QUTaXxzlXfAPgqpH8PqMF0TW23 > .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); }#vUZJS7QUTaXxzlXfAPgqpH8PqMF0TW23 > .row .container { border-width: 0; border-radius: 0; }#vUZJS7QUTaXxzlXfAPgqpH8PqMF0TW23 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUZJS7QUTaXxzlXfAPgqpH8PqMF0TW23 > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#QtPMAwFqsZTd5exACSi2d8v3mgPvbaxH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:10.75rem;top:2.9270830154419rem;left:7.5406255722044rem;overflow:hidden;display:block; }
#LPJ9KL6Xu6oiWT6RJUknhsHXbVCTJ3zH { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0712a5);background-image: -moz-linear-gradient(180deg, #e30808, #0712a5);background-image: -ms-linear-gradient(180deg, #e30808, #0712a5);background-image: -o-linear-gradient(180deg, #e30808, #0712a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );";background-image: linear-gradient(180deg, #e30808, #0712a5);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:3.5rem;width:67.625rem;top:34.884368896484rem;left:4.3218755722046rem;display:block; }
#JHryHM5DAzlhUezqeec231qZdZUzO3h7 { color:#e9e9f4;display:block;width:40.75rem;position:absolute;font-family:nowy2;font-size:4.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.5406246185303rem;left:17.125000953674rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ipTnDANToS7nDMdTUftanNuCe98pTHO1 { color:#e9e9f4;display:block;width:22rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:35.659374237061rem;left:27.134377479553rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fGxV1vIdcnqSgaSMwP1Udgm43CGIOvB9 { box-sizing:content-box;height:37.1875rem;width:67.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:1.21875rem;left:4.2427091598511rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#B6KMSxbsMgQFyod2oV9tMFswMe6T1ssc { color:#f6b825;display:block;width:60.6875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:400;z-index:15017;line-height:2.1;letter-spacing:0;top:18.687500953674rem;left:10.103125572204rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ifJqIhExQZpR1cFQVSh5EMEat9wJA7cu { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.625000953674rem;left:7.5406255722044rem; }
#IKnTF5nmIr7RdaOHRc5UEzhDzmdxyI0T { color:#e9e9f4;display:block;width:26.875rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.339599609375rem;left:24.196877479553rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H0gbFPTHGFo2c60tF7GP3kyDJMFCXUUw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:27.949997901916rem;left:7.5406255722044rem; }
#wu8qzNz3AdIP6NeWhJPLPbTu4q6sUb08 { box-sizing:content-box;height:12.625rem;width:12.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#0c52ac;background-image:url("https://images.assets-landingi.com/uc/1cc3da61-3da5-4be6-a0ec-b205483a910a/dziewczynki2405231024x697.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.5406246185303rem;left:51.071877479553rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }#wu8qzNz3AdIP6NeWhJPLPbTu4q6sUb08.adaptive-delivery-prevent-bg, #wu8qzNz3AdIP6NeWhJPLPbTu4q6sUb08.lazyload, #wu8qzNz3AdIP6NeWhJPLPbTu4q6sUb08.lazyloading { background-image: none; }
#ZhDip4p4M2ODIBiok4kTqMVTLnWQhDiS { box-sizing:content-box;height:12.625rem;width:12.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ac1c8dea-c13d-4722-8aac-066a97d32167/33Flogowosp.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.389584541321rem;left:57.875000953674rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }#ZhDip4p4M2ODIBiok4kTqMVTLnWQhDiS.adaptive-delivery-prevent-bg, #ZhDip4p4M2ODIBiok4kTqMVTLnWQhDiS.lazyload, #ZhDip4p4M2ODIBiok4kTqMVTLnWQhDiS.lazyloading { background-image: none; }
#TX13z4JOxSaO9u0qmRaX7kk0X3nCNXdH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(278deg, #0065e6, #ffffff);background-image: -moz-linear-gradient(278deg, #0065e6, #ffffff);background-image: -ms-linear-gradient(278deg, #0065e6, #ffffff);background-image: -o-linear-gradient(278deg, #0065e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065e6', endColorstr='#ffffff' );";background-image: linear-gradient(278deg, #0065e6, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TX13z4JOxSaO9u0qmRaX7kk0X3nCNXdH > .row .container { background-color: transparent; background-image: none; }#TX13z4JOxSaO9u0qmRaX7kk0X3nCNXdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX13z4JOxSaO9u0qmRaX7kk0X3nCNXdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX13z4JOxSaO9u0qmRaX7kk0X3nCNXdH > .row .container > .video-iframe-container { display: none; }#TX13z4JOxSaO9u0qmRaX7kk0X3nCNXdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX13z4JOxSaO9u0qmRaX7kk0X3nCNXdH > .row > .video-iframe-container { display: none; }#TX13z4JOxSaO9u0qmRaX7kk0X3nCNXdH > .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); }#TX13z4JOxSaO9u0qmRaX7kk0X3nCNXdH > .row .container { border-width: 0; border-radius: 0; }#TX13z4JOxSaO9u0qmRaX7kk0X3nCNXdH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TX13z4JOxSaO9u0qmRaX7kk0X3nCNXdH > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#upKB6U1kGyZTwTfqSh33C9IT90V0Qnlp { position:absolute;display:block;z-index:15000;border-top:0.6875rem solid #29b9ef;border-left:0.6875rem solid #29b9ef;border-right:0.6875rem solid #29b9ef;border-bottom:0.6875rem solid #29b9ef;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:19.5625rem;width:20.75rem;top:6.8010423441162rem;left:-4.3949850001454rem;overflow:hidden;display:block; }
#gkgedSyegtc7T8LlCIdzJhqIlkRDRWTn { color:#f42020;display:block;width:49.5625rem;position:absolute;font-family:ubuntu;font-size:6.375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:1.2260417938232rem;left:14.313542366028rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L7V1n8twRlWzR11ZKJ30omom4Sh4A6Gq { color:#ffffff;display:block;width:49.5625rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:14.244791030884rem;left:12.718750953674rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iIOTWeT8r250O45fc0aIJPiI7nENJJzF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:30rem;top:8.81041675rem;left:57.801917158643rem;overflow:hidden;display:block; }
#oF3e7n57vxJPcSxXFsOD6XNdArt0o5Lo { color:#781e8e;display:block;width:49.5625rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.486459732056rem;left:12.718750953674rem;height:6.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlH2hCUCURmiNcbcLiWbVNA9T7TLiGhN { color:#e30808;display:block;width:49.5625rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:10.091667175293rem;left:13.584374427796rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KgvG6VX2qr3rZiAhoHA52R6vTC6LBaUr { box-sizing:content-box;height:23.875rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:#f6b825;background-image:none;top:5.8156249780884rem;left:-6.1427075089722rem;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;display:block; }
#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cdaa049c-a2c1-44e6-861b-f13d63f7a327/boisko.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU.adaptive-delivery-prevent-bg, #MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU.lazyload, #MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU.lazyloading { background-image: none; }#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU > .row .container { background-color: transparent; background-image: none; }#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU > .row .container > .video-iframe-container { display: none; }#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU > .row > .video-iframe-container { display: none; }#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU > .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); }#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU > .row .container { border-width: 0; border-radius: 0; }#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHxNpRHOi7emK3dFRSLuiQJlOLtUT5SU > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#JrXRrXg7KI9MoqHsxrEl6CXENO3A8t3S { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:6.875rem;top:28.630208015442rem;left:60.213540077209rem;overflow:hidden;display:block; }
#OIIQT2D1pBnQ5HLwJOh3tTTX6NWOFHST { color:#e9e9f4;display:block;width:29.9375rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.045828819275rem;left:25.040627479553rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iARvOAbJEMBv9oI7n1ZabUXpnFuE78ID { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0712a5);background-image: -moz-linear-gradient(180deg, #e30808, #0712a5);background-image: -ms-linear-gradient(180deg, #e30808, #0712a5);background-image: -o-linear-gradient(180deg, #e30808, #0712a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );";background-image: linear-gradient(180deg, #e30808, #0712a5);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:5.375rem;width:69rem;top:35.064582824707rem;left:3.9302091598511rem;display:block; }
#QhT7TkVtdJQwn056435ew2Z0hxU0My8G { color:#e9e9f4;display:block;width:49.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:4.4239587783814rem;left:15.228125572204rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwEtVUlNVd8cnX8VbfT47PegqvAwNpT4 { box-sizing:content-box;height:37.875rem;width:68.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:2.2739562988281rem;left:3.9302091598511rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#ysRTiGgDAckshVqd974JPNgTAEQtTAg2 { color:#e9e9f4;display:block;width:46.8125rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:9.1114587783812rem;left:17.196877479553rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nK8OoCk9bP0OlUFdzVPDQbrIKJzvyOVD { color:#e9e9f4;display:block;width:44.5rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:19.385417938233rem;left:15.768750190735rem;height:14.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Am7ISoJQaWUJETHJE9C12qeN2cegXWWk { color:#e9e9f4;display:block;width:37.5625rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:13.335412979126rem;left:21.228127479553rem;height:5.0375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mpOp6A2knICw120vvmm7TTP1kFGprCVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(12,115,246,0.88), rgba(202,229,0,0.88));background-image: -moz-linear-gradient(179deg, rgba(12,115,246,0.88), rgba(202,229,0,0.88));background-image: -ms-linear-gradient(179deg, rgba(12,115,246,0.88), rgba(202,229,0,0.88));background-image: -o-linear-gradient(179deg, rgba(12,115,246,0.88), rgba(202,229,0,0.88));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c73f6e0', endColorstr='#cae500e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c73f6e0', endColorstr='#cae500e0' );";background-image: linear-gradient(179deg, rgba(12,115,246,0.88), rgba(202,229,0,0.88));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; }#mpOp6A2knICw120vvmm7TTP1kFGprCVu > .row .container { background-color: transparent; background-image: none; }#mpOp6A2knICw120vvmm7TTP1kFGprCVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpOp6A2knICw120vvmm7TTP1kFGprCVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpOp6A2knICw120vvmm7TTP1kFGprCVu > .row .container > .video-iframe-container { display: none; }#mpOp6A2knICw120vvmm7TTP1kFGprCVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpOp6A2knICw120vvmm7TTP1kFGprCVu > .row > .video-iframe-container { display: none; }#mpOp6A2knICw120vvmm7TTP1kFGprCVu > .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); }#mpOp6A2knICw120vvmm7TTP1kFGprCVu > .row .container { border-width: 0; border-radius: 0; }#mpOp6A2knICw120vvmm7TTP1kFGprCVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpOp6A2knICw120vvmm7TTP1kFGprCVu > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#zbyLrRyJUHZW6EQecztTyTxKSMtTBVOQ { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:comfortaa;font-size:5.3125rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.960416793823rem;left:1.75rem;height:11.6875rem;display:block; }
#SFMbNToowiN54Xd5TOKo8wqZQ3dVDFLv { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:comfortaa;font-size:2.875rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.1875rem;left:60.687500953674rem;height:6.325rem;display:block; }
#ByD8IAEs9t8mFuSi7hu6JdtRI2IFPfJA { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:comfortaa;font-size:9.1875rem;font-weight:normal;z-index:14998;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.4812469482422rem;left:24.625000953674rem;height:20.2125rem;display:block; }
#NF6uSbWzVmcu55TCZET34xWcrgLvSe8v { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.693752288818rem;left:52.795834541321rem;height:4.0625rem;display:block; }
#lgZXJQZQFdhcpRNwr3cHnzIIUBt6CtuQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:7.8125rem;left:50.0625rem;overflow:hidden;display:block; }
#exWoIX0B6DfZ68IQK5bWtxLoAdITuMUT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:17.897916793823rem;left:43.904168128967rem;overflow:hidden;display:block; }
#FVtCevCehmOHKvEO1wr1Nad35tkJpWrr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(12,115,246,0.86), rgba(202,229,0,0.86));background-image: -moz-linear-gradient(179deg, rgba(12,115,246,0.86), rgba(202,229,0,0.86));background-image: -ms-linear-gradient(179deg, rgba(12,115,246,0.86), rgba(202,229,0,0.86));background-image: -o-linear-gradient(179deg, rgba(12,115,246,0.86), rgba(202,229,0,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c73f6db', endColorstr='#cae500db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c73f6db', endColorstr='#cae500db' );";background-image: linear-gradient(179deg, rgba(12,115,246,0.86), rgba(202,229,0,0.86));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FVtCevCehmOHKvEO1wr1Nad35tkJpWrr > .row .container { background-color: transparent; background-image: none; }#FVtCevCehmOHKvEO1wr1Nad35tkJpWrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVtCevCehmOHKvEO1wr1Nad35tkJpWrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVtCevCehmOHKvEO1wr1Nad35tkJpWrr > .row .container > .video-iframe-container { display: none; }#FVtCevCehmOHKvEO1wr1Nad35tkJpWrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVtCevCehmOHKvEO1wr1Nad35tkJpWrr > .row > .video-iframe-container { display: none; }#FVtCevCehmOHKvEO1wr1Nad35tkJpWrr > .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); }#FVtCevCehmOHKvEO1wr1Nad35tkJpWrr > .row .container { border-width: 0; border-radius: 0; }#FVtCevCehmOHKvEO1wr1Nad35tkJpWrr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVtCevCehmOHKvEO1wr1Nad35tkJpWrr > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#BZunCV9WFgtLElCJZuGBHGlOxziTUIdT { color:#ffffff;display:block;width:74.3125rem;position:absolute;font-family:comfortaa;font-size:5.625rem;font-weight:normal;z-index:14998;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.231250762939rem;left:0rem;height:6.1875rem;display:block; }
#fmgLWAKcOqz4UrywdpJPtmmCr7V1R51R { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:26rem;left:42.9375rem;overflow:hidden;display:block; }
#dm9KZ8iGpdsaTqTML5eVEOumoF73wtPR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:26rem;left:23.000000953674rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:72.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#QHTP1m4wCmlTAcaaBUWLdovqmbAmveaQ { display:block;width:6.5625rem;position:absolute;font-family:nowy12;font-size:3rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5625rem;left:22rem;height:3.9rem;text-align:center;text-align-last:center;color:#0073ed;display:block; }
#yoJ4yNfcy2BbEb7aCOf62IWeFLvmdv5M { border-bottom:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-top:0.125rem solid #000000;height:9.875rem;width:9.875rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;top:21.25rem;left:39.4375rem;overflow:hidden;display:block; }
#LOU15cFHdotwhbTPIo4pDt0RLcieE7Zv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:32.4375rem;position:absolute;display:block;z-index:15012;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.875rem;left:22.125rem;overflow:hidden;display:block; }
#WKVM8WWtb7lgTJCTuEBf5FAHLFlfIgbV { display:block;width:6.5625rem;position:absolute;font-family:nowy12;font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.3125rem;left:28.5625rem;height:4.0625rem;text-align:center;text-align-last:center;color:#0073ed;display:block; }
#L0emI1vSgOCagalG2a3J6XuNlfr03nkq { display:block;width:6.5625rem;position:absolute;font-family:nowy12;font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.4375rem;left:35.1875rem;height:4.0625rem;text-align:center;text-align-last:center;color:#0073ed;display:block; }
#W7eT9euMEDdWZPQT94QhfIV8VPF7cJDg { display:block;width:6.5625rem;position:absolute;font-family:nowy12;font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.3125rem;left:41.75rem;height:4.0625rem;text-align:center;text-align-last:center;color:#0073ed;display:block; }
#z8U0kkJyeEsAPo4JeQDzM9poFZl80gI2 { display:block;width:6.5625rem;position:absolute;font-family:nowy12;font-size:3.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.5625rem;left:48.25rem;height:4.0625rem;text-align:center;text-align-last:center;color:#0073ed;display:block; }
#BtEQFJrkHEPVcs6Adiswv1C0JnpVbW3Q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.3125rem;width:35.4375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.25rem;left:19.180207252502rem;overflow:hidden;display:block; }
#AeRfLOhpvN8GmHmOl68K55lvJf0ybFwy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30rem;width:9.3125rem;position:absolute;display:block;z-index:15019;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#VFl23T8BLmWfhJ8XfFe3V5E36i7On0oE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.25rem;width:8.1875rem;position:absolute;display:block;z-index:15020;top:45.3125rem;left:31.25rem;display:block; }
#nmkl0ygwpnQT4JHDtGGbK0gtFKX8VF76 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.375rem;width:7.375rem;position:absolute;display:block;z-index:15021;top:40.375rem;left:28.5625rem;display:block; }
#JolxLNXWOlgJltySy8ul24kE2IzTQXL2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.8125rem;width:8.6875rem;position:absolute;display:block;z-index:15022;top:48.625rem;left:28.5625rem;display:block; }
#mS2HESFHapNS9Z8PNxpMfFWmhro795Nn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10.3125rem;width:2.75rem;position:absolute;display:block;z-index:15023;top:58.5625rem;left:32.625rem;display:block; }
#TyVDrmryEFiiRmdb2NZGUaHwkDRxWWgv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.75rem;position:absolute;display:block;z-index:15024;top:66.875rem;left:30.3125rem;display:block; }
#UP9ZV26QETbOx4TRGubltIri2AD5vdnN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10.3125rem;width:2.75rem;position:absolute;display:block;z-index:15024;top:57.625rem;left:34rem;display:block; }
#M9e9vhvrF8Dpll2SCqbX4mbPc3R6larr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.9375rem;width:4.4375rem;position:absolute;display:block;z-index:15025;top:65.9375rem;left:31.5625rem;display:block; }
#hJByU4fBry8NdeoodNiniDKit7F8R93R { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.25rem;width:4.3125rem;position:absolute;display:block;z-index:15023;top:50.3125rem;left:32.625rem;display:block; }
#Zfvzkqliwvs6397NGaM8fhb2RGXJbV59 { display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:59.5625rem;left:7.5rem;height:7.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#VsAwy9m1ZyWF2Csn0yIt3lpJ4UtKXtw7 { display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:50.3125rem;left:64.4375rem;height:5.375rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#U4k1GokOJIpnGOQsG7psbzCM9vpxdaPM { display:block;width:8.375rem;position:absolute;font-family:nowy12;font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.875rem;left:23.8125rem;height:4.55rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#UubutL8hfhdmwX2radm2svZ78t6AVHif { position:absolute;display:block;z-index:15026;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:25rem;width:37.5rem;top:41rem;left:37.5rem;overflow:hidden;display:block; }
#qz2r9LvJ0RMVA2x67A1yh8GzK6HFLqw7 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image: -webkit-linear-gradient(top, #ea4949, #c5870c);background-image: -moz-linear-gradient(top, #ea4949, #c5870c);background-image: -ms-linear-gradient(top, #ea4949, #c5870c);background-image: -o-linear-gradient(top, #ea4949, #c5870c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4949', endColorstr='#c5870c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4949', endColorstr='#c5870c' );";background-image: linear-gradient(to bottom, #ea4949, #c5870c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:8.4375rem;width:8.4375rem;top:48.625rem;left:65.40625rem;display:block; }
#S0RkHtdOre91vWVE1GgNDnHP13Vi4Bvi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.875rem;width:5rem;position:absolute;display:block;z-index:15029;top:51.75rem;left:59.9375rem;display:block; }
#ev416HFxR72rMcbtH5obPRKnTeSlPasC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:14.125rem;position:absolute;display:block;z-index:15030;top:58.5625rem;left:60.875rem;display:block; }
#F3rCGKQA6uW1alpVShzfEO0QnMKwb5hn { display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:59.5625rem;left:58.875rem;height:4.7125rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#pP6KHkMsEz3MwvTSIq0tetcPs1OnBIa9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.1875rem;width:15.9375rem;position:absolute;display:block;z-index:15030;top:41.875rem;left:38.6875rem;display:block; }
#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7f687cf2-f8ef-45fe-99aa-7a3cfc77f092/boiskomarzec.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO.adaptive-delivery-prevent-bg, #KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO.lazyload, #KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO.lazyloading { background-image: none; }#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO > .row .container { background-color: transparent; background-image: none; }#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO > .row .container > .video-iframe-container { display: none; }#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO > .row > .video-iframe-container { display: none; }#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO > .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); }#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO > .row .container { border-width: 0; border-radius: 0; }#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KcOnFqml9uzcugG2Uev4EWyaZkIaHHvO > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:75rem;position:relative;display:block; }#tGvBdu40Thc7QOs73GTgWDsXOodsMm8K { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:34.125rem;top:9.3125rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#mWGAZ6EkTKWZNSugHTIL3J0TCIZ8Bo0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mWGAZ6EkTKWZNSugHTIL3J0TCIZ8Bo0i > .row .container { background-color: transparent; background-image: none; }#mWGAZ6EkTKWZNSugHTIL3J0TCIZ8Bo0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWGAZ6EkTKWZNSugHTIL3J0TCIZ8Bo0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWGAZ6EkTKWZNSugHTIL3J0TCIZ8Bo0i > .row .container > .video-iframe-container { display: none; }#mWGAZ6EkTKWZNSugHTIL3J0TCIZ8Bo0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWGAZ6EkTKWZNSugHTIL3J0TCIZ8Bo0i > .row > .video-iframe-container { display: none; }#mWGAZ6EkTKWZNSugHTIL3J0TCIZ8Bo0i > .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); }#mWGAZ6EkTKWZNSugHTIL3J0TCIZ8Bo0i > .row .container { border-width: 0; border-radius: 0; }#mWGAZ6EkTKWZNSugHTIL3J0TCIZ8Bo0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWGAZ6EkTKWZNSugHTIL3J0TCIZ8Bo0i > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#L1hDGeCUS4IRXUOKeEDIRwngawitRmE1 { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:aladin;font-size:2.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.9375rem #ffffff;top:14.4375rem;left:39.970833778381rem;height:5.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mzXQNXiyESMrtV0r5oVBWRLsAzaDcgZS { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:14.8125rem;top:4.125rem;left:28.440216444532rem;overflow:hidden;display:block; }
#L7tigANpP5e0ZrduLCvF2GPsTrvIp0Sd { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:16.625rem;top:3.5791664123535rem;left:28.111458778381rem;display:block; }
#HUFxKJboJAviDKiP3Bk5BU1eLQC88XzF { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.5rem;top:14.1875rem;left:39.970833778381rem;display:block; }
#sdvuBHSQCcVvdGbVDGMbNJOw3SMhqQJy { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.5rem;top:26.5625rem;left:30.25rem;display:block; }
#l5K2vcCxMTzO0BB5lT8SnZzQvWTbg0hc { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:aladin;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.9375rem #ffffff;top:26.5625rem;left:26.688542366028rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pfbbSxa6lSsID4TOyClyJug5OagHztO6 { position:relative;display:block; }#pfbbSxa6lSsID4TOyClyJug5OagHztO6 { background-color: transparent; background-image: none; }#pfbbSxa6lSsID4TOyClyJug5OagHztO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfbbSxa6lSsID4TOyClyJug5OagHztO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfbbSxa6lSsID4TOyClyJug5OagHztO6 > .row .container > .video-iframe-container { display: none; }#pfbbSxa6lSsID4TOyClyJug5OagHztO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfbbSxa6lSsID4TOyClyJug5OagHztO6 > .row > .video-iframe-container { display: none; }#pfbbSxa6lSsID4TOyClyJug5OagHztO6 > .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); }#pfbbSxa6lSsID4TOyClyJug5OagHztO6 { border-width: 0; border-radius: 0; }#pfbbSxa6lSsID4TOyClyJug5OagHztO6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pfbbSxa6lSsID4TOyClyJug5OagHztO6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(17,158,1,0.95);background-image:none;font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tqStTQ9vQhXVFNCO51b5TKy2BGM7D0Lg { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.1875rem;width:10.4375rem;top:14.369791030884rem;left:0rem;display:block; }
#IzyBQvobecehBP1JB8a2P1dTFthckEXx { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.9375rem;width:9.9375rem;top:14.494791030884rem;left:64.862501144406rem;display:block; }
#IvVZyMn8sy8Om9tbiA6Q0p1PytNVcCK9 { position:absolute;display:block;z-index:15004;background-color:#119e01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:6.5rem;top:10.233276367188rem;left:0.0010414123535156rem;display:block; }
#JLhDzMotftyPt4vlamDPxvWqtacKEaAN { position:absolute;display:block;z-index:15005;background-color:#119e01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:2.875rem;top:14.33642578125rem;left:0.0010414123535156rem;display:block; }
#gu88hk0NE9RarQrdIT9QMfT5hDDQeT1Q { position:absolute;display:block;z-index:15006;background-color:#119e01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:3rem;top:13.86767578125rem;left:71.651037216188rem;display:block; }
#hacG2EGGpD6I2tETSnlZb2gC8w4Qu5OG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:3.9375rem;top:1.5749998092651rem;left:1.9020833969116rem;overflow:hidden;display:block; }
#TZdpKsA8y8WNsHShGiAxf3rrtHkd7861 { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:"bree serif";font-size:3.4375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:9.5124988555906rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#DENKGzNmLZuTUPBT9EWfGFzR6UEnMRSn { position:absolute;display:block;z-index:15005;background-color:#119e01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:6.25rem;top:9.4832763671875rem;left:68.405210494994rem;display:block; }
#kxhKHe38haDzTAI7KFDRvs6Q8VMhfVmL { box-sizing:content-box;height:29.3125rem;width:51.3125rem;position:absolute;display:block;z-index:15020;background-color:#119e01;background-image:none;top:7.125rem;left:11.892707824707rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#VNSQNTETJaQIy63LZA9JdBXBBf4f2CpT { color:#ffffff;display:block;width:49.1875rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:2.4;letter-spacing:0;top:10.233333587646rem;left:12.994791030884rem;height:22.8rem;text-align:left;text-align-last:left;display:block; }
#JnVQeU1LM7pIFWfBakrSG3ZmylaSwXBA { box-sizing:content-box;height:2.9375rem;width:46.0625rem;position:absolute;display:block;z-index:15021;background-color:#119e01;background-image:none;top:7.6875rem;left:13.288541793823rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#gTP0X0RqGuG3P1pk4fH5MagtDXIfMktW { color:#f6b825;display:block;width:44.625rem;position:absolute;font-family:"bree serif";font-size:1.625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.3125rem;left:18.869791030884rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#pfSVwBQ1Txl8Axxcsp0pxXka2hdxPxdm { box-sizing:content-box;height:27.0625rem;width:5.1875rem;position:absolute;display:block;z-index:15021;background-color:#119e01;background-image:none;top:8.3125rem;left:27.767705917358rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#Kl2ACGnqsaIXim9aQT14rmMATstOh1zv { box-sizing:content-box;height:27.0625rem;width:5.125rem;position:absolute;display:block;z-index:15021;background-color:#119e01;background-image:none;top:8.3125rem;left:33.999998092651rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#QO9xSTJxB4rAuyQoRZ1SpTTvBy67Eowo { box-sizing:content-box;height:27rem;width:5.1875rem;position:absolute;display:block;z-index:15021;background-color:#119e01;background-image:none;top:8.3125rem;left:40.124998092651rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#ay7nc880Kudh0TGQseIFqFM3FUaHZrSA { box-sizing:content-box;height:27.0625rem;width:5.1875rem;position:absolute;display:block;z-index:15021;background-color:#119e01;background-image:none;top:8.3125rem;left:46.624998092651rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#F0zHJr7Sbbvp02ik1bpE1k5L3FVIJMlk { box-sizing:content-box;height:27.1875rem;width:5.1875rem;position:absolute;display:block;z-index:15021;background-color:#119e01;background-image:none;top:8.3125rem;left:53.187498092651rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#IRyhCm83SRg2wkUaADJwWH8bI0zVSpLa { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:13.5rem;left:28.330208778381rem;height:2.25rem;display:block; }
#tsXrBwH2bqTvnQHqaPC1PQiT2C4XHXIf { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:16.1875rem;left:28.3125rem;height:2.25rem;display:block; }
#fkQTGadHk9OKJJeSzaTeICvlPFVeObk9 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:18.8125rem;left:53.581251144409rem;height:2.25rem;display:block; }
#pXCWumre4V2L5uBoJVLGOvw0iMvA6gUe { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:30.833333969116rem;left:40.643751144409rem;height:2.25rem;display:block; }
#DpGqX2sqK4mo4MmtIrTu4lUKNmpZBbg9 { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:28.233333587646rem;left:28.317708969116rem;height:2.25rem;display:block; }
#WzwhiVK363taedyr9Jow07wETF7O13G3 { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:28.033325195312rem;left:47.166665077209rem;height:2.25rem;display:block; }
#p8UIukVtBJidycxVkcGBPkTQAg4tIBaT { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:16.1875rem;left:47.166665077209rem;height:2.25rem;display:block; }
#LRGeqe97ziNBoJ1hCX6WeW2SsPcsdB2s { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:13.5rem;left:47.166665077209rem;height:2.25rem;display:block; }
#gkhXLmOkw5hJ0i1rbm0UK8Ho26JeJPOs { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:"bree serif";font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.2875003814697rem;left:9.5124988555906rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#ETVRe0KLtRqCDnvTFxIhOsH5FUHrOvvg { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:10.9375rem;left:34.430207252502rem;height:2.25rem;display:block; }
#ryrncEqXwqKoz0zNOfWHOtaC8msPpizk { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:10.66250038147rem;left:46.77499961853rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#CkSzVCugJNeVFpuTXPHTLI7QLoxN47uE { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:25rem;left:34.430207252502rem;height:2.25rem;display:block; }
#lGe5JKNGP2zoa3phdXOwTWNdGE6kNe5N { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:22.0625rem;left:34.430207252502rem;height:2.25rem;display:block; }
#n8740KkVMGwvCaPsNWbfhwNpMAtBJCL8 { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:12.575000762939rem;left:12.994791030884rem;height:0.975rem;display:block; }
#N28HnIbEKurFV8VFOxwMddJFAD2n2AIO { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:15.375rem;left:12.994791030884rem;height:0.975rem;display:block; }
#xiJCXr7kKAFZwkpuu6OZKuphWDi0pyvt { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:18.3125rem;left:12.994791030884rem;height:0.975rem;display:block; }
#lEGCQNdaodJ3OsMg2TSL9tzr7UkpUp9u { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:20.9375rem;left:12.994791030884rem;height:0.975rem;display:block; }
#MW2n6etTg6P5SIyODzJl8UadgrGzD2cw { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:29.5625rem;left:12.994791030884rem;height:0.975rem;display:block; }
#oRS8GntFI2mglFAoblHseDqrdyuOWKBt { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:32.3125rem;left:12.994791030884rem;height:1.05rem;display:block; }
#K5KWoqZKosL5qqKgMSk9fRmJ9Fre5G8I { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:23.832292556762rem;left:13.107290267944rem;height:0.975rem;display:block; }
#mRwMXWyEF9GWU3AdaXADcMviEyl3Er62 { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.625rem;left:13.107290267944rem;height:0.975rem;display:block; }
#thkfxCIJPD2Kl5EElqKw9n34vSQVlCGQ { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:22.121874809265rem;left:47.081251144409rem;height:2.25rem;display:block; }
#eSVU95ecb5szr9DuGph3iyurO1pPBdi9 { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:13.5rem;left:53.706251144409rem;height:2.25rem;display:block; }
#bnvH1L4KI6QJJDbPTu68pyobfMiQ4HHV { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:18.875rem;left:40.518751144409rem;height:2.25rem;display:block; }
#KKswRf6sN21OHhSsrbAMtUAoQctBkLvH { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:3.9375rem;top:1.5749998092651rem;left:67.962499618531rem;overflow:hidden;display:block; }
#Sz4lIVvTHRGXwIqXVAI11E82EcmlRbHp { position:relative;display:block; }#Sz4lIVvTHRGXwIqXVAI11E82EcmlRbHp { background-color: transparent; background-image: none; }#Sz4lIVvTHRGXwIqXVAI11E82EcmlRbHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz4lIVvTHRGXwIqXVAI11E82EcmlRbHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz4lIVvTHRGXwIqXVAI11E82EcmlRbHp > .row .container > .video-iframe-container { display: none; }#Sz4lIVvTHRGXwIqXVAI11E82EcmlRbHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz4lIVvTHRGXwIqXVAI11E82EcmlRbHp > .row > .video-iframe-container { display: none; }#Sz4lIVvTHRGXwIqXVAI11E82EcmlRbHp > .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); }#Sz4lIVvTHRGXwIqXVAI11E82EcmlRbHp { border-width: 0; border-radius: 0; }#Sz4lIVvTHRGXwIqXVAI11E82EcmlRbHp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Sz4lIVvTHRGXwIqXVAI11E82EcmlRbHp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(17,158,1,0.95);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RmVQwsipLDiBETLxWtPsKgfD4y9Ula8K { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.8125rem;width:10rem;top:9.5572919845581rem;left:64.905205726625rem;display:block; }
#WDLSkzEsfpqtfVscZ874wvoz1hV7Ge2t { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.6916875rem;width:12.6916875rem;top:12.648958206177rem;left:1.3125009536743rem;display:block; }
#LX3G42plyEKcdd8c3n7AVTHhf9pleTSn { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.6916875rem;width:12.6916875rem;top:12.648958206177rem;left:61.125000953674rem;display:block; }
#ZwcPvCQHwJuusVOqTiTkbS8gTVa1yCkQ { position:absolute;display:block;z-index:15004;background-color:#119e01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:9.8125rem;top:10.233333587646rem;left:0.001042366027832rem;display:block; }
#GsPuVCLTSGcLM7rLPtiiCfJkQe4RPIZv { position:absolute;display:block;z-index:15005;background-color:#119e01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.2541875rem;width:5.37916875rem;top:14.336458206177rem;left:0.001042366027832rem;display:block; }
#OFqPC76GUffvrsS77TMOAqe4dtIbTsIv { position:absolute;display:block;z-index:15006;background-color:#119e01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.2541875rem;width:5.37916875rem;top:13.867708206177rem;left:69.401040077212rem;display:block; }
#uM0HFcZ4SzhaIHI5yG3ANWqiNb68ZHyh { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:4.0625rem;top:2.0499992370606rem;left:5.580207824707rem;overflow:hidden;display:block; }
#c9TvK4Gk8PEVHEWLTQJ0hTq86spD2ANi { position:absolute;display:block;z-index:15005;background-color:#119e01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:9.8125rem;top:9.4833335876462rem;left:64.967705726625rem;display:block; }
#R2cbLg3LZDQ386wBAehOqWsMqwaDssdi { box-sizing:content-box;height:27.0625rem;width:21.75rem;position:absolute;display:block;z-index:15020;background-color:#119e01;background-image:none;top:7.6875rem;left:16.330207824707rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#CUVP6zZk3ZTzCqauqtE37cdd3TSfUNOw { box-sizing:content-box;height:5.125rem;width:43rem;position:absolute;display:block;z-index:15022;background-color:#119e01;background-image:none;top:7.6875rem;left:16.288541793823rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#CGgnsA5zclSGXyidnyxoHaufrhHnt02p { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:2.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.0239591598513rem;left:24.057291030884rem;height:5.3625rem;text-align:left;text-align-last:left;display:block; }
#wToF4CWmaE1ZUOTJZGNq8zmTXuAlIFXg { box-sizing:content-box;height:19.8125rem;width:21.375rem;position:absolute;display:block;z-index:15021;background-color:#119e01;background-image:none;top:7.71142578125rem;left:37.961458206177rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#R0FH4U4MMcsTEWUHRRfrImRURb8qToyV { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:"bree serif";font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.4687261581421rem;left:8.5989589691163rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#zk6TVZJCpRyDtxDErbAT2xgIKQCAgTSD { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:12.648958206177rem;left:17.369789123535rem;height:;display:block; }
#OmPLNtGmPSgHrac23TIc2iDOGfSXkMqy { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:2.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.0239591598513rem;left:44.307291030884rem;height:5.3625rem;text-align:left;text-align-last:left;display:block; }
#FAaW5baITbfE7sWbm0wTEc8pEKeuCkU6 { box-sizing:content-box;height:3.6875rem;width:21.8125rem;position:absolute;display:block;z-index:15020;background-color:#119e01;background-image:none;top:27.545776367188rem;left:16.330207824707rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#uG9F608SIplsAHNrIbhB8VLF33KEqeX4 { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:4.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.249926567078rem;left:44.307291030884rem;height:11.5375rem;text-align:left;text-align-last:left;display:block; }
#CpNrwHzfSm9pDFStfTQSX4ab6cvUnyor { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:2rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.9375rem;left:45.211458206177rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#mltHB6U6wmx7FSMBzMl2PpOdHM19CUQf { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:37rem;left:8.25rem;height:7.0125rem;text-align:center;text-align-last:center;display:block; }
#FJqEIs4N5x8GKtEFkdQ6bCI8PgbJeD4P { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15021;line-height:2.2;letter-spacing:0;top:13.36870098114rem;left:17.807291030884rem;height:17.325rem;text-align:left;text-align-last:left;display:block; }
#Z8LT1QxIIHLPix1TeJ4Kg7bH8MZ3efUy { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"bree serif";font-size:1.3125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.1875rem;left:16.3125rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#QJAXInfFnzoGT6tr3zMOLouzVQCgeDzs { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.903125762939rem;left:41.398958206177rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#ibsZ08Ub6xizaS4lvWinx94ASazflRxi { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:"bree serif";font-size:3.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.45624923706055rem;left:8.25rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#I5Uz6qH4r7a3M09PxgPvq7J27anE7zFE { box-sizing:content-box;height:3.875rem;width:21.375rem;position:absolute;display:block;z-index:15021;background-color:#119e01;background-image:none;top:27.545833587646rem;left:37.992708206177rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#qFkIcwDfgMdcuNdIrAuhTPcbHuBZsqZs { box-sizing:content-box;height:3.4375rem;width:21.4375rem;position:absolute;display:block;z-index:15022;background-color:#119e01;background-image:none;top:31.362500190735rem;left:37.992708206177rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#mFGHT6osGQ1omcwSvQTOQqx2ydWxhszZ { position:relative;display:block; }#mFGHT6osGQ1omcwSvQTOQqx2ydWxhszZ { background-color: transparent; background-image: none; }#mFGHT6osGQ1omcwSvQTOQqx2ydWxhszZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFGHT6osGQ1omcwSvQTOQqx2ydWxhszZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFGHT6osGQ1omcwSvQTOQqx2ydWxhszZ > .row .container > .video-iframe-container { display: none; }#mFGHT6osGQ1omcwSvQTOQqx2ydWxhszZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFGHT6osGQ1omcwSvQTOQqx2ydWxhszZ > .row > .video-iframe-container { display: none; }#mFGHT6osGQ1omcwSvQTOQqx2ydWxhszZ > .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); }#mFGHT6osGQ1omcwSvQTOQqx2ydWxhszZ { border-width: 0; border-radius: 0; }#mFGHT6osGQ1omcwSvQTOQqx2ydWxhszZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mFGHT6osGQ1omcwSvQTOQqx2ydWxhszZ > .row .container { border-top:0.625rem solid #ee3162;border-left:0.625rem solid #ee3162;border-right:0.625rem solid #ee3162;border-bottom:0.625rem solid #ee3162;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:88.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iOenbJ3uCMLMDAmMA3rUlETQ8z3Vl8v7 { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.875rem;width:9.6875rem;top:10.416666984558rem;left:65.012496948244rem;display:block; }
#EC4pOsvZDIcAhWmaVEaqVogHO6U2TGi7 { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.6916875rem;width:12.6916875rem;top:12.648958206177rem;left:1.3125009536743rem;display:block; }
#ZSL0VS663ei3XqxSCzfhuGQvctmG4apH { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.6916875rem;width:12.6916875rem;top:13.207291603088rem;left:61.340621948243rem;display:block; }
#zkSWm9tl2TPZzAWZ1uLTPgSydPiINvbZ { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:9.8125rem;top:10.233333587646rem;left:0.001042366027832rem;display:block; }
#BTiDQTQiN299RAs6BJkTWddTay0fhy3Z { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.2541875rem;width:5.37916875rem;top:14.336458206177rem;left:0.001042366027832rem;display:block; }
#buTO2ICGuU3nahqwHpc4JUk4G3RTfmmk { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.2541875rem;width:5.37916875rem;top:15.231251716614rem;left:69.445831298825rem;display:block; }
#E5sFUTexwB2gd61RbJef9NO2H8iQGfQJ { color:#000000;display:block;width:58.5rem;position:absolute;font-family:"bree serif";font-size:3.4375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.089583396911619rem;left:8.3395843505863rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#P49mzocbRKmXyMPMgJ9U1aoI50Cck3Fh { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:9.8125rem;top:10.322916984558rem;left:65.012496948244rem;display:block; }
#D9Zolx1wKZPnkEyODIRCVTT2ui65lwBa { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.016667366028rem;left:0.61145877838135rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#q13ewS1Vx6B7oE0naIDmPzWZ2eT7hCi7 { color:#0b0000;display:block;width:58.5rem;position:absolute;font-family:"bree serif";font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5583333969116rem;left:8.3395843505863rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#MfquBRoRZ58JntdgxKU4QvkinCUF5w2I { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:12.648958206177rem;left:17.369789123535rem;height:;display:block; }
#ZfDTgl3smxbVuCyRN7Txad5WQAx2IkG1 { color:#f6b825;display:block;width:7.3125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.344792366028rem;left:67.733337402344rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#Vx5sn0zycduTLOpFreZMleDF7PaTX9VO { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:12.738541603088rem;left:12.450000762939rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#irbUvk0FsfGuvhIzzLGuou2LC35NzCyu { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.908333778381rem;left:12.360416412354rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#VInNFJReH30EDu60aQm5a4TchI2dcuus { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.344792366028rem;left:23.868751525879rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#iiDa1wVCJq8wDNIRFGmSukXxFWwP1QNT { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:30.539582252502rem;left:23.958332061767rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#AmDxMQsqARkBdSBx7lPukCBqcfhoJETa { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10.50625038147rem;left:42.370834350586rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#a8xPNNWyemplQz5i8mZal2MgNIw70T0t { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:19.344792366028rem;left:42.28125rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#OxnBEdwuqVP1koPm7cnTc0UmWTFZ8QuX { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.551041603088rem;left:42.370834350586rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#s5sdaNT3qXFiA3TxSPUXaeH7svsDB5pS { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:13.296875953674rem;left:55.261459350586rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#wLOLQb5yRAkcCdU4adPSWig2OI3ls852 { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.651041984558rem;left:55.585418701172rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#WRAPyhabq5xAGpHT5Av5UgMOlk6pWWLe { color:#f6b825;display:block;width:13.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:10.50625038147rem;left:23.958332061767rem;height:2.35625rem;text-align:left;text-align-last:left;display:block; }
#qL8gFHF1vtTxxxVno9BmSJcTkX06BD9I { position:relative;display:block; }#qL8gFHF1vtTxxxVno9BmSJcTkX06BD9I { background-color: transparent; background-image: none; }#qL8gFHF1vtTxxxVno9BmSJcTkX06BD9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL8gFHF1vtTxxxVno9BmSJcTkX06BD9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL8gFHF1vtTxxxVno9BmSJcTkX06BD9I > .row .container > .video-iframe-container { display: none; }#qL8gFHF1vtTxxxVno9BmSJcTkX06BD9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL8gFHF1vtTxxxVno9BmSJcTkX06BD9I > .row > .video-iframe-container { display: none; }#qL8gFHF1vtTxxxVno9BmSJcTkX06BD9I > .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); }#qL8gFHF1vtTxxxVno9BmSJcTkX06BD9I { border-width: 0; border-radius: 0; }#qL8gFHF1vtTxxxVno9BmSJcTkX06BD9I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qL8gFHF1vtTxxxVno9BmSJcTkX06BD9I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NWUvBfOKFCrT89xPTJFIk05fQhVVowK5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:15rem;top:10.5rem;left:2.3750009536743rem;overflow:hidden;display:block; }
#Lmb4WqXH6wI6xXVaFMDQHaN0yTUfu5AM { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:"bree serif";font-size:3.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem #000000;top:9.625rem;left:16.501042366028rem;height:5.11875rem;text-align:center;text-align-last:center;display:block; }
#cGXXV89bZEg6WI8VgPaWrE5FgXIpQdLR { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:"bree serif";font-size:5.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem #000000;top:16.543749809265rem;left:16.501042366028rem;height:7.6375rem;text-align:center;text-align-last:center;display:block; }
#Hm4EJU4QRBKK47rRIniiaPvGN6VNnSvl { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:"bree serif";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem #000000;top:27.080208778381rem;left:15.938542366028rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#c80xO4paL3TDrE4Vic6PCouOftpipCEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#c80xO4paL3TDrE4Vic6PCouOftpipCEV > .row .container { background-color: transparent; background-image: none; }#c80xO4paL3TDrE4Vic6PCouOftpipCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c80xO4paL3TDrE4Vic6PCouOftpipCEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c80xO4paL3TDrE4Vic6PCouOftpipCEV > .row .container > .video-iframe-container { display: none; }#c80xO4paL3TDrE4Vic6PCouOftpipCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c80xO4paL3TDrE4Vic6PCouOftpipCEV > .row > .video-iframe-container { display: none; }#c80xO4paL3TDrE4Vic6PCouOftpipCEV > .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); }#c80xO4paL3TDrE4Vic6PCouOftpipCEV > .row .container { border-width: 0; border-radius: 0; }#c80xO4paL3TDrE4Vic6PCouOftpipCEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c80xO4paL3TDrE4Vic6PCouOftpipCEV > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#UkfFwfkkwu9rlSAphPrPd2LUurSzE8hh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:74.5rem;top:0.375rem;left:0.5rem;overflow:hidden;display:block; }
#l2VvXt1aCA6PdCKGK2xA7EMgmtvVlvaR { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.875rem;width:11.4375rem;top:1.3125rem;left:22.59375rem;display:block; }
#Gz86FFyHOM5rbKfbdAkehgDqX9tXBii7 { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.6875rem;width:10.8125rem;top:3.625rem;left:46.40625rem;display:block; }
#PaqS3SrUTBc3ZPartqTdd1VTg79EpiNS { position:absolute;display:block;z-index:15004;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9rem;width:10.8125rem;top:1.3125rem;left:62.65625rem;display:block; }
#EV1F96buipneMeIDpQJ6TnSO39KJ7U0N { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:76.375rem;border-top-right-radius:76.375rem;border-bottom-left-radius:76.375rem;border-bottom-right-radius:76.375rem;box-shadow: none;height:21.75rem;width:21.75rem;top:14.25rem;left:33.53125rem;overflow:hidden;display:block; }
#lLalvnhk6xNiphpehTtNGsnylnhO84U5 { position:absolute;display:block;z-index:15004;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.6875rem;width:1.6875rem;top:11.3125rem;left:46.40625rem;display:block; }
#EVW4FlzI7EcuAGlpzsVHoZ6xI3A8s5Uo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:347.1875rem;border-top-right-radius:347.1875rem;border-bottom-left-radius:347.1875rem;border-bottom-right-radius:347.1875rem;box-shadow: none;height:22.4375rem;width:23.5625rem;top:14.15625rem;left:51.126041412354rem;overflow:hidden;display:block; }
#q0dsFqZHJZrcfUvvhpC7Ir7cNI1T5RzF { position:absolute;display:block;z-index:15004;background-color:#ffffff;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:6.5rem;border-top-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-bottom-right-radius:6.5rem;box-shadow: none;height:10.8125rem;width:10.8125rem;top:25.25rem;left:23.28125rem;display:block; }
#tM39GqK4i82QN4znvsoc3GXa8Vn1A6ay { position:absolute;display:block;z-index:15004;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.5625rem;width:17.0625rem;top:4.3125rem;left:0.5rem;display:block; }
#qv2sQ71V06sET1fvEWQCLTJgp5MLC6PA { color:#923904;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:6.0625rem;left:2.15625rem;height:6.075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UPSxRMtJlmei2m6nLkXXlB7vhf2nrurz { color:#d30440;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:26.90625rem;left:22.59375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BoopU74ThNOlGFoMXGJSwJD8yqiMe9ee { color:#923904;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.8125rem;left:22.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pByCMmzBI9poUQ5ikP9KV3wWvLTB56SU { color:#923904;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.3125rem;left:45.5625rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Up1sPl8cWe3WDsa1BVUcGS4AwfRsWFhJ { color:#923904;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:6.0625rem;left:62.5rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHsMy3uxJC5ny6T5xLW8xE0lpiA9bG8d { position:relative;display:block; }#nHsMy3uxJC5ny6T5xLW8xE0lpiA9bG8d { background-color: transparent; background-image: none; }#nHsMy3uxJC5ny6T5xLW8xE0lpiA9bG8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHsMy3uxJC5ny6T5xLW8xE0lpiA9bG8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHsMy3uxJC5ny6T5xLW8xE0lpiA9bG8d > .row .container > .video-iframe-container { display: none; }#nHsMy3uxJC5ny6T5xLW8xE0lpiA9bG8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHsMy3uxJC5ny6T5xLW8xE0lpiA9bG8d > .row > .video-iframe-container { display: none; }#nHsMy3uxJC5ny6T5xLW8xE0lpiA9bG8d > .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); }#nHsMy3uxJC5ny6T5xLW8xE0lpiA9bG8d { border-width: 0; border-radius: 0; }#nHsMy3uxJC5ny6T5xLW8xE0lpiA9bG8d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nHsMy3uxJC5ny6T5xLW8xE0lpiA9bG8d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R6DfxlE7gxUVloewaViCT0gmaBrq1gub { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:37.4375rem;top:1.0416669845581rem;left:15.874999046326rem;overflow:hidden;display:block; }
#eWLp5xB8VPBJWWmnPDxxARxM47GxRkdJ { display:block;width:35.6875rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #000000;top:29.604166030884rem;left:28.437500953674rem;height:5.6875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#ENEclIALgopA2xcyGx3GFwWTWd6shAnr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.5625rem;width:14.875rem;position:absolute;display:block;z-index:15048;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:9.75rem;left:19.109375953674rem;overflow:hidden;display:block; }
#LolgL4OTprEfShER3Up5NThmzPJpJXJn { display:block;width:35.6875rem;position:absolute;font-family:roboto;font-size:12.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #000000;top:16.375rem;left:28.437500953674rem;height:16.575rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#FRSbc3U2TfL8RtcOd2Bk86TCKww3ixgv { position:relative;display:block; }#FRSbc3U2TfL8RtcOd2Bk86TCKww3ixgv { background-color: transparent; background-image: none; }#FRSbc3U2TfL8RtcOd2Bk86TCKww3ixgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRSbc3U2TfL8RtcOd2Bk86TCKww3ixgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRSbc3U2TfL8RtcOd2Bk86TCKww3ixgv > .row .container > .video-iframe-container { display: none; }#FRSbc3U2TfL8RtcOd2Bk86TCKww3ixgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRSbc3U2TfL8RtcOd2Bk86TCKww3ixgv > .row > .video-iframe-container { display: none; }#FRSbc3U2TfL8RtcOd2Bk86TCKww3ixgv > .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); }#FRSbc3U2TfL8RtcOd2Bk86TCKww3ixgv { border-width: 0; border-radius: 0; }#FRSbc3U2TfL8RtcOd2Bk86TCKww3ixgv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FRSbc3U2TfL8RtcOd2Bk86TCKww3ixgv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ie4DLLfoETOdEI2LB8bUcmWSFsPzdAb9 { display:block;width:35.6875rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #000000;top:16.223958015442rem;left:34.555207252502rem;height:5.44375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#TvL1gVAKGAX8d3iiLyImPt6cg3KbHl6X { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.9375rem;width:11.125rem;position:absolute;display:block;z-index:15048;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:17.161458015442rem;left:28.166665077209rem;overflow:hidden;display:block; }
#e9Ga9JMCBDzDTwfM19LKwTanwGKrzvfi { display:block;width:45.1875rem;position:absolute;font-family:roboto;font-size:6.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #000000;top:7.6114578247069rem;left:25.000000953674rem;height:8.6125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#ZDpaG9FEa8EUKtBSe8igXceQfwXEa1Pf { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:22.75rem;top:14.716666221619rem;left:40.767708778381rem;display:block; }
#zFChlqIVzSDZw3HdbzyMf9gCk2yJ2oua { display:block;width:35.6875rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #000000;top:22.661458015442rem;left:33.080208778381rem;height:6.6625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ { position:relative;display:block; }#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ { background-color: transparent; background-image: none; }#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ > .row .container > .video-iframe-container { display: none; }#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ > .row > .video-iframe-container { display: none; }#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ > .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); }#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ { border-width: 0; border-radius: 0; }#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e30808;background-image:url("https://images.assets-landingi.com/4ce7Tch7/buy-me-a-coffee-2035514_960_720.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ > .row .container.adaptive-delivery-prevent-bg, #aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ > .row .container.lazyload, #aHNxpM7yiRmmH41lLyWAGkp2TAJ3PaKJ > .row .container.lazyloading { background-image: none; }#bhP9a6H9CISS72rQEmi1nIuUg7Icn7MJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.9375rem;width:24.125rem;top:4.6354169845581rem;left:9.4854173660281rem;overflow:hidden;display:block; }
#aH9y87mrXtPMQtDWbmgJVJ2OopopTibM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.4375rem;width:5.5625rem;position:absolute;display:block;z-index:15053;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:5.8333330154419rem;left:43.333334922791rem;overflow:hidden;display:block; }
#cVA7nCZxTaR5CeNEJhlJHngqGHPuIdUR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.4375rem;width:5.4375rem;position:absolute;display:block;z-index:15054;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:5.8333330154419rem;left:34.781249046326rem;overflow:hidden;display:block; }
#Eufzk3UwKb5ba1C1CnlMel5dJJ6JgIJi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.375rem;width:5.4375rem;position:absolute;display:block;z-index:15055;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:15.666667938233rem;left:43.395834922791rem;overflow:hidden;display:block; }
#r98DnBU6lZtrvDtUE1gVpI1VWnMKknAv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.375rem;width:5.375rem;position:absolute;display:block;z-index:15056;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:10.291666984558rem;left:39.145834922791rem;overflow:hidden;display:block; }
#gTC79v9al3faTCggbpWHBpWhfwZViQzb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.375rem;width:5.375rem;position:absolute;display:block;z-index:15056;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:15.666667938233rem;left:34.812499046326rem;overflow:hidden;display:block; }
#vgKUO2IouDB3SxnzMPORwh0QCmf0PV0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#vgKUO2IouDB3SxnzMPORwh0QCmf0PV0i > .row .container { background-color: transparent; background-image: none; }#vgKUO2IouDB3SxnzMPORwh0QCmf0PV0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgKUO2IouDB3SxnzMPORwh0QCmf0PV0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgKUO2IouDB3SxnzMPORwh0QCmf0PV0i > .row .container > .video-iframe-container { display: none; }#vgKUO2IouDB3SxnzMPORwh0QCmf0PV0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgKUO2IouDB3SxnzMPORwh0QCmf0PV0i > .row > .video-iframe-container { display: none; }#vgKUO2IouDB3SxnzMPORwh0QCmf0PV0i > .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); }#vgKUO2IouDB3SxnzMPORwh0QCmf0PV0i > .row .container { border-width: 0; border-radius: 0; }#vgKUO2IouDB3SxnzMPORwh0QCmf0PV0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vgKUO2IouDB3SxnzMPORwh0QCmf0PV0i > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#hLxXVKS4gZDioVArJn7gFUuZCclyKm4h { position:absolute;display:block;z-index:15046;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:10rem;width:7.3125rem;top:9.7583332061769rem;left:23.709374427796rem;overflow:hidden;display:block; }
#ahn5OFvuTM0WiTTqntAavtCgxiUzSqrc { position:absolute;display:block;z-index:15045;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:60.6875rem;width:40.4375rem;top:0rem;left:18.830207824707rem;overflow:hidden;display:block; }
#ZF7i8kkTPGQv0Ae9zhhnTCNcGSUGmpKU { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.1875rem;width:6.9375rem;top:37.65625rem;left:45.569790840149rem;overflow:hidden;display:block; }
#VeyRoXmo6Dw8Sr6hlAQbkTWLnsg3QKIC { color:#8c93f1;display:block;width:20.5625rem;position:absolute;font-family:georgia;font-size:4.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:1.3583335876465rem;left:28.548958778381rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Euh8iMHC1TRL67ZmXbOP1v1l8Fhr5OKT { color:#f8e41b;display:block;width:20.5625rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:27.375rem;left:40.358334541321rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eDPAF9mixs6Qc4UnLTLnmWoIh4TB1lhV { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:6rem;top:24.15625rem;left:36.577084541321rem;overflow:hidden;display:block; }
#C4b7WwRPPeWnEgDPNMhhLeAsDeOrWXlM { color:#f8e41b;display:block;width:20.5625rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:27.643749237061rem;left:18.830208778381rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gm0woE0ykzlioAyawQ7Q47ylwQzcOSQC { color:#8c93f1;display:block;width:36.625rem;position:absolute;font-family:georgia;font-size:2.125rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:5.9583339691162rem;left:21.264584541321rem;height:2.55rem;text-align:center;text-align-last:center;display:block; }
#S85fcCSyQqW174rRdCUpMiaEOmfUrNJN { color:#8c93f1;display:block;width:23.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:55.039581298828rem;left:22.298958778381rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omZurNWdP4dMSHWUDpTHs4m6wVHkPrwA { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:54.577083375rem;left:20.271874215149rem; }
#dMTmo66Zm6koW6z3JC8nr4EzeW4Bn3nb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#dMTmo66Zm6koW6z3JC8nr4EzeW4Bn3nb > .row .container { background-color: transparent; background-image: none; }#dMTmo66Zm6koW6z3JC8nr4EzeW4Bn3nb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMTmo66Zm6koW6z3JC8nr4EzeW4Bn3nb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMTmo66Zm6koW6z3JC8nr4EzeW4Bn3nb > .row .container > .video-iframe-container { display: none; }#dMTmo66Zm6koW6z3JC8nr4EzeW4Bn3nb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMTmo66Zm6koW6z3JC8nr4EzeW4Bn3nb > .row > .video-iframe-container { display: none; }#dMTmo66Zm6koW6z3JC8nr4EzeW4Bn3nb > .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); }#dMTmo66Zm6koW6z3JC8nr4EzeW4Bn3nb > .row .container { border-width: 0; border-radius: 0; }#dMTmo66Zm6koW6z3JC8nr4EzeW4Bn3nb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMTmo66Zm6koW6z3JC8nr4EzeW4Bn3nb > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#Myfh1PRtM8VSmSMr7patThq8tkLbTd7I { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:5.5rem;top:11.889583587646rem;left:24.952083587646rem;overflow:hidden;display:block; }
#JwEq22yFTCW4n9zS2BgNF2oplvBAaiAt { position:absolute;display:block;z-index:15045;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:60rem;width:40rem;top:0rem;left:18.830208778381rem;overflow:hidden;display:block; }
#zIAQhQsruvxpxcxmEpc2Ug6wJzXuHID6 { color:#8c93f1;display:block;width:36.25rem;position:absolute;font-family:georgia;font-size:3.75rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:0.54583358764649rem;left:20.705207824707rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sveRPv9oMJBHMM8ukVplDRG3MMGneZ6Q { color:#f8e41b;display:block;width:23.625rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:22.10000038147rem;left:32.705207824707rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E77Rvx6Fmq5JBQGbLLELAwSN7TnFGhHf { color:#f8e41b;display:block;width:22.3125rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:14.589584350586rem;left:33.142707824707rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agCaueXH3Ut2HXFaT6KODisXNdpoAqTp { color:#8c93f1;display:block;width:27.3125rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:56.75rem;left:26.827083587646rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s0WLMgFmv3u10Tfugqx9BsVTVuatesDp { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:53.625rem;left:21.889583587646rem; }
#c9nqqLqEGUWBLJxXfAaiTbf7XAWNbBkD { color:#8c93f1;display:block;width:36.25rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:36.170833587646rem;left:20.705207824707rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGOcpXt5OEGoxIIVspLqyHknfVqPRpPc { color:#f8e41b;display:block;width:20.5625rem;position:absolute;font-family:georgia;font-size:1.6875rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:48.839584350586rem;left:28.705207824707rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mEDfQkVicu5vOQc6WTEl4xD0ZHMt8Czh { position:absolute;display:block;z-index:15052;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:22.5rem;width:22.5rem;top:31.443749427796rem;left:17.267707824707rem;overflow:hidden;display:block; }
#x5tS9kSarbyQK8tA9LBvPWyNFSCyrLTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#x5tS9kSarbyQK8tA9LBvPWyNFSCyrLTe > .row .container { background-color: transparent; background-image: none; }#x5tS9kSarbyQK8tA9LBvPWyNFSCyrLTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5tS9kSarbyQK8tA9LBvPWyNFSCyrLTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5tS9kSarbyQK8tA9LBvPWyNFSCyrLTe > .row .container > .video-iframe-container { display: none; }#x5tS9kSarbyQK8tA9LBvPWyNFSCyrLTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5tS9kSarbyQK8tA9LBvPWyNFSCyrLTe > .row > .video-iframe-container { display: none; }#x5tS9kSarbyQK8tA9LBvPWyNFSCyrLTe > .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); }#x5tS9kSarbyQK8tA9LBvPWyNFSCyrLTe > .row .container { border-width: 0; border-radius: 0; }#x5tS9kSarbyQK8tA9LBvPWyNFSCyrLTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5tS9kSarbyQK8tA9LBvPWyNFSCyrLTe > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#W3X1awEkfex2Irk05RW7we3O8I1TmMXv { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:5.5rem;top:12.202180862427rem;left:23.767705917358rem;overflow:hidden;display:block; }
#cvWhRlG9UxeLRUrcI0yPZb7NB7T8Lpro { position:absolute;display:block;z-index:15045;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:61.0625rem;width:40.6875rem;top:0rem;left:18.055854736226rem;overflow:hidden;display:block; }
#ns3KtrvNbr4CshRAnRDoNUTXRZtU0r3x { color:#8c93f1;display:block;width:36.25rem;position:absolute;font-family:georgia;font-size:3.3125rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:0.54583358764649rem;left:20.705207824707rem;height:7.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhktNJW8Qo4CbJfDxOgRNSiUaUnGmud4 { color:#8c93f1;display:block;width:26.25rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:53.83749961853rem;left:26.952081680298rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KVT8mthBkTKsb8sfWvIvx9ayvmVBVlzz { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:50.72500038147rem;left:18.830207824707rem; }
#p581gTF6zqMhkaxMdZ1QwrevJ0SJxEm1 { color:#8c93f1;display:block;width:26.375rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:13.168823242188rem;left:32.380208969116rem;height:8.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dq1H2ozgXTyKVATaRrDn0i8lV2QuPJz7 { color:#f8e41b;display:block;width:20.5625rem;position:absolute;font-family:georgia;font-size:1.6875rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:9.2082595825194rem;left:28.548955917358rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THdFBGdWe3gSaOKoomvU6ZuMIEw8pggC { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:31.1875rem;top:21.506274223328rem;left:18.105207824707rem;overflow:hidden;display:block; }
#aoxhTq5b2F5vZtvEZHsh7MBi4MThHCgC { color:#f8e41b;display:block;width:18.6875rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:50.72500038147rem;left:26.952081680298rem;height:2.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tg3EQVBRut8SUiNsXd0nCk8ESgz6mFl8 { color:#8c93f1;display:block;width:17.9375rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem #000000;top:27.999999046326rem;left:40.130208969116rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS { position:relative;z-index:auto;display:block; }#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS { background-color: transparent; background-image: none; }#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS > .row .container > .video-iframe-container { display: none; }#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS > .row > .video-iframe-container { display: none; }#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS > .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); }#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS { border-width: 0; border-radius: 0; }#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.75);background-image:url("https://images.assets-landingi.com/uc/b324b392-3121-4d0a-8a07-7d064867023a/123272367_3832889990077775_4141335875189809458_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS > .row .container.adaptive-delivery-prevent-bg, #iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS > .row .container.lazyload, #iNsUJnIwJ26cxbA2rZIxxFZV6Dtrw2aS > .row .container.lazyloading { background-image: none; }#AGTwFzKaSCeLawG78DbQdtU9KklDDbC5 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.54);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:8.625rem;width:75rem;top:34.131248474121rem;left:0.001042366027832rem;display:block; }
#RsAHCWgnwvTstdSo7WaHoHMb4LLykWPk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:7.3125rem;top:33.47500038147rem;left:1.4854173660278rem;overflow:hidden;display:block; }
#mxXIQ635PQ5MTTcE9MqnAn67NgoylfiR { display:block;width:44.5rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:34.9375rem;left:24.062500953674rem;height:5.85rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#K7IF8RyEViFyCWwviSIrGhfP351NSTaC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:3.375rem;width:3.375rem;top:29.992708206177rem;left:7.6802091598513rem;overflow:hidden;display:block; }
#UadoUEBA89DF0WOt0fwTLR71Vfh5P0HT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:3.375rem;width:3.375rem;top:29.992708206177rem;left:14.625000953674rem;overflow:hidden;display:block; }
#yWdMzioOWPlBxyMJ6Am06X8xklI8ANow { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:3.375rem;width:3.375rem;top:29.992708206177rem;left:20.687500953674rem;overflow:hidden;display:block; }
#Hd3oGCH4fmWbSXL4nv6Cd6g4T7g4B5Gg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:3.375rem;width:3.375rem;top:29.992708206177rem;left:26.625000953674rem;overflow:hidden;display:block; }
#TCN0fTKigRHrHyRyGqSrvEw5KfZlCRbz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:3.375rem;width:3.375rem;top:29.992708206177rem;left:32.500000953674rem;overflow:hidden;display:block; }
#zpSPSL0fKVxRaq1z2o6bJwHpxXHGgnxp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:3.375rem;width:3.375rem;top:29.992708206177rem;left:38.937500953674rem;overflow:hidden;display:block; }
#L9tvHwrdQV4TE9FUEn77BfCvzsdUDcrQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:3.375rem;width:3.375rem;top:29.992708206177rem;left:45.305207252502rem;overflow:hidden;display:block; }
#V72TCI60QQZ6lHDFO6ECt0t4TRAhfUPX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:3.375rem;width:3.375rem;top:29.992708206177rem;left:51.297921180725rem;overflow:hidden;display:block; }
#z4x2LbJSBQ5zfsBEf72BdnoxsxXpuFtl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:3.375rem;width:3.375rem;top:29.992708206177rem;left:57.180207252502rem;overflow:hidden;display:block; }
#QAZpOX9TdGTSpE5VkNWTzhOAi2Vzp0CZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:3.375rem;width:3.375rem;top:29.992708206177rem;left:62.937500953675rem;overflow:hidden;display:block; }
#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ZKaA01yk/murawa-pilka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;z-index:auto;display:block; }#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0.adaptive-delivery-prevent-bg, #bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0.lazyload, #bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0.lazyloading { background-image: none; }#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0 > .row .container { background-color: transparent; background-image: none; }#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0 > .row .container > .video-iframe-container { display: none; }#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0 > .row > .video-iframe-container { display: none; }#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0 > .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); }#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0 > .row .container { border-width: 0; border-radius: 0; }#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bXiWmV4xQl6vZOFRBPF7cSGmfrDPDQg0 > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#qhhmKcb4fKPyFRrDW0blgImbrmTkHaHe { display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.75rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#iQiPKt9tKR7P54eltdvKammb3c4OZ2r8 { position:absolute;display:block;z-index:15010;background-color:#ffffff;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:6.25rem;border-top-right-radius:43.75rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:27.3125rem;left:1.59375rem;display:block; }
#mD36ul1Gye7knCuotKBCuQHNC3H5JGfc { position:absolute;display:block;z-index:15011;background-color:#ffffff;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:43.75rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.8125rem;left:60.437497138977rem;display:block; }
#OZJcmOyxuC7yLo9sVxf8tNCBy5zETbQl { position:absolute;display:block;z-index:15013;background-color:#ffffff;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:15rem;width:15rem;top:10.8125rem;left:31.21875rem;display:block; }
#llx3TWetu9HXhMn44AnUiuL74X3w5g7x { position:absolute;display:block;z-index:15014;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:11.875rem;left:7.25rem;display:block; }
#kGh0Huhr2rkThUC7fy3CReh8fggpDQbR { position:absolute;display:block;z-index:15015;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:27.3125rem;left:7.25rem;display:block; }
#rAA4uiA7e8vBEksrq9svlaCXG9GZfFJ1 { position:absolute;display:block;z-index:15016;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:37.8125rem;left:15.875rem;display:block; }
#ieUmLTAQzcKqWzCGath4vyquHFbb6P2N { position:absolute;display:block;z-index:15018;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:37.8125rem;left:57.75rem;display:block; }
#TQmHibxLlnDEgNqTF9kIozEGBKsgeIAT { position:absolute;display:block;z-index:15018;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:27.3125rem;left:68rem;display:block; }
#GI4DxRiJPCRipn0fTvb8T5Q34ThnkXb3 { position:absolute;display:block;z-index:15019;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:11.8125rem;left:68rem;display:block; }
#CfzTWdHaqH92caEbPzkBbAbMKx5DO4nX { position:absolute;display:block;z-index:15020;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.0625rem;width:1.1875rem;top:0.4375rem;left:57.75rem;display:block; }
#cet9gix8mTcNF9wAutzoFT22tk0mLybw { position:absolute;display:block;z-index:15021;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:0.375rem;left:48.9375rem;display:block; }
#kmHah2ZxyX9uonyCyJkJDAmrMnxx33Kt { position:absolute;display:block;z-index:15022;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:0.375rem;left:27.5rem;display:block; }
#MzE1Pl7tnwiR4Kip8UEhTOJNabRWJm9E { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:0.375rem;left:15.875rem;display:block; }
#zd49TyFEgEwhn1cCiOwLubgUWoPu38vi { position:absolute;display:block;z-index:15016;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:19.5rem;left:7.25rem;display:block; }
#NBwgnAOLFt3ziJGlCcVSrcrRPsdQPb1q { position:absolute;display:block;z-index:15017;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:19.5rem;left:68rem;display:block; }
#D1u7SK6VP7uAt1kiAhBsbsHtShqh6Jxc { display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:6.75rem;left:10.25rem;height:4.0625rem;text-align:center;text-align-last:center;color:#f60505;font-style:normal;display:block; }
#bLRv8HA1r1MiqHADsbNFXGeJdnmenhgl { display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:6.75rem;left:55.25rem;height:4.0625rem;text-align:center;text-align-last:center;color:#f40202;font-style:normal;display:block; }
#mi4CHkQoinZcEkOnUEzQU7RZAUK7CwcS { display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:25.8125rem;left:34.25rem;height:4.0625rem;text-align:center;text-align-last:center;color:#e30808;font-style:normal;display:block; }
#rq5XAxRtoXg3cneT3T2KQatntnNnK0qu { display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:28.5rem;left:10.3125rem;height:4.0625rem;text-align:center;text-align-last:center;color:#e30808;font-style:normal;display:block; }
#vxDrga12sAbWoJwSgVke1SrN7nKIPct8 { display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:28.5rem;left:56.0625rem;height:4.0625rem;text-align:center;text-align-last:center;color:#e30808;font-style:normal;display:block; }
#gWci72yRhDbmMqB7Ig9NuS1ub0WF5rm0 { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:0.375rem;left:38.125rem;display:block; }
#kUTaRqOiP8KVPqd2dvsyvvVRuBLeG6eO { display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:13.0625rem;left:12rem;height:4.7125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#JbIOD1tLsR9dclyK0afW4RHzTFTv5Zwi { display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:13.0625rem;left:45.5rem;height:4.7125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#yeHiqwX2kRPZMcMi6rwOr6f7iyQugAN3 { position:absolute;display:block;z-index:15009;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:12.5rem;width:12.5rem;top:1.4999828338623rem;left:1.59375rem;display:block; }
#hiTGefxiUzAGpyS8fTsq7CDTp4GLZZl8 { box-sizing:content-box;color:#ffffff;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:0.43748283386231rem;left:36.906250953674rem;display:block; }
#tHDboA4WdMhQSmWw62LgVCNxlWV16NF4 { position:absolute;display:block;z-index:15012;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:1.5rem;left:60.437500953674rem;display:block; }
#J6rMs5CPCvf51ee1TGuM6LnHBBshrW3e { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:42.875rem;top:2.5625rem;left:25.039461015769rem;overflow:hidden;display:block; }
#t3Auw7n46encJQUmEywsRWWdDvpBlIOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30808, #0073ed);background-image: -moz-linear-gradient(180deg, #e30808, #0073ed);background-image: -ms-linear-gradient(180deg, #e30808, #0073ed);background-image: -o-linear-gradient(180deg, #e30808, #0073ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );";background-image: linear-gradient(180deg, #e30808, #0073ed);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t3Auw7n46encJQUmEywsRWWdDvpBlIOE > .row .container { background-color: transparent; background-image: none; }#t3Auw7n46encJQUmEywsRWWdDvpBlIOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3Auw7n46encJQUmEywsRWWdDvpBlIOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3Auw7n46encJQUmEywsRWWdDvpBlIOE > .row .container > .video-iframe-container { display: none; }#t3Auw7n46encJQUmEywsRWWdDvpBlIOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3Auw7n46encJQUmEywsRWWdDvpBlIOE > .row > .video-iframe-container { display: none; }#t3Auw7n46encJQUmEywsRWWdDvpBlIOE > .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); }#t3Auw7n46encJQUmEywsRWWdDvpBlIOE > .row .container { border-width: 0; border-radius: 0; }#t3Auw7n46encJQUmEywsRWWdDvpBlIOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3Auw7n46encJQUmEywsRWWdDvpBlIOE > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#WNgf0eN3JGD6tukwL314TyaWTi44RVh4 { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1883c938-d7cd-4cea-9c74-456ef383328c/viktoria.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: 0.125rem 0.125rem 0.875rem rgba(0,0,0,0.76) ;height:27.0625rem;width:27.0625rem;top:14.602083206177rem;left:5.8750009536743rem;display:block; }#WNgf0eN3JGD6tukwL314TyaWTi44RVh4.adaptive-delivery-prevent-bg, #WNgf0eN3JGD6tukwL314TyaWTi44RVh4.lazyload, #WNgf0eN3JGD6tukwL314TyaWTi44RVh4.lazyloading { background-image: none; }
#y8TQ6DdIS0Im9D37caciiLnkMweCoIcu { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.2645835876465rem;left:5.7500009536743rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#Cyc2PZu5xAskPlXTrFPoh0UkQUJwvcMq { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6b825, #000000);background-image: -moz-linear-gradient(180deg, #f6b825, #000000);background-image: -ms-linear-gradient(180deg, #f6b825, #000000);background-image: -o-linear-gradient(180deg, #f6b825, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b825', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b825', endColorstr='#000000' );";background-image: linear-gradient(180deg, #f6b825, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.125rem;width:49.375rem;top:0rem;left:-8.8125rem;display:block; }
#FDO1VWTJAOEhaQWwDe9DfOkneq8GhB6n { position:absolute;display:block;z-index:15005;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/2841cdea-6d74-4833-9ab8-a38582abfb1d/PogonWlenHerbwektor.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: 0.125rem 0.125rem 0.875rem rgba(0,0,0,0.76) ;height:27.0625rem;width:27.0625rem;top:14.758333206177rem;left:47.937500953674rem;display:block; }#FDO1VWTJAOEhaQWwDe9DfOkneq8GhB6n.adaptive-delivery-prevent-bg, #FDO1VWTJAOEhaQWwDe9DfOkneq8GhB6n.lazyload, #FDO1VWTJAOEhaQWwDe9DfOkneq8GhB6n.lazyloading { background-image: none; }
#hSOUc4Mb57R9nrQnBquwSRfEKv9PXVyV { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:5.7500009536743rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zpECbMwVQJAm4yAErCMzqhZ9HIyvTLGM { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:5.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:35.750000953674rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFLW4Dg2URahPqyNHLxTKatrTRe65PID { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.66666698455813rem;left:47.375000953674rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c6t2KWkgzTZ7M9tCxV7LiiWBPJnVv98S { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.3489580154419rem;left:47.375000953674rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#XVnGa5tAlsgTI7FLg3QhulnN9Ics2wXB { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:37.602083206177rem;left:26.375000953674rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJFTPCeLIFLvqVPONfTNEZXrfG28rx65 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.0291662216188rem;left:3.4270830154419rem; }
#lIXDh5HCpZeDNoMbORRJIwiJnoTTHMZc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:15rem;top:16.25rem;left:0rem;overflow:hidden;display:block; }
#MN1PQVZqxm9xDu0zyR9FMBI5sGyCRzTR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:15rem;top:16.25rem;left:42.500000953674rem;overflow:hidden;display:block; }
#TJwWqoZ3bJGKgf51BQEfWdOun7da2z1G { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:7rem;width:7rem;top:12.664583206177rem;left:26.427083015442rem;overflow:hidden;display:block; }
#sNcWGUGIdaD6gPG6fQDoZto6BiXgxwPS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.25rem 1.0625rem rgba(0,0,0,0.5) ;height:7rem;width:7rem;top:12.102083206177rem;left:67.999997138975rem;overflow:hidden;display:block; }
#rweIILxmdIORzUMRBCqDWrV8PPVixhKT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.0291662216188rem;left:11.302083015442rem; }
#q4qsJ9oTHEptnzbce2HVEB1PeAuRMpBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.0291662216188rem;left:15.000000953674rem; }
#ZorqGkSxEO1tMSE1HLypv1uTRCt6Nbk6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.0291662216188rem;left:18.312500953674rem; }
#XTIH7MBuebQbJsf84WmL6GXTqrct1zwq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.0291662216188rem;left:21.989583015442rem; }
#ZUWluDJesLkXxOl0fU8iTy0sLvJ3RdgH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.0291662216188rem;left:25.489583015442rem; }
#XgJqE4T5tBEwg1M54QcVqNdodFqLhq8S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.0291662216188rem;left:29.364583015442rem; }
#RfxikiWpgqWw9aNz0nJboyKVhZfEM6Oq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.0291662216188rem;left:32.937500953674rem; }
#KJMvVL63VJTm8EthiZ2oq6VctHaE2ED2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.0291662216188rem;left:7.4270830154419rem; }
#kxOuasAUVNOSWJDr5TNCvkFJ5rpnzNJN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.0291662216188rem;left:53.999997138977rem; }
#JkVqfbOcJ7OgUycnoN1sm5HRVAUeGMPZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.0291662216188rem;left:59.937497138977rem; }
#Gb7Wx9UoZXqdIKusZmdAxQTdKxocprTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.0291662216188rem;left:65.552083015444rem; }
#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9y8hce8K/klub-supermama2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3.adaptive-delivery-prevent-bg, #SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3.lazyload, #SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3.lazyloading { background-image: none; }#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3 > .row .container { background-color: transparent; background-image: none; }#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3 > .row .container > .video-iframe-container { display: none; }#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3 > .row > .video-iframe-container { display: none; }#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3 > .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); }#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3 > .row .container { border-width: 0; border-radius: 0; }#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQrQgMBg9RIo0Vucb94TxT6lzXEy2wy3 > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#RO0wCoudJH5k277TUFQALgKu7mt6908T { display:block;width:58.5rem;position:absolute;font-family:nowy14;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:25.0625rem;left:8.25rem;height:4.0625rem;color:#e30890;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tizOmLFbQxvWuLs9gtiBwtN3IgzXdU2X { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15046;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.8125rem;left:49.125rem;overflow:hidden;display:block; }
#fs3GJOtfimBZmPC6oEbuPkN1B5zHxRHA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.875rem;width:20.1875rem;position:absolute;display:block;z-index:15045;top:0.0625rem;left:47.25rem;display:block; }
#PTsSrR7BRVb2SCpHkHdTP59KPz2vUNgN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0073ed;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; }#PTsSrR7BRVb2SCpHkHdTP59KPz2vUNgN > .row .container { background-color: transparent; background-image: none; }#PTsSrR7BRVb2SCpHkHdTP59KPz2vUNgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsSrR7BRVb2SCpHkHdTP59KPz2vUNgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsSrR7BRVb2SCpHkHdTP59KPz2vUNgN > .row .container > .video-iframe-container { display: none; }#PTsSrR7BRVb2SCpHkHdTP59KPz2vUNgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsSrR7BRVb2SCpHkHdTP59KPz2vUNgN > .row > .video-iframe-container { display: none; }#PTsSrR7BRVb2SCpHkHdTP59KPz2vUNgN > .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); }#PTsSrR7BRVb2SCpHkHdTP59KPz2vUNgN > .row .container { border-width: 0; border-radius: 0; }#PTsSrR7BRVb2SCpHkHdTP59KPz2vUNgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTsSrR7BRVb2SCpHkHdTP59KPz2vUNgN > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#iQuscRBVmyHrczTB0pksadKVJL4dT3Vy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15022;top:5.6875rem;left:39.1875rem;display:block; }
#xhNKMW8fES2m0pJaXbb36JNfOIsN26tC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15023;top:12.5625rem;left:16.625rem;display:block; }
#dSXCELcPO7Sl0F06Mxp85p69leNwBKqi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15029;top:13.6875rem;left:46.0625rem;box-shadow: none;display:block; }
#cQTEgTicpv6zwc83XMM84MtmHR4OPTOh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.625rem;left:29.3125rem;display:block; }
#Fn1WViG3sxX2Hd7N510FAktPDtNUtA4y { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.3125rem;position:absolute;display:block;z-index:15025;top:12.4375rem;left:24.625rem;display:block; }
#eJdNHeqNSr34FxonCQAF4CFokWqDEKgN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.5rem;left:23.6875rem;display:block; }
#hV4wd6ophzUhePUFQEVJKppAemeziUIh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;display:block; }
#gGvDGmlxgvMRTbQRsTNT87ICVvchHdWt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:9.875rem;left:39.1875rem;display:block; }
#dGNkMEbphWz9ncnnqKkLOACWu08dFbgJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.8125rem;width:4.8125rem;position:absolute;display:block;z-index:15024;top:14.9375rem;left:52.5625rem;display:block; }
#dUewqIGX9Mz9hp4oNlQ3hTCo9AFozXm1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.4375rem;width:1.8125rem;position:absolute;display:block;z-index:15028;top:14.9375rem;left:51.25rem;display:block; }
#WEFyZTxpA938BoC0nXoaFT9VeZTXfs26 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:43.1875rem;display:block; }
#F7CKPHgrlflT7RbcIkMPIhmwA8OUH8r0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.4375rem;width:1.4375rem;position:absolute;display:block;z-index:15023;top:17.4375rem;left:49.4375rem;display:block; }
#RZWekSeXaPBr6J7uQhIJn2UVaiDWPH0A { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:13.3125rem;left:32.75rem;box-shadow: none;display:block; }
#AzM9EeLTmgovylvnRs05AOxWm6caaJQ3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15031;top:13.6875rem;left:17.75rem;box-shadow: none;display:block; }
#Tr4fnKnRcLTFS69xxoNrwueGDv37fgcJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.1875rem;width:2.1875rem;position:absolute;display:block;z-index:15032;top:16.0625rem;left:53.5625rem;box-shadow: none;display:block; }
#q7VcxmKE02Q1AHVuV9zrVsB26QcwLTQC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:2.125rem;position:absolute;display:block;z-index:15031;top:6.25rem;left:39.75rem;box-shadow: none;display:block; }
#gyKQFqWCLwTwpxuNTK8ZwSfDLdTnaaAo { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.4375rem;width:1.8125rem;position:absolute;display:block;z-index:15029;top:13.125rem;left:57.625rem;display:block; }
#ASQVRduXBGQqSukBrR9ZispTEAhGsaER { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e30808;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; }#ASQVRduXBGQqSukBrR9ZispTEAhGsaER > .row .container { background-color: transparent; background-image: none; }#ASQVRduXBGQqSukBrR9ZispTEAhGsaER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASQVRduXBGQqSukBrR9ZispTEAhGsaER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASQVRduXBGQqSukBrR9ZispTEAhGsaER > .row .container > .video-iframe-container { display: none; }#ASQVRduXBGQqSukBrR9ZispTEAhGsaER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASQVRduXBGQqSukBrR9ZispTEAhGsaER > .row > .video-iframe-container { display: none; }#ASQVRduXBGQqSukBrR9ZispTEAhGsaER > .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); }#ASQVRduXBGQqSukBrR9ZispTEAhGsaER > .row .container { border-width: 0; border-radius: 0; }#ASQVRduXBGQqSukBrR9ZispTEAhGsaER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASQVRduXBGQqSukBrR9ZispTEAhGsaER > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#XNOH4M7xJhVJfR7ZOXOTTAkkwygLiOkL { display:block;width:36.625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:5.75rem;left:21rem;height:9.75rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#ahNOytkryG64BNtUCePEWhkNvkJAXSHG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.25rem;width:16.875rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;top:11.5625rem;left:29.062499046326rem;overflow:hidden;display:block; }
#EORvmvMNNHwzLi35etvqkiPdO34ZKvGm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.375rem;width:9.375rem;position:absolute;display:block;z-index:15021;top:8.375rem;left:10.187500953674rem;display:block; }
#kOV7nGGRHJd6H08tquwuOGTIctstsQdh { display:block;width:15.0625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.25rem;left:12.125rem;height:4.875rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#rUEComThDgPqftuep5ngD6d7aFedA4ay { display:block;width:13.4375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.25rem;left:48.5625rem;height:4.875rem;font-style:normal;color:#ffffff;display:block; }
#cnWlrxwwXKsVhN6cxOxzytUWgTJgtIbO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.375rem;width:9.375rem;position:absolute;display:block;z-index:15022;top:8.375rem;left:57.624997138977rem;display:block; }
#dhwhXFG3qvy4sMcp0NgDrSmTCGU5ddIG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.3125rem;width:30.5625rem;position:absolute;display:block;z-index:15023;top:36.358333587646rem;left:22.864583015442rem;display:block; }
#sFIDxmKefKfJJJfJcvBXTsIHlzT56dZs { display:block;width:29.25rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:30.875rem;left:23.520833015442rem;height:9.75rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#V3EOtwvg8Z4cKzxJHlyC1r5AHam9M6qq { display:block;width:17.9375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:23rem;left:10.1875rem;height:2.4375rem;font-style:normal;color:#f8e41b;text-align:center;text-align-last:center;display:block; }
#DilCMT3I3JXKgOxeXn7DDCqAC2bZXLR5 { display:block;width:20rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23rem;left:44.312500953674rem;height:2.4375rem;font-style:normal;color:#f8e41b;text-align:center;text-align-last:center;display:block; }
#NVgeevpUIEav2BUfST0sgntqnDAclQ9n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.25rem;width:14.375rem;position:absolute;display:block;z-index:15024;top:22.125rem;left:12.5rem;display:block; }
#LwJsVMLQ0flHlaTDWIUKCBKuVgpDFdFH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.25rem;width:14.375rem;position:absolute;display:block;z-index:15025;top:21.9375rem;left:47.125rem;display:block; }
#sQXDcZud3y3bovei0CTK6hCpOVZ3gLft { display:block;width:36.625rem;position:absolute;font-family:oswald;font-size:3.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1rem;left:19.5625rem;height:4.225rem;font-style:normal;color:#f8e41b;text-align:center;text-align-last:center;display:block; }
#W1V49acBbP4h0eomRuT6IuuNBEyqLqxg { display:block;width:44.25rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:36.625rem;left:16.020833015442rem;height:3.25rem;font-style:normal;color:#f8e41b;text-align:center;text-align-last:center;display:block; }
#yNdHe6nmUKtQddxne9mD1bLvLxppqobJ { display:block;width:15.0625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:26.625rem;left:6.8125rem;height:4.875rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#WWK7Zr742UJVMWW0d7tMxQ7SUosbEBya { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.25rem;width:14.375rem;position:absolute;display:block;z-index:15025;top:31.5rem;left:7.6875rem;display:block; }
#XB5BssNQZLdbgsP2AqXsoTTtbdh5D8HA { display:block;width:13.4375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:26.625rem;left:54.125000953674rem;height:4.875rem;font-style:normal;color:#ffffff;display:block; }
#mTIGHB7AFSIE45hC65qUwKI5QIaQnm2n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.25rem;width:14.375rem;position:absolute;display:block;z-index:15026;top:31.5rem;left:52.670834541321rem;display:block; }
#TFKmqHm2CAAu3Zq5eFvfcOtzvxmqM7T9 { display:block;width:20rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:32.09375rem;left:49.858334541321rem;height:2.4375rem;font-style:normal;color:#f8e41b;text-align:center;text-align-last:center;display:block; }
#t7MqmfJ3f88RJHZ1Erby4HT7AcgnR7BC { display:block;width:17.9375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:32.09375rem;left:5.90625rem;height:2.4375rem;font-style:normal;color:#f8e41b;text-align:center;text-align-last:center;display:block; }
#cQ9yk2fvc5I0nB4ygnOp6NqebFhOMBm5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e30808;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; }#cQ9yk2fvc5I0nB4ygnOp6NqebFhOMBm5 > .row .container { background-color: transparent; background-image: none; }#cQ9yk2fvc5I0nB4ygnOp6NqebFhOMBm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQ9yk2fvc5I0nB4ygnOp6NqebFhOMBm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQ9yk2fvc5I0nB4ygnOp6NqebFhOMBm5 > .row .container > .video-iframe-container { display: none; }#cQ9yk2fvc5I0nB4ygnOp6NqebFhOMBm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQ9yk2fvc5I0nB4ygnOp6NqebFhOMBm5 > .row > .video-iframe-container { display: none; }#cQ9yk2fvc5I0nB4ygnOp6NqebFhOMBm5 > .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); }#cQ9yk2fvc5I0nB4ygnOp6NqebFhOMBm5 > .row .container { border-width: 0; border-radius: 0; }#cQ9yk2fvc5I0nB4ygnOp6NqebFhOMBm5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQ9yk2fvc5I0nB4ygnOp6NqebFhOMBm5 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#CAigvMVtCPl3Zbahv83Tol6kq89vwrSl { display:block;width:36.625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:5.75rem;left:21rem;height:9.75rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#N5EBiUVRFRuTHaqDxaKO88atFFPL9TuD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.25rem;width:16.875rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;top:10.625rem;left:29.437499046326rem;overflow:hidden;display:block; }
#t8heoTmmh5rmQnuyFdh23qAU9rGxPRLT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.375rem;width:9.375rem;position:absolute;display:block;z-index:15021;top:8rem;left:13.385416984558rem;display:block; }
#rNRurSCJ6OTaF43zK4Ts9dcVfByKdPWx { display:block;width:15.0625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.625rem;left:11.1875rem;height:4.875rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#aTVTrsocnG0XgLeV3QfbAvr7xSlXra75 { display:block;width:13.4375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.625rem;left:49.416666984558rem;height:4.875rem;font-style:normal;color:#ffffff;display:block; }
#f463hLpSJ9CRt8Is2E4DlIfOZftxdvDW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.375rem;width:9.375rem;position:absolute;display:block;z-index:15022;top:8rem;left:55.499999046326rem;display:block; }
#O7J6UL1GdedVVFEPdT5JcztXiP70AVPa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.25rem;width:14.375rem;position:absolute;display:block;z-index:15023;top:31.333333015442rem;left:18.124999046326rem;display:block; }
#DhQP2aD2C9sAhUMfQh5kmEn8h08KoHyq { display:block;width:13.4375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:26.666666984558rem;left:19.562499046326rem;height:4.875rem;font-style:normal;color:#ffffff;display:block; }
#XKTEED2ubBgSPs9qqffNaTSmBEl9TDXZ { display:block;width:21.6875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:23rem;left:7.2291669845581rem;height:4.875rem;font-style:normal;color:#f8e41b;display:block; }
#n0XT7ewgQwbX5CdsEpAowHigKp4cxkV9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.25rem;width:14.375rem;position:absolute;display:block;z-index:15024;top:22.291666984558rem;left:11.53125rem;display:block; }
#FwXw9rAzlzFW3GzTrFTHHcKrEgvzWK2w { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.25rem;width:14.375rem;position:absolute;display:block;z-index:15025;top:22.291666984558rem;left:47.937499046326rem;display:block; }
#F3dvkb4lIHyvH4sCTn4tCg00gORE7h2O { display:block;width:21.6875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23rem;left:45.291666984558rem;height:4.875rem;font-style:normal;color:#f8e41b;display:block; }
#ARc1WNRh9WIgsNHoxw0ZvR3Ss0OWg6VE { display:block;width:21.6875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:31.75rem;left:14.468749046326rem;height:4.875rem;font-style:normal;color:#f8e41b;display:block; }
#lkHUap4DOL2ubklX8CWXElZ9UbKET4NT { display:block;width:13.4375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:26.5rem;left:44.229166984558rem;height:4.875rem;font-style:normal;color:#ffffff;display:block; }
#TKS9tiOUOVdTiAscefLz4b8l02D8gC9y { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.25rem;width:14.375rem;position:absolute;display:block;z-index:15024;top:31.333333015442rem;left:41.854166984558rem;display:block; }
#AOUJAm25DppdN60vNFdp4aTcLQ9iNF8W { display:block;width:21.6875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:31.333333015442rem;left:39.291666984558rem;height:4.875rem;font-style:normal;color:#f8e41b;display:block; }
#Whh55ZgyTOC1PpN2pW4LRqMDoVDTxQV8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e30808;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; }#Whh55ZgyTOC1PpN2pW4LRqMDoVDTxQV8 > .row .container { background-color: transparent; background-image: none; }#Whh55ZgyTOC1PpN2pW4LRqMDoVDTxQV8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Whh55ZgyTOC1PpN2pW4LRqMDoVDTxQV8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Whh55ZgyTOC1PpN2pW4LRqMDoVDTxQV8 > .row .container > .video-iframe-container { display: none; }#Whh55ZgyTOC1PpN2pW4LRqMDoVDTxQV8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Whh55ZgyTOC1PpN2pW4LRqMDoVDTxQV8 > .row > .video-iframe-container { display: none; }#Whh55ZgyTOC1PpN2pW4LRqMDoVDTxQV8 > .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); }#Whh55ZgyTOC1PpN2pW4LRqMDoVDTxQV8 > .row .container { border-width: 0; border-radius: 0; }#Whh55ZgyTOC1PpN2pW4LRqMDoVDTxQV8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Whh55ZgyTOC1PpN2pW4LRqMDoVDTxQV8 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#NzkoDNR4BDtxLUaUHFFAqsC4SJ8ENCu5 { display:block;width:40.375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:4.875rem;left:18.15625rem;height:4.875rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#q2UW5mWK5NxTcfSaG8bJ9MS9viGc0gJ6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.25rem;width:16.875rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;top:11.9375rem;left:28.875rem;overflow:hidden;display:block; }
#Nq9GUqqhuL5vbLqE3fGoPP9ubB8J2DZm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.375rem;width:9.375rem;position:absolute;display:block;z-index:15021;top:7.125rem;left:13.875rem;display:block; }
#c9Bxw0ciEwTwA4aU6EQxHnFTBtpJLn8B { display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:20.375rem;left:8.25rem;height:4.875rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#Hh2lTnDKpKlnhKffF9qKpcFcM4ilcXwy { display:block;width:25.0625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:20.375rem;left:46.5625rem;height:4.875rem;font-style:normal;color:#ffffff;display:block; }
#CtFTLbraVTanEMOTkKhZOiH40STGRre5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.375rem;width:9.375rem;position:absolute;display:block;z-index:15022;top:7.125rem;left:53.125rem;display:block; }
#lb2TN4LVF9TnLMpFyQmfqVcp9pexJhV7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.25rem;width:14.375rem;position:absolute;display:block;z-index:15023;top:34.062476158142rem;left:30.312500953674rem;display:block; }
#tTfN5VNr2drgL9LAxP3S7ouCRfHLrCov { display:block;width:52.0625rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:29.875000953674rem;left:11.468750953674rem;height:6.6625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#XwlpppZKprLkTXIsLS0mFrqarOm37pl8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.25rem;width:14.375rem;position:absolute;display:block;z-index:15024;top:26.0625rem;left:10.4375rem;display:block; }
#AhMwlZQliqFe4ahTcTbrzL1Eewo9ReEh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.25rem;width:14.375rem;position:absolute;display:block;z-index:15025;top:26.0625rem;left:49.3125rem;display:block; }
#XTDop6ehUtZlT8vA495JAAvqu5aGBheg { display:block;width:36.625rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:14rem;left:0.25rem;height:3.4125rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#zcDWgJMmC6PdJvAApK9hsxK3PN9DO4rT { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:10.1875rem;width:75rem;top:10.1875rem;left:0rem;display:block; }
#dxctxQFFkqB7HU0kdh7Mr5paZTiqF04P { display:block;width:36.625rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:14rem;left:37.4375rem;height:3.4125rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#kv1H6NFf8lnJ2FUfG0g1Ife2WMbiMLiE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #87d500, #010c68);background-image: -moz-linear-gradient(top, #87d500, #010c68);background-image: -ms-linear-gradient(top, #87d500, #010c68);background-image: -o-linear-gradient(top, #87d500, #010c68);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d500', endColorstr='#010c68' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d500', endColorstr='#010c68' );";background-image: linear-gradient(to bottom, #87d500, #010c68);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kv1H6NFf8lnJ2FUfG0g1Ife2WMbiMLiE > .row .container { background-color: transparent; background-image: none; }#kv1H6NFf8lnJ2FUfG0g1Ife2WMbiMLiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv1H6NFf8lnJ2FUfG0g1Ife2WMbiMLiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv1H6NFf8lnJ2FUfG0g1Ife2WMbiMLiE > .row .container > .video-iframe-container { display: none; }#kv1H6NFf8lnJ2FUfG0g1Ife2WMbiMLiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv1H6NFf8lnJ2FUfG0g1Ife2WMbiMLiE > .row > .video-iframe-container { display: none; }#kv1H6NFf8lnJ2FUfG0g1Ife2WMbiMLiE > .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); }#kv1H6NFf8lnJ2FUfG0g1Ife2WMbiMLiE > .row .container { border-width: 0; border-radius: 0; }#kv1H6NFf8lnJ2FUfG0g1Ife2WMbiMLiE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kv1H6NFf8lnJ2FUfG0g1Ife2WMbiMLiE > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#QiDvn5vsx1zHTilde5Nm3TNPVwJvcL0X { display:block;width:40.375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.6708335876465rem;left:18.156250953674rem;height:4.875rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#yDiZtoZsxlllP8Tx0r3NIMPWyvw2WOdn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.375rem;width:9.375rem;position:absolute;display:block;z-index:15021;top:4.9208335876465rem;left:18.156250953674rem;display:block; }
#stnJf85axiLMzZVlUEZTGMrm6lFmieol { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.375rem;width:9.375rem;position:absolute;display:block;z-index:15022;top:5.2958335876465rem;left:50.125000953674rem;display:block; }
#pOvJA92nvDGZTqOEFqsMxLe5pefmW0it { display:block;width:36.625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:16rem;left:20.031250953674rem;height:3.25rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#LffPT4eD3445CoL6FSaUipMhpeyLG6eD { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0036c5, #c9e308);background-image: -moz-linear-gradient(180deg, #0036c5, #c9e308);background-image: -ms-linear-gradient(180deg, #0036c5, #c9e308);background-image: -o-linear-gradient(180deg, #0036c5, #c9e308);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0036c5', endColorstr='#c9e308' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0036c5', endColorstr='#c9e308' );";background-image: linear-gradient(180deg, #0036c5, #c9e308);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: 0rem 0rem 2.0625rem #0712a5 ;height:5.875rem;width:75rem;top:12.125rem;left:0rem;display:block; }
#tmW2zpmkSKvvVRP2CqwlDX7ce3GFtNu0 { display:block;width:26.6875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:25.106287002564rem;left:11.000000953674rem;height:18.6875rem;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fqt3TILDUuuQqikbwhCC6L1I4JTzGO8K { display:block;width:26.6875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:25.106287002564rem;left:44.406250953674rem;height:16.81875rem;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F4BEuWZDsZ5rqEwTTw1g2AtRq1iPz6wQ { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:0.6875rem;top:24.968786239624rem;left:8.6583337783812rem;display:block; }
#pi7wv92ty6WKZGvkB7xycF11xAd1D15w { position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:0.75rem;top:25.062536239624rem;left:42.470833778381rem;display:block; }
#PbGDqhSeTaCrqMnqCPsu5zuaAdOTUxJP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.375rem;width:6.5625rem;position:absolute;display:block;z-index:15044;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:8.9374876022337rem;left:35.062500953674rem;overflow:hidden;display:block; }
#ld5yMsqdr7lXklIy1ob31n6QsTEdB0lV { display:block;width:36.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:20.0625rem;left:20.031250953674rem;height:3.25rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#x2aE5LH8qyOZt001dASV3EFIV2TOfDPJ { display:block;width:36.625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:46.28750038147rem;left:20.906250953674rem;height:1.54375rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#fXSixwxUwUi7cHqSOZrF7br7T4amFP6f { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,115,237,0.72);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; }#fXSixwxUwUi7cHqSOZrF7br7T4amFP6f > .row .container { background-color: transparent; background-image: none; }#fXSixwxUwUi7cHqSOZrF7br7T4amFP6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXSixwxUwUi7cHqSOZrF7br7T4amFP6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXSixwxUwUi7cHqSOZrF7br7T4amFP6f > .row .container > .video-iframe-container { display: none; }#fXSixwxUwUi7cHqSOZrF7br7T4amFP6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXSixwxUwUi7cHqSOZrF7br7T4amFP6f > .row > .video-iframe-container { display: none; }#fXSixwxUwUi7cHqSOZrF7br7T4amFP6f > .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); }#fXSixwxUwUi7cHqSOZrF7br7T4amFP6f > .row .container { border-width: 0; border-radius: 0; }#fXSixwxUwUi7cHqSOZrF7br7T4amFP6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fXSixwxUwUi7cHqSOZrF7br7T4amFP6f > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#SSkQKA9pKBB8tOTc5LUyD2KaHuWm57yP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(26,236,3,0.66);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:23.6875rem;width:43.4375rem;position:absolute;display:block;z-index:15000;top:6.875rem;left:15.375rem;display:block; }
#vCKx1Ts0BaD3CEfNFEDfCF0fIAmlhaQO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5rem;position:absolute;display:block;z-index:15001;top:5.9375rem;left:43.9375rem;display:block; }
#vHNhVS3B7gZUHMV1z7lteQwLmpacTdzL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:4.625rem;position:absolute;display:block;z-index:15002;top:5.9375rem;left:51.0625rem;display:block; }
#wwGuzwDzvS00lLH4DudBcWqnoGdkewc1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.125rem;width:6rem;position:absolute;display:block;z-index:15003;top:27rem;left:51.6875rem;display:block; }
#z4EqmfITgmnyd8wTvFK6MJNM1UxwB91P { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.4375rem;width:0.9375rem;position:absolute;display:block;z-index:15004;top:11.9375rem;left:58.625rem;display:block; }
#JPg0h6f5ghMzniiThyr54BIVwm3bER1k { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5rem;position:absolute;display:block;z-index:15002;top:5.9375rem;left:37.3125rem;display:block; }
#ziGQk6CH0huzrcREiKhAQP9J92ZhHdah { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5rem;position:absolute;display:block;z-index:15003;top:5.9375rem;left:30.1875rem;display:block; }
#Qh7l15NgiU6TDnbQwCrGMgBy6XueAWyT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5rem;position:absolute;display:block;z-index:15004;top:5.9375rem;left:23.375rem;display:block; }
#JuEkXFEVf9kqzwJptTskM4t7ONUSwxXK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5rem;position:absolute;display:block;z-index:15005;top:5.9375rem;left:17.0625rem;display:block; }
#iRFn2kgpe4dNaBGdG4ADXkdQol25IpFa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:6rem;position:absolute;display:block;z-index:15004;top:30rem;left:17.8125rem;display:block; }
#gBymqshpRs5itoiob73ZylK8FEVcnwKE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fd8f00;background-image:none;height:4.4375rem;width:3.8125rem;position:absolute;display:block;z-index:15006;top:8.25rem;left:17.6875rem;display:block; }
#pD9VcA2IPeDoCTO3EAZFIyrb9aQytxV3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fd8f00;background-image:none;height:4.4375rem;width:3.8125rem;position:absolute;display:block;z-index:15007;top:8.25rem;left:24rem;display:block; }
#rGdweIC1hHa08hXnGFOIgbSmxTicFhqR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fd8f00;background-image:none;height:4.4375rem;width:3.8125rem;position:absolute;display:block;z-index:15008;top:8.25rem;left:30.8125rem;display:block; }
#KCRHRd4T0XZBBT3weSEd6owwWFii81Jv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e30808;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.25rem;width:2.6875rem;position:absolute;display:block;z-index:15009;top:7.8125rem;left:37.3125rem;display:block; }
#ATKoIefTLJNVkhRkcfJcxle62DZaJ5yr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e30808;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.25rem;width:2.6875rem;position:absolute;display:block;z-index:15010;top:7.8125rem;left:41.3125rem;display:block; }
#xIfgHGfOMT67rC9U8RQ54Z6b71sntITz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:3.9375rem;position:absolute;display:block;z-index:15011;top:9rem;left:54.625rem;display:block; }
#SF50Wfa1RTZF09ZDILaX94Fsk7doktmM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:3.9375rem;position:absolute;display:block;z-index:15012;top:19.0625rem;left:54.75rem;display:block; }
#ZMTsoLPZzPDLT7xzhIZAVccbWIlyyPi5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#781e8e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.875rem;width:6.6875rem;position:absolute;display:block;z-index:15012;top:15.5625rem;left:16.1875rem;display:block; }
#vQUz3rOm6odPuzkAgvxGMEk9f1rVUWHd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#781e8e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.875rem;width:6.6875rem;position:absolute;display:block;z-index:15013;top:19.375rem;left:16.1875rem;display:block; }
#odUXtdLlUB2H8DVV9Xz5qpvE47wWyI2I { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e30808;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.25rem;width:2.6875rem;position:absolute;display:block;z-index:15011;top:7.8125rem;left:45.125rem;display:block; }
#oJgphCTMsUkoW2ABgKXlNsoBU5xOBIL6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#119e01;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:4.8125rem;position:absolute;display:block;z-index:15009;top:24.4375rem;left:28.375rem;display:block; }
#oboDxVABtU8MyKvdDTU9NGgcQ3ls1dQV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#119e01;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:4.8125rem;position:absolute;display:block;z-index:15010;top:24.4375rem;left:45.125rem;display:block; }
#dggb146p2rtgUHXgqTvTVCiT59tMv06E { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#7b6057;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:4.4375rem;position:absolute;display:block;z-index:15011;top:27.8125rem;left:34.4375rem;display:block; }
#Qb3hA1eN2tnDEfTqhwwJBGeDPItOB8Pl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#7b6057;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:4.1875rem;position:absolute;display:block;z-index:15012;top:27.8125rem;left:39.8125rem;display:block; }
#C5T7mbcEio5i1IbWf8O843WmLEmoiA7F { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5rem;position:absolute;display:block;z-index:15006;top:7.3125rem;left:0.0625rem;display:block; }
#xK57kqky4hpCy0FMaNvvp1Fx7GhqEffO { display:block;width:5.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.1875rem;left:5.6875rem;height:1.3rem;display:block; }
#Cw0kJA6021darksTzxePPIsV5eGvvcAt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5.125rem;position:absolute;display:block;z-index:15005;top:9rem;left:0rem;display:block; }
#lqmRKDEdoCGrxzBloSHe17VvsGU4r22E { display:block;width:5.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.875rem;left:5.6875rem;height:1.3rem;display:block; }
#RhrnqKta1QSydJSUdQSI1G9WLfKfozKB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6b825;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5.125rem;position:absolute;display:block;z-index:15006;top:10.5625rem;left:0rem;display:block; }
#vqaTiV8lmaKGTBEPliPGVsap5D2Ufblg { display:block;width:5.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.25rem;left:5.6875rem;height:1.3rem;display:block; }
#XN82PIEJVsDc2n2lZZpAc0T0WwtTogch { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e30808;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5.125rem;position:absolute;display:block;z-index:15007;top:12.1875rem;left:0rem;display:block; }
#TDEyZEupGA6N8XQZTWviv4vg0gDAxkTT { display:block;width:5.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.875rem;left:5.6875rem;height:0;display:block; }
#A3Vlw2TZfN52p5GT3wXoSGu4XK6qwzzn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5.125rem;position:absolute;display:block;z-index:15008;top:13.9375rem;left:0rem;display:block; }
#v2i4JQWew2GxvbtvOVwuKMnKiDQec0qs { display:block;width:5.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.6875rem;left:5.6875rem;height:0;display:block; }
#is88blFTaAJpfZkUfzOJhUm5n4EZIFnv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#781e8e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5.125rem;position:absolute;display:block;z-index:15009;top:15.5rem;left:0rem;display:block; }
#TVFUbxa4lRdUshygZR82vckboqy9TTil { display:block;width:5.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.5rem;left:5.75rem;height:0;display:block; }
#mbOgnEtWLvedRqsf5IHk8agMIiwyOKiR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#119e01;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5.125rem;position:absolute;display:block;z-index:15010;top:17rem;left:0rem;display:block; }
#zQ2a5e2oC0vRD4BnAxow7xI6HtRa6M2r { display:block;width:5.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.9375rem;left:5.6875rem;height:0;display:block; }
#hMkltmrFRZQSeS1ZXTNw6grpkvxpytUX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#7b6057;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5.125rem;position:absolute;display:block;z-index:15011;top:18.5rem;left:0rem;display:block; }
#ksTnWha4oxqdoN96TPQObGmT06GQAFOm { display:block;width:8.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:18.4375rem;left:5.6875rem;height:1.3rem;display:block; }
#bXGhkzJi3UMDTWNL6gar9rrXqnNb5CcH { display:block;width:16.1875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.75rem;left:0.0625rem;height:5.1rem;font-style:normal;display:block; }
#WTMMsGarrSf1LW9X6s40a9Hk6sVBzgQf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f8e41b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.6875rem;width:10.125rem;position:absolute;display:block;z-index:15003;top:30.5625rem;left:34.3125rem;display:block; }
#OsHPkQO5kiPHvt5BHoT60WpSWbU2lKUg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f8e41b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1rem;width:5.125rem;position:absolute;display:block;z-index:15012;top:20rem;left:0rem;display:block; }
#z4Jp0e1peVfnpTAtUCqSuaJTU4PdCNAK { display:block;width:8.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:20rem;left:5.6875rem;height:1.3rem;display:block; }
#HlA1hG6Pze1lZ56Swx0Pdx2PQUImuTVo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.25rem;width:16.875rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;top:10.59375rem;left:29.625rem;overflow:hidden;display:block; }
#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0073ed;background-image:url("https://images.assets-landingi.com/OQbKd94d/dzie%C5%84_zdrowia.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG.adaptive-delivery-prevent-bg, #T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG.lazyload, #T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG.lazyloading { background-image: none; }#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG > .row .container { background-color: transparent; background-image: none; }#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG > .row .container > .video-iframe-container { display: none; }#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG > .row > .video-iframe-container { display: none; }#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG > .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); }#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG > .row .container { border-width: 0; border-radius: 0; }#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#T3cCz41GUNpvqSyAGeR64TDVDGg7hBkG > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#CQuXM4uAaC5doJ3mNEGXtIrxxlIytzP2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15022;top:5.8125rem;left:38.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;display:block; }
#cfBtNnfXVTVNCHLfSrU18ZSya5J25ZZ6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15023;top:12.5625rem;left:16.625rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }#cfBtNnfXVTVNCHLfSrU18ZSya5J25ZZ6.adaptive-delivery-prevent-bg, #cfBtNnfXVTVNCHLfSrU18ZSya5J25ZZ6.lazyload, #cfBtNnfXVTVNCHLfSrU18ZSya5J25ZZ6.lazyloading { background-image: none; }
#antuzlX5HyIekqE68ilFWpQvXDgDPZnx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#5396da;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15029;top:13.6875rem;left:46.25rem;box-shadow: none;display:block; }
#SB6GZt0WRN0fWNtkQ088TswbTds6A317 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.75rem;left:29.5rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }
#h2xekUdP1y6BOyNP4ZfamUWbghcieS7t { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:24.8125rem;display:block; }
#rUbff9lTWaN97leMKwES51M6uxiT3ztV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.625rem;left:23.6875rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }
#iF84MzLUiC2yC9chCsWokf7SVWG4K0yA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }
#fqfEtI9RXeUuBTZQHAT28frHREExS4XW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:10.0625rem;left:38.5rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;display:block; }
#TMWDOdETScWTqzAR8aSdAe3kTrdZd9QF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:42.6875rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }
#HtERLmeXCnI7TsTLrP1ZgN95V98PDVtz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#edba00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:14.3125rem;left:34.125rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#tobImVCKoT4onqlU8zGDDfxtFPMqJzVQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#edba00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15031;top:14.3125rem;left:17.625rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#OKaBISEq83Q8kbs1N6c88I1PU5x45Z1F { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15032;top:14.125rem;left:48.375rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#TGdTf1TQ92n1PZZcWOUaNknkMPqqoumy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#edba00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:2.125rem;position:absolute;display:block;z-index:15031;top:6.75rem;left:38.75rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#qS8ylPvPem12KWPVADO57eNNfJUTgJHu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15033;top:14.6875rem;left:52rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#Ew52BTNGDS418wVHPprB86GOo1ThwG34 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15034;top:15.125rem;left:54.625rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#aLOZKZe6fXDcWCWmFUQlczVZgWbHmCsC { display:block;width:19.5rem;position:absolute;font-family:nowy14;font-size:2.625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:19.5625rem;left:48rem;height:3.4125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lXB0GgzdS6mQGZm1lxgdMyPBnBClLPio { display:block;width:28.375rem;position:absolute;font-family:nowy14;font-size:2.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:6.4375rem;left:9.75rem;height:2.7625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xbp1Om7X81qtXixhyWFrBx5Hu9NmyM3K { position:relative;display:block; }#xbp1Om7X81qtXixhyWFrBx5Hu9NmyM3K { background-color: transparent; background-image: none; }#xbp1Om7X81qtXixhyWFrBx5Hu9NmyM3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbp1Om7X81qtXixhyWFrBx5Hu9NmyM3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbp1Om7X81qtXixhyWFrBx5Hu9NmyM3K > .row .container > .video-iframe-container { display: none; }#xbp1Om7X81qtXixhyWFrBx5Hu9NmyM3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbp1Om7X81qtXixhyWFrBx5Hu9NmyM3K > .row > .video-iframe-container { display: none; }#xbp1Om7X81qtXixhyWFrBx5Hu9NmyM3K > .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); }#xbp1Om7X81qtXixhyWFrBx5Hu9NmyM3K { border-width: 0; border-radius: 0; }#xbp1Om7X81qtXixhyWFrBx5Hu9NmyM3K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xbp1Om7X81qtXixhyWFrBx5Hu9NmyM3K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iSoycquLcDlJlToNA66f0uawOiMpKF0h { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#iSoycquLcDlJlToNA66f0uawOiMpKF0h > .row .container { background-color: transparent; background-image: none; }#iSoycquLcDlJlToNA66f0uawOiMpKF0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSoycquLcDlJlToNA66f0uawOiMpKF0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSoycquLcDlJlToNA66f0uawOiMpKF0h > .row .container > .video-iframe-container { display: none; }#iSoycquLcDlJlToNA66f0uawOiMpKF0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSoycquLcDlJlToNA66f0uawOiMpKF0h > .row > .video-iframe-container { display: none; }#iSoycquLcDlJlToNA66f0uawOiMpKF0h > .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); }#iSoycquLcDlJlToNA66f0uawOiMpKF0h > .row .container { border-width: 0; border-radius: 0; }#iSoycquLcDlJlToNA66f0uawOiMpKF0h > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#iSoycquLcDlJlToNA66f0uawOiMpKF0h > .row .container { font-size:0.875rem;font-family:arial;height:86.4375rem;width:75rem;position:relative;display:block; }#hWhyaaSCKGOdG920RBdQdrAAaH1yGpfF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.75rem;width:2.75rem;position:absolute;display:block;z-index:15022;top:7.0625rem;left:38.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;display:block; }
#H1TvXcTXuZ3nJq6HAahf69QNMuAkn3lp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15023;top:12.5625rem;left:16.625rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }#H1TvXcTXuZ3nJq6HAahf69QNMuAkn3lp.adaptive-delivery-prevent-bg, #H1TvXcTXuZ3nJq6HAahf69QNMuAkn3lp.lazyload, #H1TvXcTXuZ3nJq6HAahf69QNMuAkn3lp.lazyloading { background-image: none; }
#wf7uEbdK3NCHbxZdvUyFmy47nznnZP9J { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15029;top:13.6875rem;left:46.25rem;box-shadow: none;display:block; }
#G2L6ghTJ67JtRi9JrGwFnRzHf4zpowEM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.75rem;left:29.5rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }
#f92QsOt5UFN2L6iLDTZcvq6LCddR1DJt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:24.8125rem;display:block; }
#EO6AaVlUglQ4kTGTk7gTy2QqCmVwa9ch { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.625rem;left:23.6875rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }
#omPC9bTtMRHrNwIHNshTAVAModkNqn4l { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }
#dBtkUd2qIImIPZMI0VC3dPQBpWiq9dXx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:10.0625rem;left:38.5rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;display:block; }
#xOo3p30rZq43Z101BFLePQQHtRI4bPwB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:42.6875rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }
#gztyLVTWXQMdNCdiFCLE5EkuOQX7ITRd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:14.3125rem;left:34.125rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#u6AszPHiCTPu23N5KlASXnnEvg5sUlw2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15031;top:14.3125rem;left:17.625rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#aBhaHJhQ770TtkPhPGyKr9blt0WfyRTE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15032;top:14.125rem;left:48.375rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#NFLu84aewbbVHM8egGul19qL1VKb448f { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.5rem;width:1.5rem;position:absolute;display:block;z-index:15031;top:7.6875rem;left:39.5rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#CoLGsaPqAmAot5O3aEoBQ0KT63nb1ub2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15038;top:14.6875rem;left:52.4375rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#srEQkk9DNAHcWBsaiLLyEJVuSTLKqAvt { display:block;width:38.5625rem;position:absolute;font-family:"bree serif";font-size:1.75rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:56.908334732056rem;left:20.968750953674rem;height:2.275rem;color:#0073ed;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LpyPqstWedGigDPRKICMPa7sNsRQEZQQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:1.25rem;position:absolute;display:block;z-index:15039;top:14.75rem;left:52rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;display:block; }
#bNa0Zyzfw5Q6yZrXJlJqqrNExMt51UHT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:1.25rem;position:absolute;display:block;z-index:15029;top:12.5625rem;left:54.8125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;display:block; }
#h4UmIp9p6AJEqc3XkiiKIeUm5LAMJfcw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.875rem;width:0.875rem;position:absolute;display:block;z-index:15038;top:15.3125rem;left:53.125rem;box-shadow: 0.125rem 0.1875rem 0.1875rem #000000 ;display:block; }
#OGL2cs7nnlPANOccQ5CKggR0TobW6TyC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:62.5rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.375rem;width:43.0625rem;position:absolute;display:block;z-index:15027;top:20.375rem;left:14.625rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }
#XBSqMesEXz2uq2DGI51PvOQfywaQSbUF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.875rem;width:16.3125rem;position:absolute;display:block;z-index:15039;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:75.87499809265rem;left:58.687497138977rem;overflow:hidden;display:block; }
#TccBxbTF1vlD7EJlraB4MLDTWaD5K5Wm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.875rem;width:19.1875rem;position:absolute;display:block;z-index:15043;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:52.885416030884rem;left:48.375000953674rem;overflow:hidden;display:block; }
#GlTvwknakh3KwbwWkZkdNlHrnpsaea1o { display:block;width:44.3125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:80.50000190735rem;left:18.093750953674rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;color:#2e60b9;display:block; }
#qkGAtTrqultBSwPgPfTNhyOLcH1buqWp { display:block;width:65.625rem;position:absolute;font-family:jura;font-size:1.25rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:0.625rem;left:4.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#gHVpVFHbBbIStEwEOSLLCAbGIUv2UNGK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4rem;width:4.125rem;position:absolute;display:block;z-index:15043;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:6.4375rem;left:38.874999046326rem;overflow:hidden;display:block; }
#eVDTnPJvMLGR7q3iTqRFpkUO68LTOUKT { display:block;width:44.1875rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:53.354166030884rem;left:9.1250009536744rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#OZBKT0bHrs2WfJtpLkTKiVTcmFvlx3mM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.375rem;width:18.75rem;position:absolute;display:block;z-index:15046;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:78.62500190735rem;left:1.7395830154419rem;overflow:hidden;display:block; }
#rZtz2ozPW5d7ffMUq0tdgiSsgxBNVRFo { display:block;width:23rem;position:absolute;font-family:"bree serif";font-size:1.625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:60.427085876465rem;left:28.750000953674rem;height:2.1125rem;color:#0073ed;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CltSR8b3b7p2fO5OIiPOdnr7GTy5Blaf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:62.5rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.1875rem;width:24.8125rem;position:absolute;display:block;z-index:15028;top:59.989583969116rem;left:27.843750953674rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }
#WKGWXKNeN1LxkzUGfNq7pimZqcD7ZZbV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15033;top:59.427085876465rem;left:56.062497138977rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#Os3loRiksOBWG5x0TCnpJPl16pUVhe8N { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15034;top:59.427085876465rem;left:22.875000953674rem;box-shadow: 0.1875rem 0.25rem 0.25rem #000000 ;display:block; }
#TKZ9aPiQhrZVM6qccDua87d9mpna9rQ2 { position:absolute;display:block;z-index:15021;background-color:#0073ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:54.75rem;top:52.354166030884rem;left:13.562500953674rem;display:block; }
#w8AqmGxxHhIHVKqHzbJyWee8dJtubLaM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.375rem;width:38.25rem;position:absolute;display:block;z-index:15040;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:37.031251907349rem;left:21.812500953674rem;overflow:hidden;display:block; }
#ZFnUy5cMR3JTgtGTms49BoefEkyMBhWf { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#ZFnUy5cMR3JTgtGTms49BoefEkyMBhWf > .row .container { background-color: transparent; background-image: none; }#ZFnUy5cMR3JTgtGTms49BoefEkyMBhWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFnUy5cMR3JTgtGTms49BoefEkyMBhWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFnUy5cMR3JTgtGTms49BoefEkyMBhWf > .row .container > .video-iframe-container { display: none; }#ZFnUy5cMR3JTgtGTms49BoefEkyMBhWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFnUy5cMR3JTgtGTms49BoefEkyMBhWf > .row > .video-iframe-container { display: none; }#ZFnUy5cMR3JTgtGTms49BoefEkyMBhWf > .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); }#ZFnUy5cMR3JTgtGTms49BoefEkyMBhWf > .row .container { border-width: 0; border-radius: 0; }#ZFnUy5cMR3JTgtGTms49BoefEkyMBhWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZFnUy5cMR3JTgtGTms49BoefEkyMBhWf > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#nrMMR6n7aR1A1VCg4PsETqLBn167zTTe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:31.8125rem;width:29.4375rem;position:absolute;display:block;z-index:15001;top:6.4375rem;left:45.5625rem;display:block; }
#ZvAfofWfPOQT3XJxiML6JW9kSwBOBKiJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:12.3125rem;position:absolute;display:block;z-index:15023;box-shadow: none;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;top:5.875rem;left:46.875rem;overflow:hidden;display:block; }
#FnZLiH6LtvOQdlAtwOcH51Z4tZc29MNi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:12.3125rem;position:absolute;display:block;z-index:15022;box-shadow: none;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;top:6.0625rem;left:16.0625rem;overflow:hidden;display:block; }
#Ssy33K2CaCyZTJs82bPSRrKMgIeidOeA { display:block;width:59.625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:1.375rem;left:7.5625rem;height:4.175rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVgWsXtOcFxflTTg2B5pHZXQscnnEDcB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e30808;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; }#aVgWsXtOcFxflTTg2B5pHZXQscnnEDcB > .row .container { background-color: transparent; background-image: none; }#aVgWsXtOcFxflTTg2B5pHZXQscnnEDcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVgWsXtOcFxflTTg2B5pHZXQscnnEDcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVgWsXtOcFxflTTg2B5pHZXQscnnEDcB > .row .container > .video-iframe-container { display: none; }#aVgWsXtOcFxflTTg2B5pHZXQscnnEDcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVgWsXtOcFxflTTg2B5pHZXQscnnEDcB > .row > .video-iframe-container { display: none; }#aVgWsXtOcFxflTTg2B5pHZXQscnnEDcB > .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); }#aVgWsXtOcFxflTTg2B5pHZXQscnnEDcB > .row .container { border-width: 0; border-radius: 0; }#aVgWsXtOcFxflTTg2B5pHZXQscnnEDcB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVgWsXtOcFxflTTg2B5pHZXQscnnEDcB > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#srp0By54ImsoHBEy9ECrLWrl6NLdhCx8 { display:block;width:17.125rem;position:absolute;font-family:nowy3;font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.7375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#Nva08nu20D7i6UO1LeBOqQkMU6RCKWJt { display:block;width:26.25rem;position:absolute;font-family:nowy3;font-size:1.3125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:15rem;left:-1.25rem;height:3.4125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#iube07DdUwNREt2zy7DoTGiODXTvFXDK { display:block;width:20.4375rem;position:absolute;font-family:nowy3;font-size:2.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:2.925rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#QVMPBoDOg8ieFEZgB7aKTAuNSTwB6wKt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.5625rem;width:14.9375rem;position:absolute;display:block;z-index:15046;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.8125rem;left:0rem;overflow:hidden;display:block; }
#xw8ZmaHoSss1gAVFT7VcAnFsgSsmQlnU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:31.8125rem;width:19.8125rem;position:absolute;display:block;z-index:15000;top:-0.0625rem;left:27.625rem;display:block; }
#pv3MwAXB3dT97HXTsGiJhpZnnXbLCe1n { display:block;width:19.5625rem;position:absolute;font-family:nowy3;font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:0.9375rem;left:27.8125rem;height:16.2rem;color:#0073ed;text-align:center;text-align-last:center;display:block; }
#hOiAzVNDHztgsU1l3b5WVqFxT36pFETm { display:block;width:19.3125rem;position:absolute;font-family:nowy3;font-size:2rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:20.375rem;left:27.8125rem;height:2.6rem;color:#e30808;text-align:center;text-align-last:center;display:block; }
#QPOoxwAsV8rn5BT6hxR8KUH4GNMcFkwD { display:block;width:18.4375rem;position:absolute;font-family:nowy3;font-size:1.4375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:1.875rem;left:56.5625rem;height:3.7375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#MRB4A133s3u4UTnLJXSVb9BtPwcwpQwz { display:block;width:28.0625rem;position:absolute;font-family:nowy3;font-size:1.3125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:15rem;left:46.9375rem;height:3.4125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#TgDI5AR5ek0hlSowDGHZlKO8gGbH8pnA { display:block;width:21.0625rem;position:absolute;font-family:nowy3;font-size:2.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.9375rem;height:2.925rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#Chqs2LkCh272ybtdr9025anext7OwwR5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.5625rem;width:15.5625rem;position:absolute;display:block;z-index:15045;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.75rem;left:59.4375rem;overflow:hidden;display:block; }
#lia60EGzuqct4ScUzKXxJurT0ZeN2Kqb { display:block;width:65.625rem;position:absolute;font-family:jura;font-size:2.875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:5.6125011444092rem;left:6.8125009536744rem;height:7.475rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#KMWuSUR0HuSbiUDi57ip2CghTmRtJ5d2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#KMWuSUR0HuSbiUDi57ip2CghTmRtJ5d2 > .row .container { background-color: transparent; background-image: none; }#KMWuSUR0HuSbiUDi57ip2CghTmRtJ5d2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMWuSUR0HuSbiUDi57ip2CghTmRtJ5d2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMWuSUR0HuSbiUDi57ip2CghTmRtJ5d2 > .row .container > .video-iframe-container { display: none; }#KMWuSUR0HuSbiUDi57ip2CghTmRtJ5d2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMWuSUR0HuSbiUDi57ip2CghTmRtJ5d2 > .row > .video-iframe-container { display: none; }#KMWuSUR0HuSbiUDi57ip2CghTmRtJ5d2 > .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); }#KMWuSUR0HuSbiUDi57ip2CghTmRtJ5d2 > .row .container { border-width: 0; border-radius: 0; }#KMWuSUR0HuSbiUDi57ip2CghTmRtJ5d2 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#KMWuSUR0HuSbiUDi57ip2CghTmRtJ5d2 > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#e1TEr6hrrm8vq93I6FptLG8uDhDIxyiT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15022;top:5.8125rem;left:38.25rem;box-shadow: none;display:block; }
#lR75cxLTO7xou4ziWT441OLAZFV7kpNe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15023;top:12.5625rem;left:16.625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#SsQXL3cnetTErqvvogyQ0LCNuT0d5WWp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15029;top:13.5rem;left:45.8125rem;box-shadow: none;display:block; }
#HCBV3wa5y6tfQFg22KONUy9bdODMe8Tk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.75rem;left:29.5rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#c2q9f1ouN6EpGv79JNLIQrfbpy8fkG1p { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.25rem;position:absolute;display:block;z-index:15025;top:12.6875rem;left:24.8125rem;display:block; }
#aez6kBQEGfQTPTkMhXDvHcTeSyyKQy4z { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.625rem;left:23.6875rem;box-shadow: 0.25rem 0.25rem 0.3125rem #000000 ;display:block; }
#tJk8cJ9PdgbuRamndV14VX6GHdbPKaU3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#MhALv7SPywDQcDG4wK2VeoUQxgLUJ8pi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:10.0625rem;left:38.5rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#kNMcVszk07sFQSb9FP9OLTTP83DMPqHV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:43.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#BG33fHH9leMTMmiRTPMg6BCbBLkPkaTk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:14.3125rem;left:33.875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#rk85uaKsFNb9SEE43LVkydoHh7IQRSsK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15031;top:14.3125rem;left:17.625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#dGw2bGWRC1DLU5BtWgA0u24lOad8Zzi0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.25rem;width:4.25rem;position:absolute;display:block;z-index:15032;top:13.5rem;left:48.75rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#aTMh1u1WVhx6estMAzzucxqTTCqhue5C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:2.125rem;position:absolute;display:block;z-index:15031;top:6.75rem;left:38.75rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#QHuTS6TL4KfKTuwyD2Wtn4lOJOzFBT3Q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15033;top:14.6875rem;left:54rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#WTXLXyRGy4QLJcRJC5othfiWn6nV2zEL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15034;top:15.125rem;left:56.8125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#TmybiR08voNP6HvLh5gDA7kZIEWfOOuJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15032;top:14.1875rem;left:13.0625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#i6an0TG2NspsXd6NQTIOvQZoxJKdQktR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15034;top:14.6875rem;left:10.5625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#IRT3nndyQFcbrfRT362rakyLR8WqQc1t { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15035;top:15.125rem;left:8.875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#S8LuS35C3gmsPZ4flXDM70Hw7Sm1eQxl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15021;top:10.6875rem;left:39.125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#VSly8yH5wctPOF68QC4LSA20UxLtrZSF { display:block;width:23.875rem;position:absolute;font-family:nowy14;font-size:2.625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:20.25rem;left:38.25rem;height:3.4125rem;color:#0073ed;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ynWGqnnT80xUCnPHwehgprlz6hFRLFSZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.5rem;width:17.375rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.0625rem;left:50.125rem;overflow:hidden;display:block; }
#FXILDThK9lNJ9vkiwARdQ7WVzrQSTbSE { display:block;width:30.625rem;position:absolute;font-family:nowy14;font-size:2.625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:5.5rem;left:7.5rem;height:3.4125rem;color:#0073ed;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NWpzzuTAX3AxpQTNcVQFI2ndHCmKnTby { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.8125rem;width:19.1875rem;position:absolute;display:block;z-index:15041;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.562501907349rem;left:30.656250953674rem;overflow:hidden;display:block; }
#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s { position:relative;display:block; }#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s { background-color: transparent; background-image: none; }#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s > .row .container > .video-iframe-container { display: none; }#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s > .row > .video-iframe-container { display: none; }#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s > .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); }#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s { border-width: 0; border-radius: 0; }#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d58SZple/cztery_pory_roku.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s > .row .container.adaptive-delivery-prevent-bg, #x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s > .row .container.lazyload, #x4avpTf78PkX6aSWnLA4nTcLPcuzAQ4s > .row .container.lazyloading { background-image: none; }#RGyP1J049SESvcv8bUuJV9Z4FPRw4EZO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15022;top:6.6875rem;left:38.6875rem;box-shadow: none;display:block; }
#fhKlDLzsPhkRWDJMWikUSh9hEaVTBSAC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15023;top:12.5625rem;left:16.625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#Ws01c3nTfkmrrXDxXqlDGMc20n8uZU4L { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#4a9ef8;background-image: -webkit-linear-gradient(top, #3c91ea, #8ba2ba);background-image: -moz-linear-gradient(top, #3c91ea, #8ba2ba);background-image: -ms-linear-gradient(top, #3c91ea, #8ba2ba);background-image: -o-linear-gradient(top, #3c91ea, #8ba2ba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c91ea', endColorstr='#8ba2ba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c91ea', endColorstr='#8ba2ba' );";background-image: linear-gradient(to bottom, #3c91ea, #8ba2ba);background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15029;top:13.5rem;left:45.8125rem;box-shadow: none;display:block; }
#vcQKeT5lsKUfktT7SDFolv15hIMdpynX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.75rem;left:29.5rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#QWd4PPlqRa9eJzT7zTHLCu3waLMWtDlv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.25rem;position:absolute;display:block;z-index:15025;top:12.6875rem;left:24.8125rem;display:block; }
#Byb8kh00ZmUrCSW1HaedRLxOhROpvEgl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.625rem;left:23.6875rem;box-shadow: 0.25rem 0.25rem 0.3125rem #000000 ;display:block; }
#oH08BMg7LVb6tK9cSSzNFiWtXh2ScCf3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#IhwzR76afM47eEG9fAigi63pzJB96LUw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:10.0625rem;left:38.5rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#Z2CsNkGzKq6CX54tkpabKgTUmU5F2IUE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:43.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#f4OohQawwcTvqyMUBALVnM0uPxwEQOTV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:14.3125rem;left:33.875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#uaEhivKz5ihMDuhEdbJBNRgkKl4S7hKr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(255,255,255,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15031;top:14.3125rem;left:17.625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#MklEKIlTIQllIOi2kcpgNbhERXBCV7TJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15032;top:14rem;left:48.375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#ORWcdWQQaI7lyzf5ZV9T7lZn6nl0OWDN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15031;top:7.4375rem;left:39.4375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }#ORWcdWQQaI7lyzf5ZV9T7lZn6nl0OWDN.adaptive-delivery-prevent-bg, #ORWcdWQQaI7lyzf5ZV9T7lZn6nl0OWDN.lazyload, #ORWcdWQQaI7lyzf5ZV9T7lZn6nl0OWDN.lazyloading { background-image: none; }
#kVTnEb0TqCTHqHBgTtoLpqPQuTiToQ0R { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15033;top:14.6875rem;left:52.4375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#LFqBkFLvxKVX5NQQG6ypOkfyEHRt3K3x { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15034;top:15.125rem;left:55.5rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#zyX9ZRZdTLXg3OTO7BalHrTWoCoONzbp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15021;top:10.6875rem;left:39.125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #000000 ;display:block; }
#RbCmsqxARPilV48bk9wbte1kR6JETbHp { display:block;width:23.875rem;position:absolute;font-family:nowy14;font-size:2.375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:18.8125rem;left:43.25rem;height:3.0875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m8XDdefRCdib4HBGeZrdV7i7pHpwfIZq { display:block;width:19.4375rem;position:absolute;font-family:nowy14;font-size:2.375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:7.6875rem;left:12.1875rem;height:3.0875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ixg1S9qZocssHGX5CMmKu6MaHknZx95O { display:block;width:59.5rem;position:absolute;font-family:jura;font-size:3.625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:37.875rem;left:7.5rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#vhmQOF0vFVS64lqiCoTHb6nlHBqTM5MR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#vhmQOF0vFVS64lqiCoTHb6nlHBqTM5MR > .row .container { background-color: transparent; background-image: none; }#vhmQOF0vFVS64lqiCoTHb6nlHBqTM5MR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhmQOF0vFVS64lqiCoTHb6nlHBqTM5MR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhmQOF0vFVS64lqiCoTHb6nlHBqTM5MR > .row .container > .video-iframe-container { display: none; }#vhmQOF0vFVS64lqiCoTHb6nlHBqTM5MR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhmQOF0vFVS64lqiCoTHb6nlHBqTM5MR > .row > .video-iframe-container { display: none; }#vhmQOF0vFVS64lqiCoTHb6nlHBqTM5MR > .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); }#vhmQOF0vFVS64lqiCoTHb6nlHBqTM5MR > .row .container { border-width: 0; border-radius: 0; }#vhmQOF0vFVS64lqiCoTHb6nlHBqTM5MR > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#vhmQOF0vFVS64lqiCoTHb6nlHBqTM5MR > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:75rem;position:relative;display:block; }#p9VSIqJFecWIUNkuPGQClibhXJfEeqdq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#781e8e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15022;top:5.8125rem;left:38.25rem;box-shadow: none;display:block; }
#z7yRym3QIaIU9hbq0xovwiyTRQPUKdR1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#e30808;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15054;top:47.462497711182rem;left:13.062500953674rem;display:block; }
#X8JzmV7rVGyAXmINngT20TMvQn5ctfug { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15029;top:13.6875rem;left:45.5625rem;box-shadow: none;display:block; }
#PcubxgdPc37efiaHt6x5dit9uA9SvheP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.75rem;left:29.5rem;display:block; }
#mIUXgPuat3GWUVbmtGKCf2ZqTm9ozmCR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ed6200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:24.8125rem;display:block; }
#uK1wdSf7AGdINbME9dBlbWWhuGViF390 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ed6200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.625rem;left:23.6875rem;display:block; }
#lLfdiA73WudSNcG4TUZiJ7gzXVaZxPRb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;display:block; }
#dopLorC8VUUIPOx2sddBA3gd1M6VPJPw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#781e8e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:10.0625rem;left:38.5rem;box-shadow: none;display:block; }
#okaLccOg6IkfoKyTtC49aQOTtcGmtpms { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#f8e41b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:42.6875rem;display:block; }
#pCcS5KwvG5TKl2yWPa9rrysUTN82qHPm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:14.3125rem;left:32.375rem;box-shadow: none;display:block; }
#pM874rW8hc5oXQsWeENeJFw6mgvyDIis { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15031;top:14.3125rem;left:17.625rem;box-shadow: none;display:block; }
#Os6rkReP885xVhFZSxGr24TIhSuMMcoE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15032;top:14.1875rem;left:48.3125rem;box-shadow: none;display:block; }
#CLvelBQKq1JS9xPGbNAqbx6r1pwFP83c { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:2.125rem;position:absolute;display:block;z-index:15031;top:6.75rem;left:38.75rem;box-shadow: none;display:block; }
#TESWM2a8lZNLLsp4Wc2kiKoPnPQ0WyTS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15033;top:14.6875rem;left:52rem;box-shadow: none;display:block; }
#m1hT5PyfNGplOy2DDMkmTp8WbQCRTbVg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15034;top:15.125rem;left:54.625rem;box-shadow: none;display:block; }
#W2yln0CiBgwkRGWD0apUykDAoucQvgMo { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15032;top:14.1875rem;left:13.0625rem;box-shadow: none;display:block; }
#GE2Pa5y7yWkxTIzf09cOdF0TSskJ3Wqp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15034;top:14.6875rem;left:10.5625rem;box-shadow: none;display:block; }
#gg1mxNVaxefFpMuhOQNuMAimPz2xTXBb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15035;top:15.125rem;left:8.875rem;box-shadow: none;display:block; }
#bCGm728FVqKd8efNidTizX1A6cZ0NB9C { border-bottom:0;border-left:0;border-right:0;border-top:0;height:36.125rem;width:48.25rem;position:absolute;display:block;z-index:15047;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.375rem;left:15.687500953674rem;overflow:hidden;display:block; }
#rbeR77eZpO0troGATyiAe6WlqWcQfhGG { display:block;width:23.75rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:49.9375rem;left:38.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#zFp7gHGoRIfSZDRrtkdpcFQtOyh1J876 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.8125rem;width:7.4375rem;position:absolute;display:block;z-index:15048;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.8125rem;left:57.19896030426rem;overflow:hidden;display:block; }
#stoOwvlD1QiCATAIdeTi2PPukzPzUwIB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0712a5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.625rem;width:4.625rem;position:absolute;display:block;z-index:15055;top:46.667707443237rem;left:16.718750953674rem;display:block; }
#vWoTit03F20L76v5EEd3nBgolLVcOsT6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0073ed;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; }#vWoTit03F20L76v5EEd3nBgolLVcOsT6 > .row .container { background-color: transparent; background-image: none; }#vWoTit03F20L76v5EEd3nBgolLVcOsT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWoTit03F20L76v5EEd3nBgolLVcOsT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWoTit03F20L76v5EEd3nBgolLVcOsT6 > .row .container > .video-iframe-container { display: none; }#vWoTit03F20L76v5EEd3nBgolLVcOsT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWoTit03F20L76v5EEd3nBgolLVcOsT6 > .row > .video-iframe-container { display: none; }#vWoTit03F20L76v5EEd3nBgolLVcOsT6 > .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); }#vWoTit03F20L76v5EEd3nBgolLVcOsT6 > .row .container { border-width: 0; border-radius: 0; }#vWoTit03F20L76v5EEd3nBgolLVcOsT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vWoTit03F20L76v5EEd3nBgolLVcOsT6 > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#wTAFywwcMlrhhnsABTMRnHTueAumfKFo { border-bottom:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-top:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.5rem;width:74.3125rem;position:absolute;display:block;z-index:15000;top:8.0625rem;left:0rem;display:block; }
#FSyfIWkQO34gxb1MUdbN4gAOEkNV3Hn4 { border-bottom:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-top:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.5rem;width:74.3125rem;position:absolute;display:block;z-index:15001;top:14.1875rem;left:0rem;display:block; }
#tgvIGIuxLT9TRtAvawIrTNb0CT3xIPb8 { border-bottom:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-top:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.5rem;width:74.3125rem;position:absolute;display:block;z-index:15002;top:20.75rem;left:0rem;display:block; }
#EdevrZx61D3ghqTF8p9yR8TGPBXwacNi { border-bottom:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-top:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.5rem;width:14.625rem;position:absolute;display:block;z-index:15003;top:20.75rem;left:0rem;display:block; }
#c1idA4Vl0LEEOny9SwcmIckm09Ft0FMy { border-bottom:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-top:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.5rem;width:14.625rem;position:absolute;display:block;z-index:15004;top:8.0625rem;left:0rem;display:block; }
#SbkUXd4Vx6T3V8yGtzwRpk4VCJ0yNKVL { border-bottom:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-top:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.5rem;width:74.3125rem;position:absolute;display:block;z-index:15003;top:26.875rem;left:0rem;display:block; }
#l4RyWIFNJvVlKVRrZAIsm7MTCGMqcZiQ { border-bottom:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-top:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.5rem;width:14.625rem;position:absolute;display:block;z-index:15005;top:26.875rem;left:0rem;display:block; }
#nBBMPUDqfnMFkkVlH1BwOLKQWmqKnFzk { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10rem;left:1.25rem;height:2.7625rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#CHILR6244dQP50d5HpyHk9wnNabLBL9b { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.25rem;height:0;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#UE0D8wON2TAsF3rLwr5MTmvkd1f4E0WS { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.25rem;left:1.25rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#iu94khuq83WQKlnqIlk75a6VBREJQ4Er { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:28.9375rem;left:1.25rem;height:1.86875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#eoyPenWg4R86x7RcvlT51k3A2ie76TQO { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.75rem;left:1.25rem;height:1.86875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#rtyqwgfqe1OSCQM1oDzcV5wVIGiRpulA { border-bottom:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-top:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.5rem;width:21.75rem;position:absolute;display:block;z-index:14999;top:8.0625rem;left:33.8125rem;display:block; }
#tuuEd7o0qDOE8RfQVgE4exp82UZ61EbI { border-bottom:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-top:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.5rem;width:21.75rem;position:absolute;display:block;z-index:14997;top:20.75rem;left:33.8125rem;display:block; }
#yaTt5H5NyOFEpTTsbThuLDsQNcWtemwT { border-bottom:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-top:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.5rem;width:21.75rem;position:absolute;display:block;z-index:14998;top:26.875rem;left:33.8125rem;display:block; }
#kE7HoCHs05X9paIhSQK27EgHxduAzKFz { display:block;width:15rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:39.5rem;height:2.275rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#cA5v6hp1NTWb0U2Wcsp1dLTVSeeTDWah { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:40.0625rem;height:1.625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#k1Ia3nEnT851UOL8pMQdM9bAe0CCoPs2 { display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5rem;left:16.25rem;height:2.275rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#Tlys0IeOOJwTLxhLeo56NT4nQ0LT8ukO { display:block;width:16.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.8125rem;left:15.9375rem;height:1.625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#VeiFXcxKbO7dwG8fZmy6xZlqingA0Bqw { display:block;width:16.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.8125rem;left:57.125rem;height:1.625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#x5vciUcrHpdXvEJo7MvlNkm4G0BRi7BN { display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5rem;left:57.4375rem;height:2.275rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#rxP5P0cmtn7tbzLc721ZiGzAqOzFUFif { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.9375rem;left:38.0625rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#K6yOD8BiReQFvt8HfrcTczed4Fyp4xMJ { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.25rem;left:38.0625rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#p8dycHXqdEEnw0xCnPUMG3ekeCyP7Rxk { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28rem;left:38.625rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#U6F0qdIc0UgVN5t0W84QnNEhib59sqFb { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:34.8125rem;left:38.625rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#NLvHyhOtSCTbpFc6aHryWHpKIlJneRAw { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:34.8125rem;left:17.9375rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#HcRB4rHhlykK4t8hxTDCCJZ7gSWwCIEL { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:33.9375rem;left:59.125rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#zyWbP1Zy914DTWexfHM1a4OdmX6hFBFF { display:block;width:18.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.625rem;left:55.9375rem;height:1.21875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#uBVTQU9qi5e1G5FgUz281PWXD8AN9eit { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:28rem;left:17.9375rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#ITB3XSxpDS2UVoH9goykbvptIkcuVFfb { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.25rem;left:17.375rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#cU5xOp96sRfaU1egVTXMPRH0fuTizHiS { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.9375rem;left:17.9375rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#dTBW4xuBeDZo4twEhfnnOskuaOsUlZ4R { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.375rem;left:59.125rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#lzKDpuZekm0R6s3MN7bvW6IXvugOwuAz { display:block;width:18.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.1875rem;left:55.9375rem;height:1.21875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#A55rzJLOaOTa4UPUsLSSpmqB3n2Iy7pc { display:block;width:54.5625rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.5rem;left:10.1875rem;height:2.7625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#ZRRwv0vK8PJ6F0sRHfTshDhHREqURGV6 { display:block;width:48.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:12.625rem;height:1.625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#NMubBNygHb9tNlwWIllxGdvF7AfwHoO9 { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.75rem;left:59.125rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#TX35EDSq5lUTDulMXWaceEL96MEpdyra { display:block;width:18.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:31.625rem;left:55.9375rem;height:1.21875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#ZQ2WPMqGGbgW0570Xf0oThGicmrMBdHT { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.3125rem;left:59.125rem;height:3.7375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#Zx3ImZIMFw4SanqvC7iLJHWUgnt7fdLT { display:block;width:18.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.0625rem;left:55.8125rem;height:1.21875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#xmJ5GNccGbpKDqWXri68EZU270BlCGJW { display:block;width:14.25rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:40.4375rem;left:16.25rem;height:2.7625rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#emBtvN9gboklTo8ZFRvRfulZEgFPxXVV { display:block;width:16.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:40.4375rem;left:57.3125rem;height:1.38125rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#tnZTlc33dxOXfT4f74Jb3WebEcARzlJG { display:block;width:16.375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:40.4375rem;left:37.4375rem;height:1.38125rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#xMb8C6TyHgSvhoaV1ZOXeAN3b2EFWo4r { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#xMb8C6TyHgSvhoaV1ZOXeAN3b2EFWo4r > .row .container { background-color: transparent; background-image: none; }#xMb8C6TyHgSvhoaV1ZOXeAN3b2EFWo4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMb8C6TyHgSvhoaV1ZOXeAN3b2EFWo4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMb8C6TyHgSvhoaV1ZOXeAN3b2EFWo4r > .row .container > .video-iframe-container { display: none; }#xMb8C6TyHgSvhoaV1ZOXeAN3b2EFWo4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMb8C6TyHgSvhoaV1ZOXeAN3b2EFWo4r > .row > .video-iframe-container { display: none; }#xMb8C6TyHgSvhoaV1ZOXeAN3b2EFWo4r > .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); }#xMb8C6TyHgSvhoaV1ZOXeAN3b2EFWo4r > .row .container { border-width: 0; border-radius: 0; }#xMb8C6TyHgSvhoaV1ZOXeAN3b2EFWo4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMb8C6TyHgSvhoaV1ZOXeAN3b2EFWo4r > .row .container { font-size:0.875rem;font-family:arial;height:76.3125rem;width:75rem;position:relative;display:block; }#Td2BE9o971ZKwz7adXMaAcuSp0Be00cn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#3d027f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15022;top:5.8125rem;left:38.25rem;box-shadow: none;display:block; }
#LUlTgez3N110AJOCONMgkOO5FDiis0vO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15029;top:13.6875rem;left:45.5625rem;box-shadow: none;display:block; }
#px8nRCxEVD2gMGLPvHDHLJoivNSazrrZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#3d027f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.75rem;left:29.5rem;display:block; }
#DtTl8kCdIHOs5fNKNKhIOguaeB6Cvek9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#3d027f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:24.8125rem;display:block; }
#ctm55umx0neatNW7Uf7Ad9IKbp4OBdPZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#3d027f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.625rem;left:23.6875rem;display:block; }
#NwJ0pXF5xP3BPh5SI6OTG0c7ro5SOLyq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#3d027f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;display:block; }
#qXoOx8FXEnhIBQeCkhQqrRH6vgTDHG3L { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#3d027f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:10.0625rem;left:38.5rem;box-shadow: none;display:block; }
#OcHd01Rino3wXsqbUrWh8zZG61gpJ5Tb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#3d027f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:42.6875rem;display:block; }#OcHd01Rino3wXsqbUrWh8zZG61gpJ5Tb.adaptive-delivery-prevent-bg, #OcHd01Rino3wXsqbUrWh8zZG61gpJ5Tb.lazyload, #OcHd01Rino3wXsqbUrWh8zZG61gpJ5Tb.lazyloading { background-image: none; }
#ebixOPSfKqUIU7Spl0VTlUZd3DAJFRPR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:14.3125rem;left:32.375rem;box-shadow: none;display:block; }
#ugqtppphJbOsSaoI5wQDeTciWcw7snoq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#3d027f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15032;top:14.1875rem;left:48.3125rem;box-shadow: none;display:block; }
#KbnuxnXMdRAh8VlaIpTDGTbRihx2VfQe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:2.125rem;position:absolute;display:block;z-index:15031;top:6.75rem;left:38.75rem;box-shadow: none;display:block; }
#dhcDr0qOuzJJ8PfA5e9d3xrp5WofiAz6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#3d027f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15033;top:14.6875rem;left:52rem;box-shadow: none;display:block; }
#ahZlQmfTbm6E2Z37IzbyhbRTXTN5q3Bt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#3d027f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15034;top:15.125rem;left:54.625rem;box-shadow: none;display:block; }
#Xf2iTuQvTT2oOFGndi6p19zlopekCv9R { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;background-color:#e30899;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.25rem;width:13.25rem;position:absolute;display:block;z-index:15024;top:34.25rem;left:25.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }#Xf2iTuQvTT2oOFGndi6p19zlopekCv9R.adaptive-delivery-prevent-bg, #Xf2iTuQvTT2oOFGndi6p19zlopekCv9R.lazyload, #Xf2iTuQvTT2oOFGndi6p19zlopekCv9R.lazyloading { background-image: none; }
#PJg9LKB1K05TgBgbHrqckVbVbaIsatFB { border-bottom:1.4375rem solid #ffffff;border-left:1.4375rem solid #ffffff;border-right:1.4375rem solid #ffffff;border-top:1.4375rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #1aec03, #0019e6);background-image: -moz-linear-gradient(top, #1aec03, #0019e6);background-image: -ms-linear-gradient(top, #1aec03, #0019e6);background-image: -o-linear-gradient(top, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(to bottom, #1aec03, #0019e6);background-size:auto !important;height:7.875rem;width:7.875rem;position:absolute;display:block;z-index:15032;top:36.6875rem;left:25.8125rem;box-shadow: none;display:block; }
#CguaBcDHSOrmhEE3NhPTTKW6qZAGraun { display:block;width:18.0625rem;position:absolute;font-family:nowy14;font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:41.0625rem;left:22.1875rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F15NhnDM7WNqEqNIRsa5c4L3eD2PsMT6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#3d027f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.6875rem;width:8.6875rem;position:absolute;display:block;z-index:15025;top:9.875rem;left:14.0625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }#F15NhnDM7WNqEqNIRsa5c4L3eD2PsMT6.adaptive-delivery-prevent-bg, #F15NhnDM7WNqEqNIRsa5c4L3eD2PsMT6.lazyload, #F15NhnDM7WNqEqNIRsa5c4L3eD2PsMT6.lazyloading { background-image: none; }
#RSqAemr5FGJZpQT5ins0Izm8lhIJOcd6 { border-bottom:1.3125rem solid #ffffff;border-left:1.3125rem solid #ffffff;border-right:1.3125rem solid #ffffff;border-top:1.3125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #1aec03, #0019e6);background-image: -moz-linear-gradient(top, #1aec03, #0019e6);background-image: -ms-linear-gradient(top, #1aec03, #0019e6);background-image: -o-linear-gradient(top, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(to bottom, #1aec03, #0019e6);background-size:auto !important;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15033;top:10.125rem;left:14.0625rem;box-shadow: none;display:block; }
#PgK87elgfW2TZw0yDKJw82LJm1diId3P { display:block;width:23.75rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:50.25rem;left:18.5625rem;height:4.125rem;color:#e30875;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UKABzHmqTGFtfbxPhDedadnK1NZTOWPf { display:block;width:17.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:69.3125rem;left:47.3125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#wusrvgsys8bvVnGvqeNF4TQUA53yGkte { border-bottom:0;border-left:0;border-right:0;border-top:0;height:29.625rem;width:44.875rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:33.125rem;left:9.7916669845581rem;overflow:hidden;display:block; }
#znisglm58RJQIwpdmwZP4iTSv3cGHHh9 { display:block;width:23.75rem;position:absolute;font-family:bitter;font-size:1.4375rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:57.9375rem;left:18.5625rem;height:;color:#e30875;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rxDvp6Ttnkdxf5lN2iyTLFvcEobNutLJ { display:block;width:23.75rem;position:absolute;font-family:bitter;font-size:3.125rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:54.4375rem;left:18.5625rem;height:3.125rem;color:#e30875;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ktbZUhThHDyLVHOsGsEk9fzpZvaIUG3R { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.5625rem;width:10.9375rem;position:absolute;display:block;z-index:15048;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:52.96875rem;left:3.1666669845581rem;overflow:hidden;display:block; }
#K0LtTg9TPnFrGUIEAr9vEofhlyW27T7c { position:relative;display:block; }#K0LtTg9TPnFrGUIEAr9vEofhlyW27T7c { background-color: transparent; background-image: none; }#K0LtTg9TPnFrGUIEAr9vEofhlyW27T7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0LtTg9TPnFrGUIEAr9vEofhlyW27T7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0LtTg9TPnFrGUIEAr9vEofhlyW27T7c > .row .container > .video-iframe-container { display: none; }#K0LtTg9TPnFrGUIEAr9vEofhlyW27T7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0LtTg9TPnFrGUIEAr9vEofhlyW27T7c > .row > .video-iframe-container { display: none; }#K0LtTg9TPnFrGUIEAr9vEofhlyW27T7c > .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); }#K0LtTg9TPnFrGUIEAr9vEofhlyW27T7c { border-width: 0; border-radius: 0; }#K0LtTg9TPnFrGUIEAr9vEofhlyW27T7c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K0LtTg9TPnFrGUIEAr9vEofhlyW27T7c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BepK1sVgaLTMUnaG71bL2vOHH6Dge7A5 { border-bottom:1.3125rem solid #ffffff;border-left:1.3125rem solid #ffffff;border-right:1.3125rem solid #ffffff;border-top:1.3125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #1aec03, #0019e6);background-image: -moz-linear-gradient(top, #1aec03, #0019e6);background-image: -ms-linear-gradient(top, #1aec03, #0019e6);background-image: -o-linear-gradient(top, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(to bottom, #1aec03, #0019e6);background-size:auto !important;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15033;top:5.0520830154419rem;left:8.3229169845581rem;box-shadow: none;display:block; }
#p4eizX44WBbQpcg99Js19esT67xkglTb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15025;top:3.5625rem;left:8.3229169845581rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }#p4eizX44WBbQpcg99Js19esT67xkglTb.adaptive-delivery-prevent-bg, #p4eizX44WBbQpcg99Js19esT67xkglTb.lazyload, #p4eizX44WBbQpcg99Js19esT67xkglTb.lazyloading { background-image: none; }
#OueJQZ23qlXhCi0yC2MDkwu1T487GF2v { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ab1efd;background-image:none;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15026;top:3.5625rem;left:20.812499046326rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }
#zECbkztIiyhSJ1t6rEdu9cU2U46rKqpZ { border-bottom:1.3125rem solid #ffffff;border-left:1.3125rem solid #ffffff;border-right:1.3125rem solid #ffffff;border-top:1.3125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #1aec03, #0019e6);background-image: -moz-linear-gradient(top, #1aec03, #0019e6);background-image: -ms-linear-gradient(top, #1aec03, #0019e6);background-image: -o-linear-gradient(top, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(to bottom, #1aec03, #0019e6);background-size:auto !important;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15034;top:5.0520830154419rem;left:21.562499046326rem;box-shadow: none;display:block; }
#Z0CQn431eIgUTnbL5TQR6T6KSft2Rf6C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#f8e41b;background-image:none;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15027;top:3.5625rem;left:32.812499046326rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }
#DaUoT15swAqZyGGtQzqanTZmqybldktr { border-bottom:1.3125rem solid #ffffff;border-left:1.3125rem solid #ffffff;border-right:1.3125rem solid #ffffff;border-top:1.3125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #1aec03, #0019e6);background-image: -moz-linear-gradient(top, #1aec03, #0019e6);background-image: -ms-linear-gradient(top, #1aec03, #0019e6);background-image: -o-linear-gradient(top, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(to bottom, #1aec03, #0019e6);background-size:auto !important;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15035;top:5.0520830154419rem;left:34.302084922791rem;box-shadow: none;display:block; }
#dxvWzQG9w75HtLtRyb1wWOrgiSSgofp3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15028;top:3.5625rem;left:45.197916984558rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }
#V4iA03xZEoW65N6lfAc4qpTvbXTPtT7h { border-bottom:1.3125rem solid #ffffff;border-left:1.3125rem solid #ffffff;border-right:1.3125rem solid #ffffff;border-top:1.3125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #1aec03, #0019e6);background-image: -moz-linear-gradient(top, #1aec03, #0019e6);background-image: -ms-linear-gradient(top, #1aec03, #0019e6);background-image: -o-linear-gradient(top, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(to bottom, #1aec03, #0019e6);background-size:auto !important;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15036;top:5.0520830154419rem;left:47.249999046326rem;box-shadow: none;display:block; }
#pG92PbXaoEgi1IC8XXNBHiVbOu6l70iJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ed0000;background-image:none;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15029;top:3.5625rem;left:57.656249046326rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }
#qLO81k8w2IoLCaChr0sbFZ2WVOhP5LJg { border-bottom:1.3125rem solid #ffffff;border-left:1.3125rem solid #ffffff;border-right:1.3125rem solid #ffffff;border-top:1.3125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #1aec03, #0019e6);background-image: -moz-linear-gradient(top, #1aec03, #0019e6);background-image: -ms-linear-gradient(top, #1aec03, #0019e6);background-image: -o-linear-gradient(top, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(to bottom, #1aec03, #0019e6);background-size:auto !important;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15037;top:5.0520830154419rem;left:60.677084922791rem;box-shadow: none;display:block; }
#v5dhhClavXkX2140wotmRHE5DidhGXVo { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:14.25rem;left:32.843749046326rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJWWNubOCiW8Se62FTEUzxqFXlUKdLWu { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:14.25rem;left:20.104166984558rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWMxN6wFXbJOfKnNqhb002c53SD5Fm9m { color:#000000;display:block;width:11.875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:14.25rem;left:6.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5W7oeNvExbyUQG68TST4zrS7mMrJdb9 { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:14.25rem;left:44.166666984558rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R53lOp4aawTtgZk6V9hRaLS7qa1JGUUB { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:14.25rem;left:56.624999046326rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lklQVROPbhwsXU41ACk8da2fsyLExA6R { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:bitter;font-size:3.4375rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:19.28125rem;left:12.40625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RdbsEckJsUTIRdz5NGnxHc5kbXE4P3UZ { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #0e02e8;border-left:1.25rem solid #0e02e8;border-right:1.25rem solid #0e02e8;border-bottom:1.875rem solid #0e02e8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:17.5rem;width:63.4375rem;top:6.8229169845581rem;left:4.7291669845581rem;display:block; }
#p2VEKT96Jwa7epQ9mdqCBCEHgE7FOxNh { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:24.6875rem;left:55.635416984558rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WADVL3bGM6cJxUFhfuAKd99uhEvQToTH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#WADVL3bGM6cJxUFhfuAKd99uhEvQToTH > .row .container { background-color: transparent; background-image: none; }#WADVL3bGM6cJxUFhfuAKd99uhEvQToTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WADVL3bGM6cJxUFhfuAKd99uhEvQToTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WADVL3bGM6cJxUFhfuAKd99uhEvQToTH > .row .container > .video-iframe-container { display: none; }#WADVL3bGM6cJxUFhfuAKd99uhEvQToTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WADVL3bGM6cJxUFhfuAKd99uhEvQToTH > .row > .video-iframe-container { display: none; }#WADVL3bGM6cJxUFhfuAKd99uhEvQToTH > .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); }#WADVL3bGM6cJxUFhfuAKd99uhEvQToTH > .row .container { border-width: 0; border-radius: 0; }#WADVL3bGM6cJxUFhfuAKd99uhEvQToTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WADVL3bGM6cJxUFhfuAKd99uhEvQToTH > .row .container { font-size:0.875rem;font-family:arial;height:76.3125rem;width:75rem;position:relative;display:block; }#sXO4inT6FzBDg41vsThU3SPdErMcGQFp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15022;top:5.8125rem;left:38.25rem;box-shadow: none;display:block; }
#eWOv9xf0Q45QvBwuIFQPlaxRgsHwJOm7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15029;top:13.6875rem;left:45.5625rem;box-shadow: none;display:block; }
#VfUVKQ1fI6mFLA27MJD40DBPCDiuqTEe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.75rem;left:29.5rem;display:block; }
#WgAz0GLKXGhLJ4EEzFqbwxkdUhzuTzqI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:24.8125rem;display:block; }
#o1LH8wcb3S6y4IJHqOKHEBGFuMySVH6T { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.625rem;left:23.6875rem;display:block; }
#kJl4k0aq8xlqGJPQeuSqc3ukwV5IHUgT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;display:block; }
#UWPfDTugIwsSEDeoyXQUZKXHkbE1NSfp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:10.0625rem;left:38.5rem;box-shadow: none;display:block; }
#snpI2qi7gOA0O9wnOgyafmkeqWvms7uW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:42.6875rem;display:block; }#snpI2qi7gOA0O9wnOgyafmkeqWvms7uW.adaptive-delivery-prevent-bg, #snpI2qi7gOA0O9wnOgyafmkeqWvms7uW.lazyload, #snpI2qi7gOA0O9wnOgyafmkeqWvms7uW.lazyloading { background-image: none; }
#SasnzJI1p0pE8GJ3rOmsNvP4elafTSgF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:14.3125rem;left:32.375rem;box-shadow: none;display:block; }
#TLPptTTaC5rKm29ulaPlL7hUGqOMp6Kt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15032;top:14.1875rem;left:48.3125rem;box-shadow: none;display:block; }
#EIDwMGt9gaOPghCsvuWePlJAMWMVBPqb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:2.125rem;position:absolute;display:block;z-index:15031;top:6.75rem;left:38.75rem;box-shadow: none;display:block; }
#CTwCNs7O0Si29R3Pi9rQZlmZINdd8XiL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15033;top:14.6875rem;left:52rem;box-shadow: none;display:block; }
#BMt2W9MI8SLOK83WuypLalGfHGBIximd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15034;top:15.125rem;left:54.625rem;box-shadow: none;display:block; }
#Tk1tuJpwPAz7fITC1iBQHgDr2Fui6q6E { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:33rem;width:33rem;position:absolute;display:block;z-index:15024;top:23.75rem;left:30.562500953674rem;box-shadow: none;display:block; }#Tk1tuJpwPAz7fITC1iBQHgDr2Fui6q6E.adaptive-delivery-prevent-bg, #Tk1tuJpwPAz7fITC1iBQHgDr2Fui6q6E.lazyload, #Tk1tuJpwPAz7fITC1iBQHgDr2Fui6q6E.lazyloading { background-image: none; }
#SySAW1VGprylpeGT8Kevcmudva8RLQSe { border-top:3.375rem solid rgba(255,255,255,0.99);border-left:3.375rem solid rgba(255,255,255,0.99);border-right:3.375rem solid rgba(255,255,255,0.99);border-bottom:3.375rem solid rgba(255,255,255,0.99);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;background-color:rgba(255,255,255,0.98);background-image: -webkit-linear-gradient(top, #1aec03, #0019e6);background-image: -moz-linear-gradient(top, #1aec03, #0019e6);background-image: -ms-linear-gradient(top, #1aec03, #0019e6);background-image: -o-linear-gradient(top, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(to bottom, #1aec03, #0019e6);background-size:auto !important;height:17.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15032;top:25.916667938233rem;left:31.125rem;box-shadow: none;display:block; }
#bNe6GRrhsZiTm5LpNkJg0Kn0UVNegEGZ { display:block;width:18.625rem;position:absolute;font-family:nowy14;font-size:3.9375rem;font-weight:400;z-index:15036;line-height:.5;letter-spacing:0;top:37.109376907349rem;left:34.052083015442rem;height:1.96875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dFvUO7uby4s039JAGR7fFHQXMMymhH6I { display:block;width:27.8125rem;position:absolute;font-family:"noto sans";font-size:1.8125rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:59.4375rem;left:8rem;height:5.4375rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JU0AqvWS2eyCiTgoWxKcDynrr5mA3lWs { display:block;width:16.6875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:61.1875rem;left:28rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#gnmLKgngKewgJQTyfWmOPBCUH2vU0Rls { display:block;width:5.4375rem;position:absolute;font-family:nowy4;font-size:6.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:2.875rem;left:11.375rem;height:8.125rem;color:#fa0291;display:block; }
#tyOW7ZUilZRCeumexmvUX1shwKuX6JxR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.5625rem;width:13.5625rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:39.125rem;left:7.5rem;overflow:hidden;display:block; }
#Zc4P1udEndbifQpUvJWp2e16XCoEgVZN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:0.125rem;position:absolute;display:block;z-index:15044;top:35.25rem;left:74.875rem;display:block; }
#K5XKUUWoPwNnTirsp662sLT8Hdlrm8PB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.25rem;width:5.375rem;position:absolute;display:block;z-index:15037;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:57.500001907349rem;left:2.6770830154419rem;overflow:hidden;display:block; }
#sf2l5slcdPBcsUQssHzMhofAyBXuFLl2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.625rem;width:16.8125rem;position:absolute;display:block;z-index:15107;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.75rem;left:7.5rem;overflow:hidden;display:block; }
#xkGQeH37hB3zmk8F6pFzmM8QmmJx8qrP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.5625rem;width:15.0625rem;position:absolute;display:block;z-index:15040;box-shadow: none;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;top:59.437524795532rem;left:59.937497138977rem;overflow:hidden;display:block; }
#litt0Z722n4iAcHkPAFT6fNVtKn0W2QC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.5rem;width:16.1875rem;position:absolute;display:block;z-index:15045;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;top:59.4375rem;left:46.3125rem;overflow:hidden;display:block; }
#Vrw9VdfrVWBryo1pklX6XTybsSg2EITt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.5625rem;width:13.5625rem;position:absolute;display:block;z-index:15019;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:26.3125rem;left:9.25rem;overflow:hidden;display:block; }
#r5oqav0rMHXAO6sqLfiNZQGferDefMbh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.1875rem;width:15.75rem;position:absolute;display:block;z-index:15041;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.364583969116rem;left:4.4375009536743rem;overflow:hidden;display:block; }
#QMpKizvaTTv7rMMsmThFLh9ISxN0u0OQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#QMpKizvaTTv7rMMsmThFLh9ISxN0u0OQ > .row .container { background-color: transparent; background-image: none; }#QMpKizvaTTv7rMMsmThFLh9ISxN0u0OQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMpKizvaTTv7rMMsmThFLh9ISxN0u0OQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMpKizvaTTv7rMMsmThFLh9ISxN0u0OQ > .row .container > .video-iframe-container { display: none; }#QMpKizvaTTv7rMMsmThFLh9ISxN0u0OQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMpKizvaTTv7rMMsmThFLh9ISxN0u0OQ > .row > .video-iframe-container { display: none; }#QMpKizvaTTv7rMMsmThFLh9ISxN0u0OQ > .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); }#QMpKizvaTTv7rMMsmThFLh9ISxN0u0OQ > .row .container { border-width: 0; border-radius: 0; }#QMpKizvaTTv7rMMsmThFLh9ISxN0u0OQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMpKizvaTTv7rMMsmThFLh9ISxN0u0OQ > .row .container { font-size:0.875rem;font-family:arial;height:82.1875rem;width:75rem;position:relative;display:block; }#TJbPF3VEkEfTlDdQBEz9Tzl0A6RG13dI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15022;top:5.8125rem;left:38.25rem;box-shadow: none;display:block; }
#KR4UAKeHlh9DKguhsUnJqTBFu64NES2g { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.1875rem;width:3.3125rem;position:absolute;display:block;z-index:15029;top:37.1875rem;left:42.4375rem;box-shadow: none;display:block; }
#TKHgnPoeE3meu37DlIU0JkfmLd2z10Cy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.75rem;left:29.5rem;display:block; }
#DRQhOmMFBqGaPI5UAJST2MDITkXHhrBC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:24.8125rem;display:block; }
#bQUTnOot8wTkDHx8EN1nwcIdUQlMcmmT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.625rem;left:23.6875rem;display:block; }
#iW1d2kpIZoe2TVVJP1zL4fxEe4o4pJrE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;display:block; }
#RMmppJqbfFwGttK49hPttH4tD0JleuF0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:10.0625rem;left:38.5rem;box-shadow: none;display:block; }
#HXOb1cDbCxKd3TbV8Htp1SkBmd9pQlyp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:42.6875rem;display:block; }#HXOb1cDbCxKd3TbV8Htp1SkBmd9pQlyp.adaptive-delivery-prevent-bg, #HXOb1cDbCxKd3TbV8Htp1SkBmd9pQlyp.lazyload, #HXOb1cDbCxKd3TbV8Htp1SkBmd9pQlyp.lazyloading { background-image: none; }
#yPlI7ML8JmAFQrw80ex9PC74zCJwlvlQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:14.3125rem;left:32.375rem;box-shadow: none;display:block; }
#RhQ9nvp5Rm8kZoSAzLCwBSrhnV4vs26Z { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15032;top:14.1875rem;left:48.3125rem;box-shadow: none;display:block; }
#S43K8cELtUCdvoiAuR74Bxgg4Q8vbzEc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:2.125rem;position:absolute;display:block;z-index:15031;top:6.75rem;left:38.75rem;box-shadow: none;display:block; }
#TiVLXicMT2OWS5pRwBQBNWNu9JF0gQZi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15033;top:14.6875rem;left:52rem;box-shadow: none;display:block; }
#uJKWva8c9AUUo3bHzPZXXzNsz7JKmebz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15034;top:15.125rem;left:54.625rem;box-shadow: none;display:block; }
#wXChgNVdXwB8U06efhG8Tz8G72ik7Rr9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.25rem;width:15.25rem;position:absolute;display:block;z-index:15024;top:5.8125rem;left:54.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }#wXChgNVdXwB8U06efhG8Tz8G72ik7Rr9.adaptive-delivery-prevent-bg, #wXChgNVdXwB8U06efhG8Tz8G72ik7Rr9.lazyload, #wXChgNVdXwB8U06efhG8Tz8G72ik7Rr9.lazyloading { background-image: none; }
#SDDrMMHXIewtuzi3e7iFpWKBss5vfMxn { border-bottom:1.875rem solid #ffffff;border-left:1.875rem solid #ffffff;border-right:1.875rem solid #ffffff;border-top:1.875rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #1aec03, #0019e6);background-image: -moz-linear-gradient(top, #1aec03, #0019e6);background-image: -ms-linear-gradient(top, #1aec03, #0019e6);background-image: -o-linear-gradient(top, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(to bottom, #1aec03, #0019e6);background-size:auto !important;height:7.875rem;width:7.875rem;position:absolute;display:block;z-index:15032;top:9.8125rem;left:51.4375rem;box-shadow: none;display:block; }
#MdxypAbDDu3h26BlNF3wZAuFzno7PJ9B { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#e30808;background-image:none;height:8.6875rem;width:8.6875rem;position:absolute;display:block;z-index:15025;top:9.8125rem;left:13.46875rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }
#vTkR40wnqkMVZQ3dLC6SC0SliPOiaU1d { border-bottom:1.3125rem solid #ffffff;border-left:1.3125rem solid #ffffff;border-right:1.3125rem solid #ffffff;border-top:1.3125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #ffffff, #e30808);background-image: -moz-linear-gradient(top, #ffffff, #e30808);background-image: -ms-linear-gradient(top, #ffffff, #e30808);background-image: -o-linear-gradient(top, #ffffff, #e30808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e30808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e30808' );";background-image: linear-gradient(to bottom, #ffffff, #e30808);background-size:auto !important;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15033;top:10.125rem;left:14.0625rem;box-shadow: none;display:block; }
#lxawPJB6KmyufgWtdJRglDgy1ZupS3fI { display:block;width:5.4375rem;position:absolute;font-family:nowy4;font-size:6.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:2.875rem;left:11.375rem;height:8.125rem;color:#fa0291;display:block; }
#N6efOIEd77Z769FbreZP78zNkzgVVt7L { display:block;width:5.4375rem;position:absolute;font-family:nowy4;font-size:7.5rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:17.75rem;left:54rem;height:9.75rem;color:#fa0291;display:block; }
#SXtXxq4yXDcJydhpzbdMZVLvcPNnv3U5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.875rem;width:17.1875rem;position:absolute;display:block;z-index:15042;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:31.3125rem;left:55.5625rem;overflow:hidden;display:block; }
#CPBb6f1Mhy5pS9FP4QTVludimhoqhb4a { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:1.25rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:16.875rem;width:68.0625rem;position:absolute;display:block;z-index:15021;top:31.291625976562rem;left:-3.3791666030884rem;box-shadow: 0.4375rem 0.4375rem 0.6875rem rgba(0,0,0,0.5) ;display:block; }
#mJr8ltHgpGMiAmxwVQOz5sa8HO8ifxVx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.1875rem;width:30.75rem;position:absolute;display:block;z-index:15045;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.479166984558rem;left:9.1041669845581rem;overflow:hidden;display:block; }
#z7XXerDGp9u0405EydBDcJ9zH6HKd4tc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.1875rem;width:5.1875rem;position:absolute;display:block;z-index:15026;top:36.0625rem;left:40.458333609558rem;display:block; }#z7XXerDGp9u0405EydBDcJ9zH6HKd4tc.adaptive-delivery-prevent-bg, #z7XXerDGp9u0405EydBDcJ9zH6HKd4tc.lazyload, #z7XXerDGp9u0405EydBDcJ9zH6HKd4tc.lazyloading { background-image: none; }
#XrCxk9azF0hSUwgndwOTMmMKhBEKteeR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15027;top:36.59375rem;left:45.9375rem;display:block; }#XrCxk9azF0hSUwgndwOTMmMKhBEKteeR.adaptive-delivery-prevent-bg, #XrCxk9azF0hSUwgndwOTMmMKhBEKteeR.lazyload, #XrCxk9azF0hSUwgndwOTMmMKhBEKteeR.lazyloading { background-image: none; }
#oVcL4OZ7UOg9iSIZtCDtwKinHAmQkV6i { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.875rem;position:absolute;display:block;z-index:15030;top:36.385416984558rem;left:46.687499046326rem;box-shadow: none;display:block; }
#OIkeV1CMusaTxrqlXg33PgWywMeUVyFq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15028;top:36.041666984558rem;left:50.812499046326rem;display:block; }#OIkeV1CMusaTxrqlXg33PgWywMeUVyFq.adaptive-delivery-prevent-bg, #OIkeV1CMusaTxrqlXg33PgWywMeUVyFq.lazyload, #OIkeV1CMusaTxrqlXg33PgWywMeUVyFq.lazyloading { background-image: none; }
#c3gTPMiJR20pOsAh0O247ciA2CU4JMp5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.1875rem;width:2.25rem;position:absolute;display:block;z-index:15030;top:37.1875rem;left:51.874999046326rem;box-shadow: none;display:block; }
#TqOGdtRnNLWz2Da421dWGnrnDEAHakER { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.3125rem;width:1.5rem;position:absolute;display:block;z-index:15028;top:37.78125rem;left:50.875rem;display:block; }
#Oc7UZKfQ2QS9B8Jb42dLtKTkXyB7xaKI { display:block;width:41.875rem;position:absolute;font-family:"noto sans";font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:42.531249046326rem;left:17.604166984558rem;height:;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yyrbTpVwTnEP7CgptQdkR8QXBMtEFd79 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:13.25rem;border-top-right-radius:13.25rem;border-bottom-left-radius:13.25rem;border-bottom-right-radius:13.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.4375rem;width:48.625rem;position:absolute;display:block;z-index:15022;top:49.522915840149rem;left:16.812499046326rem;box-shadow: 0.4375rem 0.4375rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
#rtgfknqs8T5blzwhfpAqdqfBKE7vw22F { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7rem;top:35.031249046326rem;left:1.1041669845581rem;overflow:hidden;display:block; }
#gIE6r3dOBpMUCR1sZNLfcHvIEOTGu8IF { display:block;width:33.6875rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:50.366665840149rem;left:22.968749046326rem;height:6.75rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DZt6nbkb41oa0pgTwfh1iKBgyL3OpqIA { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:24.9375rem;top:44.193748474121rem;left:0rem;overflow:hidden;display:block; }
#J6iJeJiXanO4RUr17eBslR5v4bQWlCqJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.375rem;width:8.5625rem;position:absolute;display:block;z-index:15043;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:70.864582061769rem;left:56.916666984558rem;overflow:hidden;display:block; }
#NL2ncZ61R9PLOr22mFw0rhiaPDStrWSF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.5625rem;width:9.375rem;position:absolute;display:block;z-index:15044;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:71.770832061769rem;left:21.468749046326rem;overflow:hidden;display:block; }
#TSdoEcJgO1vk4hCO5R9dIfiPDKQpTaHi { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.4375rem;width:49.125rem;position:absolute;display:block;z-index:15023;top:70.833332061769rem;left:16.812499046326rem;box-shadow: 0.5rem 0.5rem 0.8125rem rgba(0,0,0,0.5) ;display:block; }
#ifB2i0PD6bpEiEdWyi5Dz6C7F0zbLxa6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.4375rem;width:49.125rem;position:absolute;display:block;z-index:15023;top:60.141665458679rem;left:16.812499046326rem;box-shadow: 0.0625rem 0.5625rem 0.6875rem rgba(0,0,0,0.5) ;display:block; }
#W1GhpnSPCKr2ww9qqZB1Eqe1cT9JqVQU { display:block;width:33.6875rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:61.027082443237rem;left:22.968749046326rem;height:6.75rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RTGyE1RUBBQBgTadwDPe6WrkoNFowafW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.4375rem;width:7.25rem;position:absolute;display:block;z-index:15044;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:72.333332061769rem;left:33.874999046326rem;overflow:hidden;display:block; }
#QzhpZRGCUluqTIJFbTaXSASyPccMlHNc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.1875rem;width:11.5625rem;position:absolute;display:block;z-index:15045;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:71.958332061769rem;left:44.093749046326rem;overflow:hidden;display:block; }
#eQBvA732n2JavharFOmEIAML8wfZHBeS { position:absolute;display:block;z-index:15050;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:8.625rem;width:8.8125rem;top:59.995832443237rem;left:56.666666984558rem;overflow:hidden;display:block; }
#oT7J3z7AJbFmSik9pfJ642b4JtS7mQFw { position:absolute;display:block;z-index:15051;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:8.3125rem;width:8.3125rem;top:49.585415840149rem;left:56.412501335144rem;overflow:hidden;display:block; }
#kFeQMc4SNZuoCn8JSebr3OG59ppa7JRB { position:relative;display:block; }#kFeQMc4SNZuoCn8JSebr3OG59ppa7JRB { background-color: transparent; background-image: none; }#kFeQMc4SNZuoCn8JSebr3OG59ppa7JRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFeQMc4SNZuoCn8JSebr3OG59ppa7JRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFeQMc4SNZuoCn8JSebr3OG59ppa7JRB > .row .container > .video-iframe-container { display: none; }#kFeQMc4SNZuoCn8JSebr3OG59ppa7JRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFeQMc4SNZuoCn8JSebr3OG59ppa7JRB > .row > .video-iframe-container { display: none; }#kFeQMc4SNZuoCn8JSebr3OG59ppa7JRB > .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); }#kFeQMc4SNZuoCn8JSebr3OG59ppa7JRB { border-width: 0; border-radius: 0; }#kFeQMc4SNZuoCn8JSebr3OG59ppa7JRB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kFeQMc4SNZuoCn8JSebr3OG59ppa7JRB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#accGHCfIbcc6aRQ3AeLDFo1CC05GqATJ { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:16.4375rem;top:6.8520832061769rem;left:6.1843767166137rem;overflow:hidden;display:block; }
#QkyeApNa3Wx9IPhTsr3UOJGTasGlD1NT { position:absolute;display:block;z-index:15036;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:37.6875rem;width:56.5rem;top:1.3521118164062rem;left:3.0552091598511rem;overflow:hidden;display:block; }
#oNikG9TAtDJ8s2u2tw6nBtA6HFmoyT8d { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:3.875rem;top:3.1645832061767rem;left:51.379166603088rem;overflow:hidden;display:block; }
#OBIUJCk3IR394UqneHZOugV66yCDsDS5 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:4.4375rem;top:2.9770832061767rem;left:45.88646030426rem;overflow:hidden;display:block; }
#OztMftnu8NCWz3GoVndwM92Mph3xNNiP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2284ec;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; }#OztMftnu8NCWz3GoVndwM92Mph3xNNiP > .row .container { background-color: transparent; background-image: none; }#OztMftnu8NCWz3GoVndwM92Mph3xNNiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OztMftnu8NCWz3GoVndwM92Mph3xNNiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OztMftnu8NCWz3GoVndwM92Mph3xNNiP > .row .container > .video-iframe-container { display: none; }#OztMftnu8NCWz3GoVndwM92Mph3xNNiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OztMftnu8NCWz3GoVndwM92Mph3xNNiP > .row > .video-iframe-container { display: none; }#OztMftnu8NCWz3GoVndwM92Mph3xNNiP > .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); }#OztMftnu8NCWz3GoVndwM92Mph3xNNiP > .row .container { border-width: 0; border-radius: 0; }#OztMftnu8NCWz3GoVndwM92Mph3xNNiP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OztMftnu8NCWz3GoVndwM92Mph3xNNiP > .row .container { font-size:0.875rem;font-family:arial;height:82.1875rem;width:75rem;position:relative;display:block; }#FI1d03OtavZScNCsyIGD90O9ORePJXLq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15022;top:5.8125rem;left:38.25rem;box-shadow: none;display:block; }
#TDqeCLouKyDxXhnOwlURqz4ch2GSaD19 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.1875rem;width:3.3125rem;position:absolute;display:block;z-index:15029;top:37.1875rem;left:42.4375rem;box-shadow: none;display:block; }
#WlVqfTe5NQTdQMffpTfPsRJWdso9wH82 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.75rem;left:29.5rem;display:block; }
#NGxhZshorL8GtPO1uyU10CxlQf5lui3z { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:24.8125rem;display:block; }
#SDGWsBccowXFOWy4NmJEExnWUIKqTO0q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.625rem;left:23.6875rem;display:block; }
#HPDZggJcwcP4DO6M5gwK6tIiVrFKeBOG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;display:block; }
#vA1GPBKDS3ATKN3ALzLvnTDC9dAfQfXl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:10.0625rem;left:38.5rem;box-shadow: none;display:block; }
#MkFVB0XaVRfo84RXbO8GWPayy3xxJ5qp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:42.6875rem;display:block; }#MkFVB0XaVRfo84RXbO8GWPayy3xxJ5qp.adaptive-delivery-prevent-bg, #MkFVB0XaVRfo84RXbO8GWPayy3xxJ5qp.lazyload, #MkFVB0XaVRfo84RXbO8GWPayy3xxJ5qp.lazyloading { background-image: none; }
#sUTmGZylqsOqOvlAq0Xld1ZyTLZZnTvT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:14.3125rem;left:32.375rem;box-shadow: none;display:block; }
#O7fWATMBbiqXUNN4KVdrxs1abRiFc3pK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15032;top:14.1875rem;left:48.3125rem;box-shadow: none;display:block; }
#KpITfviAl3GTa1peTir88rWThlwtDdsn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:2.125rem;position:absolute;display:block;z-index:15031;top:6.75rem;left:38.75rem;box-shadow: none;display:block; }
#wDHSTdNP1HrCfDm4tnEhJAi1I6dhJo5u { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15033;top:14.6875rem;left:52rem;box-shadow: none;display:block; }
#U8DdLWm92mc7CirTgy4WesdSPFklD3cQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#fa0291;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15034;top:15.125rem;left:54.625rem;box-shadow: none;display:block; }
#EvTAnMNOvkgan2644OvAn1t5xTODFRod { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.25rem;width:15.25rem;position:absolute;display:block;z-index:15024;top:5.8125rem;left:54.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }#EvTAnMNOvkgan2644OvAn1t5xTODFRod.adaptive-delivery-prevent-bg, #EvTAnMNOvkgan2644OvAn1t5xTODFRod.lazyload, #EvTAnMNOvkgan2644OvAn1t5xTODFRod.lazyloading { background-image: none; }
#TXFmGaC4qsmbxi6P6Tz96TvpkKLP0G26 { border-bottom:1.875rem solid #ffffff;border-left:1.875rem solid #ffffff;border-right:1.875rem solid #ffffff;border-top:1.875rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #1aec03, #0019e6);background-image: -moz-linear-gradient(top, #1aec03, #0019e6);background-image: -ms-linear-gradient(top, #1aec03, #0019e6);background-image: -o-linear-gradient(top, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(to bottom, #1aec03, #0019e6);background-size:auto !important;height:7.875rem;width:7.875rem;position:absolute;display:block;z-index:15032;top:9.8125rem;left:51.4375rem;box-shadow: none;display:block; }
#qEzWVTGSpSpRr9ktT9Kbyx6Lg54tecAV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#e30808;background-image:none;height:8.6875rem;width:8.6875rem;position:absolute;display:block;z-index:15025;top:9.8125rem;left:13.46875rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }
#Frtk0grlunTGiqHIxIkptVcV9fJTidLQ { border-bottom:1.3125rem solid #ffffff;border-left:1.3125rem solid #ffffff;border-right:1.3125rem solid #ffffff;border-top:1.3125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #ffffff, #e30808);background-image: -moz-linear-gradient(top, #ffffff, #e30808);background-image: -ms-linear-gradient(top, #ffffff, #e30808);background-image: -o-linear-gradient(top, #ffffff, #e30808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e30808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e30808' );";background-image: linear-gradient(to bottom, #ffffff, #e30808);background-size:auto !important;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15033;top:10.125rem;left:14.0625rem;box-shadow: none;display:block; }
#ypJSPTlRUfqQZqoL5saCMaWvzAOFob3M { display:block;width:5.4375rem;position:absolute;font-family:nowy4;font-size:6.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:2.875rem;left:11.375rem;height:8.125rem;color:#fa0291;display:block; }
#Hau0mlhJ0ihLvEdbThIITmz3v6mfIvoW { display:block;width:5.4375rem;position:absolute;font-family:nowy4;font-size:7.5rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:17.75rem;left:54rem;height:9.75rem;color:#fa0291;display:block; }
#VyTTz3M3E1aiJkevZFnt6XR3qTQ6TXDP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.875rem;width:17.1875rem;position:absolute;display:block;z-index:15042;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:30.34375rem;left:57.812499046326rem;overflow:hidden;display:block; }
#qBn4ZKIVHDse0niR8iF0QNqGD1XVL2FS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:1.25rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:16.875rem;width:68.0625rem;position:absolute;display:block;z-index:15021;top:30.34375rem;left:0rem;display:block; }
#iAHFVyI2Aq8yAZwIggsxzuztg0keSMU8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.1875rem;width:30.75rem;position:absolute;display:block;z-index:15045;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.479166984558rem;left:9.1041669845581rem;overflow:hidden;display:block; }
#gzMASOwHiWDmczB9OiDvt3upqOvePeZq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.1875rem;width:5.1875rem;position:absolute;display:block;z-index:15026;top:36.0625rem;left:40.458333609558rem;display:block; }#gzMASOwHiWDmczB9OiDvt3upqOvePeZq.adaptive-delivery-prevent-bg, #gzMASOwHiWDmczB9OiDvt3upqOvePeZq.lazyload, #gzMASOwHiWDmczB9OiDvt3upqOvePeZq.lazyloading { background-image: none; }
#BvNieZKEOmTQZBaq12iU2ABcAE52xqs8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15027;top:36.59375rem;left:45.9375rem;display:block; }#BvNieZKEOmTQZBaq12iU2ABcAE52xqs8.adaptive-delivery-prevent-bg, #BvNieZKEOmTQZBaq12iU2ABcAE52xqs8.lazyload, #BvNieZKEOmTQZBaq12iU2ABcAE52xqs8.lazyloading { background-image: none; }
#UT9x96KEtVropHcEeJPJlJuXbRg07EIJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.875rem;position:absolute;display:block;z-index:15030;top:36.385416984558rem;left:46.687499046326rem;box-shadow: none;display:block; }
#nQZCarL51hGunpOEzibIwGyFJaBAQuHN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15028;top:36.041666984558rem;left:50.812499046326rem;display:block; }#nQZCarL51hGunpOEzibIwGyFJaBAQuHN.adaptive-delivery-prevent-bg, #nQZCarL51hGunpOEzibIwGyFJaBAQuHN.lazyload, #nQZCarL51hGunpOEzibIwGyFJaBAQuHN.lazyloading { background-image: none; }
#PUT24Lq1KT3LKcXGpSSqZgtcUloAPthJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.1875rem;width:2.25rem;position:absolute;display:block;z-index:15030;top:37.1875rem;left:51.874999046326rem;box-shadow: none;display:block; }
#i1KvSf0L97rzvbU2sZ8an0cHEz6hFvb5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.3125rem;width:1.5rem;position:absolute;display:block;z-index:15028;top:37.78125rem;left:50.875rem;display:block; }
#VI7cyccNPixzQfBD9TcJafGpW08BTMDX { display:block;width:41.875rem;position:absolute;font-family:"noto sans";font-size:1.4375rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:42.09375rem;left:12.166666984558rem;height:;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EG2rHIVaTSm53zFEmzuwWHm5ayy8b6uI { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.1875rem;top:34.9375rem;left:1.9583339691162rem;overflow:hidden;display:block; }
#PBTgbxu2wUAtXozu3ygWqrslR1a54muK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.5rem;width:8.6875rem;position:absolute;display:block;z-index:15043;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:49.679166793823rem;left:29.604166984558rem;overflow:hidden;display:block; }
#cJEbhLghSHw30rwtvEmaFKwiW769ultB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.375rem;width:9.1875rem;position:absolute;display:block;z-index:15044;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:50.741666793823rem;left:42.249999046326rem;overflow:hidden;display:block; }
#qTptSbqbwGJK2DVqwNfIpUFVmr4R1I50 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.9375rem;width:9.25rem;position:absolute;display:block;z-index:15044;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:58.658332824707rem;left:42.437499046326rem;overflow:hidden;display:block; }
#pyniqy3TvqU8JMcuT2V9yGOklUTVC8FG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.8125rem;width:12.8125rem;position:absolute;display:block;z-index:15045;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:58.720832824707rem;left:27.124999046326rem;overflow:hidden;display:block; }
#phIPBXTzaxR9543TTUWtWtEF3xdDtFUE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:1.25rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:16.875rem;width:68.0625rem;position:absolute;display:block;z-index:15022;top:49.491666793823rem;left:0rem;display:block; }
#n31LOakPOseOOC7KGcbJHWTKQa06KVKB { position:absolute;display:block;z-index:15052;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:17.0625rem;width:17.0625rem;top:49.366666793823rem;left:57.937499046326rem;overflow:hidden;display:block; }
#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8MJhbf77/pisanki.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV.adaptive-delivery-prevent-bg, #tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV.lazyload, #tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV.lazyloading { background-image: none; }#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV > .row .container { background-color: transparent; background-image: none; }#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV > .row .container > .video-iframe-container { display: none; }#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV > .row > .video-iframe-container { display: none; }#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV > .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); }#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV > .row .container { border-width: 0; border-radius: 0; }#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnrcBA1qUUxbfR0sVUaUaE2gq1czGTgV > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#XkUNTTUyaELI5AcPmS28pbz83sIssdbe { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.8125rem;width:13.1875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.25rem;left:43.3125rem;overflow:hidden;display:block; }
#VpDvNXooHi4JK6GvZ1kaCR4hVZSmXKGM { background-color:#ffffff;background-image:none;position:relative;display:block; }#VpDvNXooHi4JK6GvZ1kaCR4hVZSmXKGM > .row .container { background-color: transparent; background-image: none; }#VpDvNXooHi4JK6GvZ1kaCR4hVZSmXKGM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpDvNXooHi4JK6GvZ1kaCR4hVZSmXKGM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpDvNXooHi4JK6GvZ1kaCR4hVZSmXKGM > .row .container > .video-iframe-container { display: none; }#VpDvNXooHi4JK6GvZ1kaCR4hVZSmXKGM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpDvNXooHi4JK6GvZ1kaCR4hVZSmXKGM > .row > .video-iframe-container { display: none; }#VpDvNXooHi4JK6GvZ1kaCR4hVZSmXKGM > .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); }#VpDvNXooHi4JK6GvZ1kaCR4hVZSmXKGM > .row .container { width:75rem;height:85.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#six3PF8VScd4KIXKBEmF9sW0o9xuTA5i { border-bottom:0;border-left:0;border-right:0;border-top:0;height:29.0625rem;width:29.1875rem;position:absolute;display:block;z-index:15096;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:40.496900558472rem;left:28.260415077209rem;overflow:hidden;display:block; }
#P8nespRe3dngRTZ7Ae23fke7ku0OTiVS { display:block;width:12.5rem;position:absolute;font-family:nowy12;font-size:3.75rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:51.687425613403rem;left:35.312500953674rem;height:4.875rem;color:#000000;display:block; }
#vTFUyTl1zlAcv7w7e8yCQ8Xf1TzVl1M2 { display:block;width:7rem;position:absolute;font-family:nowy12;font-size:6.8125rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:51.73325920105rem;left:38.795834541321rem;height:0;color:#000000;display:block; }
#fl5cEu7TTLsAJl43Kd3fV7LgRdR6IU5G { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:10.4375rem;position:absolute;display:block;z-index:15100;top:51.6875rem;left:35.3125rem;display:block; }
#gdJCblVGcU0KqbkDeK9GzvKelTT0are9 { display:block;width:7rem;position:absolute;font-family:nowy12;font-size:2.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:77.480208396913rem;left:17.416666984558rem;height:0;display:block; }
#yzq7oAPZ2mFgpOFFhGp7AKqCu7ll3Jqv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.625rem;width:7.375rem;position:absolute;display:block;z-index:14996;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:49.170831680298rem;left:67.625000953675rem;overflow:hidden;display:block; }
#QUfeUMZbK0crEUgm9xQHlEw2LbLycoWG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15125;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:11.5rem;left:30.229166984558rem;overflow:hidden;display:block; }
#C9HfS71BdvwELauJ6egVUat7IWkiKLOD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15126;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:18.25rem;left:26.229166984558rem;overflow:hidden;display:block; }
#WvnIpvEqiDi0KMtH1HB5QSLMhFviBftX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15126;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:18.25rem;left:34.218749046326rem;overflow:hidden;display:block; }
#H12XTTesgQCZlwHQeX8xbRJMF7t8cXHk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15127;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:18.25rem;left:42.062499046326rem;overflow:hidden;display:block; }
#n7lIyrpAvLIfI7SvHVyQGTeTEoQyGUM0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15127;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:30.229166984558rem;overflow:hidden;display:block; }
#iTt6wmSPLwiyTvSHlc7TvpbwzDcQVzDV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15128;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:38.499999046326rem;overflow:hidden;display:block; }
#TASRw0VDWwwnntvpdJ4G2NMr3KQWbonR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15129;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:46.656249046326rem;overflow:hidden;display:block; }
#ANXmhOCSFVdbalI13fv0eXM6Dot8buG2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15128;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:22.354166984558rem;overflow:hidden;display:block; }
#NGcxNrqCZK92dspvhBfTMUslivamTAs2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15126;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:11.5rem;left:37.437499046326rem;overflow:hidden;display:block; }
#susUONbP0CWF11CeAdT6lsa23XSTL9ff { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15127;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:4.6875rem;left:33.499999046326rem;overflow:hidden;display:block; }
#T5NTzACSOCLT4IeNE5EmJW6BCMZSOEf5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.875rem;width:11.875rem;position:absolute;display:block;z-index:15097;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:46.312500953674rem;left:0rem;overflow:hidden;display:block; }
#gyctyGakfSbwgsn45mZn5liLNwarmiQJ { position:absolute;display:block;z-index:15130;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:65.849998474119rem;left:52.970833778381rem;display:block; }
#xxBCpfwnhREB4xnmW3EvtOAdGb0CNUSq { background-color:#ffffff;background-image:none;position:relative;display:block; }#xxBCpfwnhREB4xnmW3EvtOAdGb0CNUSq > .row .container { background-color: transparent; background-image: none; }#xxBCpfwnhREB4xnmW3EvtOAdGb0CNUSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxBCpfwnhREB4xnmW3EvtOAdGb0CNUSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxBCpfwnhREB4xnmW3EvtOAdGb0CNUSq > .row .container > .video-iframe-container { display: none; }#xxBCpfwnhREB4xnmW3EvtOAdGb0CNUSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxBCpfwnhREB4xnmW3EvtOAdGb0CNUSq > .row > .video-iframe-container { display: none; }#xxBCpfwnhREB4xnmW3EvtOAdGb0CNUSq > .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); }#xxBCpfwnhREB4xnmW3EvtOAdGb0CNUSq > .row .container { width:75rem;height:85.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#SwpLIvOQdE9OIkyZn5Bkw9twniqoR2Li { display:block;width:45.9375rem;position:absolute;font-family:nowy12;font-size:2.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:73.792705535888rem;left:14.531250953674rem;height:0;text-align:center;text-align-last:center;display:block; }
#ET2h2l2eGeUbmcQZhW7Fi0TDICleEQep { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15125;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:11.5rem;left:30.229166984558rem;overflow:hidden;display:block; }
#tkobtXUz0xeTzFXsoxfDq0dTw04R9JdI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15126;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:18.25rem;left:26.229166984558rem;overflow:hidden;display:block; }
#ewTiuW91snvELd7itpPwdKsf6pwv5zuK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15126;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:18.25rem;left:34.218749046326rem;overflow:hidden;display:block; }
#OPEMsHZxTfLD8UQwsoBkGsJ8Ge3BZO41 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15127;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:18.25rem;left:42.062499046326rem;overflow:hidden;display:block; }
#SizHhfUsbfKdpSQOdhSN3TDcQO9QseA7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15127;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:30.229166984558rem;overflow:hidden;display:block; }
#xaQ14IgWfiR8ENAVIW0NdnEoyx3uhwIn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15128;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:38.499999046326rem;overflow:hidden;display:block; }
#zhSx1oxd2fBTBHecJAvTUxmBkJFrhpGt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15129;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:46.656249046326rem;overflow:hidden;display:block; }
#OROEqHwpDzw8DOmvM8gfAdgnEMii6BTc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15128;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:22.354166984558rem;overflow:hidden;display:block; }
#cOhTUwAThsZyfAPEqR0keLx6geIipUFW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15126;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:11.5rem;left:37.437499046326rem;overflow:hidden;display:block; }
#qxXlATQhiS4uuzXXFQANVPGPSmgI4Cxr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15127;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:4.6875rem;left:33.499999046326rem;overflow:hidden;display:block; }
#htg35zBK9IlVtZVW880HpZTgJ6kAUCJe { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.5rem;width:28.0625rem;position:absolute;display:block;z-index:14997;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:48.588564872742rem;left:23.468750953674rem;overflow:hidden;display:block; }
#a1mAAXl7g2PczCwr5rifJ8SSLl6x2cbJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.8125rem;width:12.8125rem;position:absolute;display:block;z-index:14998;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:53.278123855591rem;left:8.3166675567625rem;overflow:hidden;display:block; }
#U2AHetNHhP4Hhl1MvsNJLfGkoPa6U6JW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.6875rem;width:14.6875rem;position:absolute;display:block;z-index:14998;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:52.340623855591rem;left:54.906250953674rem;overflow:hidden;display:block; }
#edZTZzUyF2yrcKKl8r0eAKUSJeSkE7Mk { background-color:#ffffff;background-image:none;position:relative;display:block; }#edZTZzUyF2yrcKKl8r0eAKUSJeSkE7Mk > .row .container { background-color: transparent; background-image: none; }#edZTZzUyF2yrcKKl8r0eAKUSJeSkE7Mk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edZTZzUyF2yrcKKl8r0eAKUSJeSkE7Mk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edZTZzUyF2yrcKKl8r0eAKUSJeSkE7Mk > .row .container > .video-iframe-container { display: none; }#edZTZzUyF2yrcKKl8r0eAKUSJeSkE7Mk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edZTZzUyF2yrcKKl8r0eAKUSJeSkE7Mk > .row > .video-iframe-container { display: none; }#edZTZzUyF2yrcKKl8r0eAKUSJeSkE7Mk > .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); }#edZTZzUyF2yrcKKl8r0eAKUSJeSkE7Mk > .row .container { width:75rem;height:110.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#X7k8buMAUNzarmlGsttopQeRWlCXyaOi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.875rem;width:25.0625rem;position:absolute;display:block;z-index:15096;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:45.5rem;left:27.9375rem;overflow:hidden;display:block; }
#xOcDEyB8M1DqmTCQDSUP3BmBRqqMLD84 { display:block;width:12.5rem;position:absolute;font-family:nowy12;font-size:3.9375rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:51.6875rem;left:35.75rem;height:5.11875rem;display:block; }
#pEIxGFTPEgRVhN56qoehoSOLXmEVkf0A { display:block;width:7rem;position:absolute;font-family:nowy12;font-size:7.5625rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:49.25rem;left:38.75rem;height:0;display:block; }
#lfy0n527AnVdRTU6bcosa29NC6mTfbQm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:10.4375rem;position:absolute;display:block;z-index:15100;top:51.6875rem;left:35.3125rem;display:block; }
#qMD12GLJpUW3Q0bDgWEfInxttrrAq00Z { display:block;width:7rem;position:absolute;font-family:nowy12;font-size:2.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:58.5rem;left:11rem;height:0;display:block; }
#hQkfEDcS2GKEgL7FfBrD8gTtpcgWEy0C { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.625rem;width:7.375rem;position:absolute;display:block;z-index:14996;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.125rem;left:64.75rem;overflow:hidden;display:block; }
#OO7TfQo0mh1pnTSwvh32w5zHDXrcG2NK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.0625rem;width:32.0625rem;position:absolute;display:block;z-index:15106;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:72.999974250794rem;left:22.750000953674rem;overflow:hidden;display:block; }
#TV8woacTksnegWhV4hpsTszlfThhiwBJ { display:block;width:10.25rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:88.692711830137rem;left:11.000000953674rem;height:2.68125rem;color:#08c505;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uA00pgwVNedZCKpHRfi8ttub37e734AG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15108;top:83.249999046325rem;left:9.8125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }#uA00pgwVNedZCKpHRfi8ttub37e734AG.adaptive-delivery-prevent-bg, #uA00pgwVNedZCKpHRfi8ttub37e734AG.lazyload, #uA00pgwVNedZCKpHRfi8ttub37e734AG.lazyloading { background-image: none; }
#TI8KymaNSLV6Zg0aaBNhf39HtyLTFBkz { border-bottom:1.3125rem solid #ffffff;border-left:1.3125rem solid #ffffff;border-right:1.3125rem solid #ffffff;border-top:1.3125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(141deg, #1aec03, #0019e6);background-image: -moz-linear-gradient(141deg, #1aec03, #0019e6);background-image: -ms-linear-gradient(141deg, #1aec03, #0019e6);background-image: -o-linear-gradient(141deg, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(141deg, #1aec03, #0019e6);background-size:auto !important;height:9.25rem;width:9.1875rem;position:absolute;display:block;z-index:15114;top:84.125rem;left:10.0625rem;box-shadow: none;display:block; }
#hHxoMxJh5zpa2T3eGXkmde7geXe02rTn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15125;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:11.5rem;left:30.229166984558rem;overflow:hidden;display:block; }
#ssercUS0oTTQyOJNlvpGSWUxFuJu59UK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15126;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:18.25rem;left:26.229166984558rem;overflow:hidden;display:block; }
#VPDhX1UBUDZdaiwEMwRn4wPPMXq9SLBr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15126;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:18.25rem;left:34.218749046326rem;overflow:hidden;display:block; }
#kHbi6F8IqoINoqRi1EUvqVm5FqzEKehl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15127;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:18.25rem;left:42.062499046326rem;overflow:hidden;display:block; }
#k2FEaTo8NtHsAIi4NqzmW94ThIKxEqDo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.125rem;width:16.9375rem;position:absolute;display:block;z-index:15135;box-shadow: none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;top:85.468724250794rem;left:44.687500953674rem;overflow:hidden;display:block; }
#AC3K2VqQarodPQalXG4eNJigElMzhXxf { display:block;width:30.25rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:15130;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:78.625002861025rem;left:2.65625rem;height:3.6rem;color:#0073ed;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bsHuyR1zeD7L3svhhoLqRsxGssTyZ49H { display:block;width:37.5625rem;position:absolute;font-family:rubik;font-size:3.1875rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:100.96465492249rem;left:0rem;height:4.14375rem;color:#12b500;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cxZMoOKXAQ15fALXfQubtE912ZQAKdgy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15127;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:30.229166984558rem;overflow:hidden;display:block; }
#uGVFhsnu9idE4Ll9UqFPTKxyhDJO3IJw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15128;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:38.499999046326rem;overflow:hidden;display:block; }
#wWkO92R2C6r9lB0MlEGFJF1loVU5ugga { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15129;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:46.656249046326rem;overflow:hidden;display:block; }
#xhtVDsk1M2v9pkygmPFoPfzNaFPMUsUC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15128;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:24.4375rem;left:22.354166984558rem;overflow:hidden;display:block; }
#Up942CT2AFBtql5WVrFHzuFoSm9X7Xtb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15126;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:11.5rem;left:37.437499046326rem;overflow:hidden;display:block; }
#ipDTxQ3aXk7sf7sOMm3I8ERJLODsznAQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:9.125rem;position:absolute;display:block;z-index:15127;box-shadow: none;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;top:4.6875rem;left:33.499999046326rem;overflow:hidden;display:block; }
#L5SgpuMuSd9fzExImxVOJXVa8t3WlD6R { position:absolute;display:block;z-index:14995;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:15.75rem;width:15.75rem;top:29.229166984558rem;left:31.3125rem;overflow:hidden;display:block; }
#JDT0xVXK7JzwmV619qtV6H5OVXxDTKHS { display:block;width:26rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:105.62507247925rem;left:4.78125rem;height:0;color:#0073ed;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCdXArIAFNq2cRm8L2T7HE16J4vXVsCs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.0625rem;width:27.125rem;position:absolute;display:block;z-index:15096;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.62187480926514rem;left:45.045834541321rem;overflow:hidden;display:block; }
#AMRpEJh8QshqFRIxQENgzNLX7AXcJ5bl { display:block;width:3.25rem;position:absolute;font-family:nowy12;font-size:2.8125rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:4.6875495910644rem;left:55.781250953674rem;height:3.65625rem;color:#000000;display:block; }
#gZgUzUD2BusPmsJd50rFWXyNSWdxD9TU { display:block;width:4.9375rem;position:absolute;font-family:nowy12;font-size:4.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:4.7333831787109rem;left:59.858330726624rem;height:0;color:#000000;display:block; }
#Qnae4hncS1fubz3X6FtscffvltQxcL20 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#Qnae4hncS1fubz3X6FtscffvltQxcL20 > .row .container { background-color: transparent; background-image: none; }#Qnae4hncS1fubz3X6FtscffvltQxcL20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qnae4hncS1fubz3X6FtscffvltQxcL20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qnae4hncS1fubz3X6FtscffvltQxcL20 > .row .container > .video-iframe-container { display: none; }#Qnae4hncS1fubz3X6FtscffvltQxcL20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qnae4hncS1fubz3X6FtscffvltQxcL20 > .row > .video-iframe-container { display: none; }#Qnae4hncS1fubz3X6FtscffvltQxcL20 > .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); }#Qnae4hncS1fubz3X6FtscffvltQxcL20 > .row .container { border-width: 0; border-radius: 0; }#Qnae4hncS1fubz3X6FtscffvltQxcL20 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qnae4hncS1fubz3X6FtscffvltQxcL20 > .row .container { font-size:0.875rem;font-family:arial;height:68.0625rem;width:75rem;position:relative;display:block; }#nUSmkoLdvzQ9NRo3ldaLG4eopqu9CA94 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15022;top:7.875rem;left:38.9375rem;box-shadow: none;display:block; }
#mcwiQZvKELwhdNONX3FRiEZTQh9Gntbd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15029;top:14.9375rem;left:46.25rem;box-shadow: none;display:block; }
#ggvr2xzkeQgKDuKKuPKpug8UPOn6q6Ay { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:12.5625rem;left:30.9375rem;display:block; }
#tERWX2tQuL7wZpZn1zVxVuppl0TcuJGi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.25rem;position:absolute;display:block;z-index:15025;top:15.125rem;left:26.125rem;display:block; }
#Vy4tTZb08ohBRV7gp1ZgRRmKVT2slSnH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.0625rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:15.125rem;left:24.8125rem;display:block; }
#GHJKxTzwsrk6AKqAw680UfI9qJRX1Akb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:15.0625rem;left:32.875rem;display:block; }
#wDSdZmcN5g4xfitIy7kXoHUCJhvXAI52 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.4375rem;left:39.625rem;box-shadow: none;display:block; }
#ZscZCDNgHmfHVXnhxxfKBl2w3k8gNJCN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:15.0625rem;left:43.625rem;display:block; }#ZscZCDNgHmfHVXnhxxfKBl2w3k8gNJCN.adaptive-delivery-prevent-bg, #ZscZCDNgHmfHVXnhxxfKBl2w3k8gNJCN.lazyload, #ZscZCDNgHmfHVXnhxxfKBl2w3k8gNJCN.lazyloading { background-image: none; }
#AfdbyG2inPyl0Atv71iz1os4OHVCvIuV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:16.75rem;left:34.3125rem;box-shadow: none;display:block; }
#TgZSoflua1nfCXEyGifxdGodeVlvbVIE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15032;top:14.5625rem;left:48.3125rem;box-shadow: none;display:block; }
#LqEA9ZDqgl7GoJhGgH0MhC2GbEcUqK2M { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:2.125rem;position:absolute;display:block;z-index:15031;top:8.8125rem;left:38.9375rem;box-shadow: none;display:block; }
#BOhUxKnzf8rSMoETLPNGXdmbtThuoPnW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:2rem;position:absolute;display:block;z-index:15033;top:14.6875rem;left:52rem;box-shadow: none;display:block; }
#h70TEdc7ZN1BVBgGPyVZSRv3IwVDEWCQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15034;top:15.5rem;left:54.6875rem;box-shadow: none;display:block; }
#Fnc7cdOSymwEGkG0d7TG9v1NHTTKkohE { display:block;width:17.4375rem;position:absolute;font-family:nowy14;font-size:2.3125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:17.125rem;left:51.8125rem;height:3.00625rem;color:#0073ed;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NJRkLtUFR9JGNJPH5SbrkZ6OhLv6Mdsh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.6875rem;width:8.6875rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:15.0625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #000000 ;display:block; }#NJRkLtUFR9JGNJPH5SbrkZ6OhLv6Mdsh.adaptive-delivery-prevent-bg, #NJRkLtUFR9JGNJPH5SbrkZ6OhLv6Mdsh.lazyload, #NJRkLtUFR9JGNJPH5SbrkZ6OhLv6Mdsh.lazyloading { background-image: none; }
#Tl45Vximc5D57g7FnsHnDCPypMqDsAFk { border-bottom:1.3125rem solid #ffffff;border-left:1.3125rem solid #ffffff;border-right:1.3125rem solid #ffffff;border-top:1.3125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #1aec03, #0019e6);background-image: -moz-linear-gradient(top, #1aec03, #0019e6);background-image: -ms-linear-gradient(top, #1aec03, #0019e6);background-image: -o-linear-gradient(top, #1aec03, #0019e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aec03', endColorstr='#0019e6' );";background-image: linear-gradient(to bottom, #1aec03, #0019e6);background-size:auto !important;height:3.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15033;top:12.5rem;left:15.0625rem;box-shadow: none;display:block; }
#HIPdfbMZ5R7ZDCNrtbp45HgkyTLfSmvk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:40.3125rem;width:40.3125rem;position:absolute;display:block;z-index:15037;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:26.9375rem;left:18.5rem;overflow:hidden;display:block; }
#nXaNDeGCekEqrh2s65DZwTkvMzxzRdLv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.375rem;background-color:#0073ed;background-image: -webkit-linear-gradient(top, #f1e0a1, #94d396);background-image: -moz-linear-gradient(top, #f1e0a1, #94d396);background-image: -ms-linear-gradient(top, #f1e0a1, #94d396);background-image: -o-linear-gradient(top, #f1e0a1, #94d396);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e0a1', endColorstr='#94d396' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e0a1', endColorstr='#94d396' );";background-image: linear-gradient(to bottom, #f1e0a1, #94d396);background-size:auto !important;height:2.625rem;width:5.375rem;position:absolute;display:block;z-index:15038;top:62.9375rem;left:23.8125rem;display:block; }
#SMTLGA0rTCKn6uqAdT7kWF93UyVK8ify { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.375rem;background-color:#0073ed;background-image: -webkit-linear-gradient(top, #f1e0a1, #94d396);background-image: -moz-linear-gradient(top, #f1e0a1, #94d396);background-image: -ms-linear-gradient(top, #f1e0a1, #94d396);background-image: -o-linear-gradient(top, #f1e0a1, #94d396);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e0a1', endColorstr='#94d396' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e0a1', endColorstr='#94d396' );";background-image: linear-gradient(to bottom, #f1e0a1, #94d396);background-size:auto !important;height:2.625rem;width:5.375rem;position:absolute;display:block;z-index:15039;top:62.9375rem;left:33.3125rem;display:block; }
#QvTE3x05T4gr1cTlldRkvOHP8ZWAT7CU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.375rem;background-color:#0073ed;background-image: -webkit-linear-gradient(top, #f1e0a1, #94d396);background-image: -moz-linear-gradient(top, #f1e0a1, #94d396);background-image: -ms-linear-gradient(top, #f1e0a1, #94d396);background-image: -o-linear-gradient(top, #f1e0a1, #94d396);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e0a1', endColorstr='#94d396' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e0a1', endColorstr='#94d396' );";background-image: linear-gradient(to bottom, #f1e0a1, #94d396);background-size:auto !important;height:2.625rem;width:5.375rem;position:absolute;display:block;z-index:15040;top:62.9375rem;left:42.625rem;display:block; }
#n88IG8hQ9Sg0s5umeTf2DqLbCmf2dcf4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.375rem;background-color:#0073ed;background-image: -webkit-linear-gradient(top, #f1e0a1, #94d396);background-image: -moz-linear-gradient(top, #f1e0a1, #94d396);background-image: -ms-linear-gradient(top, #f1e0a1, #94d396);background-image: -o-linear-gradient(top, #f1e0a1, #94d396);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e0a1', endColorstr='#94d396' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e0a1', endColorstr='#94d396' );";background-image: linear-gradient(to bottom, #f1e0a1, #94d396);background-size:auto !important;height:2.625rem;width:5.375rem;position:absolute;display:block;z-index:15041;top:62.9375rem;left:51.875rem;display:block; }
#BvxwkeCS5uGTqc7q0ik7ToDLQzB2z58i { display:block;width:5.0625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:63.0625rem;left:24rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nDeHQF0SQAosnTcDFbCTUcyW9TSpFMH7 { display:block;width:5.0625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:63rem;left:33.4375rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwcAHl9dT6Am9DOn4GZr2xLGBe3DHhZm { display:block;width:5.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:63rem;left:42.625rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lZdFcXgD26sec7rDNStQd6kP8qOCL9F3 { display:block;width:5.0625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:63.4375rem;left:52rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GvfxLhzBcDNdZNbRJWf57P0dAVeCvSQW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#GvfxLhzBcDNdZNbRJWf57P0dAVeCvSQW > .row .container { background-color: transparent; background-image: none; }#GvfxLhzBcDNdZNbRJWf57P0dAVeCvSQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvfxLhzBcDNdZNbRJWf57P0dAVeCvSQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvfxLhzBcDNdZNbRJWf57P0dAVeCvSQW > .row .container > .video-iframe-container { display: none; }#GvfxLhzBcDNdZNbRJWf57P0dAVeCvSQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvfxLhzBcDNdZNbRJWf57P0dAVeCvSQW > .row > .video-iframe-container { display: none; }#GvfxLhzBcDNdZNbRJWf57P0dAVeCvSQW > .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); }#GvfxLhzBcDNdZNbRJWf57P0dAVeCvSQW > .row .container { border-width: 0; border-radius: 0; }#GvfxLhzBcDNdZNbRJWf57P0dAVeCvSQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvfxLhzBcDNdZNbRJWf57P0dAVeCvSQW > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#TZWFtTzFxAoInqOxurKiEaTs5ecMXKMG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15022;top:5.6875rem;left:39.1875rem;display:block; }
#NUffz0u3Rgw8HsA03Maxi7RBrOeGtUct { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15023;top:6.3541669845581rem;left:5.729166625rem;display:block; }
#uOW9dLTtbqKMaOxnNQI9XHiTvrxIf2mA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.375rem;position:absolute;display:block;z-index:15029;top:10.479166984558rem;left:7.7291669845581rem;box-shadow: none;display:block; }
#XlCLB8uZH28kadMN9TzGTw509MKn9LNb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.625rem;left:29.3125rem;display:block; }
#QaEvz8ExkrVowUrPImrRls47qeIoCD5W { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.1875rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:24.625rem;display:block; }
#bQ8tTlpOIDMwCB6SVVz3TZJPuQ6QuQn8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.75rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:12.6875rem;left:23.6875rem;display:block; }
#pTS4gX4JRKiAUmoymTAA1OviB3bQDWSJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;display:block; }
#H5heyebEvVGpu7LURRPNZ7NGVgAtufTo { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.125rem;width:1.0625rem;position:absolute;display:block;z-index:15027;top:10.479166984558rem;left:6.0520839691162rem;display:block; }
#nCJQK2JE6kzW7LqL7LFSAp33472wZIVa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:43.1875rem;display:block; }
#a9qP5E1rDsoIlXVKacyAs66E2CcFaXkg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:13.3125rem;left:32.75rem;box-shadow: none;display:block; }
#sLMVozkPMsF8b7V2fsS6t0IU1BE8M6pP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.25rem;width:1.25rem;position:absolute;display:block;z-index:15031;top:8.875rem;left:6rem;box-shadow: none;display:block; }
#erRz7NoT1w3WPVgDgsKo8ZHrVNE31APs { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#1aec03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:2.125rem;position:absolute;display:block;z-index:15031;top:6.25rem;left:39.75rem;box-shadow: none;display:block; }
#T246Kt8RI9kmTs8wv0bFvH4vF8wp7tKe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15030;top:13.6875rem;left:50.125rem;box-shadow: none;display:block; }
#JTANHeMNWAacHBvR077CvK9gRVzDsW8C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.0625rem;width:3.0625rem;position:absolute;display:block;z-index:15031;top:14.1875rem;left:54.9375rem;box-shadow: none;display:block; }
#fFSbbQgGFo1CBO4Fb1ncMuS3UBvnCa0N { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.3125rem;width:2.3125rem;position:absolute;display:block;z-index:15032;top:14.5625rem;left:58.9375rem;box-shadow: none;display:block; }
#gkO4JTMOVRJ0AoTHTvGfXt7InzhCaRfd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.75rem;width:1.0625rem;position:absolute;display:block;z-index:15028;top:10.479166984558rem;left:10.0625rem;display:block; }
#p2JuD7d93p8DGoJsIB2cQmG2Qtfy3AIF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.375rem;position:absolute;display:block;z-index:15030;top:10.479166984558rem;left:11.854166984558rem;box-shadow: none;display:block; }
#XacSyoPCKHqoH5ayvmTHLUfqyFKmIIwH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(278deg, #e30808, #0073ed);background-image: -moz-linear-gradient(278deg, #e30808, #0073ed);background-image: -ms-linear-gradient(278deg, #e30808, #0073ed);background-image: -o-linear-gradient(278deg, #e30808, #0073ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0073ed' );";background-image: linear-gradient(278deg, #e30808, #0073ed);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XacSyoPCKHqoH5ayvmTHLUfqyFKmIIwH > .row .container { background-color: transparent; background-image: none; }#XacSyoPCKHqoH5ayvmTHLUfqyFKmIIwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XacSyoPCKHqoH5ayvmTHLUfqyFKmIIwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XacSyoPCKHqoH5ayvmTHLUfqyFKmIIwH > .row .container > .video-iframe-container { display: none; }#XacSyoPCKHqoH5ayvmTHLUfqyFKmIIwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XacSyoPCKHqoH5ayvmTHLUfqyFKmIIwH > .row > .video-iframe-container { display: none; }#XacSyoPCKHqoH5ayvmTHLUfqyFKmIIwH > .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); }#XacSyoPCKHqoH5ayvmTHLUfqyFKmIIwH > .row .container { border-width: 0; border-radius: 0; }#XacSyoPCKHqoH5ayvmTHLUfqyFKmIIwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XacSyoPCKHqoH5ayvmTHLUfqyFKmIIwH > .row .container { font-size:0.875rem;font-family:arial;height:86.375rem;width:75rem;position:relative;display:block; }#sBp6d4DaHIwTcVyeS3Q0kozX5pMA99Je { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15022;top:5.6875rem;left:39.1875rem;display:block; }
#a2B1VvZx2AhfwuET46GLp0EWuNhDtEOn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.375rem;width:6.375rem;position:absolute;display:block;z-index:15023;top:12.3125rem;left:16.375rem;display:block; }
#GCebbiH6PZvk0ufRHqXg2hoCx7cUGOAt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#0073ed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15029;top:13.6875rem;left:46.0625rem;box-shadow: none;display:block; }
#agv8kvlXoJ4iT04ZiJHaiXFxgFpJVKi9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15026;top:9.625rem;left:29.3125rem;display:block; }
#bUvPBtV2xPXRcW68FIdJS8gqHJFxuC5o { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2rem;width:4.75rem;position:absolute;display:block;z-index:15025;top:9.5625rem;left:25.1875rem;display:block; }
#wggvtVd2T0iN0UUgCzyfDvMmeVUV3MIC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:9.625rem;left:23.6875rem;display:block; }
#PsvmnFrJTSNIsd1wvxMfl2M858kPa1eR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.25rem;left:31.5625rem;display:block; }
#vSDVlUmVnv58sw1lhZ8tLh5S0FiG2TCI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15027;top:10rem;left:39.1875rem;display:block; }
#qZ9L0srqnhc8hsQInmiOX71rmVXPGhSq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15024;top:12.5625rem;left:54.0625rem;display:block; }
#eWnr0IvIsHgDPpJVz68wCthm3Rxn1JnL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15028;top:12.5625rem;left:51.25rem;display:block; }
#TBodvPhGm0TkDpQQVPx7Eed56WqryR9M { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:3.4375rem;position:absolute;display:block;z-index:15028;top:10.0625rem;left:60.875rem;display:block; }
#X3qJvHus8J1JRGt9ym6nT3pQ9Xd4PpwW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15025;top:12.5625rem;left:43.1875rem;display:block; }
#V3zEPONluTU9z0InUyThB8EW2gHK3HGA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.4375rem;width:1.4375rem;position:absolute;display:block;z-index:15023;top:17.4375rem;left:49.4375rem;display:block; }
#C17tabRl2ka4ksnyCCAmCe0VrzqMh3Z5 { position:absolute;display:block;z-index:15036;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:8.5rem;width:6.4375rem;top:31.060415267944rem;left:2.9833345413208rem;overflow:hidden;display:block; }
#BNaiBoH1FAWa0GfqTs006JPq1w8r9xQO { color:#ffffff;display:block;width:62.1875rem;position:absolute;font-family:nowy6;font-size:4.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:30.139582633972rem;left:6.4062509536744rem;height:6.0125rem;text-align:center;text-align-last:center;display:block; }
#Fs0Tx76i3mTm38J0xnr4sCeqamSSEKW3 { color:#f6b825;display:block;width:29.75rem;position:absolute;font-family:nowy6;font-size:2.625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:36.092707633972rem;left:23.687500953674rem;height:3.4125rem;display:block; }
#Hlwn86zI9FIk3PXhwgnBZGyiM60BM4VW { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:nowy6;font-size:2.0625rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:55.898957252502rem;left:4.8052091598511rem;height:17.325rem;display:block; }
#qzLrT1p4He1yWCZ5gf07hKkwt3hTRHab { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:nowy6;font-size:1.4375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:40.504165649414rem;left:22.750000953674rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#DzFoFFWBPzXWiHJZZAeNXAc8TlqlHPaB { color:#f6b825;display:block;width:45.25rem;position:absolute;font-family:nowy6;font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:75.295833587644rem;left:16.375000953674rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#QAKBksUnIUEJuBRqmW2P9Bul5mEv2Csm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.0625rem;width:75rem;top:29.530208587646rem;left:0.37604236602783rem;overflow:hidden;display:block; }
#kbeqR7LQ4orapiq5AnzST3M9WFErZFwb { position:absolute;display:block;z-index:15038;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:8.0625rem;width:6.5rem;top:31.497915267944rem;left:67.313546180725rem;overflow:hidden;display:block; }
#LQpXSniARfzfFOqP2dLxNqIdiTXaCTJE { color:#f6b825;display:block;width:15.0625rem;position:absolute;font-family:nowy6;font-size:2.375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:47.545832633972rem;left:59.938546180725rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#Xb7eWOkD11vaAquOvMecDXIUWMyL2R4I { position:absolute;display:block;z-index:15037;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:17rem;width:17rem;top:61.402082017944rem;left:61.655212930725rem;overflow:hidden;display:block; }
#nlJSxXyXHlKQm1l7OeXemrscQKW6VTkW { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:43.813540458679rem;left:1.5635423660278rem;overflow:hidden;display:block; }
#Ug87rocKW0iOMgwNlS40Cd3MJnLsI5ND { position:relative;display:block; }#Ug87rocKW0iOMgwNlS40Cd3MJnLsI5ND { background-color: transparent; background-image: none; }#Ug87rocKW0iOMgwNlS40Cd3MJnLsI5ND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug87rocKW0iOMgwNlS40Cd3MJnLsI5ND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug87rocKW0iOMgwNlS40Cd3MJnLsI5ND > .row .container > .video-iframe-container { display: none; }#Ug87rocKW0iOMgwNlS40Cd3MJnLsI5ND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug87rocKW0iOMgwNlS40Cd3MJnLsI5ND > .row > .video-iframe-container { display: none; }#Ug87rocKW0iOMgwNlS40Cd3MJnLsI5ND > .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); }#Ug87rocKW0iOMgwNlS40Cd3MJnLsI5ND { border-width: 0; border-radius: 0; }#Ug87rocKW0iOMgwNlS40Cd3MJnLsI5ND > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ug87rocKW0iOMgwNlS40Cd3MJnLsI5ND > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #cccccc, #119e01);background-image: -moz-linear-gradient(176deg, #cccccc, #119e01);background-image: -ms-linear-gradient(176deg, #cccccc, #119e01);background-image: -o-linear-gradient(176deg, #cccccc, #119e01);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#119e01' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#119e01' );";background-image: linear-gradient(176deg, #cccccc, #119e01);background-size:auto !important;font-size:0.875rem;font-family:arial;height:158.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fM5ETW6ovP3rwS5k3v5h2ksADef2VQNy { box-sizing:content-box;height:36.6875rem;width:14.375rem;position:absolute;display:block;z-index:15000;background-color:#abe68c;background-image:none;top:3.5rem;left:12.205208778381rem;display:block; }
#BpUh8XhbGza1TFKMmXoHX3Bhs80LXH3T { box-sizing:content-box;height:13.1875rem;width:38.375rem;position:absolute;display:block;z-index:15001;background-color:#5491ed;background-image:none;top:1.125rem;left:12.205208778381rem;display:block; }
#qSdB5TO4zsffTDpXkDssLZMRIhMEs5Ne { box-sizing:content-box;height:13.25rem;width:14.375rem;position:absolute;display:block;z-index:15001;background-color:#66686b;background-image:none;top:27.09375rem;left:12.205208778381rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#p5X4B8tereaSIGUgA6oGZZfu4IMptsKJ { box-sizing:content-box;height:7.625rem;width:16.75rem;position:absolute;display:block;z-index:15002;background-color:#668fe1;background-image:none;top:3.2302093505859rem;left:33.635415077209rem;border-top:0;border-left:0.1875rem solid #000000;border-right:0;border-bottom:0;display:block; }
#kf3KyvItOqRz3IneNTngbGTdmp3LgP4E { box-sizing:content-box;height:3.625rem;width:3.6875rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:1.125rem;left:29.837502479553rem;border-top:0;border-left:0.1875rem solid #5d92ff;border-right:0;border-bottom:0.0625rem solid #5d92ff;display:block; }
#nXqBozn8JnqNfpr9Nuu4Ls8Ny5kHsBOC { box-sizing:content-box;height:3.5rem;width:3.5625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:27.09375rem;left:12.205208778381rem;border-top:0.125rem solid #5d92ff;border-left:0;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;display:block; }
#kZMTbXUnFM4n5NwBR010P1ONzMGSEQpW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:38.555206298828rem;left:12.205208778381rem; }
#UH6CZ7tKgJg8tS8bq3BpTy3MnUv4qus2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:36.922916412354rem;left:12.205208778381rem; }
#zEyT2u3dyLDZNTcltDmc4ek4Cv7MJbBl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:35.290626525879rem;left:12.205208778381rem; }
#cFVGyCry7ShhykEhLNGSDkMN3rV0lrDX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.658332824707rem;left:12.205208778381rem; }
#f1zEv0wLicC6aCPl56PFhTlqv62q49kU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:38.439582824707rem;left:13.892708778381rem; }
#nmTrr3285Jd2O4DwqtRuUn0QVekb7A3r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:38.5625rem;left:15.625rem; }
#ccM0FVwMELAAyUQe9ylKGhRilfnXCs4z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:38.555206298828rem;left:17.565625190735rem; }
#doLxXfOxypIosOghUg4CwhGoTVP2aa5f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:38.555206298828rem;left:19.253125190735rem; }
#mbAqMGnrGTqssnBm9OboxZmb7SImx1Wx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:38.555206298828rem;left:21.125rem; }
#nA9I8OW89Sx4fPCCKLgXqGHv6TkaIf0J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:38.555206298828rem;left:23.080208778381rem; }
#apfHOif2P5OgJxPbCfgCcKQvlQDoGVLo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:38.555206298828rem;left:24.767708778381rem; }
#ZhKnd8Xgu1s2meB7aXf3XWABzFtzLUwi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:36.922916412354rem;left:24.947915077209rem; }
#vds7XhsAvlZTTbocdKgcsONz0t4Sqf9m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:35.290626525879rem;left:24.947915077209rem; }
#POd1yttxoTlfh6odzBUMKU8nTa6UJEva { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:33.658332824707rem;left:24.947915077209rem; }
#QUAXD3sSOShChRACiEh2EI0BwNU0nziV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:32.026042938233rem;left:24.947915077209rem; }
#wSzsI5diKSu6DmaTNOgn7R3niq3Tmmdp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.093749046326rem;left:19.253125190735rem; }
#H7Jko4L6BSOOvmhcF62I5XTO23xwITx8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.125rem;left:40.461457252502rem; }
#yfzdmdlgdvUiLEM2dFZ5Rhrex0RWWIzb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.125rem;left:42.093750953674rem; }
#qT3mwC2QH3DxetrvgLFhbN7Py3QViF3N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.125rem;left:43.781250953674rem; }
#SEGNS5gSP3FRTTeTrxqeqvGzxkdcgMVo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.125rem;left:45.468750953674rem; }
#kdlNfesrXfFTIfVwmGu5iHKZzLJegNqX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.125rem;left:47.156250953674rem; }
#mLpLvqT4r0UIetqGoTwCMHdwJ9TdTBF6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:12.680208206177rem;left:40.461457252502rem; }
#M6Avogt0ZPQRKFhKJX5IMJd3e2yS02sZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:12.680208206177rem;left:42.093750953674rem; }
#wBpDBxfBC70TXyG7acAGeS92kIBQOkmA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.680208206177rem;left:43.781250953674rem; }
#Fd1hI0JB1EThoq2kCSdLKFOBTzTaffrZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.680208206177rem;left:45.468750953674rem; }
#Iui5tXbZCBfRMoqTzq182OTq7XUeknxo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.680208206177rem;left:46.878125190735rem; }
#ey98r4QVZEQyTeVnBsRHTOJkiZHsHr4m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:12.680208206177rem;left:48.510415077209rem; }
#g6DpvpXLFkzVp5c0iz2T7rXh3uze2U7q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.855208396912rem;left:48.606251716614rem; }
#KE659ydZnEpJhsh3XAcVoKcUlyNwA181 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.2229166030881rem;left:48.510415077209rem; }
#HWKROZQgDQF1aS4K3BQNHvqhE05ouBRM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:5.9802083969116rem;left:48.510415077209rem; }
#FT2otNv5MEMl575cmFMBr7tpsKwHc1Cs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.715624809265rem;left:48.635415077209rem; }
#pOsBqxP6Mt0HhnnadBS3mPX5rqlEApqP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:4.3479166030884rem;left:48.510415077209rem; }
#ZeLBNDaVBptqTLmNlIzwtaLtKCxUoCeV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.8125rem;left:48.510415077209rem; }
#IKh1uw0TB1xHK33kur7FX7rh3NhGfTqN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.125rem;left:48.385415077209rem; }
#WmEamhQBh4wII21o78HXqyI5pvLxtIIw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.375rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.3552083969116rem;left:19.260415077209rem; }
#u6rbQmCRdVGaIqH7maK1B4ubf1GCTaTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:27.53125rem;left:13.010416984558rem; }
#CJ3BiMCLDEadzHVGKvStuJFC9L1Fbxbm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.1802082061767rem;left:30.733334541321rem; }
#PW1ss032rqqtxwzTqTOxMBkV9Q4KOl4v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:4.7927083969116rem;left:40.461457252502rem; }
#dJcPVfzqpiETeZRll6TANPbNa6l7frCE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:5.7302083969116rem;left:33.690625190735rem; }
#PxVnKnci9DqlgH0TLmRSwM4c162ziSfk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:27.09375rem;left:26.580208778381rem; }
#WRiZZ8I5HRv61nB97t9WNeJnWDBwNWNf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.75rem;left:34.500000953674rem; }
#nyeDubHPZtWyu4z0QnpnP0yO6ODAasJB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:22.8125rem;left:12.830208778381rem; }
#PFVfwZgybA56RP2nB7FPXaLNlLgfQfhN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:14.906249046326rem;left:12.205208778381rem; }
#fQazMT3ScZ5TI05ona7MTwmDmXkfaMPJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:17.305208206177rem;left:24.087498452209rem; }
#tJyTEQ61MzVl3QhWgd7RzL35iAk3XFas { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:19.472915649414rem;left:24.197915077209rem; }
#WS8CXFofZwV4w3Nhg1DtSfbwEg96sdxZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21.910415649414rem;left:24.135415077209rem; }
#KBNlVNS2QMxSr1IQNfegXqugBLl8qaep { 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:15048;opacity:1;top:28.016666412354rem;left:24.760415077209rem; }
#XkyTOOuMVQrP114PnHksbu261fPhysJT { 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:15049;opacity:1;top:13.75rem;left:35.010415077209rem; }
#b1AnDSkiDnPcdM1TBDQPTLrL6cTp7gUp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:33.802082061767rem;left:15.580208778381rem;height:1.38125rem;font-style:normal;display:block; }
#V21STaT3zmKIMe1HMqTXvgd2TTMBlWGM { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:9.2229166030881rem;left:36.687500953674rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REwBoKUeBwnErDSZllQyHuKTtILUEw05 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:20.46249961853rem;left:12.205208778381rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTtQ6Dn4gRGXw3SnWfHazfKgvI5go3Zy { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:3.5rem;left:8.4375009536744rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1q2fnWZ7NlCy3OoUP5N0zTRTsrtU9cx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.6729164123535rem;left:25.900002479553rem; }
#qT8L9hEkHeKnP5NKqF4uQrIWNHInVQfS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:9.5479164123538rem;left:15.580208778381rem; }
#OCqB0ifyf41KWTiR7Tt9PQeS4ooZvLQo { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:21.886459350586rem;left:31.148957252502rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NXXV4v76SQRctxznWgRfUETm9BhlRO21 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:29.25rem;left:13.072916984558rem;height:1.1375rem;font-style:normal;display:block; }
#lTy0F6DRBzByZIN6NwwPehg4WHHtDLcb { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:3.5rem;left:30.733334541321rem;height:1.1375rem;font-style:normal;display:block; }
#SMprKbHtMX8EDKBH3Bfrc4NvJREr49Nq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:24.648958206177rem;left:24.135415077209rem; }
#Ja5XQDLed2xvGabmIupemkiQZXeExc7O { box-sizing:content-box;height:6.0625rem;width:12.25rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:85.288541793825rem;left:9.3708333969119rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#LcU4v5GaeMGmn9MVFx8ioTTTXKUIyNcu { box-sizing:content-box;height:9.625rem;width:5.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:91.33642578125rem;left:9.346875190735rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Utp6IZLRf74DcvCWFV0sXzv7nAqKBrSX { box-sizing:content-box;height:45.0625rem;width:36.4375rem;position:absolute;display:block;z-index:15004;background-color:#356f07;background-image:none;top:88.3583984375rem;left:31.197915077209rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#MLhvC2HOkTNM2xT8ce5u1d9Dgl5ZEhZm { box-sizing:content-box;height:7.25rem;width:2.6875rem;position:absolute;display:block;z-index:15004;background-color:#aca2a2;background-image:none;top:97.78125rem;left:70.010415077212rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#XyKUQfqndzFDcW2UzVcB1zlkoCrILmMu { box-sizing:content-box;height:6.875rem;width:2.75rem;position:absolute;display:block;z-index:15005;background-color:#aca2a2;background-image:none;top:117.376953125rem;left:70.010415077212rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#BwmGe3u8MgtTOAX8XTCT1K30Q3c4AFTa { 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:15053;opacity:1;top:105.19687652588rem;left:17.312500953674rem; }
#cKzcAOpf3Zv5ZVTcaQscpmGvArmIXq4b { 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:15054;opacity:1;top:109.5rem;left:17.312500953674rem; }
#AE1FcETKZIldET4gFyrxacXZD8dGUdf9 { 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:15055;opacity:1;top:105.19687652588rem;left:20.940625190735rem; }
#ymnbJGpgtLOWcb4Mbspnt54aztJn1vLa { 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:15056;opacity:1;top:114.30729293823rem;left:20.940625190735rem; }
#ZkfiFlh6EzSZczK4Fez8LZ5S7a44OtH5 { 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:15054;opacity:1;top:109.5rem;left:20.940625190735rem; }
#vNw9MRMcUnstc77hh4Fh99FXNOVVxCFx { 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:15055;opacity:1;top:114.30729293823rem;left:17.312500953674rem; }
#ZJCPlAbTXMaWm0ZOU1ofhGIZJJ9k4BfX { 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:15057;opacity:1;top:118.12708282471rem;left:17.312500953674rem; }
#FTk87FB7OFeZpUqPyGU4w2lhpvD9PVUT { 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:15056;opacity:1;top:118.12708282471rem;left:20.940625190735rem; }
#cJQ5xnTxrtMN7edRfQmQx6hC0Vn4dNVI { 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:15057;opacity:1;top:123.43958663941rem;left:20.940625190735rem; }
#h8nAa5RoCaGI13ZZJRM0DviIWPTSpRXP { 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:15058;opacity:1;top:127.12708473206rem;left:17.312500953674rem; }
#cNm3LONio502gbcq5bbdA6S2wu7n4RUp { 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:15058;opacity:1;top:123.43958473206rem;left:17.312500953674rem; }
#bIieQCF0T6MFsSy5JePchflq0n4hIQP2 { 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:15059;opacity:1;top:127.12708473206rem;left:20.940625190735rem; }
#JqTV5AtUFMzvnXNThL1DwzK7RmRPCZ0e { box-sizing:content-box;height:8rem;width:19.875rem;position:absolute;display:block;z-index:15005;background-color:#356f07;background-image:none;top:125.53857421875rem;left:40.461457252502rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#B5BaBCzJKhJKkrEcktzUgHKAswrbRkf6 { box-sizing:content-box;height:7.875rem;width:19.8125rem;position:absolute;display:block;z-index:15006;background-color:#356f07;background-image:none;top:88.4208984375rem;left:40.461457252502rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#CQCzBrkXMnMrIbG7pb6Nz1veBJs1AKED { box-sizing:content-box;height:13.375rem;width:13.8125rem;position:absolute;display:block;z-index:15006;background-color:#356f07;background-image:none;top:104.26458454132rem;left:43.430207252502rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#uxaz5G2e1VcmBD9XT0gde047mLNT6n08 { box-sizing:content-box;height:0.0625rem;width:35.875rem;position:absolute;display:block;z-index:15006;background-color:#356f07;background-image:none;top:110.92083358764rem;left:31.420834541321rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#PLLJa4DHGVzVOkE5v3iTOWUTcG2tS8Gk { box-sizing:content-box;height:4.0625rem;width:10.625rem;position:absolute;display:block;z-index:15006;background-color:#356f07;background-image:none;top:129.41357421875rem;left:45.468750953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#mInztiuTk6PEsHFHvl7zaarGFhhx22Ez { box-sizing:content-box;height:4.0625rem;width:10.625rem;position:absolute;display:block;z-index:15007;background-color:#356f07;background-image:none;top:88.3583984375rem;left:44.961457252502rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#Rum829vInUoNhMb2LT94QyUBiSMcA1BP { box-sizing:content-box;height:118.25rem;width:2.9375rem;position:absolute;display:block;z-index:15004;background-color:#3668d0;background-image:none;top:39.3583984375rem;left:0.001042366027832rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#pDCFlsxPx6fKkuzEUhllReFdUouTM8lZ { box-sizing:content-box;height:12.1875rem;width:10.625rem;position:absolute;display:block;z-index:15007;background-color:#119e01;background-image:none;top:72.014583587644rem;left:55.406250953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#mITDTapfewOKREeuBquExr0V8im1qwle { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:89.946872711181rem;left:27.913540840149rem; }
#vu9mWuRgOyJTKpS6PDQed9h8vLrUDoaT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:89.946872711181rem;left:67.731247901919rem; }
#orT03GcWQ6oIQsNmd2ChScmI6OkrmTB4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:130.25208282471rem;left:67.731247901919rem; }
#MImmvAD156y2ilon61w781npFoC3DL8G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:130.25208282471rem;left:27.913540840149rem; }
#oeSHuHogE9q7arUw2y3UITNxWSwgVllJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:71.2478351593rem;left:43.781250953674rem; }
#kHpZrhPIFZpf55gfgX08cHtLqxu92yXP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:71.2478351593rem;left:66.223961830137rem; }
#LUTXkukTaK3eAnAz8S1pdXwVvRXT3tcp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:108.69166755676rem;left:48.196877479553rem; }
#wi28cAo5XnhuWisOGLKBEeCvHUHqC323 { box-sizing:content-box;height:12.1875rem;width:13.1875rem;position:absolute;display:block;z-index:15009;background-color:#d0828f;background-image:none;top:72.045833587644rem;left:30.733334541321rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#ciJvW6czOhla8T6RXKP6JGVXEJ67LDqH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:74.014584541319rem;left:32.190625190735rem; }
#RfGQ7iSPmIr35KyOmtOyLEBsczFLxgi7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:79.329166412356rem;left:40.437500953674rem; }
#lTazlqHdTKqTJgikhDSv1DTwaxLft6w3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:79.329166412356rem;left:31.983334541321rem; }
#kqCnyV0GP7O4hu62ohfTKObibPrNflQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:76.21875rem;left:35.500000953674rem; }
#hNLfrtqbnhDzQzSswHR7W4i9TWTkbbsn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:65.38030603125rem;left:30.852085854553rem; }
#tL72a6IzTk9VV3PikAihWTF3raeAUIBv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:65.25530603125rem;left:36.906250741028rem; }
#uOc9pDEcZDbDxa9xkJ9ZHmQuOfXqALzf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:65.348958015444rem;left:43.781250953674rem; }
#XgwXwdk1TSGNDDeU5k05eXR8ma7bq4m0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:65.161458015444rem;left:52.018746376037rem; }
#ZLM9bZsm1ypeyZVo9hV1fu5LTph4v3u1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:65.223958015444rem;left:57.463540077209rem; }
#TA36beL5n3HhUXiLk3p6FaNWiqNfIhzO { 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:15066;opacity:1;top:64.99072265625rem;left:63.252083778381rem; }
#qOS0SxvliVJQur8gfZzyzSChT5Va69Wd { box-sizing:content-box;height:15.4375rem;width:33.0625rem;position:absolute;display:block;z-index:15010;background-color:#105409;background-image:none;top:44.8271484375rem;left:32.452084541321rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#ZgPdZn86oXo1woaNQp54W72T8hHpHgS8 { box-sizing:content-box;height:9.0625rem;width:3.8125rem;position:absolute;display:block;z-index:15011;background-color:#105409;background-image:none;top:49.264584541321rem;left:61.711457252502rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#eXvaZKmNmOLg9kUF7VgkuJZsH7XwdFA4 { box-sizing:content-box;height:9.0625rem;width:4.4375rem;position:absolute;display:block;z-index:15012;background-color:#105409;background-image:none;top:48.608333587646rem;left:32.486458778381rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#ngx5c9ZGee6mGyz2U2pd67AvSWEEnzBC { box-sizing:content-box;height:9.0625rem;width:9.1875rem;position:absolute;display:block;z-index:15013;background-color:#105409;background-image:none;top:48.608333587646rem;left:44.650002479553rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#d3CTe615tfZvkSqfTtW9qwZs9MSRDoow { box-sizing:content-box;height:15.375rem;width:0.0625rem;position:absolute;display:block;z-index:15013;background-color:#105409;background-image:none;top:44.91357421875rem;left:49.296871501038rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#blrSccrIxID4cVw2B927PrLLOid8ucaQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:42.507290840149rem;left:28.413540840149rem; }
#TA7XiFmZ8oLUByLTpb4DWAeC1VV2SSBu { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:42.569790840149rem;left:67.731247901919rem; }
#TUBiJTllZ2b4SIkuOf9SfUUFAWunAPyR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:60.485416412354rem;left:27.517708778381rem; }
#JOTXQ2LkBW4cUz1fpoFFGhO7vTkp6Oib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:60.485416412354rem;left:67.731247901919rem; }
#DcmFsqP7mDbBva2zHk7HtDOZpmMMo7ie { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:87.147918701175rem;left:8.6802091598513rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#gxmSD35ezQ33XlPgGNNw5OO4plqWD57E { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:99.4447927475rem;left:40.040627479553rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#d2dRJp07fWk9eQxUDiBdNDgm97VBtFzI { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:84.625rem;left:46.878125190735rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#lpetn1I7ToJ38I6nhO4lfcQOyFoVbFUw { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:84.625rem;left:27.767708778381rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#FmIRmFDaz1qV7VvEunCCBSVmttWAa0Ub { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:45.888427734375rem;left:38.562500953674rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#XPwW0gtxdJH8xKfT62Aac2PDN90QKW4r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:14.906249046326rem;left:14.510416984558rem; }
#tT2h46ZRdE5eDqiMzJyT0KVL7cK4uRw5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:14.906249046326rem;left:16.611458778381rem; }
#DJFtU69zSbzVZo1uibgJutROHuxr9hlC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:14.906249046326rem;left:19.253125190735rem; }
#Q2rPagyqvHB83kyNbWJXRHIGqHNm21XO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:16.968749046326rem;left:12.205208778381rem; }
#mgB5y8AzXNkcF11tB9U73kaJHnrPVKcn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:16.968749046326rem;left:14.510416984558rem; }
#aK9ENaoeO1OuaAOuAT2eBergRcAdNbbp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:16.968749046326rem;left:16.611458778381rem; }
#kvBNvXpdTVaSRu1BZTftArlAkMLXrnQB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:16.968749046326rem;left:19.253125190735rem; }
#ffRBt9h8dtNMeyzqOfBVaw1u7FEgOsIh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:77.15625rem;left:49.384377479553rem; }
#Wl4NXbhHTUiGhCzcLJe8MgSP0lHio8K9 { box-sizing:content-box;height:12.1875rem;width:10.625rem;position:absolute;display:block;z-index:15008;background-color:#119e01;background-image:none;top:72.014583587644rem;left:44.961457252502rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#tAUasPoBpg9CWZP10aXLOrSVpHLiQhJs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:77.15625rem;left:59.766671180725rem; }
#sTAvOxrZmIVUhaAtfD7m1BEsUJOrleml { box-sizing:content-box;height:1.3125rem;width:4.625rem;position:absolute;display:block;z-index:15009;background-color:#119e01;background-image:none;top:72.014583587644rem;left:48.385415077209rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#UugeKwhbzxg35npTmlqoThrsadBuuCEa { box-sizing:content-box;height:1.3125rem;width:4.625rem;position:absolute;display:block;z-index:15010;background-color:#119e01;background-image:none;top:72.014583587644rem;left:58.406250953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#Rf4fuU41MxLNKVJnLpfBIST3H5Fw7xX0 { box-sizing:content-box;height:1.3125rem;width:4.625rem;position:absolute;display:block;z-index:15011;background-color:#119e01;background-image:none;top:82.944791793825rem;left:48.023957252502rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#iBqhAD5h69slr8fbWgMNTWX9FJzdXmGl { box-sizing:content-box;height:1.3125rem;width:4.625rem;position:absolute;display:block;z-index:15012;background-color:#119e01;background-image:none;top:82.944791793825rem;left:58.406250953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#VTesm44ELTCd9tmiZaBHiURgPKQfLRu1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:73.398958206175rem;left:40.437500953674rem; }
#T7fLn6fgLQTMrq9hDQHM4xHVirl37Q84 { box-sizing:content-box;height:2.5rem;width:5.0625rem;position:absolute;display:block;z-index:15010;background-color:#4d4432;background-image:none;top:48.608331680298rem;left:22.812500953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#wADHtlfaBLabb4GM0SnC74Egx56Gtzxl { box-sizing:content-box;height:2.5rem;width:5.0625rem;position:absolute;display:block;z-index:15011;background-color:#4d4432;background-image:none;top:53.840623855591rem;left:22.812500953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#H64iPaTVFQozGg602rBFEMpDD68xXd0T { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15071;line-height:1.2;letter-spacing:0;top:50.05615234375rem;left:12.798958778381rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTQ6FFMhxCX7RWD1NkzPZadbzk4cw7uF { box-sizing:content-box;height:7.8125rem;width:7.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15079;background-color:#252223;background-image:none;top:136.05728912354rem;left:52.696877479553rem;box-shadow: none;display:block; }
#xZ5IE5g6F7V1r1xTIWQGJWrbGJ4C5MwX { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15080;background-color:#252223;background-image:none;top:137.67499732971rem;left:57.463540077209rem;box-shadow: none;display:block; }
#m4BWCDEFyiTu0a7AqyN0MQOyEuyBR99r { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15081;background-color:#252223;background-image:none;top:136.58853912354rem;left:61.723961830139rem;box-shadow: none;display:block; }
#eiC20FSyFc9mbA4ATXftq1KidJyNLkXU { box-sizing:content-box;height:8.3125rem;width:8.3125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15082;background-color:#252223;background-image:none;top:136.05728912354rem;left:65.012497901919rem;box-shadow: none;display:block; }
#bZxG9tim4Zn3u6usT3NKQkv4RXTVOWyh { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15083;background-color:#252223;background-image:none;top:141.49478912354rem;left:62.348961830139rem;box-shadow: none;display:block; }
#o0UTh7WXBQhGcxRLvPczuRu96f65sCT9 { box-sizing:content-box;height:6.375rem;width:6.375rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15084;background-color:#252223;background-image:none;top:141.49478912354rem;left:57.463540077209rem;box-shadow: none;display:block; }
#Xo1DnOsSGxMtl7SVW8mFdgERTN2zb9rK { box-sizing:content-box;height:3.9375rem;width:3.9375rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15085;background-color:#252223;background-image:none;top:145.05728912354rem;left:62.369790077209rem;box-shadow: none;display:block; }
#euJD9o4QJNg2Z92myG8E4avbnhrTIpeB { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15086;background-color:#252223;background-image:none;top:142.23749732971rem;left:64.536461830137rem;box-shadow: none;display:block; }
#PTsWLW2MJuLO3Dt4qLlXpNTMERbtzAcx { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15087;background-color:#252223;background-image:none;top:144.14895629882rem;left:55.612496376037rem;box-shadow: none;display:block; }
#e38F6yAvPpxmtdGcV5CcmQAE00h4nTSE { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15086;background-color:#252223;background-image:none;top:145.99478912354rem;left:66.565621376037rem;box-shadow: none;display:block; }
#f4Tgz8FK6CaWG6ZFAstf7BlLoiavw0w4 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:148.99478912354rem;left:52.628121376037rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#VtvxKSMKCczwGsS3OX7A9v2yPw1kK4ue { box-sizing:content-box;height:3.9375rem;width:3.9375rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15087;background-color:transparent;background-image: -webkit-linear-gradient(233deg, #558d0b, #a2a270);background-image: -moz-linear-gradient(233deg, #558d0b, #a2a270);background-image: -ms-linear-gradient(233deg, #558d0b, #a2a270);background-image: -o-linear-gradient(233deg, #558d0b, #a2a270);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#558d0b', endColorstr='#a2a270' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#558d0b', endColorstr='#a2a270' );";background-image: linear-gradient(233deg, #558d0b, #a2a270);background-size:auto !important;top:137.99478912354rem;left:55.744790077209rem;box-shadow: none;display:block; }
#gKuNr5mqSyX4S1y3ONgUVbeVZgSMeb8y { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15088;background-color:#8cba50;background-image:none;top:146.48749542236rem;left:67.731247901919rem;box-shadow: none;display:block; }
#QH4wr5tf2Ke3Df734JUvOiC1DMWT4rq6 { box-sizing:content-box;height:4.8125rem;width:5.4375rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15089;background-color:transparent;background-image: -webkit-linear-gradient(233deg, #547f1e, #178217);background-image: -moz-linear-gradient(233deg, #547f1e, #178217);background-image: -ms-linear-gradient(233deg, #547f1e, #178217);background-image: -o-linear-gradient(233deg, #547f1e, #178217);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#547f1e', endColorstr='#178217' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#547f1e', endColorstr='#178217' );";background-image: linear-gradient(233deg, #547f1e, #178217);background-size:auto !important;top:137.84582879736rem;left:65.704167153381rem;box-shadow: none;display:block; }
#CDfG4iqszwetoSAAtiGa644UaXOPmpAT { box-sizing:content-box;height:1.875rem;width:2.9375rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15088;background-color:#8cba50;background-image:none;top:139.39895587354rem;left:61.232050036479rem;box-shadow: none;display:block; }
#tIl0VFGwroQwPiqJdTVTKdVTs8wStFvU { box-sizing:content-box;height:4.25rem;width:2.5rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15090;background-color:#8cba50;background-image:none;top:142.55728912354rem;left:61.711457252502rem;box-shadow: none;display:block; }
#HitmDCSU6emmZoOb4EMkPwywT6DTff2N { box-sizing:content-box;height:2rem;width:1.5rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15091;background-color:#8cba50;background-image:none;top:145.05728912354rem;left:57.463540077209rem;box-shadow: none;display:block; }
#kPXPBNC1GCdqbyBoVm5sbTyypouNcdLg { box-sizing:content-box;height:0.9375rem;width:4.5625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15091;background-color:#8cba50;background-image:none;top:144.39895629882rem;left:64.877083778381rem;box-shadow: none;display:block; }
#lq4LzyifkADnDwq6XOfMQma0Zhv5FPRG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:136.05728912354rem;left:31.690625190735rem; }
#lwgTsQ8L7uUXtd0L1TDhg9AurGPApRSC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:136.05728912354rem;left:33.8125rem; }
#puTDS7QfAkPW2CuQJdbdywHeXOGhBzbR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:136.05728912354rem;left:35.8125rem; }
#lJu2Obg3rSmsWbGmUzngqO7ITGsAnxCz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:136.05728912354rem;left:37.875rem; }
#e5Gcel6MhtFT0LUgf470dm5EuvdHpUfl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:136.05728912354rem;left:40rem; }
#EBipZNFBBDyLlS4gxhOUr0ty3IkpcIWy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:136.05728912354rem;left:42.148957252502rem; }
#PkToDMWIat0fLQCscWo4foQkmAKEyqJA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:136.05728912354rem;left:44.375rem; }
#H7t0ewgimfpk1szt91SPz0imH7JQV3yA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:138.90112304688rem;left:56.591668128967rem; }
#zb5ekluZONgPvWMOosK7EJtvXEu1oBbQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:138.97812249854rem;left:67.142704751037rem; }
#fxRISboUgqtITxsq5xsZTr7DTOoQMaPa { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:138.98853874206rem;left:31.586457252502rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#tuKUnI9f1efE8xZ4mqrSWqKTMT6k6zyI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:152.89167022705rem;left:50.580208778381rem; }
#IGtSUoE8fUo87QnETtnp2oSM4rc3Ac2V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:108.7499961853rem;left:69.041665077212rem; }
#HsLcJQHU7r0I5llPe24CyPu19Ll4FUTL { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:98.557289123538rem;left:70.197915077212rem;display:block; }
#fk7SSOUiRXDSBfg4A9T2L5oJNKKoF75g { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:100.625rem;left:70.197915077212rem;display:block; }
#t7awqsSwTOBwcT4ghsJEwrc1dy9UPK8P { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15103;background-color:#e3e3e3;background-image:none;top:102.75937271118rem;left:70.197915077212rem;display:block; }
#gnV6rUv5HbLMwksEw6anKCb6LnouUcGx { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15104;background-color:#e3e3e3;background-image:none;top:118.12708091736rem;left:70.385415077212rem;display:block; }
#W5JqDkWKrq0MMu8LAfkA7pHySLBENUak { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15105;background-color:#e3e3e3;background-image:none;top:120.125rem;left:70.385415077212rem;display:block; }
#vCOllbl7W7LJcM9rBTCTEqXiDm2aGKU8 { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15106;background-color:#e3e3e3;background-image:none;top:122.0625rem;left:70.385415077212rem;display:block; }
#CE5tHdHrGGR3arhPP9K8PsPasR2RidC9 { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15070;line-height:1.2;letter-spacing:0;top:106.5rem;left:67.501046180725rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NSr872lfTvd7dhdpurwospWbbJZ4pUqK { box-sizing:content-box;height:2.0625rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15107;background-color:#e3e3e3;background-image:none;top:68.615625381469rem;left:33.635415077209rem;display:block; }
#HkQpvTExzb0MZHycq7uKzrNB5dl3eg5k { box-sizing:content-box;height:2.625rem;width:3.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15108;background-color:#76b975;background-image:none;top:67.740625381469rem;left:34.312500953674rem;display:block; }
#dgHRT7lN1hSOPnThLqR5r9Pc7OzrALcN { box-sizing:content-box;height:2.9375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15108;background-color:#e3e3e3;background-image:none;top:67.74072265625rem;left:40.461457252502rem;display:block; }
#CK8SBA3x9k0i5Q1IXTVtWhX1yVg0Rnbc { box-sizing:content-box;height:2.6875rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15109;background-color:#76b975;background-image:none;top:67.4208984375rem;left:40.937500953674rem;display:block; }
#iGVf0fBIR2TTk6QzEZsNrT8BMg5XZAow { box-sizing:content-box;height:2.3125rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15110;background-color:#e3e3e3;background-image:none;top:68.060417175294rem;left:55.071877479553rem;display:block; }
#S5OIqTWoIBt58T6thPTh63TqGL72dxCw { box-sizing:content-box;height:1.625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15111;background-color:#76b975;background-image:none;top:67.880208015444rem;left:55.406250953674rem;display:block; }
#kvv9GhnphziUREu5S0IHuiRcz8ZEirFW { box-sizing:content-box;height:2.75rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15111;background-color:#e3e3e3;background-image:none;top:67.74072265625rem;left:60.744790077209rem;display:block; }
#u8gT2JA51efy8QZJOr8tESwVOW6CVwV3 { box-sizing:content-box;height:2.5rem;width:3.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15112;background-color:#76b975;background-image:none;top:67.5458984375rem;left:61.182290077209rem;display:block; }
#PQOqQsh7tpZX4eqiCdarsZflp2G2ytTU { box-sizing:content-box;height:17.4375rem;width:35.75rem;position:absolute;display:block;z-index:14999;background-color:#e1ad10;background-image:none;top:43.834373474121rem;left:31.170834541321rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#i5tTf6gLsI3mDbUkM9ZTBuDxLIfO3tal { box-sizing:content-box;height:19.8125rem;width:38.375rem;position:absolute;display:block;z-index:14998;background-color:#e1ad10;background-image:none;top:42.608331680298rem;left:29.868752479553rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Ots0q7bP66SUbqMi9uCbzKqRsZscHxdE { box-sizing:content-box;height:84.3125rem;width:1.8125rem;position:absolute;display:block;z-index:15005;background-color:#c8a87b;background-image:none;top:49.264583587646rem;left:3.5635423660278rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#ygWTRgFC5nTywPFv7TVNMtZJx7QB3Ik0 { box-sizing:content-box;height:2.125rem;width:1.6875rem;position:absolute;display:block;z-index:15113;background-color:#c8a87b;background-image:none;top:133.12708663941rem;left:3.6333545318969rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:0.25rem;display:block; }
#BhIy32N5kTv9cw48MLJtBFsITfaW567I { box-sizing:content-box;height:21.3125rem;width:1.8125rem;position:absolute;display:block;z-index:15006;background-color:#c8a87b;background-image:none;top:133.125rem;left:5.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:31.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aTAsrPWSDNtOpZ4vgHzR2bMo1R06PTPT { box-sizing:content-box;height:0.125rem;width:0.125rem;position:absolute;display:block;z-index:15114;background-color:#c8a87b;background-image:none;top:135.70417001441rem;left:5.7583341598511rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:0.25rem;display:block; }
#DGZEJ1TlxbnwvATm62e1ofV6ogvwKBIg { box-sizing:content-box;height:2.125rem;width:1.8125rem;position:absolute;display:block;z-index:15114;background-color:#c8a87b;background-image:none;top:154.3125rem;left:5.3135423660278rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:0.25rem;display:block; }
#qyBovqcQX0WAywPOyDT8xd9RTH7umTce { box-sizing:content-box;height:2.125rem;width:41.625rem;position:absolute;display:block;z-index:15007;background-color:#c8a87b;background-image:none;top:154.2812538147rem;left:6.4552087783812rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:31.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eMarPVRSNVKTb8Jsh7dPuDMRbDGI2vXb { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.3125rem;top:47.077083587646rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#QroBmUhsgtrPSSMb1wKubT26M3xQKG5R { box-sizing:content-box;height:9rem;width:5.875rem;position:absolute;display:block;z-index:15004;background-color:#c7c1c1;background-image:none;top:91.962501525881rem;left:15.878125190735rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xFRHTSHXOlLPOwHJdZwZynCwlmEoENIZ { color:#000000;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:94.767707824706rem;left:12.767708778381rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#UzTnsLoMGOnrv8pS7y14ATq4HBWpetZx { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:154.2812538147rem;left:15.205208778381rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#KR3M0AN3Nk47MsKdJ6rMAwQvlML8V30u { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:155.25416946411rem;left:50.580208778381rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#ArqV4KABs0iFTFZN0DQEH0hwAH5lBU9m { box-sizing:content-box;height:26.75rem;width:3.375rem;position:absolute;display:block;z-index:15005;background-color:#c7c1c1;background-image:none;top:105.20208740234rem;left:9.9333333969119rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TNLifG9cvpICPTdwfApQAWmRsNuHT3mL { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:44.827083587646rem;left:0.001042366027832rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oQ3X7VGAZGd89sz7D3IipUMGhOxqyQsV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15006;background-color:#c7c1c1;background-image:none;top:131.93229675293rem;left:9.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:0.25rem;display:block; }
#QszBSAgHI2zzGVCibSZTZHqnD11xZTqT { box-sizing:content-box;height:15.1875rem;width:3.375rem;position:absolute;display:block;z-index:15007;background-color:#c7c1c1;background-image:none;top:131.93229675293rem;left:13.048958778381rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Wc2a149pgcnsx8gH1uFrEUmF6y4JsqUr { box-sizing:content-box;height:3.9375rem;width:3.375rem;position:absolute;display:block;z-index:15007;background-color:#c7c1c1;background-image:none;top:145.55729675293rem;left:13.02153857206rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:0.25rem;display:block; }
#MEznBhdT1vMBcWz36Z1T0sHT781GTroT { box-sizing:content-box;height:3.5rem;width:35.9375rem;position:absolute;display:block;z-index:15008;background-color:#c7c1c1;background-image:none;top:145.99479675293rem;left:15.878125190735rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#fik88VIHTyNzfpeBC6ue9FKLC3F0rr9T { box-sizing:content-box;height:6.3125rem;width:15.8125rem;position:absolute;display:block;z-index:15009;background-color:#c7c1c1;background-image:none;top:135.36979579926rem;left:31.150002479553rem;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; }
#p6xUnl4d1UFS4qxIeW5mdZ0nabbRWS1t { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:147.10000419617rem;left:24.048958778381rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#EXbp9XX3bI1woKSxqvZCTXySOiuV9aRA { box-sizing:content-box;height:46rem;width:2.0625rem;position:absolute;display:block;z-index:15006;background-color:#807d77;background-image:none;top:57.329171180725rem;left:24.087502479553rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#osEGZJDszGPhxbnMe7TbGxO3S0ItXrIh { box-sizing:content-box;height:1.6875rem;width:25.6875rem;position:absolute;display:block;z-index:15007;background-color:#807d77;background-image:none;top:63.122802734375rem;left:25.900002479553rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gzSXP0VeU2xDX4PWSSX6pkgm3hWoIQDG { box-sizing:content-box;height:1.8125rem;width:42rem;position:absolute;display:block;z-index:15008;background-color:#807d77;background-image:none;top:86.1875rem;left:25.900002479553rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FDMOHsHvNz2GTC4nemOO7CTX0nbRLhB9 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15116;line-height:1;letter-spacing:0;top:69.240625381469rem;left:22.812500953674rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lNGKAdCv7o8OmuNbM1Bbfbs91p8hX67t { box-sizing:content-box;height:1.8125rem;width:16.3125rem;position:absolute;display:block;z-index:15009;background-color:#807d77;background-image:none;top:102.50729560852rem;left:9.7677087783812rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qqkVTTuTD5qZ4rGuQoykBe2v11qibJk0 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:86.3125rem;left:18.187500953674rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Ck1CvCraiiesu53C86XtG0MNbgwr2BkG { color:#000000;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:87.265625rem;left:0.56354236602783rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#cEhpfhPNhX8aGkuugfs0Q9Te7cqEerA3 { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:153.52187919617rem;left:63.252083778381rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#tnXBnTmTzXd5UKGG62m0pX10WNbNcUft { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:1.5rem;top:153.24687957764rem;left:73rem;overflow:hidden;display:block; }
#bIlpNWTdpeFGA7hHQX499mxp684Um99W { box-sizing:content-box;height:2.4375rem;width:2.125rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15110;background-color:#545d82;background-image:none;top:67.839584350588rem;left:50.580208778381rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#JadugVrHJVJCT8RXVc1TkXhW3wuyvV6O { box-sizing:content-box;height:2.4375rem;width:2.125rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15111;background-color:#545d82;background-image:none;top:67.839584350588rem;left:48.181252479553rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#d5M5CeAir5ShLynqM5ak98sStp7OmoKg { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15117;line-height:1;letter-spacing:0;top:66.115625381469rem;left:42.853127479553rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hmoQ7MOWe8puHICm8Vxk2Ru1xfqssvfR { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;display:block;z-index:15007;background-color:#807d77;background-image:none;top:51.625rem;left:24.275002479553rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CH1CicRASwB2C6H3V70lTQxOtqQTNvcK { box-sizing:content-box;height:1.75rem;width:2.125rem;position:absolute;display:block;z-index:15008;background-color:#807d77;background-image:none;top:64.108333587644rem;left:49.478127479553rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#k4fWiToqdnK1XNKZ6gxJlohkV9OLLddi { position:relative;display:block; }#k4fWiToqdnK1XNKZ6gxJlohkV9OLLddi { background-color: transparent; background-image: none; }#k4fWiToqdnK1XNKZ6gxJlohkV9OLLddi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4fWiToqdnK1XNKZ6gxJlohkV9OLLddi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4fWiToqdnK1XNKZ6gxJlohkV9OLLddi > .row .container > .video-iframe-container { display: none; }#k4fWiToqdnK1XNKZ6gxJlohkV9OLLddi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4fWiToqdnK1XNKZ6gxJlohkV9OLLddi > .row > .video-iframe-container { display: none; }#k4fWiToqdnK1XNKZ6gxJlohkV9OLLddi > .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); }#k4fWiToqdnK1XNKZ6gxJlohkV9OLLddi { border-width: 0; border-radius: 0; }#k4fWiToqdnK1XNKZ6gxJlohkV9OLLddi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k4fWiToqdnK1XNKZ6gxJlohkV9OLLddi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #cccccc, #119e01);background-image: -moz-linear-gradient(176deg, #cccccc, #119e01);background-image: -ms-linear-gradient(176deg, #cccccc, #119e01);background-image: -o-linear-gradient(176deg, #cccccc, #119e01);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#119e01' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#119e01' );";background-image: linear-gradient(176deg, #cccccc, #119e01);background-size:auto !important;font-size:0.875rem;font-family:arial;height:158.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fii2sWxm9pNQ288VGTXPNX0t7WMoRcVU { box-sizing:content-box;height:36.6875rem;width:14.375rem;position:absolute;display:block;z-index:15000;background-color:#abe68c;background-image:none;top:3.5rem;left:12.205208778381rem;display:block; }
#dXtl5KXQwM2bkqmWz1oI5ni0SWaqO36J { box-sizing:content-box;height:13.1875rem;width:38.375rem;position:absolute;display:block;z-index:15001;background-color:#5491ed;background-image:none;top:1.125rem;left:12.205208778381rem;display:block; }
#PrbPm9wAV60Bbpzg75F52tuZwKDfeqRa { box-sizing:content-box;height:13.25rem;width:14.375rem;position:absolute;display:block;z-index:15001;background-color:#66686b;background-image:none;top:27.09375rem;left:12.205208778381rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#Nc0XU7Fgo4e2xDu7pmFF9KpG2rGtWee3 { box-sizing:content-box;height:7.625rem;width:16.75rem;position:absolute;display:block;z-index:15002;background-color:#668fe1;background-image:none;top:3.2302093505859rem;left:33.635415077209rem;border-top:0;border-left:0.1875rem solid #000000;border-right:0;border-bottom:0;display:block; }
#r6CxC9kZT8yoXd4bqelTOveUL6elEJqz { box-sizing:content-box;height:3.625rem;width:3.6875rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:1.125rem;left:29.837502479553rem;border-top:0;border-left:0.1875rem solid #5d92ff;border-right:0;border-bottom:0.0625rem solid #5d92ff;display:block; }
#fp6XiWOe9FUnDsoViPdb1CxTEym7mG9o { box-sizing:content-box;height:3.5rem;width:3.5625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:27.09375rem;left:12.205208778381rem;border-top:0.125rem solid #5d92ff;border-left:0;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;display:block; }
#DzTqBdtxPK4Lg1ks5dQABzCVQem3FiL3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:38.555206298828rem;left:12.205208778381rem; }
#yDvGEPHgcp5GTNQKxa7f1TF1Nvd2fLir { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:36.922916412354rem;left:12.205208778381rem; }
#cTvrv59gJA5GIeR4e4kcyVe8JBmvQ4tE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:35.290626525879rem;left:12.205208778381rem; }
#xI143ozSd1iDxGIl78dIHMfarmN2exvI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.658332824707rem;left:12.205208778381rem; }
#mEaDPi3plUdLm5TkJarEIzea8zoD8NXA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:38.439582824707rem;left:13.892708778381rem; }
#nruNfLMwUt43gxLL1ithvs9Xf3PmGuHG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:38.5625rem;left:15.625rem; }
#zcdfd6hEeQ7sMqHvMbn7MEwedvTqzp07 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:38.555206298828rem;left:17.565625190735rem; }
#X5ZdpezSSsxZRiPIJcLaFFVcQKiaJGgN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:38.555206298828rem;left:19.253125190735rem; }
#Z5fmsHt7TURLX17Ls6zFeShuKlddR3ZF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:38.555206298828rem;left:21.125rem; }
#hTvut6eJHSfWTxqJIvSHLGonrEMdP87r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:38.555206298828rem;left:23.080208778381rem; }
#TuL6OtvbUkZL3fpQbQq9gC30HdyrWDHO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:38.555206298828rem;left:24.767708778381rem; }
#k6rk8VrOq3VZlCHGr2SQTUslpA0PsTos { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:36.922916412354rem;left:24.947915077209rem; }
#gnKG8uztBfQQkJ5DMdGOOZGTr9oFSyT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:35.290626525879rem;left:24.947915077209rem; }
#ZUMD49wO1P1s58ANJfdLuGMxmR4pnpyH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:33.658332824707rem;left:24.947915077209rem; }
#rABTOzPXisBA8m57T12GJTcqhJ7vS9ZJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:32.026042938233rem;left:24.947915077209rem; }
#FiH7uZxo0Pvs1KxFUrtxrvDnxAuLJJkZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.093749046326rem;left:19.253125190735rem; }
#lhJXpETl3BOzLWtwTTg4A9fSmCVLal3u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.125rem;left:40.461457252502rem; }
#UfNbb2Ti6i9EnG2dvbym40mET930uiih { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.125rem;left:42.093750953674rem; }
#RZg94i6BOtX8wtlJc52LvilWoPt2v6Wk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.125rem;left:43.781250953674rem; }
#e1T1HWVWKniZfWXnS1OVg6UcvDIqIqOQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.125rem;left:45.468750953674rem; }
#pn92Zhxu0ZrOJpwJ4qeRHciohPN3z6lf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.125rem;left:47.156250953674rem; }
#JSHyKwWgJILO3LKsDKzoadMprkzts0Xe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:12.680208206177rem;left:40.461457252502rem; }
#hCw38fIuL7nteFfXPU7Ns3qhR9kEAiRf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:12.680208206177rem;left:42.093750953674rem; }
#sT25QyyNx2o6hSTr0NwM6G5sqlPCqofy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.680208206177rem;left:43.781250953674rem; }
#TBx7ii5ro8WuhXiy3pTebIsfaZpldvzw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.680208206177rem;left:45.468750953674rem; }
#Gbpi42JlPlVg7dtAABOOiyTQHsoVe9rX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.680208206177rem;left:46.878125190735rem; }
#XQeqQnUMTsJy9A2h7lkll17WT8gXoH2C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:12.680208206177rem;left:48.510415077209rem; }
#TDift08Cz54MOxHWAdJC7s60by8VK2a1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.855208396912rem;left:48.606251716614rem; }
#R71IqRnQKB1mAPrwoOTexl3OTzBuTTTv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.2229166030881rem;left:48.510415077209rem; }
#UNswDmTvSZLWe9Vy5fKMKkWK6yc6tQOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:5.9802083969116rem;left:48.510415077209rem; }
#FTzFnc4VbmAmBWPdUP6UzOQNyzQbapgT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.715624809265rem;left:48.635415077209rem; }
#CS4gQRLJzSiBiyDudsopFzHhlnOTJGLD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:4.3479166030884rem;left:48.510415077209rem; }
#MgQBuaZgFJz0AbS5EQ7dRT65BcqwhECl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.8125rem;left:48.510415077209rem; }
#qWFs19AqfMVeOxO1mBOI9vkC9Zvni1rW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.125rem;left:48.385415077209rem; }
#gQJF86vO4gwVGdO3PTa7hJqBJCKXfHp8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.375rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.3552083969116rem;left:19.260415077209rem; }
#SvZCrUQffGQAb4OpdTLh24WSTGcP1vcJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:27.53125rem;left:13.010416984558rem; }
#T2aJK3gIlXhdyQM4n5WBgkc8n6VL1oT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.1802082061767rem;left:30.733334541321rem; }
#NQpMhaKUTlI6pVgsBWGpPFzxvOzDbX0q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:4.7927083969116rem;left:40.461457252502rem; }
#VzRBN1WtHFaCD8pTKC8JFdy5o4Hsbx1J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:5.7302083969116rem;left:33.690625190735rem; }
#PwBEUy46WUODo75mAx0B1D5g3cQP57ZF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:27.09375rem;left:26.580208778381rem; }
#Ar4eWQtzCEeVArnRbNbT3WP7GZ5PWVUJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.75rem;left:34.500000953674rem; }
#iVHvcoauN4xoJdAGXhW5UG2AfvZ5aDHs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:22.8125rem;left:12.830208778381rem; }
#DWDiBqcXahxDsTasoa2TrC8Vd3p9Pxmo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:14.906249046326rem;left:12.205208778381rem; }
#WMxoXZAWHFpP7c2UeBWh3G4WAignPnvA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:17.305208206177rem;left:24.087498452209rem; }
#bBeZvAbKTuwp3J6hrq6ATiGfvnJ6XmiE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:19.472915649414rem;left:24.197915077209rem; }
#pW67QLt9QTJnw6t4KMTi6UeL044p1evN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21.910415649414rem;left:24.135415077209rem; }
#Zx7sbJ5XbDfBLDXJTJ52uCefF2E3wBC7 { 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:15048;opacity:1;top:28.016666412354rem;left:24.760415077209rem; }
#smzOpO7QxtHcGdIuCG4KpvWB61gx4P0C { 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:15049;opacity:1;top:13.75rem;left:35.010415077209rem; }
#LnGnCtG5TShpzAiAW0bm9R8yg2i9IO71 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:33.802082061767rem;left:15.580208778381rem;height:1.38125rem;font-style:normal;display:block; }
#HIJqmTbV59LprRhdMOFxaifKtV1JriGJ { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:9.2229166030881rem;left:36.687500953674rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emIEhwhW7JOJJWx1DPafZ6DQM3q1m6Db { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:20.46249961853rem;left:12.205208778381rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrS2n6igDPVkQl9CcoDHHc0ih0OGD4cU { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:3.5rem;left:8.4375009536744rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GyLbzsvwb5IFGAbuartUme7aT8yyZUzU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.6729164123535rem;left:25.900002479553rem; }
#AeLnzcbx1ToSyXP37zAw7Xi3MozBUqHk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:9.5479164123538rem;left:15.580208778381rem; }
#nlLSmywrk5qUd9CUWeTQlDvrZu6RKG02 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:21.886459350586rem;left:31.148957252502rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qn2yF3si0CaDc9lxB0ndnFkMTJRtp7i2 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:29.25rem;left:13.072916984558rem;height:1.1375rem;font-style:normal;display:block; }
#cuIzhsoLeBs1wTfLFHcu6buDylHuKyEZ { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:3.5rem;left:30.733334541321rem;height:1.1375rem;font-style:normal;display:block; }
#vT71RauFko8FyTTllqKR1HcXU4qNH5rC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:24.648958206177rem;left:24.135415077209rem; }
#OkPuXMnEO0bNQsVSA8SGtvzJKLMluEMi { box-sizing:content-box;height:4.875rem;width:12.25rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:86.351028442381rem;left:9.3708324432375rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#fxkApJ1A6qGLMfJCQ62ybWGeFfNGAfIF { box-sizing:content-box;height:9.625rem;width:5.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:91.33642578125rem;left:9.346875190735rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QHUvsXN0Fc1prF9zdQhuhmICweGT5VFJ { box-sizing:content-box;height:45.0625rem;width:36.4375rem;position:absolute;display:block;z-index:15004;background-color:#356f07;background-image:none;top:88.3583984375rem;left:31.197915077209rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#wJK6WL6wXFMQLk2C1JfLrDXW5msIvAVl { box-sizing:content-box;height:7.25rem;width:2.6875rem;position:absolute;display:block;z-index:15004;background-color:#aca2a2;background-image:none;top:97.78125rem;left:70.010415077212rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#LllmMq688C9vTFLsFLyBQdVT0xO0vMR7 { box-sizing:content-box;height:6.875rem;width:2.75rem;position:absolute;display:block;z-index:15005;background-color:#aca2a2;background-image:none;top:117.376953125rem;left:70.010415077212rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#BZAxST18IcDMd7TniJ7NocS6TvC1cloi { 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:15054;opacity:1;top:109.5rem;left:17.312500953674rem; }
#kJoklqQm4bk36UecPIT40xdfRoHqRKC1 { 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:15056;opacity:1;top:114.30729293823rem;left:20.940625190735rem; }
#BBdVgIoLfMRtmKQIpHAmLlCOAwVnLDFT { 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:15054;opacity:1;top:109.5rem;left:20.940625190735rem; }
#LHlWbFcpqPPbE8JyHFRxXt9eqKx30JrF { 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:15055;opacity:1;top:114.30729293823rem;left:17.312500953674rem; }
#UrBIMKn1icNataWq1T0QQAE0o44OVUvw { 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:15057;opacity:1;top:118.12708282471rem;left:17.312500953674rem; }
#yCnmwTPtWLKeVQ2uS6JsXrf0QZBed5KX { 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:15056;opacity:1;top:118.12708282471rem;left:20.940625190735rem; }
#lczHNNeAbGfNLrOSLJk4sv7V7kGIwQfr { 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:15057;opacity:1;top:123.43958663941rem;left:20.940625190735rem; }
#klWlOZHgnVc9aJKgPgDN4P9yn4JLXrFx { 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:15058;opacity:1;top:127.12708473206rem;left:17.312500953674rem; }
#qA5WthQhWGQiJzNBN7EXlDd0k8cgsh0n { 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:15058;opacity:1;top:123.43958473206rem;left:17.312500953674rem; }
#ez4OEe7eZkpQIrOh5BwzI7ua9OLLQLIk { 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:15059;opacity:1;top:127.12708473206rem;left:20.940625190735rem; }
#dDTi53kTUu1UNPA6ZQsz1txHLU9Qr6tc { box-sizing:content-box;height:6.6875rem;width:19.875rem;position:absolute;display:block;z-index:15005;background-color:#356f07;background-image:none;top:126.72602844238rem;left:40.461458206177rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#zpK3DE1sIGXikvPpZQSF9WmAFXg0rCGp { box-sizing:content-box;height:6.875rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:#356f07;background-image:none;top:88.420822143556rem;left:40.461458206177rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#nekCF7vfTX5ugmg4R7KUydlssxbacaVq { box-sizing:content-box;height:0.0625rem;width:35.875rem;position:absolute;display:block;z-index:15006;background-color:#356f07;background-image:none;top:110.92083358764rem;left:31.420834541321rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#gsqGuHT4mNh7ACdzUs07fw8arWxUdfI0 { box-sizing:content-box;height:2.5625rem;width:10.625rem;position:absolute;display:block;z-index:15006;background-color:#356f07;background-image:none;top:130.78852844238rem;left:45.468748092651rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#DIqDyneelXwTC0CP1OEa6MnZGDhZSkll { box-sizing:content-box;height:4.0625rem;width:10.625rem;position:absolute;display:block;z-index:15007;background-color:#356f07;background-image:none;top:88.3583984375rem;left:44.961457252502rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#iTpb7iEF2LUibXZcLS379Obl0HI3T1A7 { box-sizing:content-box;height:118.25rem;width:2.9375rem;position:absolute;display:block;z-index:15004;background-color:#3668d0;background-image:none;top:39.3583984375rem;left:0.001042366027832rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#aUPJi7vlhHowV7JiMchXdWglJUT0dffZ { box-sizing:content-box;height:12.1875rem;width:10.625rem;position:absolute;display:block;z-index:15007;background-color:#119e01;background-image:none;top:72.014583587644rem;left:55.406250953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#dzlSX6MiGkutnNy17y73H67eUA0dgrSG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:71.2478351593rem;left:43.781250953674rem; }
#uZX4TiDgQ857RqwTgS962g6drAHTVNZZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:71.2478351593rem;left:66.223961830137rem; }
#ezVXbqmTilwfQSV09sis0Hw1fCpF85gm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:110.11458587646rem;left:49.623956680298rem; }
#TmUITSiPiqfwb2mKCHVUGnUTTXPHTEI9 { box-sizing:content-box;height:12.1875rem;width:13.1875rem;position:absolute;display:block;z-index:15009;background-color:#d0828f;background-image:none;top:72.045833587644rem;left:30.733334541321rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#xkzafFJb2oJAycRORiOobc7BW8TqI87p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:74.014584541319rem;left:32.190625190735rem; }
#nSUOZHTO2KCLwIgJhKTRQ9M26T7xz7v7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:79.329166412356rem;left:40.437500953674rem; }
#CkNhohptSiiNuZTTUaNuxFmNFSo7Dffg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:79.329166412356rem;left:31.983334541321rem; }
#CkHNndiubTfXE4uvTN56yl16cbISXW58 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:76.21875rem;left:35.500000953674rem; }
#CMwC5bGeGKJmoIodwtrSOkPwbpTvdu4l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:65.38030603125rem;left:30.852085854553rem; }
#F6C1eUweAAF2NuaRN5MUnOWbgvw1CCgP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:65.25530603125rem;left:36.906250741028rem; }
#Wp3ELxW4QhhgroUctR4fzfoycO7NutKB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:65.348958015444rem;left:43.781250953674rem; }
#mF5Z61yuAwcI4XGp8D4C83tdKqIPinxz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:65.161458015444rem;left:52.018746376037rem; }
#ZZOT7eLE8uBcksS2EHwbNBfCN8uM5ZgS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:65.223958015444rem;left:57.463540077209rem; }
#SEiatpbRQo3fV6cbbRNODnACq2AZVnic { 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:15066;opacity:1;top:64.99072265625rem;left:63.252083778381rem; }
#He98CizG4H0BKu8zdi9lyJ09J6L1trTh { box-sizing:content-box;height:15.4375rem;width:33.0625rem;position:absolute;display:block;z-index:15010;background-color:#105409;background-image:none;top:44.8271484375rem;left:32.452084541321rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#vpZx3poklG0eTWGEyJZAVendayZUUNAz { box-sizing:content-box;height:9.0625rem;width:3.8125rem;position:absolute;display:block;z-index:15011;background-color:#105409;background-image:none;top:49.264584541321rem;left:61.711457252502rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#Tc3E4cZDZ16xtOv9i4UIS8FAU8BUtZX9 { box-sizing:content-box;height:9.0625rem;width:4.4375rem;position:absolute;display:block;z-index:15012;background-color:#105409;background-image:none;top:48.608333587646rem;left:32.486458778381rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#ASlQl9D67cauFsA6To6oiWThvmRnSKTl { box-sizing:content-box;height:9.0625rem;width:9.1875rem;position:absolute;display:block;z-index:15013;background-color:#105409;background-image:none;top:48.608333587646rem;left:44.650002479553rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#EoPdfVuvMC5zdNqCBTv1EpHMIOzxzJwd { box-sizing:content-box;height:15.375rem;width:0.0625rem;position:absolute;display:block;z-index:15013;background-color:#105409;background-image:none;top:44.91357421875rem;left:49.296871501038rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#SWOn8uzdnZ0L4rEE6o7fkoN2JVu3bul8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:42.507290840149rem;left:28.413540840149rem; }
#VEdT5ZDFcsT7xHUGhils1N1pi2Wh7qzS { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:42.569790840149rem;left:67.731247901919rem; }
#HTlxJMVa9vuh3GXwDIuDWJeoAuBguVpE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:60.485416412354rem;left:27.517708778381rem; }
#RAXtvAZeBDIZlBxTtHJoHa9N1Ii8tpCw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:60.485416412354rem;left:67.731247901919rem; }
#ufsp44yqMCVhMeIdHoGkp9cc2fdH4cdb { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:87.969794273375rem;left:7.9239578247069rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#OU4IZlmCaTFwG2hqzJPc9R74fMaZ20Kq { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:45.888427734375rem;left:38.562500953674rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#epx201vd09MuqaTfGv8rKzAAAr3L7BA9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:14.906249046326rem;left:14.510416984558rem; }
#a8RLEtkh3ghhyTI8PuTemTUEeCe2M35O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:14.906249046326rem;left:16.611458778381rem; }
#coqPKaeBtv8Tyw1KUg5VuAntpT3r1I6x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:14.906249046326rem;left:19.253125190735rem; }
#E49R6L51i1Ewu2nGAIufwzTTx1SquslU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:16.968749046326rem;left:12.205208778381rem; }
#s0syrGJFFTRVDUuc9lmRsNglgcwGMUAd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:16.968749046326rem;left:14.510416984558rem; }
#dzwGwwkGaFT1qKT1eE3iixT4vFzGPqQI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:16.968749046326rem;left:16.611458778381rem; }
#xWCwzDuch3PFrMkNkw7HPtONGUb8JwiB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:16.968749046326rem;left:19.253125190735rem; }
#ITENBf9ePG6m63OEPdHn7SGk3NvRa4Oa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:77.15625rem;left:49.384377479553rem; }
#itmxq5cJc7pRSoifS37xOssyNAqvMBxn { box-sizing:content-box;height:12.1875rem;width:10.625rem;position:absolute;display:block;z-index:15008;background-color:#119e01;background-image:none;top:72.014583587644rem;left:44.961457252502rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#sqScNE5OyvdE4qn2HbnGEp4k60NX0Eut { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:77.15625rem;left:59.766671180725rem; }
#a5dGw5saE8bqkQ5kZBBXEdMT65i0hrW9 { box-sizing:content-box;height:1.3125rem;width:4.625rem;position:absolute;display:block;z-index:15009;background-color:#119e01;background-image:none;top:72.014583587644rem;left:48.385415077209rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#O1VmQZ0g9kbVnRhUswdSE9QKrqcTR3lc { box-sizing:content-box;height:1.3125rem;width:4.625rem;position:absolute;display:block;z-index:15010;background-color:#119e01;background-image:none;top:72.014583587644rem;left:58.406250953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#CSEbWccTMJQ6BT9dos2ZSDBxhW96noDU { box-sizing:content-box;height:1.3125rem;width:4.625rem;position:absolute;display:block;z-index:15011;background-color:#119e01;background-image:none;top:82.944791793825rem;left:48.023957252502rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#P3PpJVu8xWG3AEhpT1EXBECQDcuGDkzs { box-sizing:content-box;height:1.3125rem;width:4.625rem;position:absolute;display:block;z-index:15012;background-color:#119e01;background-image:none;top:82.944791793825rem;left:58.406250953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#eiEzdDnsrlhfZtTzTe57Nr64EsOn6gR4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:73.398958206175rem;left:40.437500953674rem; }
#ZkoZm41R1ROLTFDuw6nQVXqAJudaFVk6 { box-sizing:content-box;height:2.5rem;width:5.0625rem;position:absolute;display:block;z-index:15010;background-color:#4d4432;background-image:none;top:48.608331680298rem;left:22.812500953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#c1D9PDv8g9w2Q54JaVAF8ovumFbNxCs9 { box-sizing:content-box;height:2.5rem;width:5.0625rem;position:absolute;display:block;z-index:15011;background-color:#4d4432;background-image:none;top:53.840623855591rem;left:22.812500953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#b4JUldh5GgwxQ4Iimua6iCbnyxHPt9Qy { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15071;line-height:1.2;letter-spacing:0;top:50.05615234375rem;left:12.798958778381rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HvRO0E5pX2Fb952AmqCIa0THZ5K5wTG0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:136.05728912354rem;left:31.690625190735rem; }
#sUf2it4yV3zSnop8wuWtra5S4EraXSoI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:136.05729484558rem;left:38.386457443237rem; }
#AKqsS5XsbK864nEBGOsKMX6i23ERSToX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:136.05729484558rem;left:42.886457443237rem; }
#ln8nOO80hiqxwWEfMBwF4rZJZX2PEGBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:136.05729484558rem;left:47.156248092651rem; }
#Fhx6sNE1luaT45XwAidTiac5G7FVVaTv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:136.05729484558rem;left:52.018751144409rem; }
#S2sH5aZ2NT4abDA3DqO4VEO9J2q0MTfx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:136.05729484558rem;left:56.293752670288rem; }
#d1UhJxNRKRNAB9bJUa2StHFzkg0b2MPl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:136.05729484558rem;left:62.838537216187rem; }
#zv75iX5g5wgmfEUPD5LsTqQr4RtSapVO { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:139.11354446411rem;left:43.155206680298rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#FoXRJLp72pgVAaNR8tHiPI60Ft7pCgEn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:152.89167022705rem;left:50.580208778381rem; }
#VhsxuHCiDN6UWdE21yHrvIzcOz8sZlgv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:108.7499961853rem;left:69.041665077212rem; }
#xBKWWQbkD5qtTH9BmhN5mgCCyTGVVKXD { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:98.557289123538rem;left:70.197915077212rem;display:block; }
#r1rWogiCG08FPlXveulrXo54tLaxNfcB { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:100.625rem;left:70.197915077212rem;display:block; }
#GtAaBq756OEMGnxOvHcCrs0hFTbZgDx4 { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15103;background-color:#e3e3e3;background-image:none;top:102.75937271118rem;left:70.197915077212rem;display:block; }
#hTIc6oQXiHNJ9zOvgPmHM7g0Tb2ThfMx { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15104;background-color:#e3e3e3;background-image:none;top:118.12708091736rem;left:70.385415077212rem;display:block; }
#cCSP09iKBC1EQsLgM0l6RqxvA1TkXcCr { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15105;background-color:#e3e3e3;background-image:none;top:120.125rem;left:70.385415077212rem;display:block; }
#Z5CnEyLFfIL8mRtvSn3um55Tx64erRfX { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15106;background-color:#e3e3e3;background-image:none;top:122.0625rem;left:70.385415077212rem;display:block; }
#gQx43TvPT2MsSFigae9wOzGltlnH30nr { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15070;line-height:1.2;letter-spacing:0;top:106.5rem;left:67.501046180725rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HPCfz4QLUteKrrkCe1UOia1kJgTlGpMR { box-sizing:content-box;height:2.0625rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15107;background-color:#e3e3e3;background-image:none;top:68.615625381469rem;left:33.635415077209rem;display:block; }
#bTAkCZmRO1Hqre7stGoIT7ZOso1TlzS3 { box-sizing:content-box;height:2.625rem;width:3.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15108;background-color:#76b975;background-image:none;top:67.740625381469rem;left:34.312500953674rem;display:block; }
#eDfyipfllJH6yttaUK9kugtKpQTqcg3T { box-sizing:content-box;height:2.9375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15108;background-color:#e3e3e3;background-image:none;top:67.74072265625rem;left:40.461457252502rem;display:block; }
#RWyOPk11ZkUiH4PHZzHCgFXyffTslAFK { box-sizing:content-box;height:2.6875rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15109;background-color:#76b975;background-image:none;top:67.4208984375rem;left:40.937500953674rem;display:block; }
#PFdgTacM3i0mnAaBwQguhK96UctpDTQZ { box-sizing:content-box;height:2.3125rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15110;background-color:#e3e3e3;background-image:none;top:68.060417175294rem;left:55.071877479553rem;display:block; }
#oISr9c25324AEBIxdBVTTVPaV5Q74DLz { box-sizing:content-box;height:1.625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15111;background-color:#76b975;background-image:none;top:67.880208015444rem;left:55.406250953674rem;display:block; }
#VrygMgbwxmDo7pbhZDlWL8SOrXoHs6ax { box-sizing:content-box;height:2.75rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15111;background-color:#e3e3e3;background-image:none;top:67.74072265625rem;left:60.744790077209rem;display:block; }
#GDlew1N2PtcMzGrmLrWq7oGsQVCsnDDQ { box-sizing:content-box;height:2.5rem;width:3.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15112;background-color:#76b975;background-image:none;top:67.5458984375rem;left:61.182290077209rem;display:block; }
#oIGOunlowUldV0wBnWqkVZ72VBhA2Zp2 { box-sizing:content-box;height:17.4375rem;width:35.75rem;position:absolute;display:block;z-index:14999;background-color:#e1ad10;background-image:none;top:43.834373474121rem;left:31.170834541321rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#L6MvdfrGngN29oqMaRbT04cdPnQfdosr { box-sizing:content-box;height:19.8125rem;width:38.375rem;position:absolute;display:block;z-index:14998;background-color:#e1ad10;background-image:none;top:42.608331680298rem;left:29.868752479553rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#TCgPukfzsh7WLhxOEWVkUUUrZsNgzDMe { box-sizing:content-box;height:84.3125rem;width:1.8125rem;position:absolute;display:block;z-index:15005;background-color:#c8a87b;background-image:none;top:49.264583587646rem;left:3.5635423660278rem;border-top:0.1875rem solid #5d92ff;border-left:0;border-right:0;border-bottom:0;display:block; }
#WD7Dad4vNom2hanb93osRP0ZbNDqP4Wd { box-sizing:content-box;height:2.125rem;width:1.6875rem;position:absolute;display:block;z-index:15113;background-color:#c8a87b;background-image:none;top:133.12708663941rem;left:3.6333545318969rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:0.25rem;display:block; }
#Sold5guGgMyh63ImMaScqbMiarSd8U68 { box-sizing:content-box;height:21.3125rem;width:1.8125rem;position:absolute;display:block;z-index:15006;background-color:#c8a87b;background-image:none;top:133.125rem;left:5.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:31.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FgXUuT9v3aOr0icezw72HVA1yfn6Pc0w { box-sizing:content-box;height:0.125rem;width:0.125rem;position:absolute;display:block;z-index:15114;background-color:#c8a87b;background-image:none;top:135.70417001441rem;left:5.7583341598511rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:0.25rem;display:block; }
#LLAeT5TOSrOTOUWhUP2DXaxdLTH6ba0q { box-sizing:content-box;height:2.125rem;width:1.8125rem;position:absolute;display:block;z-index:15114;background-color:#c8a87b;background-image:none;top:154.3125rem;left:5.3135423660278rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:0.25rem;display:block; }
#vs89vSTJTXKW68MBMMXgibOz2Ob5NWW0 { box-sizing:content-box;height:2.125rem;width:41.625rem;position:absolute;display:block;z-index:15007;background-color:#c8a87b;background-image:none;top:154.2812538147rem;left:6.4552087783812rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:31.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#b5NXyBWwnR24zH7QcTbiehIbdpK7CRTU { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.3125rem;top:47.077083587646rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#XAtFKfzi5WDHm20c7Vax7nDuq1dBVbwe { box-sizing:content-box;height:10.375rem;width:7.6875rem;position:absolute;display:block;z-index:15004;background-color:#c7c1c1;background-image:none;top:91.962509155275rem;left:15.878124237061rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r23MuSIkzyO7Amy5DuXSkn8hFygL37MG { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:154.2812538147rem;left:15.205208778381rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#qEENlTTDuQe34BhMDSy0niH1ZOTZo0fa { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:155.25416946411rem;left:50.580208778381rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#OmWFCXG40z7xRbFdTOnTv9IhlOLliUpo { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:44.827083587646rem;left:0.001042366027832rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xG3QGW6DkJXM9dpPrrEeca2lVThvg1IR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15006;background-color:#c7c1c1;background-image:none;top:131.93229675293rem;left:9.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:0.25rem;display:block; }
#np1co8GyNSlsLGD152Sl8BvpsSHHpphh { box-sizing:content-box;height:6.3125rem;width:37.125rem;position:absolute;display:block;z-index:15009;background-color:#c7c1c1;background-image:none;top:135.25208663941rem;left:30.733331680298rem;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; }
#UR7pm7crfS2s8Hg4CKR2VcxlHTOoLHJl { box-sizing:content-box;height:46rem;width:2.0625rem;position:absolute;display:block;z-index:15006;background-color:#807d77;background-image:none;top:57.329171180725rem;left:24.087502479553rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JzPNkOgGArgdga3S27Sq6R6rMJdaf3by { box-sizing:content-box;height:1.6875rem;width:25.6875rem;position:absolute;display:block;z-index:15007;background-color:#807d77;background-image:none;top:63.122802734375rem;left:25.900002479553rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#snQdfvzz42Okh7tptqnyKsd1aFF8etMm { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15116;line-height:1;letter-spacing:0;top:69.240625381469rem;left:22.812500953674rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ssal824eOUl2MkbfLELPtgJIKwyyrfqG { color:#000000;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:87.265625rem;left:0.56354236602783rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#bsAyePPUiFelBx4MoOcwP4nZsRvl3x5e { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:153.52187919617rem;left:63.252083778381rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#LBgLSpT1GteeGg2yhBeRH7RCAKO5oaWI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:1.5rem;top:153.24687957764rem;left:73rem;overflow:hidden;display:block; }
#gzWtCsDb47Rm2ROJpnQ8htu8VTeZ5M3E { box-sizing:content-box;height:2.4375rem;width:2.125rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15110;background-color:#545d82;background-image:none;top:67.839584350588rem;left:50.580208778381rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#OkdixZDh6xbACMZF04bk5R34NC94DrKr { box-sizing:content-box;height:2.4375rem;width:2.125rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15111;background-color:#545d82;background-image:none;top:67.839584350588rem;left:48.181252479553rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#UEcDCrgowSWEgdrlzc3xtmITN8mzB6aV { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15117;line-height:1;letter-spacing:0;top:66.115625381469rem;left:42.853127479553rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WBtVPewigD3V1BBnzKDUJyNwmdU7TUra { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;display:block;z-index:15007;background-color:#807d77;background-image:none;top:51.625rem;left:24.275002479553rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eloRDFAOsB6TgFfUfDPiOKdyWE0rhFDB { box-sizing:content-box;height:1.75rem;width:2.125rem;position:absolute;display:block;z-index:15008;background-color:#807d77;background-image:none;top:64.108333587644rem;left:49.478127479553rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mVLJdEosDFEBmoroT25CUTk0L6o8v2o3 { box-sizing:content-box;height:1.8125rem;width:21.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(236,175,54,0.52);background-image:none;top:90.858334541319rem;left:40.406248092651rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f5QvTAH64iDmDfXMw5T8ec3QznV9X6vC { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:91rem;left:44.961458206177rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#WHBQts89smdBXx76bC0uq62KDikaHuzF { box-sizing:content-box;height:6.0625rem;width:1.6875rem;position:absolute;display:block;z-index:15007;background-color:#356f07;background-image:none;top:118.80833053589rem;left:41.266668319702rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#xmeVl9AAhvTGypQQV3ichNObLzZOZTZS { box-sizing:content-box;height:6.0625rem;width:1.625rem;position:absolute;display:block;z-index:15008;background-color:#356f07;background-image:none;top:118.80833435059rem;left:65.058332443238rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#i3eTwMMupfLh06vdzvLKXH18uTW8uCNg { color:#fbeaea;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:121.25203704834rem;left:48.510416030884rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#dhAQbONWRMRQTC6TWSTuavlDsTnveshT { box-sizing:content-box;height:4.625rem;width:1.5rem;position:absolute;display:block;z-index:15009;background-color:#356f07;background-image:none;top:100.96145820617rem;left:56.293752670288rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#iJTB6iTHdgByfbOrZni9TroTf0fJw7wt { box-sizing:content-box;height:4.625rem;width:1.5rem;position:absolute;display:block;z-index:15010;background-color:#356f07;background-image:none;top:100.96145820617rem;left:40.455205917358rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#QneTRqSMFTGBk1z4PJ8ruTgTKntvPD08 { color:#fbeaea;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:101.83437538147rem;left:42.541666030884rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#OL5SXDKmgWK4EyDRkrKdw4SV2saP7pOx { box-sizing:content-box;height:6.9375rem;width:4.4375rem;position:absolute;display:block;z-index:15008;background-color:#356f07;background-image:none;top:107.42083358764rem;left:61.643751144409rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#vEendr12TdvJP5iyVVlS8a5LCqFi8IMe { color:#fbeaea;display:block;width:4.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:104.38437461853rem;left:61.514585494995rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#VILB33PB0OXwKZHfZ1I5ph7VRTU15fie { box-sizing:content-box;height:1.75rem;width:6.1875rem;position:absolute;display:block;z-index:15011;background-color:#356f07;background-image:none;top:108.75rem;left:32.53750038147rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#Oqa3ovzHbLmtvSJZM6fZ3rIiCgMFv5iQ { color:#fbeaea;display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:106.52500152588rem;left:31.983331680298rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#wdJTNAtkCTbUtwsODOBBpkMlul2OATFp { box-sizing:content-box;height:2.5625rem;width:2.625rem;position:absolute;display:block;z-index:15012;background-color:#356f07;background-image:none;top:96.365626335144rem;left:55.786458969116rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#usB3kMXZPsZJIZf5LstTVOpsTtszX1JJ { box-sizing:content-box;height:4.3125rem;width:4.4375rem;position:absolute;display:block;z-index:15009;background-color:#356f07;background-image:none;top:95.801043510437rem;left:61.643751144409rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#i0iK7LalJzRo2kZGr7GLpcQeTRgZ9c2T { color:#fbeaea;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:96.852085113525rem;left:61.781248092651rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#yLs0VoR5B9EvuSx5qSot5AJcJla8llM9 { box-sizing:content-box;height:1.5rem;width:1.75rem;position:absolute;display:block;z-index:15013;background-color:#356f07;background-image:none;top:130.25208282471rem;left:32.60000038147rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#QWiqdDFiGVfoTfIqaM5BokaWEyMJAnaZ { box-sizing:content-box;height:1.5rem;width:1.75rem;position:absolute;display:block;z-index:15014;background-color:#356f07;background-image:none;top:130.25208282471rem;left:36.52499961853rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#oSUs1pRFVAU85aHWiDiUiZBNfbazsvpn { box-sizing:content-box;height:1.5rem;width:1.75rem;position:absolute;display:block;z-index:15015;background-color:#356f07;background-image:none;top:126.56458282471rem;left:32.60000038147rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#NbxS23i4PoTH3NHPdT4oal5X4L4fb5c0 { box-sizing:content-box;height:1.5rem;width:1.75rem;position:absolute;display:block;z-index:15016;background-color:#356f07;background-image:none;top:126.56458282471rem;left:36.52499961853rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#miOrGrEJutsuxMxO0HAT8qBTVQ7rJPBU { color:#fbeaea;display:block;width:4.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:128.35208129882rem;left:33.635416030884rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#nklfcqmyGiFyVaoTaU3l4QADWvAh8xtT { box-sizing:content-box;height:2.9375rem;width:4.3125rem;position:absolute;display:block;z-index:15013;background-color:#356f07;background-image:none;top:129.31458282471rem;left:48.843748092651rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#T0GTFTdpL5kZacXRIUOeC2Tvt90c3dUw { color:#fbeaea;display:block;width:4.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:130.25208282471rem;left:48.843748092651rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#p9QMT4tKKStbtIrH80fhb2TJAPqan42U { box-sizing:content-box;height:3.4375rem;width:3.5rem;position:absolute;display:block;z-index:15014;background-color:#e3a208;background-image:none;top:104.38437461853rem;left:18.246873855591rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#geoCxmmia1QoWeFXX7SClH0g3OoDadui { color:#fbeaea;display:block;width:4.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:107.84375rem;left:17.267707824707rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#kpVOKG51fTSx4XXoia9aI4ks2Z2WMKMl { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:92.945835113525rem;left:13.005208969116rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#FiUHo3oOKk3pZvhltH4NnKJbEyCeX3Tt { box-sizing:content-box;height:6.125rem;width:6.25rem;position:absolute;display:block;z-index:15015;background-color:#e30808;background-image:none;top:107.82708358764rem;left:47.211458206177rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#lBBirz7hiGrs5tmKkzJNUzEuUWIbIbZF { color:#fbeaea;display:block;width:6.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:96.60937690735rem;left:48.843748092651rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#w6xheoPTRQymlL49o717t0Frn2qTVoFR { color:#fbeaea;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:114.65104293823rem;left:43.781248092651rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#i6pNMP2N9edCinJqf0xiruLJfRJTwVE3 { box-sizing:content-box;height:1.25rem;width:1.9375rem;position:absolute;display:block;z-index:15013;background-color:#356f07;background-image:none;top:99.436458587644rem;left:18.684373855591rem;border-top:0.125rem solid #f8e41b;border-left:0.125rem solid #f8e41b;border-right:0.125rem solid #f8e41b;border-bottom:0.125rem solid #f8e41b;display:block; }
#rUKQea2AiCgd4mhPIOJ6o9XfRCt73zTH { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:101.01145935059rem;left:13.005208969116rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#Ib4nNe6q2pkmAfHV2J7FTyyWb45ame7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0712a5, #e30808);background-image: -moz-linear-gradient(180deg, #0712a5, #e30808);background-image: -ms-linear-gradient(180deg, #0712a5, #e30808);background-image: -o-linear-gradient(180deg, #0712a5, #e30808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0712a5', endColorstr='#e30808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0712a5', endColorstr='#e30808' );";background-image: linear-gradient(180deg, #0712a5, #e30808);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ib4nNe6q2pkmAfHV2J7FTyyWb45ame7C > .row .container { background-color: transparent; background-image: none; }#Ib4nNe6q2pkmAfHV2J7FTyyWb45ame7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib4nNe6q2pkmAfHV2J7FTyyWb45ame7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib4nNe6q2pkmAfHV2J7FTyyWb45ame7C > .row .container > .video-iframe-container { display: none; }#Ib4nNe6q2pkmAfHV2J7FTyyWb45ame7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib4nNe6q2pkmAfHV2J7FTyyWb45ame7C > .row > .video-iframe-container { display: none; }#Ib4nNe6q2pkmAfHV2J7FTyyWb45ame7C > .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); }#Ib4nNe6q2pkmAfHV2J7FTyyWb45ame7C > .row .container { border-width: 0; border-radius: 0; }#Ib4nNe6q2pkmAfHV2J7FTyyWb45ame7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ib4nNe6q2pkmAfHV2J7FTyyWb45ame7C > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#Ja9acc1atDFC5yTVmVlbA6Cug3i1purf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.1875rem;top:11.15625rem;left:2.34375rem;overflow:hidden;display:block; }
#EU6QcLO2cA0oQQSfWvl56oCGQTWq8EnV { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zL2MQ6FA1sTUJ5wUyoIfrdFT7ZgZ5Mqk { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.1875rem;left:13.125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CMP2Um6xV6BxFC9NPflWZvyDH6axnfwo { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:61.5625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1BXwftk72LRzHWWklwfBnlapSvpumPu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.1875rem;top:11.15625rem;left:63.15625rem;overflow:hidden;display:block; }
#AVSPPVO6gkprAPTXfWocyFJ8lN1NVRz0 { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.625rem;left:12.53125rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F0upIvLcbWZKJOSHOlgOc9IgDf7J6f3h { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.03125rem;left:12.53125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4xHZxruFTyrvdTM8ErAnaD8cHkpv0TC { color:#ffffff;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5rem;left:26.28125rem;height:8.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nysqZAC0zfgdUzVBVh0uB3iqh6s0V6qo { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.375rem;left:26.8125rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yxu8Rx6ek24lsOQptompKc65DD6H3VLT { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.5rem;left:22.28125rem;display:block; }
#yWinsJa7EbAsOcTAATFF5sWRsgGdCmEm { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:11.6875rem;left:22.28125rem;display:block; }
#cmypxaGiEH5hcIrxp57Sh8uNWLNiBNCT { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:13.875rem;left:22.28125rem;display:block; }
#wlSWBiDTTECm8sOcDX5w8l02kbx54uFt { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:15.875rem;left:22.34375rem;display:block; }
#BHT9tSOgWTwPzKkwsCEepRbyEyvyIMk7 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:24.4375rem;left:22.28125rem;display:block; }
#ZoA1rZA2GZUCpmewHKdA9Kg2TzQs4wtt { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:26.59375rem;left:22.34375rem;display:block; }
#m5a5Hn1mVZbz3s0TN2GBffVCxFPgqsMC { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:28.8125rem;left:22.28125rem;display:block; }
#Tf5afrFU3F61Hi6i8345o6OLbE5yOgsn { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.949999809265rem;left:13.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sRDrcypOrUqDfOtZLKPATia2PodTbakl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0712a5, #e30808);background-image: -moz-linear-gradient(180deg, #0712a5, #e30808);background-image: -ms-linear-gradient(180deg, #0712a5, #e30808);background-image: -o-linear-gradient(180deg, #0712a5, #e30808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0712a5', endColorstr='#e30808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0712a5', endColorstr='#e30808' );";background-image: linear-gradient(180deg, #0712a5, #e30808);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sRDrcypOrUqDfOtZLKPATia2PodTbakl > .row .container { background-color: transparent; background-image: none; }#sRDrcypOrUqDfOtZLKPATia2PodTbakl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRDrcypOrUqDfOtZLKPATia2PodTbakl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRDrcypOrUqDfOtZLKPATia2PodTbakl > .row .container > .video-iframe-container { display: none; }#sRDrcypOrUqDfOtZLKPATia2PodTbakl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRDrcypOrUqDfOtZLKPATia2PodTbakl > .row > .video-iframe-container { display: none; }#sRDrcypOrUqDfOtZLKPATia2PodTbakl > .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); }#sRDrcypOrUqDfOtZLKPATia2PodTbakl > .row .container { border-width: 0; border-radius: 0; }#sRDrcypOrUqDfOtZLKPATia2PodTbakl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sRDrcypOrUqDfOtZLKPATia2PodTbakl > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#SDGGu3NA9GOcrOGcdSrI9Jp18LVvni0Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.375rem;top:9rem;left:16.40625rem;overflow:hidden;display:block; }
#qfGvb78ElkLq0f5mTN7nH7VVHsQybxCb { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:48.718750953674rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0SVxRQlV9CbnWL7GNe3RL4c5vibOdaT { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.75rem;left:13.875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lme6fdCdUlU9RMguRwwu8HIib6XLOymP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:8.375rem;top:8.96875rem;left:51.968750953674rem;overflow:hidden;display:block; }
#CTdTLbv1VwykPwSckIMKkE7HN3tP2Hrh { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4374589920044rem;left:13.875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfkR32ST4EcvAxz7vEcdwu7kyBeVHWhw { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.6562490463256rem;left:29.031250953674rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#afJXsOfpcW6bdf4aizx2HlpRXLqQi2sn { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.562499046326rem;left:30.531250953674rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVyJFlqeUTiyTfTOMyUxHbkqE8v0bw7g { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:8.5625rem;left:24.781250953674rem;display:block; }
#yJINyzkR8cslnSWCGaWOlfBwp7F1CEhO { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:13.999999046326rem;left:24.781250953674rem;display:block; }
#oLc1FSVUFOHUGctIW97UMLeC8uIBqTpE { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:8.5625rem;left:47.968750953674rem;display:block; }
#M5NghOaVwqLiKCkHVD4LanE1J6sbIRco { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:11.468749046326rem;left:47.968750953674rem;display:block; }
#DaPFfouECCudrBgDrdbV8D5J95CRsw3v { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.093749046326rem;left:30.531250953674rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHrpAMcVbF6vrG6JEhkDrU77MDP98oMi { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.8125rem;left:29.697916984558rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KHkQOcBXNRLATUWIlxz4qVyXAQewPEOP { box-sizing:content-box;color:#ffffff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:21.824999809265rem;left:40.697916984558rem;display:block; }
#KzgNP213ZDaNUQnvcUvAylfXgP5vq22L { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.1875rem;top:21.074999809265rem;left:36.510416984558rem;overflow:hidden;display:block; }
#ZhFruMQ70vd6x2d2uRNeOgact31GkNyp { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.575000762939rem;left:30.885416984558rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HlWlUW3JWgbdnvJbA6OppIxl7uTJXxnh { box-sizing:content-box;color:#ffffff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:21.824999809265rem;left:33.552084922791rem;display:block; }
#iXU08yIwU2U6nZpUcDs9gFwl36TiLbyZ { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.75rem;top:2.6667518615723rem;left:9.6979169845581rem;overflow:hidden;display:block; }
#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d07fd5ef-7023-4675-8d69-09db284a9a50/387011668_7154943077872433_3097320484703590748_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6.adaptive-delivery-prevent-bg, #QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6.lazyload, #QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6.lazyloading { background-image: none; }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6 > .row .container { background-color: transparent; background-image: none; }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,18,185,0.83); }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6 > .row .container > .video-iframe-container { display: none; }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,18,185,0.83); }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6 > .row > .video-iframe-container { display: none; }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6 > .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); }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6 > .row .container { border-width: 0; border-radius: 0; }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXiQiOBFJN5P1DIJx0ibsxR35zcIdRJ6 > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:block; }#sDobi8QWTe49rT2oaopMat70TOpzkITU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:4.0625rem;top:6.7354173660281rem;left:65.735421180725rem;overflow:hidden;display:block; }
#psTc7NMaq8vJTv8PSAX4eWiSy0QqTxE5 { color:#e30808;display:block;width:48.75rem;position:absolute;font-family:nowy14;font-size:5.4375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:10.579167366028rem;left:0.001042366027832rem;height:8.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MU9nzGnxqyIZ4N2MBN8Qdwun4x9OCR5E { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:nowy14;font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:18.735417366028rem;left:16.687500953674rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ied8eyT5CHnQnkPfkJUuFoIgc0lWV28B { box-sizing:content-box;height:43.1875rem;width:67.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:5.2572917938233rem;left:3.8281259536743rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#WNu63vmg1zweUDqVOSKm3ep9g2Msk1ff { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:7.8125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem #000000;top:7.0718755722044rem;left:23.181252479553rem;height:11.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FA0v2RgnLIdzF4MheLhqMnXrDS6l8WTE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:12.180208206177rem;left:29.468750953674rem;overflow:hidden;display:block; }
#TN53vFaE72xnSAKI2tCa9BL0gMnbdVCI { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem #000000;top:23.578125rem;left:11.031250953674rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TN53vFaE72xnSAKI2tCa9BL0gMnbdVCI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TN53vFaE72xnSAKI2tCa9BL0gMnbdVCI li:before{  }
#d07WuwDnMZm4T5w6858Mq5G9wB5PTA90 { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem #000000;top:37.759376525879rem;left:13.125000953674rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BgDqXAR6upbWBuxtgKu6CXeUtBocRWE0 { color:#ffffff;display:block;width:66.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem #000000;top:46.259376525879rem;left:4.3125009536743rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6dTAq542bhER8EVJFbdsUSdpDmzoOW2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:15.1875rem;top:24.877082824707rem;left:54.555207252502rem;overflow:hidden;display:block; }
#WZBhfp1Wl8aT8ZJAnmfoZ1Z0T6bl3lNz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:36.946876525879rem;left:11.031250953674rem;overflow:hidden;display:block; }
#WOzpzE4PlgXnwPTLlOidiTlg9BZn1r4E { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:14.625rem;top:6.2979173660281rem;left:5.4375009536743rem;overflow:hidden;display:block; }
#CWerqIW2emArHFyLMoefxXENOcgcFqR8 { position:relative;display:block; }#CWerqIW2emArHFyLMoefxXENOcgcFqR8 { background-color: transparent; background-image: none; }#CWerqIW2emArHFyLMoefxXENOcgcFqR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWerqIW2emArHFyLMoefxXENOcgcFqR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWerqIW2emArHFyLMoefxXENOcgcFqR8 > .row .container > .video-iframe-container { display: none; }#CWerqIW2emArHFyLMoefxXENOcgcFqR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWerqIW2emArHFyLMoefxXENOcgcFqR8 > .row > .video-iframe-container { display: none; }#CWerqIW2emArHFyLMoefxXENOcgcFqR8 > .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); }#CWerqIW2emArHFyLMoefxXENOcgcFqR8 { border-width: 0; border-radius: 0; }#CWerqIW2emArHFyLMoefxXENOcgcFqR8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CWerqIW2emArHFyLMoefxXENOcgcFqR8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hKxCuCogRDKXNcTnJ0WwAKl3gaxBrJbt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:6.94687461853rem;left:28.15625rem;overflow:hidden;display:block; }
#taWh8QXg0QZE3c9pWaqGJMNeQegXfWwS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:14.75rem;top:12.38437461853rem;left:38.09375rem;overflow:hidden;display:block; }
#CNxBw7scvZ8C1hibmdUrXu2Uzd89tD2W { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.125rem;top:21.384376525879rem;left:34.860416412354rem;overflow:hidden;display:block; }
#owEMFJ1Ivb9QbmDMw5KcwftJn0xAuV87 { color:#ed1d5a;display:block;width:29.3125rem;position:absolute;font-family:nowy14;font-size:3.4375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:27.07187461853rem;left:17.09375rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbSlayVGzr53NfXn8QPd0M40scct1syV { color:#f49108;display:block;width:17.8125rem;position:absolute;font-family:nowy14;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:27.49374961853rem;left:33.625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WpXdkTJQeCrKUacqTuvz6oCQxTMq20sS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#192112;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; }#WpXdkTJQeCrKUacqTuvz6oCQxTMq20sS > .row .container { background-color: transparent; background-image: none; }#WpXdkTJQeCrKUacqTuvz6oCQxTMq20sS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpXdkTJQeCrKUacqTuvz6oCQxTMq20sS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpXdkTJQeCrKUacqTuvz6oCQxTMq20sS > .row .container > .video-iframe-container { display: none; }#WpXdkTJQeCrKUacqTuvz6oCQxTMq20sS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpXdkTJQeCrKUacqTuvz6oCQxTMq20sS > .row > .video-iframe-container { display: none; }#WpXdkTJQeCrKUacqTuvz6oCQxTMq20sS > .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); }#WpXdkTJQeCrKUacqTuvz6oCQxTMq20sS > .row .container { border-width: 0; border-radius: 0; }#WpXdkTJQeCrKUacqTuvz6oCQxTMq20sS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WpXdkTJQeCrKUacqTuvz6oCQxTMq20sS > .row .container { font-size:0.875rem;font-family:arial;height:64.0625rem;width:75rem;position:relative;display:block; }#s1E63LHx3E58XLOJA7JslFCQqyDkP3UB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.625rem;width:52.3125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.375rem;left:10.656250953674rem;overflow:hidden;display:block; }
#o9QTcnJlWE3treIa0VTlFWydNJN078ON { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.3125rem;width:15.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.3125rem;left:9.125rem;overflow:hidden;display:block; }
#hcHZXJZvrgIS149VPz98iSrdBGOwfZqE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.25rem;width:34.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.6875rem;left:21.468750953674rem;overflow:hidden;display:block; }
#PmzNg60ZO7ObxWWdxQoD4W8WX9MsASTF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:7.4375rem;top:43.324999809265rem;left:35.218750953674rem;overflow:hidden;display:block; }
#Z5U9DMr6wHwq8JmEv5scV0cwOQoHAMiE { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:28.345832824707rem;left:29.750000953674rem;height:2.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8f9dd19-7ccd-4af9-b478-68da0f5a50bb/_pressmaster30453710scaledremovebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0.adaptive-delivery-prevent-bg, #LP95koHFMCDWz96ylxmp4FC2y3LsEFe0.lazyload, #LP95koHFMCDWz96ylxmp4FC2y3LsEFe0.lazyloading { background-image: none; }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0 > .row .container { background-color: transparent; background-image: none; }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(237,5,53,0.69); }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0 > .row .container > .video-iframe-container { display: none; }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(237,5,53,0.69); }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0 > .row > .video-iframe-container { display: none; }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0 > .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); }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0 > .row .container { border-width: 0; border-radius: 0; }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LP95koHFMCDWz96ylxmp4FC2y3LsEFe0 > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#vbqLKdnqXLMBPkbSrJzndkTpKuDRFHHC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:10.9375rem;top:9.3545579910281rem;left:2.5187492370606rem;overflow:hidden;display:block; }
#fMQ9uB0oQEWTF17OvGD98tznduVRZUN7 { color:#0237a7;display:block;width:42.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:22.53125rem;left:17.593750953674rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DqRFe15eINr8iZeczyCrTpLvsgNS6uyw { color:#acadb0;display:block;width:38.0625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:39.931348800659rem;left:19.75rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UmCexgpTcTNJ56XQBNNFvWqusknuUdEe { color:#d3caca;display:block;width:48.3125rem;position:absolute;font-family:"open sans";font-size:5.3125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:6.96875rem;left:14.233334541321rem;height:14.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qy6Na0x1IIpL4c1G09eFmfeOew4THg6F { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:13.1875rem;top:9.0358079910275rem;left:59.720099444002rem;overflow:hidden;display:block; }
#RZ9EZBrwaw0UQCM56LrtCxLDEQIV15PH { color:#0237a7;display:block;width:57.6875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:27.175000190735rem;left:8.6562509536744rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oJWcGlg2D968BH3ImiahcsPFp9ptxkhR { color:#acadb0;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.9;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:32.36874961853rem;left:18.8125rem;height:6.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fl66pueASxOTRzWoZ1OpWGtB7RxvoK1R { color:#acadb0;display:block;width:25.375rem;position:absolute;font-family:nowy4;font-size:2.375rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:32.368457794189rem;left:31.595830917358rem;height:4.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OaT4uEQUofpZdpxUkn0ScxtabpLoFJP1 { color:#0237a7;display:block;width:16.75rem;position:absolute;font-family:indeflower;font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:24.104167938233rem;left:58.124998092651rem;height:4.2625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P6D1mt1x1sbHsQ8Z7EFOBOCoC46uTBPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0712a5, #f32121);background-image: -moz-linear-gradient(180deg, #0712a5, #f32121);background-image: -ms-linear-gradient(180deg, #0712a5, #f32121);background-image: -o-linear-gradient(180deg, #0712a5, #f32121);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0712a5', endColorstr='#f32121' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0712a5', endColorstr='#f32121' );";background-image: linear-gradient(180deg, #0712a5, #f32121);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P6D1mt1x1sbHsQ8Z7EFOBOCoC46uTBPV > .row .container { background-color: transparent; background-image: none; }#P6D1mt1x1sbHsQ8Z7EFOBOCoC46uTBPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6D1mt1x1sbHsQ8Z7EFOBOCoC46uTBPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6D1mt1x1sbHsQ8Z7EFOBOCoC46uTBPV > .row .container > .video-iframe-container { display: none; }#P6D1mt1x1sbHsQ8Z7EFOBOCoC46uTBPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6D1mt1x1sbHsQ8Z7EFOBOCoC46uTBPV > .row > .video-iframe-container { display: none; }#P6D1mt1x1sbHsQ8Z7EFOBOCoC46uTBPV > .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); }#P6D1mt1x1sbHsQ8Z7EFOBOCoC46uTBPV > .row .container { border-width: 0; border-radius: 0; }#P6D1mt1x1sbHsQ8Z7EFOBOCoC46uTBPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6D1mt1x1sbHsQ8Z7EFOBOCoC46uTBPV > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#ee6fCalmfwJCreoZ9SC8TgaP1IE1rsDJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:11.0625rem;top:13.604166559265rem;left:6.0227321831857rem;overflow:hidden;display:block; }
#iQyNMcMcOfwMbdlBp2owqIxCF88NoPFe { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:4.375rem;top:2.5406246185302rem;left:21.250000953674rem;overflow:hidden;display:block; }
#DVUJDrI1tiXycUwweG3UhHMm50d6lZvy { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:14.887499809265rem;left:18.625000953674rem;height:8.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acLLlbsJQITH3V8EmZtQwu3F4k8LXhNL { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.845832824707rem;left:2.8750009536743rem;height:2.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTmZzPidm8JGQV1NKFiy4TxAB5ckmBJe { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10.802083015442rem;left:13.625000953674rem;height:2.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zFAgkQmNZqN87WuD0EalJc5JTWpOwigZ { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.802083015442rem;left:24.395833015442rem;height:2.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5JyGBS1szZxrGAT6rxrrIm10ZvP3J8v { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:10.802083015442rem;left:36.071877479553rem;height:2.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpIJoZd3LdavD4ZonQZhtbzFyESC7XLg { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,5,5,0.35), rgba(7,18,165,0.32));background-image: -moz-linear-gradient(180deg, rgba(243,5,5,0.35), rgba(7,18,165,0.32));background-image: -ms-linear-gradient(180deg, rgba(243,5,5,0.35), rgba(7,18,165,0.32));background-image: -o-linear-gradient(180deg, rgba(243,5,5,0.35), rgba(7,18,165,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3050559', endColorstr='#0712a551' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3050559', endColorstr='#0712a551' );";background-image: linear-gradient(180deg, rgba(243,5,5,0.35), rgba(7,18,165,0.32));background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:56.4375rem;top:27.416666984558rem;left:4.2885408401489rem;display:block; }
#gTk5oqDXtGIvHT6BqknlTzlG0anlRp59 { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:27.416666984558rem;left:24.395833015442rem;height:5.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3TOFiFdMSuBAluDbFImnBNX1v61EPRL { 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:15020;opacity:1;top:17.612500190735rem;left:3.7677087783814rem; }
#h7G1w9GfEDBL7TNRKQMCE403T3b4rRll { 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:15021;opacity:1;top:20.392708778381rem;left:4.2885408401489rem; }
#JD4HMM4vHZB1MWTeIBr9ToeZRt9zlX5t { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.4375rem;width:49.5rem;top:0rem;left:18.625000953674rem;overflow:hidden;display:block; }
#C5hUvor3g9DbqL51Ql564HUJ3mAJcPsO { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(350deg, #e30808, #182c58);background-image: -moz-linear-gradient(350deg, #e30808, #182c58);background-image: -ms-linear-gradient(350deg, #e30808, #182c58);background-image: -o-linear-gradient(350deg, #e30808, #182c58);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#182c58' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#182c58' );";background-image: linear-gradient(350deg, #e30808, #182c58);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:15.625rem;width:49.5625rem;top:29.823958396912rem;left:18.625000953674rem;display:block; }
#csyCAskM8rwaCQATOxfJ6rOwlpbvIvLb { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:32.841666221619rem;left:24.395833015442rem;height:10.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HU7pcnUVpdaIL6arB3P4rZCGPVhfpdAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0712a5, #f32121);background-image: -moz-linear-gradient(180deg, #0712a5, #f32121);background-image: -ms-linear-gradient(180deg, #0712a5, #f32121);background-image: -o-linear-gradient(180deg, #0712a5, #f32121);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0712a5', endColorstr='#f32121' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0712a5', endColorstr='#f32121' );";background-image: linear-gradient(180deg, #0712a5, #f32121);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HU7pcnUVpdaIL6arB3P4rZCGPVhfpdAh > .row .container { background-color: transparent; background-image: none; }#HU7pcnUVpdaIL6arB3P4rZCGPVhfpdAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HU7pcnUVpdaIL6arB3P4rZCGPVhfpdAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HU7pcnUVpdaIL6arB3P4rZCGPVhfpdAh > .row .container > .video-iframe-container { display: none; }#HU7pcnUVpdaIL6arB3P4rZCGPVhfpdAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HU7pcnUVpdaIL6arB3P4rZCGPVhfpdAh > .row > .video-iframe-container { display: none; }#HU7pcnUVpdaIL6arB3P4rZCGPVhfpdAh > .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); }#HU7pcnUVpdaIL6arB3P4rZCGPVhfpdAh > .row .container { border-width: 0; border-radius: 0; }#HU7pcnUVpdaIL6arB3P4rZCGPVhfpdAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HU7pcnUVpdaIL6arB3P4rZCGPVhfpdAh > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#OpeyMAtAutBeG6BSpmgqCdK8NHqbQi3L { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:11.0625rem;top:13.604166559265rem;left:6.0227321831857rem;overflow:hidden;display:block; }
#FUwiKZ0mfacwmRvEkbDDz3N5LF8GNsbF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:11.875rem;top:12.512499809265rem;left:54.446877479553rem;overflow:hidden;display:block; }
#KcgqqoBIpifdmaVdZda2SP2hbcFmPT9T { color:#ffffff;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:4.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.4604167938233rem;left:0.001042366027832rem;height:6.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLLKXZnbFWxant85vI5wHQbJhpAl7pFO { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:14.887499809265rem;left:18.625000953674rem;height:8.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4KhBaUcRgVWffnoPvu7OB46gQEPdOWH { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.845832824707rem;left:2.8750009536743rem;height:2.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xoCzUcLovhM00JDa1qFXdIThCv0DaiVO { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10.802083015442rem;left:13.625000953674rem;height:2.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMU5RHFf13JsvyBN7TfLMio9t0yfntqT { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.802083015442rem;left:24.395833015442rem;height:2.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTc7hg4VackyBIxkdfyQeyXqcviZpWdZ { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:10.802083015442rem;left:36.071877479553rem;height:2.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d66FT1XWvSk5ELnbbm1PiLN9vpFLKXxO { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,5,5,0.35), rgba(7,18,165,0.32));background-image: -moz-linear-gradient(180deg, rgba(243,5,5,0.35), rgba(7,18,165,0.32));background-image: -ms-linear-gradient(180deg, rgba(243,5,5,0.35), rgba(7,18,165,0.32));background-image: -o-linear-gradient(180deg, rgba(243,5,5,0.35), rgba(7,18,165,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3050559', endColorstr='#0712a551' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3050559', endColorstr='#0712a551' );";background-image: linear-gradient(180deg, rgba(243,5,5,0.35), rgba(7,18,165,0.32));background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:56.4375rem;top:9.6729164123538rem;left:9.1635408401487rem;display:block; }
#rNVk2IKqyeNeWZn2RyuWthxXMSWMEgAk { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:24.756249427796rem;left:15.689583778381rem;height:10.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HD9anLiVH7VRNKeDistDHBw1kUFlTAhh { 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:15020;opacity:1;top:15.926041603088rem;left:19.892708778381rem; }
#ChXPlpsKkv3qoWtLC6Vue6Zoh2I7lWoW { 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:15021;opacity:1;top:20.392708778381rem;left:19.892708778381rem; }
#vRpr7C6WOHQUhZvbu5QPgBaJuTKs4Dcw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000fd5, #f80000);background-image: -moz-linear-gradient(180deg, #000fd5, #f80000);background-image: -ms-linear-gradient(180deg, #000fd5, #f80000);background-image: -o-linear-gradient(180deg, #000fd5, #f80000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000fd5', endColorstr='#f80000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000fd5', endColorstr='#f80000' );";background-image: linear-gradient(180deg, #000fd5, #f80000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vRpr7C6WOHQUhZvbu5QPgBaJuTKs4Dcw > .row .container { background-color: transparent; background-image: none; }#vRpr7C6WOHQUhZvbu5QPgBaJuTKs4Dcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRpr7C6WOHQUhZvbu5QPgBaJuTKs4Dcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRpr7C6WOHQUhZvbu5QPgBaJuTKs4Dcw > .row .container > .video-iframe-container { display: none; }#vRpr7C6WOHQUhZvbu5QPgBaJuTKs4Dcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRpr7C6WOHQUhZvbu5QPgBaJuTKs4Dcw > .row > .video-iframe-container { display: none; }#vRpr7C6WOHQUhZvbu5QPgBaJuTKs4Dcw > .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); }#vRpr7C6WOHQUhZvbu5QPgBaJuTKs4Dcw > .row .container { border-width: 0; border-radius: 0; }#vRpr7C6WOHQUhZvbu5QPgBaJuTKs4Dcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRpr7C6WOHQUhZvbu5QPgBaJuTKs4Dcw > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#UcnU4LBJD6cGqC9bJP4ZEJXyTs6AXoN8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:6.5625rem;top:2.9499998092651rem;left:77.463839106206rem;overflow:hidden;display:block; }
#Rcx9PrAuWdmMxExXkxeF2Okstwo2URbp { color:#ffffff;display:block;width:74.8125rem;position:absolute;font-family:"open sans";font-size:7.1875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.9604167938232rem;left:0.001042366027832rem;height:10.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PAoKnUebkfWpprTx4OeXXZsvricJlOck { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:22.209374427796rem;left:24.759377479553rem;height:3.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gi6qxa65GmJey6MTPBKA0dOoiLDkF5dN { color:#ffffff;display:block;width:68.3125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:13.881249427796rem;left:3.3437509536743rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxVqZQJaWLUfk5snQ3eybTonKPM1coIV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.704167366028rem;left:20.830208778381rem; }
#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7360c415-2953-4e1f-b08d-dd52fcff6f7b/432200211_1589566765212557_7598420423293588281_n.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU.adaptive-delivery-prevent-bg, #ImMWKbRDkrnByCAl3uildX2ESfEVvuZU.lazyload, #ImMWKbRDkrnByCAl3uildX2ESfEVvuZU.lazyloading { background-image: none; }#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU > .row .container { background-color: transparent; background-image: none; }#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU > .row .container > .video-iframe-container { display: none; }#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU > .row > .video-iframe-container { display: none; }#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU > .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); }#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU > .row .container { border-width: 0; border-radius: 0; }#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImMWKbRDkrnByCAl3uildX2ESfEVvuZU > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#bGJyT1hmZRcCQBLGs0o22yF4TlPwHaIf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:4.5625rem;top:1.0031242370606rem;left:45.719792366028rem;overflow:hidden;display:block; }
#wWkrWvIEEHVdHdeAXsAVwXuJxlNgll7c { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:8.0104160308837rem;left:45.719792366028rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1KaaMJ3FMtIoMOC9x4sCGDaT5oMgqGb { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:40.999998092651rem;left:55.657296180725rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7DkKRbwdTtHJM0sSC8PgLE6F7wzUKWl { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.0104169845581rem;left:16.968750953674rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eG4pfKfyLHMH7R7SlTgCW6XbNRmDuwK9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:8.86572265625rem;left:64.813546180725rem;overflow:hidden;display:block; }
#zyTBXntn4fehCmMsCAPZfIw5yW4TKGII { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:2.625rem;top:40.437498092651rem;left:52.251046180725rem;overflow:hidden;display:block; }
#EExD1G9p7wRVQ95hqt09V3SbQclLeUlS { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.636457443238rem;left:44.501042366028rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUN1f8Q8J6JFHvzbnhvIJNgQLKgTwAJH { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:21.831249237061rem;left:50.63646030426rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LO1Ez1E3dTUWZNxhKrFWftztTVIvkATb { color:#000000;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:24.699951171875rem;left:46.770833015442rem;height:11.6375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bFHOaR2icAPZers0SJPMEJ8MGvh512IS { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.6593742370606rem;left:52.251046180725rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GCCZJHn8PuhQ5q8uma8tnUwTZpPdDl9d { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:24.699999809265rem;left:62.001046180725rem;height:11.6375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tHrhLgS1tlhP1w8gllmSeOTs22tB9dca { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:37.712596893311rem;left:46.770833015442rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xrhwKSmxprwrOAanPsihT9R3npo2nTrg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#xrhwKSmxprwrOAanPsihT9R3npo2nTrg > .row .container { background-color: transparent; background-image: none; }#xrhwKSmxprwrOAanPsihT9R3npo2nTrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrhwKSmxprwrOAanPsihT9R3npo2nTrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrhwKSmxprwrOAanPsihT9R3npo2nTrg > .row .container > .video-iframe-container { display: none; }#xrhwKSmxprwrOAanPsihT9R3npo2nTrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrhwKSmxprwrOAanPsihT9R3npo2nTrg > .row > .video-iframe-container { display: none; }#xrhwKSmxprwrOAanPsihT9R3npo2nTrg > .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); }#xrhwKSmxprwrOAanPsihT9R3npo2nTrg > .row .container { border-width: 0; border-radius: 0; }#xrhwKSmxprwrOAanPsihT9R3npo2nTrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrhwKSmxprwrOAanPsihT9R3npo2nTrg > .row .container { font-size:0.875rem;font-family:arial;height:102.8125rem;width:75rem;position:relative;display:block; }#qpmsMt58XIsCpNTrSSFnUduPdoop6PKw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:11.5rem;top:36.251043319702rem;left:56.273957252502rem;overflow:hidden;display:block; }
#Au61sZRDqvTinwwZcTTlJZ3M33q5ofLs { color:#03468d;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:94.033332824706rem;left:25.531250953674rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUrBxQpF1bx59z0AtTUhBm6Tap21q6Ti { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:12.25rem;top:36.219793319702rem;left:5.6260423660278rem;overflow:hidden;display:block; }
#FVhxkTEluldTqzT6GVTJU0vEqBmet0LQ { color:#03468d;display:block;width:56.5rem;position:absolute;font-family:"open sans";font-size:5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.590626716614rem;left:9.2500009536744rem;height:15rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JqhcaHiiL3oJXwPBRrEhlVRZxxeTZNs9 { color:#03468d;display:block;width:54.625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:46.470833778381rem;left:10.187500953674rem;height:37.96875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HuR1M1XITzIyT2JftIyM6tkOekL2ibFn { color:#03468d;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:80.220832824706rem;left:25.531250953674rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xaHnbomZynZsdvUlAkfTFTzDdTN6OfRL { color:#03468d;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:85.596874237062rem;left:25.531250953674rem;height:3.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BasKMQ04GTbXeFqFJWpZUo66x9xpACu3 { color:#03468d;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:3.625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:72.1416683197rem;left:13.562500953674rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFNDF0BAr0popJDBzHWzyynBGlWF9mHp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:18.75rem;top:36.251041412354rem;left:28.125000953674rem;overflow:hidden;display:block; }
#TFCV4dubTkLcSlE48AcgbEC0Dk4imtdL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:18.3125rem;top:69.374999046325rem;left:51.117707252502rem;overflow:hidden;display:block; }
#bgpi9pMeaQLZdapGPfpaXZzyEEylmJWq { position:relative;display:block; }#bgpi9pMeaQLZdapGPfpaXZzyEEylmJWq { background-color: transparent; background-image: none; }#bgpi9pMeaQLZdapGPfpaXZzyEEylmJWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgpi9pMeaQLZdapGPfpaXZzyEEylmJWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgpi9pMeaQLZdapGPfpaXZzyEEylmJWq > .row .container > .video-iframe-container { display: none; }#bgpi9pMeaQLZdapGPfpaXZzyEEylmJWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgpi9pMeaQLZdapGPfpaXZzyEEylmJWq > .row > .video-iframe-container { display: none; }#bgpi9pMeaQLZdapGPfpaXZzyEEylmJWq > .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); }#bgpi9pMeaQLZdapGPfpaXZzyEEylmJWq { border-width: 0; border-radius: 0; }#bgpi9pMeaQLZdapGPfpaXZzyEEylmJWq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bgpi9pMeaQLZdapGPfpaXZzyEEylmJWq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d30d0d;background-image:none;font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L5O8cWO5UGc6vc0kG2TytC3aZkQR2u5e { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:17.5625rem;width:17.5625rem;top:2.1802082061767rem;left:45.148957252502rem;overflow:hidden;display:block; }
#tC8cGGu8h2bke5HoDJQcviQnun6rgCIJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.3125rem;top:3.4927091598511rem;left:4.6708345413208rem;overflow:hidden;display:block; }
#bRC7t8aCQTBLi4ua7mCBQ1IJZXIx1y6r { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"russo one";font-size:2.75rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.3125rem #000000;top:1.5rem;left:24.593750953674rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xZJxemHNO7pfd54gqTb9gSHTaS4qV9vO { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:18.625rem;width:18.625rem;top:5.5697917938233rem;left:28.132290840149rem;overflow:hidden;display:block; }
#XdQ2JONJn1EPOJnwM5FDlma2hz9eSxWE { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"russo one";font-size:2.6875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.3125rem #000000;top:20.329166412354rem;left:42.016667366028rem;height:4.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b324b392-3121-4d0a-8a07-7d064867023a/123272367_3832889990077775_4141335875189809458_n.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5.adaptive-delivery-prevent-bg, #pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5.lazyload, #pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5.lazyloading { background-image: none; }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5 > .row .container { background-color: transparent; background-image: none; }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(237,5,53,0.78); }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5 > .row .container > .video-iframe-container { display: none; }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(237,5,53,0.78); }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5 > .row > .video-iframe-container { display: none; }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5 > .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); }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5 > .row .container { border-width: 0; border-radius: 0; }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pArGEd3pDZ22T0PdH4N2wTpLGcDpNBe5 > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#S3kGmJQW9CM0aVl4rT8tiK31XclEh2oT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:15.0625rem;top:7.0416831970212rem;left:-4.8567829667363rem;overflow:hidden;display:block; }
#IuVGMfiKOEvJPgMF3L71qqrLyETEsrm2 { color:#e6dede;display:block;width:66.5rem;position:absolute;font-family:"open sans";font-size:4.9375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:5.3250160217285rem;left:8.5010423660281rem;height:6.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZTncQuVGaB6SyWHOXbrDVub8XR1OTP0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:19.4375rem;top:28.423958778381rem;left:32.032292366028rem;overflow:hidden;display:block; }
#H0knFF9VgR31P2xXo9se1kVzIMMoRPha { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:17.0625rem;top:44.016664505005rem;left:1.6843767166137rem;overflow:hidden;display:block; }
#BGeoGI61iIsSefECul0CubXZtVOITqrF { color:#e2e3e8;display:block;width:49.3125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:13.425000190735rem;left:15.875000953674rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSZIXfbOk4zXlqukp97nZI1SuFFTW3pv { color:#e2e3e8;display:block;width:48.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.980208396912rem;left:12.376042366028rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8fyBpmfZyTzMTWXP5yO9eBTpXovMwML { color:#e2e3e8;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:20.268750190735rem;left:12.376042366028rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#miS3TOt4rhT4yzPQ0oRPLDtSnqD14w2c { color:#e2e3e8;display:block;width:62.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.375rem;left:12.626042366028rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RXPp4RymO33zOBK6nvuOqFbl6ApmT9rH { color:#e2e3e8;display:block;width:62.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:24.515624046326rem;left:12.626042366028rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1069b582-8a6b-41fb-b7b3-9aadbe4ee201/52872315_2058848517501745_3594299486815387648_o.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq.adaptive-delivery-prevent-bg, #NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq.lazyload, #NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq.lazyloading { background-image: none; }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq > .row .container { background-color: transparent; background-image: none; }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,163,223,0.7); }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq > .row .container > .video-iframe-container { display: none; }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,163,223,0.7); }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq > .row > .video-iframe-container { display: none; }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq > .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); }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq > .row .container { border-width: 0; border-radius: 0; }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGcJhvm8E8M0zgyu1lNgTkDgxlTmnpRq > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#nNEr9GoU0yMpfHxTSZMkW3FsVc4TLFrA { color:#e6dede;display:block;width:61.8125rem;position:absolute;font-family:"open sans";font-size:6.5625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:0.63750076293944rem;left:19.938542366028rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P79xhgQsr4yozNQcVVktRKWamAvGUlOQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:28.8125rem;top:16.189583565734rem;left:-4.5265848475069rem;overflow:hidden;display:block; }
#W1m9TnOz7rhUMVUWM7b2fKPEhclOZuS5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:10.8125rem;top:16.344792366028rem;left:33.493752479553rem;overflow:hidden;display:block; }
#V27KUtxcFzmweqPkKWdk0ycEWU9bhk2S { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:14rem;top:16.376042366028rem;left:43.688542366028rem;overflow:hidden;display:block; }
#TTd3vtQuhm7svLkf80ivAtsal1Kk7Bwd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:10.75rem;top:16.469792366028rem;left:23.306252479553rem;overflow:hidden;display:block; }
#V7a7TTBhXf4zD2DHurveLveLe5ba8Eqh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:10.625rem;top:24.407292366028rem;left:23.251042366028rem;overflow:hidden;display:block; }
#pRTTQfz91mGafedxUJ2Mx5x76slEfTVd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:12.625rem;top:16.484375741027rem;left:57.517544022311rem;overflow:hidden;display:block; }
#CnGfClV3ePG9phVVT7hryP5bv83DySQT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:10.1875rem;top:24.407292366028rem;left:33.501042366028rem;overflow:hidden;display:block; }
#MCu709Ti6xf5q2tDORic6QTXziodTqmN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:10.25rem;top:24.407292366028rem;left:43.688542366028rem;overflow:hidden;display:block; }
#JwbKE5pAVXWKPQhpdNPIVPzHivZaf8ry { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.375rem;top:24.407292366028rem;left:52.813546180725rem;overflow:hidden;display:block; }
#ybk9EGO0Tr13CJ8iC4d6IHnpOToLMvbr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:24.407292366028rem;left:64.188546180725rem;overflow:hidden;display:block; }
#UCrJzy7cpTtos8sz1nOAxv0vFBK3M16Q { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:9.75rem;top:32.032292366028rem;left:23.251042366028rem;overflow:hidden;display:block; }
#KRPmk0lc9fvM6rXrOlOTJlIAZiy8z1Uq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:9.3125rem;top:32.032292366028rem;left:32.306114050581rem;overflow:hidden;display:block; }
#Tl9kPq2dlqXhaUa5WxgxGJP03dDysQMl { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:11.125rem;top:31.844792366028rem;left:41.718750953674rem;overflow:hidden;display:block; }
#ypC4N59blfTRCMkW5mFN8lJqWJIH7oZK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:5.875rem;top:31.907292366028rem;left:52.811226118741rem;overflow:hidden;display:block; }
#n6LOgNufH9ko4JIKMwfOu4TGGEMcp9sX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:9.375rem;top:16.400000572204rem;left:69.993752479556rem;overflow:hidden;display:block; }
#bXPBkOS92kzcLPSz2UhSVhCv0BGc55PN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:11.5rem;top:31.525000572204rem;left:58.556252479553rem;overflow:hidden;display:block; }
#h3rFFFk4rEz2eV7qVTPrsV1yUQvK99u1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:17.4375rem;top:40.09375rem;left:23.306252479553rem;overflow:hidden;display:block; }
#kP267OaOXdX48xO8gNTI2648Z709GgiC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:11.25rem;top:39.9375rem;left:40.743752479553rem;overflow:hidden;display:block; }
#oQDWdIUntErtBG0f3lOIN6Mfec80FzGX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:15.3125rem;top:39.8125rem;left:52.118752479553rem;overflow:hidden;display:block; }
#l3A7aFgKatpiQTWmaHCd7rbptnAUXBtE { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:11.8125rem;top:39.5rem;left:67.421933886025rem;overflow:hidden;display:block; }
#PSSIvL1utkXQE5cBzmO7uQc3OIoLxc3R { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.4375rem;top:31.682290818237rem;left:68.738757302862rem;overflow:hidden;display:block; }
#E95xbsJxh5pwd9iKkmg6pTwS2hExOcF9 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:56.9375rem;top:15.969792153381rem;left:22.747058192086rem;display:block; }
#sElTK6O7FzT2JO3k6dCXRIHxbIXryBOW { color:#e6dede;display:block;width:47.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:9.1927089691163rem;left:27.188542366028rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xw2TfCpNGcEUASTfTT8lyuVTkul0ocMD { color:#0e7602;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:11.244791030884rem;left:0.001042366027832rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9b8ad3be-3bcb-4b4d-8dda-c8839e2f662f/Klecza.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM.adaptive-delivery-prevent-bg, #Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM.lazyload, #Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM.lazyloading { background-image: none; }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM > .row .container { background-color: transparent; background-image: none; }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,163,223,0.7); }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM > .row .container > .video-iframe-container { display: none; }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,163,223,0.7); }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM > .row > .video-iframe-container { display: none; }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM > .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); }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM > .row .container { border-width: 0; border-radius: 0; }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sm9aderNrTKWfMRUEKSD5bCh7dbnCosM > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#U2GqKaBDUcSUNoxGpQs3wah41RBWyUJx { color:#e6dede;display:block;width:59.125rem;position:absolute;font-family:"open sans";font-size:6.5625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:5.5645837783814rem;left:23.626042366028rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CHZRVfiBoimAt13rA9TWETl63ERwFwWM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5625rem;width:34.75rem;top:5.564582824707rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#m3iBiuAAEhu2pAFkh3aVT0IDUqr1ZaNa { color:#e6dede;display:block;width:47.8125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:14.012499809265rem;left:27.188542366028rem;height:2.5375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#beK5tLAuu2CdqJGgM8PxTtOVvKKb6e93 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:54.75rem;top:44.300000190735rem;left:0.001042366027832rem;display:block; }
#oaWaH8Ed4p1aEliLPctgAgAgaRixRdZ3 { position:absolute;display:block;z-index:15012;background-color:#e30808;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:75rem;top:46.612500190735rem;left:0.001042366027832rem;display:block; }
#Tga6hzIZTNgQeOHayEJO1VD114qin9id { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:11.75rem;top:41.143749237061rem;left:12.063542366028rem;overflow:hidden;display:block; }
#Ev1x0qdr4B45VC86Uvr0ZBBp3V3fVVzA { color:#e6dede;display:block;width:46.5625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:36.137499809265rem;left:31.876042366028rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MRfPd1IzMA579d2nMmBwo76VCGHkv9lM { color:#e6dede;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:39.074999809265rem;left:31.876042366028rem;height:3.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwGiDZHpz2BSrZ473XgLRRNZhVWQSZQt { color:#e6dede;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:43.706250190735rem;left:51.751046180725rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#trn2gzQCVNiAKpAemUb0glBuyvePqJJ7 { color:#e6dede;display:block;width:46.5625rem;position:absolute;font-family:"open sans";font-size:5rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:27.439583778381rem;left:30.438542366028rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWMlLCcT1L7eOiTEHWP9AOqFPRFSGhfB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(8,23,227,0.98));background-image: -moz-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(8,23,227,0.98));background-image: -ms-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(8,23,227,0.98));background-image: -o-linear-gradient(180deg, rgba(227,8,8,0.99), rgba(8,23,227,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808fc', endColorstr='#0817e3f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808fc', endColorstr='#0817e3f9' );";background-image: linear-gradient(180deg, rgba(227,8,8,0.99), rgba(8,23,227,0.98));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FWMlLCcT1L7eOiTEHWP9AOqFPRFSGhfB > .row .container { background-color: transparent; background-image: none; }#FWMlLCcT1L7eOiTEHWP9AOqFPRFSGhfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWMlLCcT1L7eOiTEHWP9AOqFPRFSGhfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWMlLCcT1L7eOiTEHWP9AOqFPRFSGhfB > .row .container > .video-iframe-container { display: none; }#FWMlLCcT1L7eOiTEHWP9AOqFPRFSGhfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWMlLCcT1L7eOiTEHWP9AOqFPRFSGhfB > .row > .video-iframe-container { display: none; }#FWMlLCcT1L7eOiTEHWP9AOqFPRFSGhfB > .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); }#FWMlLCcT1L7eOiTEHWP9AOqFPRFSGhfB > .row .container { border-width: 0; border-radius: 0; }#FWMlLCcT1L7eOiTEHWP9AOqFPRFSGhfB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FWMlLCcT1L7eOiTEHWP9AOqFPRFSGhfB > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:75rem;position:relative;display:block; }#HebUvfN6sxOkOOFuUhGwoOLkR5ganqx1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47rem;width:34.375rem;top:1.7895832061768rem;left:-5.6940525171033rem;overflow:hidden;display:block; }
#ut0NrRRO5awVcUy0WccVNFRGAELKaHFf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:18rem;top:6.3447923660281rem;left:45.056252479553rem;overflow:hidden;display:block; }
#LdZHcpE6OqeuoEDePGNKJdpqFFKZv0vR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:5.6020832061767rem;left:29.156250953674rem;overflow:hidden;display:block; }
#RNbpcPLJO0Rcb87BWGiDLiUa7ZeETNpC { color:#e6dede;display:block;width:39.875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:14.602083206177rem;left:35.126042366028rem;height:2.325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ktcVDOT4gayXI1fg8onW0DQaR9k27idq { color:#e6dede;display:block;width:42.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:20.602083206177rem;left:32.150002479553rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mwEV0TMgPWoTsr7KnpLTWdlKWXc1Xo1Z { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.0625rem;top:2.7895832061767rem;left:29.218750953674rem;overflow:hidden;display:block; }
#rAtzPAmrAoO4qnXiK79dbkrvZWztuVhO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:8.6020832061769rem;left:29.156250953674rem;overflow:hidden;display:block; }
#tkV1tJZIZ4SFLIEwI9UrRRpJRCQ0u67U { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:11.602083206177rem;left:29.156250953674rem;overflow:hidden;display:block; }
#FRlZyN7R8phoeKnTyAUn2SNRAnScADqd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:14.602083206177rem;left:29.156250953674rem;overflow:hidden;display:block; }
#S8d52Oqb08iqD7GgUJyoJnOmQCUIF2gO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:17.602083206177rem;left:29.156250953674rem;overflow:hidden;display:block; }
#p86fAQWXhiUC6AXaqLP9ektlTIpL74UN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.6875rem;top:20.602083206177rem;left:28.906250953674rem;overflow:hidden;display:block; }
#TXkBD3NySfX681s70KKSZynGAOuTh7op { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:22.836458206177rem;left:29.156250953674rem;overflow:hidden;display:block; }
#lmym2mhxgZElpa1kMnivkS1l1JQiQ61n { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:25.78125rem;left:29.156250953674rem;overflow:hidden;display:block; }
#uTaQTAfcS9vM0h3BBK7yOpGg9qtsZtEW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:28.78125rem;left:29.218750953674rem;overflow:hidden;display:block; }
#KvridGa8H1nHfc3xvCFsXZuT9fxDGML3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:31.78125rem;left:29.156250953674rem;overflow:hidden;display:block; }
#MXvGhq0QFPg09qszDqPD89aDM98l8sHt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.6875rem;top:34.78125rem;left:28.906250953674rem;overflow:hidden;display:block; }
#h0cetRNrH9euELVSBqZJrlwJWvxN8TXu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:36.894790649414rem;left:29.156250953674rem;overflow:hidden;display:block; }
#ek31xDR3vOcrXIwlXeilsSRiHTNWQGUd { color:#e6dede;display:block;width:24.125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:31.781250953674rem;left:35.126042366028rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7iACXG27x2c48guXB5TJSyoU6y3ERLN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.593750953674rem;left:53.368752479553rem; }
#GmZHLKrTv9T89fkC0aBDU8gTPxd0rEIu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:34.781250953674rem;left:53.368752479553rem; }
#JQ3VMNAzuxccNrxbUhSJJG73eRTUmCdF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:34.781250953674rem;left:55.437500953674rem; }
#kI3uLMoP91QJx3ubmsO10b2cTa9b7kkd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:37.4375rem;left:53.368752479553rem; }
#LbzSN5AgFhU30gwS8SBIz01ipdTqt9R9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.4375rem;left:55.492707252502rem; }
#uaUZlVMlR0VR7GPklWSPEFl0k7hq94cw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:37.4375rem;left:57.931252479553rem; }
#eAO6fZTktH9cwcDBUBoZEx2Z0qRKvU30 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:34.781250953674rem;left:57.931252479553rem; }
#hdO2BpAEfaytHoioAiQ1rhJSxauhAzyD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:34.781250953674rem;left:60.500000953674rem; }
#dyUGGhNcPmJMb0wbRb17tXTXXzo5yGQo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:34.781250953674rem;left:63.056252479556rem; }
#cAJsuBgaexN6qNN7WkZv2c930TTfNcQ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:34.781250953674rem;left:65.250000953675rem; }
#k34RBU1Fkvq57NTMsugeLQWzTWco0yKq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:34.781250953674rem;left:67.531250953675rem; }
#O7Vnm1BL02qm5SvpNBdSTXSC0OTN39No { color:#e6dede;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:24.34375rem;left:45.056252479553rem;height:3.075rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2AMnFU4cdH6KL6KoAKPLzBJpmgAwKbV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.6875rem;top:39.894792556763rem;left:28.906250953674rem;overflow:hidden;display:block; }
#OSf5KFANfTmL0u11VC7cXut3Fri9HaZ9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:44.977085113526rem;left:29.156250953674rem;overflow:hidden;display:block; }
#eaa9AhGo5n8EMI6ivcEebTe93gwMM2Uk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.1875rem;top:42.032293319702rem;left:29.156250953674rem;overflow:hidden;display:block; }
#CvJVoTNgiTcsHZzC9Uwxi5gMrXuIonTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(227,8,8,0.7), rgba(8,23,227,0.56));background-image: -moz-linear-gradient(180deg, rgba(227,8,8,0.7), rgba(8,23,227,0.56));background-image: -ms-linear-gradient(180deg, rgba(227,8,8,0.7), rgba(8,23,227,0.56));background-image: -o-linear-gradient(180deg, rgba(227,8,8,0.7), rgba(8,23,227,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808b2', endColorstr='#0817e38e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808b2', endColorstr='#0817e38e' );";background-image: linear-gradient(180deg, rgba(227,8,8,0.7), rgba(8,23,227,0.56));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CvJVoTNgiTcsHZzC9Uwxi5gMrXuIonTV > .row .container { background-color: transparent; background-image: none; }#CvJVoTNgiTcsHZzC9Uwxi5gMrXuIonTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvJVoTNgiTcsHZzC9Uwxi5gMrXuIonTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvJVoTNgiTcsHZzC9Uwxi5gMrXuIonTV > .row .container > .video-iframe-container { display: none; }#CvJVoTNgiTcsHZzC9Uwxi5gMrXuIonTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvJVoTNgiTcsHZzC9Uwxi5gMrXuIonTV > .row > .video-iframe-container { display: none; }#CvJVoTNgiTcsHZzC9Uwxi5gMrXuIonTV > .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); }#CvJVoTNgiTcsHZzC9Uwxi5gMrXuIonTV > .row .container { border-width: 0; border-radius: 0; }#CvJVoTNgiTcsHZzC9Uwxi5gMrXuIonTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CvJVoTNgiTcsHZzC9Uwxi5gMrXuIonTV > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#OexttekdeBhTeN3pApAeVpxJusAee061 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:9.75rem;top:2.4375rem;left:33.126042366028rem;overflow:hidden;display:block; }
#h166fvmOxVy7T8btZEx7HyKQiLn1T6Tx { color:#0237a7;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:17.15625rem;left:3.8135423660278rem;height:14.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9FQ5AOFPBhqlpTNI34oVqBJGCi1JC4S { color:#acadb0;display:block;width:38.0625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #000000;top:35.431251525879rem;left:18.468750953674rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xbf4lmm1v6MfZ14rXnLE9CyiQkRsvDTv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:10.398958206177rem;left:60.938546180725rem;overflow:hidden;display:block; }
#PH9JcsKSoS27FIP96DNesrm7BD66SGTf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.4375rem;top:17.71875rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#lln0cTbAbbFLWAJMSuLEUKTrI8LAiJS4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.4375rem;top:21.40625rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#HTiy7EvN86ba82VEGrv2AZTMJCT2Nlcs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.4375rem;top:25.15625rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#K4BUxVd9GLaT3Kum5gI1KFNLhGbLMTlo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.4375rem;top:28.65625rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#iQmRDM3FibZJVVDcUBkwicn9h0P1NSfI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#iQmRDM3FibZJVVDcUBkwicn9h0P1NSfI > .row .container { background-color: transparent; background-image: none; }#iQmRDM3FibZJVVDcUBkwicn9h0P1NSfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQmRDM3FibZJVVDcUBkwicn9h0P1NSfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQmRDM3FibZJVVDcUBkwicn9h0P1NSfI > .row .container > .video-iframe-container { display: none; }#iQmRDM3FibZJVVDcUBkwicn9h0P1NSfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQmRDM3FibZJVVDcUBkwicn9h0P1NSfI > .row > .video-iframe-container { display: none; }#iQmRDM3FibZJVVDcUBkwicn9h0P1NSfI > .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); }#iQmRDM3FibZJVVDcUBkwicn9h0P1NSfI > .row .container { border-width: 0; border-radius: 0; }#iQmRDM3FibZJVVDcUBkwicn9h0P1NSfI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQmRDM3FibZJVVDcUBkwicn9h0P1NSfI > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#TrKLn3f245rk6BW78kqUJK8wCcFxHKsq { color:#e30808;display:block;width:70.875rem;position:absolute;font-family:cabin;font-size:4.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.5166015625rem;left:1.3125009536743rem;height:7.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMeJs8FiJHc1qDcxFTMxQi0nOvRJSw16 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(246deg, #e30808, #0712a5);background-image: -moz-linear-gradient(246deg, #e30808, #0712a5);background-image: -ms-linear-gradient(246deg, #e30808, #0712a5);background-image: -o-linear-gradient(246deg, #e30808, #0712a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30808', endColorstr='#0712a5' );";background-image: linear-gradient(246deg, #e30808, #0712a5);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:75.25rem;top:28.38427734375rem;left:0.001042366027832rem;display:block; }
#DtImcn7J2aLuZ5a5DoP20Dxi2G3J1hvX { color:#0712a5;display:block;width:53.5rem;position:absolute;font-family:cabin;font-size:2.5625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:1.1812505722046rem;left:10.750000953674rem;height:3.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7rqZsBtuIKHCnrNOXvXsnVweOHT3MzX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:6rem;top:11.922917366028rem;left:57.938546180725rem;overflow:hidden;display:block; }
#BohnT3zfe8SP7hG09pNbTQk7N7ZqtG6M { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:28.384375572204rem;left:19.001042366028rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQPy8uckhTMa9KXguqa3Tv31Rc7XawGP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.5625rem;top:21.53125rem;left:20.157292366028rem;overflow:hidden;display:block; }
#Q7Vy1a4y1BHv6weAZMSfvt6hvbBUq9zs { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:28.384375572204rem;left:31.938542366028rem;height:11.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiWnPHiB3Fsf1A3Cd8IsWBhhKTw0zZ8P { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:21.28125rem;left:31.938542366028rem;overflow:hidden;display:block; }
#eSLo61sXXF5nrdGkh2x7nDgUS6HWfQza { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:28.384375572204rem;left:5.4385423660278rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOsqhZI1WNO8hZyOugazHIlpy44PUTQe { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:5.25rem;top:21.3125rem;left:6.7510423660281rem;overflow:hidden;display:block; }
#hLJTQC8x3Kqr3ElTv96qCXkXl9rvLxiL { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:28.384375572204rem;left:51.751046180725rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GOndHeZ04Gp4TvU8Xwif8ZzFANCzW3e3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:21.28125rem;left:46.140625741028rem;overflow:hidden;display:block; }
#Dxd5Pc5mrAKKUpuHEQv8w5qUPZ8bWCVG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.75rem;top:21.21875rem;left:0.37604236602783rem;overflow:hidden;display:block; }
#ztNF7x9TrLX0M6zcEMMdT4gFwdtq2a9l { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:28.384375572204rem;left:0.001042366027832rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQSEaK53cxCvsaQVTGpQDvnH1zOJNXiw { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:28.384375572204rem;left:69.094796180725rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbQuCB3VGeggTgF99cUI2rm5ZMdRPtMU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:21.96875rem;left:69.563546180725rem;overflow:hidden;display:block; }
#F6gi8PE9biTVFTbdZR5EWztbO2ve0PHI { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:28.703124046326rem;left:57.242707252502rem;height:8.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBFLhedwJAyAehyu3wvBNXsNxUp5kGwG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.1875rem;top:21.53125rem;left:58.626046180725rem;overflow:hidden;display:block; }
#DmeQOGIlGTPfcW2k36OBagPGqmh8Ouvg { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:21.3125rem;left:38.188542366028rem;overflow:hidden;display:block; }
#nyMzHRLg8hTqHcJRZxV17pOiulWFPVv5 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:28.38427734375rem;left:39.157292366028rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVnW0HI2VsE7QOTg2xTGaqex2s1PvnQv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:5.1875rem;top:21.34375rem;left:13.438542366028rem;overflow:hidden;display:block; }
#w6NxoxeNRxVwOyUTK37ZhgL3ryoDlAyM { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:28.384375572204rem;left:12.337500572204rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GnQGy431WuDNVF1daknOqLl0uOdyi9lA { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:28.384375572204rem;left:25.407292366028rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eu4pvrL8QNVtEmROrVGPLgomVTDXNJTM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:21.71875rem;left:26.656250953674rem;overflow:hidden;display:block; }
#cuvTXTFpPnbrqBK9Cf0y3L8A81S4wBH9 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:9.25rem;top:21.4375rem;left:50.438546180725rem;overflow:hidden;display:block; }
#I01VU3T6E3mBMITpw5mTBQurJ7ZeKiqF { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:28.384375572204rem;left:46.032292366028rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whyy6p6ioiZCJJt9DzPs3QbeLP6exRpp { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:21.28125rem;left:63.368752479556rem;overflow:hidden;display:block; }
#VzyvKMeW4x1cKrNZwJXd9IitnwVT4OKw { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:cabin;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:28.703124046326rem;left:63.337502479556rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euRPRk8D6DBhVNImJUTzTCTbvubILg9b { color:#ffffff;display:block;width:29rem;position:absolute;font-family:cabin;font-size:1.4375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:49.273957252502rem;left:46.001042366028rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cn54penFdv4xws2hmUETVG5p1miSnDJD { color:#ffffff;display:block;width:29rem;position:absolute;font-family:cabin;font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:39.540625572204rem;left:46.001042366028rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lOr6b5oxhzDxTLrIn2irXx2lblRqscrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(244,5,5,0.74), rgba(26,3,241,0.65));background-image: -moz-linear-gradient(180deg, rgba(244,5,5,0.74), rgba(26,3,241,0.65));background-image: -ms-linear-gradient(180deg, rgba(244,5,5,0.74), rgba(26,3,241,0.65));background-image: -o-linear-gradient(180deg, rgba(244,5,5,0.74), rgba(26,3,241,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40505bc', endColorstr='#1a03f1a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40505bc', endColorstr='#1a03f1a5' );";background-image: linear-gradient(180deg, rgba(244,5,5,0.74), rgba(26,3,241,0.65));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lOr6b5oxhzDxTLrIn2irXx2lblRqscrh > .row .container { background-color: transparent; background-image: none; }#lOr6b5oxhzDxTLrIn2irXx2lblRqscrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOr6b5oxhzDxTLrIn2irXx2lblRqscrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOr6b5oxhzDxTLrIn2irXx2lblRqscrh > .row .container > .video-iframe-container { display: none; }#lOr6b5oxhzDxTLrIn2irXx2lblRqscrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOr6b5oxhzDxTLrIn2irXx2lblRqscrh > .row > .video-iframe-container { display: none; }#lOr6b5oxhzDxTLrIn2irXx2lblRqscrh > .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); }#lOr6b5oxhzDxTLrIn2irXx2lblRqscrh > .row .container { border-width: 0; border-radius: 0; }#lOr6b5oxhzDxTLrIn2irXx2lblRqscrh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOr6b5oxhzDxTLrIn2irXx2lblRqscrh > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#TwN5wUSXHHdqhuueDGH0CzRPVV2Fsufe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:11.375rem;top:3.8645830154419rem;left:63.626046180725rem;overflow:hidden;display:block; }
#o4pu7lGTvHqWGKUUOh75JwOirypTWHFz { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:cabin;font-size:6.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5.7124996185303rem;left:17.567708015442rem;height:10.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFWGiXzdbsAO8V4eBHptVNDgNGDxRQk5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:11.1875rem;top:22.30624961853rem;left:19.317708015442rem;overflow:hidden;display:block; }
#UT2c3z57LAnq0htoyNwdV1yDt0wV7Fmd { color:#ffffff;display:block;width:48.8125rem;position:absolute;font-family:cabin;font-size:4.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.89999961853rem;left:10.427083015442rem;height:7.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SvOJlWIEw02WZnAlTxBdZxOx7FANmJNb { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:cabin;font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:23.88427734375rem;left:27.177083015442rem;height:8.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5FPtqJGQrix8GnqBDDgTIwR1I2guCIG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:14rem;top:16.1875rem;left:0.68854236602781rem;overflow:hidden;display:block; }
#dnRQmoT7bOETMpumEfJ5E4wlsmlJohO7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:cabin;font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:38.71875rem;left:0rem;height:2.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmLPsMHlxCGWkGWA92NX2AeuprQoxrzG { position:relative;display:block; }#WmLPsMHlxCGWkGWA92NX2AeuprQoxrzG { background-color: transparent; background-image: none; }#WmLPsMHlxCGWkGWA92NX2AeuprQoxrzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmLPsMHlxCGWkGWA92NX2AeuprQoxrzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmLPsMHlxCGWkGWA92NX2AeuprQoxrzG > .row .container > .video-iframe-container { display: none; }#WmLPsMHlxCGWkGWA92NX2AeuprQoxrzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmLPsMHlxCGWkGWA92NX2AeuprQoxrzG > .row > .video-iframe-container { display: none; }#WmLPsMHlxCGWkGWA92NX2AeuprQoxrzG > .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); }#WmLPsMHlxCGWkGWA92NX2AeuprQoxrzG { border-width: 0; border-radius: 0; }#WmLPsMHlxCGWkGWA92NX2AeuprQoxrzG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WmLPsMHlxCGWkGWA92NX2AeuprQoxrzG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(246,22,2,0.67), rgba(8,5,246,0.94));background-image: -moz-linear-gradient(180deg, rgba(246,22,2,0.67), rgba(8,5,246,0.94));background-image: -ms-linear-gradient(180deg, rgba(246,22,2,0.67), rgba(8,5,246,0.94));background-image: -o-linear-gradient(180deg, rgba(246,22,2,0.67), rgba(8,5,246,0.94));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f61602aa', endColorstr='#0805f6ef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f61602aa', endColorstr='#0805f6ef' );";background-image: linear-gradient(180deg, rgba(246,22,2,0.67), rgba(8,5,246,0.94));background-size:auto !important;font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y3JtxUqLhavbr0S6ebhsGA93A5WX0sCT { color:#0712a5;display:block;width:49.3125rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:1.1468753814698rem;left:12.604166984558rem;height:4.95625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAEu8ATaac30DNJiUQii0EJxPTm4HMZN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.5625rem;top:1.2094240188599rem;left:2.5673878232175rem;overflow:hidden;display:block; }
#fxRTML773MpqkKKZ6XLA1ZkNTuptk0Hh { color:#0712a5;display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.409423828125rem;left:35.979165077209rem;height:2.68125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s53HLP9uxM7URzNepvNAN6QWFZ2TGqiB { color:#0712a5;display:block;width:20rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.5843744277956rem;left:48.775002479553rem;height:2.40625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SnT9d6gUFw3lrf8yb988SlOcueuv8UzK { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(149deg, #6a93dc, #efc9c9);background-image: -moz-linear-gradient(149deg, #6a93dc, #efc9c9);background-image: -ms-linear-gradient(149deg, #6a93dc, #efc9c9);background-image: -o-linear-gradient(149deg, #6a93dc, #efc9c9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a93dc', endColorstr='#efc9c9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a93dc', endColorstr='#efc9c9' );";background-image: linear-gradient(149deg, #6a93dc, #efc9c9);background-size:auto !important;border-top:0.1875rem solid #0712a5;border-left:0.1875rem solid #0712a5;border-right:0.1875rem solid #0712a5;border-bottom:0.1875rem solid #0712a5;border-top-left-radius:0.25rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0.25rem;box-shadow: 0.25rem 0.1875rem 0.25rem rgba(9,21,179,0.5) ;height:4.125rem;width:35.75rem;top:16.566650390625rem;left:33.920834541321rem;display:block; }
#JHIQs6d8EklPiwTLWoAHKloGF8xyLuKm { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(106,147,220,0.76), rgba(239,201,201,0.7));background-image: -moz-linear-gradient(149deg, rgba(106,147,220,0.76), rgba(239,201,201,0.7));background-image: -ms-linear-gradient(149deg, rgba(106,147,220,0.76), rgba(239,201,201,0.7));background-image: -o-linear-gradient(149deg, rgba(106,147,220,0.76), rgba(239,201,201,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a93dcc1', endColorstr='#efc9c9b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a93dcc1', endColorstr='#efc9c9b2' );";background-image: linear-gradient(149deg, rgba(106,147,220,0.76), rgba(239,201,201,0.7));background-size:auto !important;border-top:0.1875rem solid #0712a5;border-left:0.1875rem solid #0712a5;border-right:0.1875rem solid #0712a5;border-bottom:0.1875rem solid #0712a5;border-top-left-radius:2.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.1875rem 0.25rem rgba(9,21,179,0.5) ;height:6.4375rem;width:22.625rem;top:22.128125190735rem;left:39.702084541321rem;display:block; }
#TlUopTEE0zPVG9BJiG2qs2TU9hTsqQRV { color:#0712a5;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:22.998958587646rem;left:42.087502479553rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(24,73,232,0.5);background-image:url("https://images.assets-landingi.com/JszegfzE/ernest.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw.adaptive-delivery-prevent-bg, #Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw.lazyload, #Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw.lazyloading { background-image: none; }#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw > .row .container { background-color: transparent; background-image: none; }#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw > .row .container > .video-iframe-container { display: none; }#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw > .row > .video-iframe-container { display: none; }#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw > .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); }#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw > .row .container { border-width: 0; border-radius: 0; }#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qcem9hIUbtxvJRSyyLM9Sqhg06BbkTiw > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }