.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(16,16,16,0.9);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .row .container { border-width: 0; border-radius: 0; }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:none; }#Lg0NIkvAP2suGMJmVRPfV3xEf6G7JGze { background-color:#d24220;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.0718750953674rem;left:62.937500953675rem;display:block; }
#u2JxWiRrMqQ6mxLxkFbfA2PSV9y9HWpB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O6Molfvpq2oWhDAItfnovkECw4pOsbG0 { 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:3.375rem;width:6.25rem;top:2.6968750953674rem;left:3.1609373092651rem;overflow:hidden;display:block; }
#sqlimD0ObyC3StDc42VEFTdqBrdNGeW9 { background-color:transparent;background-image:none;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7375rem;height:2.425rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.171875rem;left:53.000000953674rem;display:none; }
#Sq7KXZRLrybiz58v2VtMSMWH9lEyI7wT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsVXScf666bmkHeE07rT7Ns2NBJp0SoO { background-color:transparent;background-image:none;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7375rem;height:2.425rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.171875rem;left:53.000000953674rem;display:none; }
#XQeux7qSay2OuTrOZ1ytcRF2MH6cLlni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RacMuTKz9wRtooUVpTFKUeMXyeBfL0y2 { background-color:transparent;background-image:none;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7375rem;height:2.425rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.171875rem;left:53.000000953674rem;display:none; }
#AGW6kV9V1lfBUUMiRMT6PWTlDAtno4TD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsSsFQFTWHyu28eb5eanszdsrPN8cntO { background-color:transparent;background-image:none;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7375rem;height:2.425rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.171875rem;left:53.000000953674rem;display:none; }
#dcy7sve2ExfoeHZV4N7hPEkoQ3vwgvUW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iRcEFaDGvcM5boL7HqFw7crTHUUUuHHk { background-color:transparent;background-image:none;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7375rem;height:2.425rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.171875rem;left:53.000000953674rem;display:none; }
#ZO2tt4qBDT5GmTQ5koq5pT6rqyHQlZt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRkr5c3dWH2l0z8kGB4bk5XmTF6BtqbH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC > .row .container { background-color: transparent; background-image: none; }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC > .row .container > .video-iframe-container { display: none; }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC > .row > .video-iframe-container { display: none; }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC > .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); }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC > .row .container { border-width: 0; border-radius: 0; }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#J4moVpcOiCotkB2KXUACnN3Snam51rPd { background-color:#d24220;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.0718750953674rem;left:62.937500953675rem;display:block; }
#w2oXZXv3fXVJvrt6xXA5Os8QQ8ADR6w5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QgzTshcEnIpN4WZBJgZhiwi9kmGTC91a { background-color:transparent;background-image:none;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7375rem;height:2.425rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.171875rem;left:53.000000953674rem;display:block; }
#RdPlUfa3Dt5HghmUrHylQFHfpd33tonW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opxkqCHWBTs0GeXh3HZfImn6TP2qDxwv { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6937501430511rem;left:46.675000190735rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyRaOQH8X8fWgmQrZaZM0SccXW0AsSKy { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6937501430511rem;left:37.987500190735rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGTSbyOhc3tEcIsR28wM58r961TZsdWr { color:#000000;display:block;width:5.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6937501430511rem;left:32.062500953674rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iV1FXqghHWhm4QKlPO1ISqTNaHE8Tz4n { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6937501430511rem;left:22.374218940735rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9cp7TfJHvPup3fTXQubzSBzPO3HSwxA { box-sizing:content-box;height:5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(185,185,185,0.7);background-image:none;top:2rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:block; }
#ld6Oi9fne0FuFU2KQBmHCTQzTJbO1cRK { 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:3.375rem;width:6.25rem;top:2.6968750953674rem;left:3.1609373092651rem;overflow:hidden;display:block; }
#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,16,16,0.9);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; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row .container { background-color: transparent; background-image: none; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row .container > .video-iframe-container { display: none; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row > .video-iframe-container { display: none; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .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); }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row .container { border-width: 0; border-radius: 0; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(16,16,16,0.9);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;overflow:visible;position:relative;display:block; }#oF1trJvxzaHt6in6CtcPJ4vSzLrRHFB2 { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:8rem;left:0rem;height:8.75rem;font-style:normal;display:block; }
#yPkX9I0OddWRvaZh4pz32ewluCB8Ibf6 { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.437499046326rem;left:0rem;height:5.3625rem;font-style:normal;display:block; }
#EGqAJDfqy6gfGigZzPQbkBZSZxyWT3Vn { color:#d24220;display:block;width:39rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#aXyULotctgnQF5HkteFWO21O2pCHbWVc { background-color:#d24220;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.75rem #d24220 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.875rem;left:0rem;display:block; }
#uMrzG3qRo4JfXQ7Jw10I9gvIl4lPf2Lg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pawUzBBA4qyRJawTmAk9q1VQqmKazzPv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.875rem;left:20.5625rem;display:block; }
#en1AHMwCGzUEihfxJ7EwAx5nRhFHqEDV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z6nMI2KxGhf410TUN5ciL8wnsMqm3Ofd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E > .row .container { background-color: transparent; background-image: none; }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E > .row .container > .video-iframe-container { display: none; }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E > .row > .video-iframe-container { display: none; }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E > .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); }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E > .row .container { border-width: 0; border-radius: 0; }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#caIDwnhnsbSm9I3FT5hl8fXQtfqwb7NZ { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.625rem;left:10.624999046326rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UH4xw0NIDmPgzIzrHoCRq2FpBylNAJ8F { color:#3f3f3f;display:block;width:44.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.25rem;left:15.124999046326rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRypQzDNetEy3frXdCPiTinfZU6rbB6v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v > .row .container { background-color: transparent; background-image: none; }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v > .row .container > .video-iframe-container { display: none; }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v > .row > .video-iframe-container { display: none; }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v > .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); }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v > .row .container { border-width: 0; border-radius: 0; }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#nVHDWN3uig55BvVtyZFTm2TAT8NHWi1l { box-sizing:content-box;height:15.625rem;width:21.5rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:1.5625rem;left:26.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#FBTHmkl01lRiGcrHr6fP9prBuOeALsyo { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5rem;left:28.625rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pk195bLntydtsyn6IgTvqTB0M8cZzfvL { box-sizing:content-box;height:15.625rem;width:21.5rem;position:absolute;display:block;z-index:14997;background-color:#d24220;background-image:none;top:1.5625rem;left:26.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#UzPeI0H9GIipvzW9c3uZZdbQrJbckECB { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.625rem;left:28.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cLefElEWXdCcdwF0m6uX2F2vwwC8aNIW { box-sizing:content-box;height:15.625rem;width:21.5rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:1.5625rem;left:51.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#Zzy92dD6T6H6gECyzVAaKSn1VHuakFSz { box-sizing:content-box;height:15.625rem;width:21.5rem;position:absolute;display:block;z-index:14997;background-color:#d24220;background-image:none;top:1.5625rem;left:51.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#PhSd4TXcL0WRcTggO6RGSEUIIABBhbC8 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.75rem;left:53.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OnLrefLrBxETCMpTE9OTUhRUpT1B7t9G { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.4375rem;left:53.625rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRX1yUzlHlcRagCZIpFtRQA8sXeTq6QI { 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.5rem;width:2.5rem;top:2.9375rem;left:28.625rem;overflow:hidden;display:block; }
#rryxqc4RPr7mIw60AGg1KIaXLrFTH3po { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.9375rem;left:53.625rem;overflow:hidden;display:block; }
#sSDVh0HPdh2zIT9G9p3WayqChgzL1I1x { box-sizing:content-box;height:15.625rem;width:21.499625rem;position:absolute;display:block;z-index:15004;background-color:#d24220;background-image:none;top:1.625rem;left:1.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#qqUekF4PGuVlSbzFFPzJZqQ67GPNqdIk { box-sizing:content-box;height:15.625rem;width:21.499625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.625rem;left:1.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#uVnrwmy0BIf1tbPoNT41MhFc7b8G7TAd { box-sizing:content-box;height:15.625rem;width:21.5rem;position:absolute;display:block;z-index:14997;background-color:#d24220;background-image:none;top:1.5625rem;left:26.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:none; }
#JxzNgvRFTzPrpgGXuKgIPr8GsBr7rKqr { box-sizing:content-box;height:15.625rem;width:21.5rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:1.5625rem;left:26.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:none; }
#XXnMnClKvS77mCT5daVgxa2r7AuTzpbn { box-sizing:content-box;height:15.625rem;width:21.499625rem;position:absolute;display:block;z-index:15004;background-color:#d24220;background-image:none;top:1.625rem;left:1.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:none; }
#uiS71c0dg3ozeO2bwrZTsJ7KT0HNm2WA { box-sizing:content-box;height:15.625rem;width:21.499625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:1.625rem;left:1.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:none; }
#Kld0BqX6WC8rrm3UxDfL0SqsfzMDZ2XZ { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.4375rem;left:53.625rem;height:5.19775rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gZAWop44KDf6DswVWDt0sxR2sKi97m80 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.75rem;left:53.625rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PqW94w96TEmsTgrdgHQ1iZa4ZQwhCZQ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.9375rem;left:28.4375rem;display:none; }
#BB0xZgL4XGTpXbIUPFllpnQSTMDAifpO { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.6875rem;left:3.5rem;display:none; }
#JNab9q5fCV3ru8KR0aJf6pRl1tR859ZE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3rem;left:3.125rem; }
#ABdXA3ddXqp9GkP0DF3WBBFQsAB0rsSA { color:#000000;display:block;width:16.686375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.75rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AlTzfJzShMT9yfny6SOErMtPANUewKPh { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5rem;left:3.125rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n2lnkz3MLIaMRnmUua0S2e4fB7xKz4lX { color:#000000;display:block;width:16.6858125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.624755859375rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XzUymnooHBnHVy3nM5WyITy3l0dvMmuZ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5rem;left:3.125rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK > .row .container { background-color: transparent; background-image: none; }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK > .row .container > .video-iframe-container { display: none; }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK > .row > .video-iframe-container { display: none; }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK > .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); }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK > .row .container { border-width: 0; border-radius: 0; }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#SeMyqtKo6Xh2W5cWH2uQzCWfheUiTfpd { box-sizing:content-box;height:15.625rem;width:21.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#WleP4zGvWJ75bV66IxgQFnEzXN5Ku3CN { box-sizing:content-box;height:15.625rem;width:21.5rem;position:absolute;display:block;z-index:15002;background-color:#d24220;background-image:none;top:2.1875rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#x5IxDVTPN1EBcBhpM2pHihpvEb3KOpTw { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IToWEpwR1sQtr1XxzXvgWiy6uS8NQ4t3 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.125rem;left:3.5rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G1A5QOJl79hoNwOGtXX1c66vNG93XLUR { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.6875rem;left:3.5rem; }
#GywrZDTZSpEdMIFKdDTsAOL8pmZxxsJe { background-color:#d24220;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.75rem #d24220 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.124875rem;height:3.56228125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.624389648438rem;left:27.936401367188rem;display:block; }
#kdIuRQpH0B3TQNGTU4OwP6y46cbysQi2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaWLJD4fbJaG9GwU8uLmsHnsA45WuApG { color:#000000;display:block;width:23.312375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:22.437133789062rem;left:25.843505859375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ISxJ4CzltD1WzTucgCW7k6ct0C6GThAP { box-sizing:content-box;height:15.625rem;width:21.499625rem;position:absolute;display:block;z-index:14992;background-color:#d24220;background-image:none;top:1.5625rem;left:26.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#T54zE9UBbr65sTGSyM4iONHI01Kl6IyW { box-sizing:content-box;height:15.625rem;width:21.499625rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:1.5625rem;left:26.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#SxfgmgOV3837niwJbbTdniCIReC9V16q { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.6871337890625rem;left:27.936401367188rem; }
#Ki0mkoasL7hFGI8romfebUAnsF9pvyLs { color:#000000;display:block;width:16.686375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.5rem;left:27.936401367188rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ezmqqN2hoawytpERw2qlt7THelWNfilE { color:#000000;display:block;width:17.311375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.12451171875rem;left:27.936401367188rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu { 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; }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu > .row .container { background-color: transparent; background-image: none; }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu > .row .container > .video-iframe-container { display: none; }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu > .row > .video-iframe-container { display: none; }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu > .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); }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu > .row .container { border-width: 0; border-radius: 0; }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#id0Aqqfecd39OHglgP4hm4cPp3Pzttf1 { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.9375rem;left:10.624218940735rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhZmcmr3sy3kMiOuxx8mbVBp8GDxopRh { color:#3f3f3f;display:block;width:44.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3367156982425rem;left:15.124218940735rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SDOL54AekqdVBdt0ABbGzduxVCwKR62f { 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; }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f > .row .container { background-color: transparent; background-image: none; }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f > .row .container > .video-iframe-container { display: none; }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f > .row > .video-iframe-container { display: none; }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f > .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); }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f > .row .container { border-width: 0; border-radius: 0; }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#dPTg1vLCSmuuCC1IT1svCC7c0ltMGaI6 { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1875rem;left:1.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#auTcbEpTxtRrnCQ7FxPAQrbCyf6M7zJ7 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.8125rem;left:15.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QNGo3APMLdbhJ0KUrxDMptWZzwQMmeTF { color:#d24220;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1249990463256rem;left:17.687499046326rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mPvt5N1uWWciCVnJMMwp1Qv6sM9fKnVx { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15003;background-color:#d24220;background-image:none;top:1.1875rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#LAHETsJ3775N4M5ziyHeVVppx1sHLzUN { color:#3f3f3f;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.3125rem;left:15.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b8dBdSTsdzhNt5IieqVFsfnEk09dZvea { box-sizing:content-box;height:4.1875rem;width:4.25rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a0ab11ff-c512-40dd-a8d1-3fe9c16aace0/10.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:15.3125rem;left:15.3125rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;display:block; }#b8dBdSTsdzhNt5IieqVFsfnEk09dZvea.adaptive-delivery-prevent-bg, #b8dBdSTsdzhNt5IieqVFsfnEk09dZvea.lazyload, #b8dBdSTsdzhNt5IieqVFsfnEk09dZvea.lazyloading { background-image: none; }
#BgN0B8Z49pnmc28rHeIV5qxupNuFb8Wz { box-sizing:content-box;height:1.9375rem;width:15.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:15019;background-color:#d24220;background-image:none;top:16.5625rem;left:18.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(210,66,32,0.5) ;display:block; }
#xPiiIZzFMKtqkIPVh1nV28wyD2rxE71m { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.9375rem;left:20.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H5T5aL60fVwg4QggI0Bgr6cEF6f2gmAS { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15022;opacity:1;top:6.5992193222044rem;left:15.311718940735rem; }
#B2VJsWO1eMlekf9gv3H6fgfWHK0duiZh { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:1.1875rem;left:39.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#mXEdilHWMhPACpTLDgoRSf9anzuaFfOV { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15012;background-color:#d24220;background-image:none;top:1.1875rem;left:38.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#Hy35NLPV5B3JTSSBl9XlyWPZhGItGDge { box-sizing:content-box;height:2.9375rem;width:15.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:15028;background-color:#d24220;background-image:none;top:16.0625rem;left:55.875rem;box-shadow: 0rem 0rem 1.25rem rgba(210,66,32,0.5) ;display:block; }
#BzswwlsE2I2VX5y8yHXKhBQ90TPp9JFE { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.375rem;left:58.375rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aZwl0oE4sMuWzycuPk7WbTDvZGzhArgf { color:#3f3f3f;display:block;width:18.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.34375rem;left:52.999218940735rem;height:4.550775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLTB0JGiIWwlIOmnL54KOZM4nfMaIk84 { box-sizing:content-box;height:4.1875rem;width:4.25rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15029;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d268e2a7-f4f8-465f-81ee-8f28b575d8a9/9.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:15.3125rem;left:53.000000953674rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;display:block; }#lLTB0JGiIWwlIOmnL54KOZM4nfMaIk84.adaptive-delivery-prevent-bg, #lLTB0JGiIWwlIOmnL54KOZM4nfMaIk84.lazyload, #lLTB0JGiIWwlIOmnL54KOZM4nfMaIk84.lazyloading { background-image: none; }
#ATHNtrqTZZWF2sEHdHQlJUFe6f2zKk73 { color:#d24220;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.1242198944094rem;left:55.875000953674rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HV0VMo5Sf3fIfzJL7WgiiQZH4l62oiXv { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15031;opacity:1;top:6.5984382629394rem;left:52.937500953674rem; }
#abfSThleNb9syqHQhBTGOIyenRcsfhOE { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.8125rem;left:53.000000953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i67cJQCg1E6RIEUdgloztdmTL8sHqyvT { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:12.8125rem;top:5.0500001907349rem;left:1.5625rem;overflow:hidden;display:block; }
#zQRuZJqQyUsiLUZI3rk9lBgJNJdiNDpR { 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:17rem;width:13.5625rem;top:4.2375011444092rem;left:39.250000953674rem;overflow:hidden;display:block; }
#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe { 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; }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe > .row .container { background-color: transparent; background-image: none; }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe > .row .container > .video-iframe-container { display: none; }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe > .row > .video-iframe-container { display: none; }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe > .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); }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe > .row .container { border-width: 0; border-radius: 0; }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#chhxixRcZSOHgTPU6fmNWccxVcdlAdGh { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1875rem;left:1.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#RbwszwA1bSprGiPNNdv27Pp2oOzEcKKD { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.8125rem;left:15.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRbXGbsuqSazgbsm5Uq0VwahQWRDIMt2 { color:#d24220;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1249990463256rem;left:17.687499046326rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDH56XvOJMPov2Q5dw6VefzS14XoZO7Z { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15003;background-color:#d24220;background-image:none;top:1.1875rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#qCKhhmc5d2Z3sMsB4rdVvXuEJr9CVhHO { color:#3f3f3f;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.3125rem;left:15.249999046326rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aI9TW71UbpZkS4HFwZV80tU9VeobQnI0 { box-sizing:content-box;height:4.1875rem;width:4.25rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2e07e62a-bb01-4dab-bdb3-e5d674d8023e/12.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:15.3125rem;left:15.3125rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;display:block; }#aI9TW71UbpZkS4HFwZV80tU9VeobQnI0.adaptive-delivery-prevent-bg, #aI9TW71UbpZkS4HFwZV80tU9VeobQnI0.lazyload, #aI9TW71UbpZkS4HFwZV80tU9VeobQnI0.lazyloading { background-image: none; }
#kI9R9PRk6UtnSx6pd3El6Vo9MBvSQoNq { color:#ffffff;display:block;width:12.9358125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.915283203125rem;left:20.765380859375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qLaTqJCoQm3iCw4BhEVNeOAEqwCcm9JZ { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15022;opacity:1;top:6.5992193222044rem;left:15.311718940735rem; }
#u7peOJxSvbo6yAwbfah3n4i2AQNmBhGR { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:1.1875rem;left:39.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#EcbX5IhF5nwW4bofqSsnoh3xXyA2OiNS { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15012;background-color:#d24220;background-image:none;top:1.1875rem;left:38.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#HwdExdKqUp4572SCJ8dk68INo3b8S2Jd { box-sizing:content-box;height:1.9375rem;width:15.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:15028;background-color:#d24220;background-image:none;top:16.53750038147rem;left:55.875000953674rem;box-shadow: 0rem 0rem 1.25rem rgba(210,66,32,0.5) ;display:block; }
#rW8eolve5uWNNd6SrkvtC6SCsbXrsJrZ { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.9375rem;left:58.375000953674rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sK3XhLtunHuaAQMvz6TWQIdPO4rxLeBJ { color:#3f3f3f;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.21875rem;left:53.062500953674rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tmuNOST830pLqrzagJ25UtALTokCH8Uv { box-sizing:content-box;height:4.1875rem;width:4.25rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15029;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d6722c47-556d-49c5-9aa6-ac28afd18ebc/11.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:15.3125rem;left:53.000000953674rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;display:block; }#tmuNOST830pLqrzagJ25UtALTokCH8Uv.adaptive-delivery-prevent-bg, #tmuNOST830pLqrzagJ25UtALTokCH8Uv.lazyload, #tmuNOST830pLqrzagJ25UtALTokCH8Uv.lazyloading { background-image: none; }
#hHtzJm22TUQJ0W0rOx05uXPCf01mdwd9 { color:#d24220;display:block;width:15.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.1240234375rem;left:55.874633789062rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vem3hfdZJmM5GsOebqPzycU70zJ9ZVTl { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15031;opacity:1;top:6.5984382629394rem;left:52.937500953674rem; }
#PmvWyARTCs6OmWQy6W4xNNMlOIPtVLqx { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.8125rem;left:53.000000953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cMKZHVA5HRNZEisgtkOnGy15fbmEIHaN { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:13.25rem;top:4.6124992370606rem;left:2.1117181777954rem;overflow:hidden;display:block; }
#iy6avd6Nx27mKAL4Pdca1uRLlETSQL3p { 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:17.4375rem;width:13.9375rem;top:3.8000001907349rem;left:39.250000953674rem;overflow:hidden;display:block; }
#NaVgCg9KTAg3e8wctI9tSAlcOkS67A5Q { box-sizing:content-box;height:1.93725625rem;width:15.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:#d24220;background-image:none;top:16.514892578125rem;left:17.686767578125rem;box-shadow: 0rem 0rem 1.25rem rgba(210,66,32,0.5) ;display:block; }
#kErvg5s1Dx5hM1OTLNB7Xf3PKpB3Q9S8 { 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:none; }#kErvg5s1Dx5hM1OTLNB7Xf3PKpB3Q9S8 > .row .container { border-width: 0; border-radius: 0; }#kErvg5s1Dx5hM1OTLNB7Xf3PKpB3Q9S8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kErvg5s1Dx5hM1OTLNB7Xf3PKpB3Q9S8 > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:none; }#uMHCf1kTMBeFosiydSTJ1QTNQqRlOeNU { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1875rem;left:1.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#L5cC70Upye9tRWUR2KmoTObaM5iTa2my { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.8125rem;left:15.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ao6gAgzhchhqwrqeI787HyOk0240kbyC { color:#d24220;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1249990463256rem;left:17.687499046326rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bhr82G4I6SXX5qgmwkWuzDfrCBMJBLtO { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15003;background-color:#d24220;background-image:none;top:1.1875rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#yoa1ExfbBTWFT7cDwl5T0WPucR76446X { color:#3f3f3f;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.3125rem;left:15.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WhE61r9XVd0kb5HtaRPeovhoTeGJ0qIS { box-sizing:content-box;height:4.1875rem;width:4.25rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2a4c830-d810-439b-bed8-cbe5d190790b/invisaArtboard1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:15.3125rem;left:15.3125rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;display:block; }#WhE61r9XVd0kb5HtaRPeovhoTeGJ0qIS.adaptive-delivery-prevent-bg, #WhE61r9XVd0kb5HtaRPeovhoTeGJ0qIS.lazyload, #WhE61r9XVd0kb5HtaRPeovhoTeGJ0qIS.lazyloading { background-image: none; }
#gS2INrLKUivuQg5ECbRK0R94U9HnRCHN { box-sizing:content-box;height:1.9375rem;width:15.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:15019;background-color:#d24220;background-image:none;top:16.5625rem;left:18.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(210,66,32,0.5) ;display:block; }
#LuZOcSrsNHMIX3Gaqlm4uNRimJEsUd1N { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.9375rem;left:20.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fE0mVgFBdDZkrNTBI2CGKoTeibi4Saaf { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15022;opacity:1;top:6.5992193222044rem;left:15.311718940735rem; }
#DCsCnSGrfKJR7JaR5MzqyB6bmi9b0xND { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:1.1875rem;left:39.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#iqTzMZpsCoh0i3G7Tgmmw7Sne2q4zCWJ { box-sizing:content-box;height:20rem;width:34.375rem;position:absolute;display:block;z-index:15012;background-color:#d24220;background-image:none;top:1.1875rem;left:38.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#N1SHTN4xILhuaXsn9sZLb1CsphIP1cFt { box-sizing:content-box;height:1.9375rem;width:15.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:15028;background-color:#d24220;background-image:none;top:16.53750038147rem;left:55.875000953674rem;box-shadow: 0rem 0rem 1.25rem rgba(210,66,32,0.5) ;display:block; }
#sgdfiftutyMVe9alob7TSicXfJNQw3uL { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.9375rem;left:58.375000953674rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOtcuzsmnUkz8LbeJepAkhTw2qQfc04Z { color:#3f3f3f;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.71875rem;left:53.000000953674rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OO7dC9D8zakA7J9yMTRctgPdrVNGm1Ah { box-sizing:content-box;height:4.1875rem;width:4.25rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15029;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2a4c830-d810-439b-bed8-cbe5d190790b/invisaArtboard1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:15.3125rem;left:53.000000953674rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;display:block; }#OO7dC9D8zakA7J9yMTRctgPdrVNGm1Ah.adaptive-delivery-prevent-bg, #OO7dC9D8zakA7J9yMTRctgPdrVNGm1Ah.lazyload, #OO7dC9D8zakA7J9yMTRctgPdrVNGm1Ah.lazyloading { background-image: none; }
#t2b5TwhJnKEsTETPIo7FH4goNWp4MIqm { color:#d24220;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.1242198944094rem;left:55.875000953674rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mlb88oTuCKuTTmTL4hEXXV3ERLmMwSWl { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15031;opacity:1;top:6.5984382629394rem;left:52.937500953674rem; }
#gVwvdaHQRzgNHMBxJFSU8kgCLJ0XTb5T { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.8125rem;left:53.000000953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS { 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; }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS > .row .container { background-color: transparent; background-image: none; }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS > .row .container > .video-iframe-container { display: none; }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS > .row > .video-iframe-container { display: none; }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS > .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); }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS > .row .container { border-width: 0; border-radius: 0; }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#ydxJpOEI5Jx0M0TUN4mSpi7P5hMmiQ5i { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.75rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.75rem;left:26.406250953674rem;display:block; }
#TerD6RWxW8HC46TO4q9iLCt2WMPDBFWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu > .row .container { background-color: transparent; background-image: none; }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu > .row .container > .video-iframe-container { display: none; }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu > .row > .video-iframe-container { display: none; }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu > .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); }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu > .row .container { border-width: 0; border-radius: 0; }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#dHHdUXwKhinmrxLSLCrZ0mMr0TXyE7iI { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.3125rem;left:10.624218940735rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxK9oR4tZ2g8fN4HaWxV8GKWJkER6Xth { color:#202020;display:block;width:44.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5867176055906rem;left:15.124218940735rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB > .row .container { background-color: transparent; background-image: none; }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB > .row .container > .video-iframe-container { display: none; }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB > .row > .video-iframe-container { display: none; }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB > .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); }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB > .row .container { border-width: 0; border-radius: 0; }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#rZ1nSauyEEcm4fgUUzcCDB20GM7zGU6H { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8db98e92-2568-491d-9f4b-7cf4b9ed214d/NataliaStachera.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.25rem;left:4.5625rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#rZ1nSauyEEcm4fgUUzcCDB20GM7zGU6H.adaptive-delivery-prevent-bg, #rZ1nSauyEEcm4fgUUzcCDB20GM7zGU6H.lazyload, #rZ1nSauyEEcm4fgUUzcCDB20GM7zGU6H.lazyloading { background-image: none; }
#HZhLo6ZfrVQmtrnQx6edsuEMoQ3wzDL4 { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c886e15-b9ad-447a-854c-9ba9fa411efb/RadosawJanczyk.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.25rem;left:23.336720466614rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#HZhLo6ZfrVQmtrnQx6edsuEMoQ3wzDL4.adaptive-delivery-prevent-bg, #HZhLo6ZfrVQmtrnQx6edsuEMoQ3wzDL4.lazyload, #HZhLo6ZfrVQmtrnQx6edsuEMoQ3wzDL4.lazyloading { background-image: none; }
#ZP0E2CLHAtZRPs3acS2uLy8uRoLizThe { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/87ac93b5-e18c-41ef-82f7-d51f1790a451/AnnaMarcjanek.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.25rem;left:42.087498664856rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#ZP0E2CLHAtZRPs3acS2uLy8uRoLizThe.adaptive-delivery-prevent-bg, #ZP0E2CLHAtZRPs3acS2uLy8uRoLizThe.lazyload, #ZP0E2CLHAtZRPs3acS2uLy8uRoLizThe.lazyloading { background-image: none; }
#ki2xFkbaVnTUm8nPhOq7BSX0gmtoRaeK { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:15024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/41e4fa6f-51a0-48aa-8382-c07e17265550/Iwaszko.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.25rem;left:60.837502479553rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#ki2xFkbaVnTUm8nPhOq7BSX0gmtoRaeK.adaptive-delivery-prevent-bg, #ki2xFkbaVnTUm8nPhOq7BSX0gmtoRaeK.lazyload, #ki2xFkbaVnTUm8nPhOq7BSX0gmtoRaeK.lazyloading { background-image: none; }
#TBJGs4dJob3fBxyFwCwzpEmsICmfDX0B { color:#000000;display:block;width:12rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.1875rem;left:3.375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9Z5X7KJ7VkKbCNbJE0OhKJOh3rx2noc { color:#000000;display:block;width:12rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.4375rem;left:3.375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RAoqqDumuJN4F8tGM8qnB1wBiTyv84yc { background-color:#d24220;background-image:none;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.3125rem #d24220 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18rem;left:4.5625rem;display:block; }
#u4Hd70NoJ7feo75RKH7NOegEFTQlcJxy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKWCgRTbbffBKqxl39avDOPrUcxTUofZ { background-color:#d24220;background-image:none;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.3125rem #d24220 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18rem;left:60.8125rem;display:block; }
#ENOfXHXxHlgoCE8gMTyK3l3kJiANQUC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hT582oytbA4rZuzkdz9utrdg2i5Pu1vP { color:#000000;display:block;width:12rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.4375rem;left:59.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTXDW5A1GLaN1DJ4RCaNyEZp6tGxR4AE { color:#000000;display:block;width:12rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.1875rem;left:59.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qXmTalx09Zw8ZWV52CyTDHIVTXkkfZTz { background-color:#d24220;background-image:none;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.3125rem #d24220 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18rem;left:23.3125rem;display:block; }
#tq8wFXNTIWuNPGFO25J515EGsJk6fQMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DJqfNXEmzzLPfN8lV3NyKSrrTXH1rNnJ { color:#000000;display:block;width:12rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.4375rem;left:22.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eLxSTktMkxNhp7tZ8vrkraw3WupiXRkL { color:#000000;display:block;width:12rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.1875rem;left:22.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8WyEPiySQ8sQJVmR1FqAC8qKHqptBen { background-color:#d24220;background-image:none;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.3125rem #d24220 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:18rem;left:42.0625rem;display:block; }
#OT9qsSuAK4W42vhw512P3f1cSnU42VdE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkFNpgdX3exsQentfHtQrCrytV6Pyl0l { color:#000000;display:block;width:12rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.4375rem;left:40.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOQHpT3co5Ip3BT1RHHdz9wTKSTlhFWz { color:#000000;display:block;width:12rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 > .row .container { background-color: transparent; background-image: none; }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 > .row .container > .video-iframe-container { display: none; }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 > .row > .video-iframe-container { display: none; }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 > .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); }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 > .row .container { border-width: 0; border-radius: 0; }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#AF1eVPT7FkKgJzS3BOUX9qhpgs7f8rD7 { color:#ffffff;display:block;width:53.6875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4rem;left:10.655468940735rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RguT0dffPlsK5CGSETwIHDOHEWzvuikW { color:#b2b2b2;display:block;width:44.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.3125rem;left:15.124218940735rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN > .row .container { background-color: transparent; background-image: none; }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN > .row .container > .video-iframe-container { display: none; }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN > .row > .video-iframe-container { display: none; }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN > .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); }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN > .row .container { border-width: 0; border-radius: 0; }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#kzGu435TJ2iJe9V5zwX9vrEvLGvf2amv { box-sizing:content-box;height:10.5625rem;width:18rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.25rem;left:3.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0rem #d24220 ;display:block; }
#U39VJR1QCCFUJcGSAbLqkF8zR43bXM5y { 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:15008;opacity:1;top:5.9375rem;left:5.5rem; }
#Bxer1CgPeTDEJkixDy1Mvo5Tt7Ord4or { box-sizing:content-box;height:10.5625rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3.25rem;left:28.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0rem #d24220 ;display:block; }
#NnXAPty8IN5B2zReadB36sw9hXPQzuM4 { box-sizing:content-box;height:10.5625rem;width:18rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.25rem;left:53.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0rem #d24220 ;display:block; }
#uuBRBTBHVuhUJ14Q0agMkVzE0fAKp8Ff { color:#d24220;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.25rem;left:9.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TVN1H96c22W7A3K0cuGp8NmkGPkw19b3 { color:#000000;display:block;width:7.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.75rem;left:5.5rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QSrqBOfXOgQ6Ax3W0QHg4MhlAdGmiO5F { color:#d24220;display:block;width:3.5rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:6.1875rem;left:34.3125rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iVafpoVnTq6tBhuJLOJcIHyF05B1hLWp { color:#000000;display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:30.4375rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UP5r3tQATN4ciVzmJ87HofVfTB41kgnI { color:#d24220;display:block;width:10.6875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:5.9375rem;left:58.875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fT94emiVzmJB8gT2ATMTIbTMTwryZQ6L { color:#000000;display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.75rem;left:55.4375rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bHCp4uRWPDDQDsHaIqsF6PCk7wUPaXNo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.5625rem;left:55.4375rem;overflow:hidden;display:block; }
#dlb8ZZIa7J5oWl35DzXWh6Zw9WonOQo9 { 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.8125rem;width:2.8125rem;top:6.09375rem;left:30.437500953674rem;overflow:hidden;display:block; }
#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX > .row .container { background-color: transparent; background-image: none; }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX > .row .container > .video-iframe-container { display: none; }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX > .row > .video-iframe-container { display: none; }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX > .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); }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX > .row .container { border-width: 0; border-radius: 0; }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#tw5DL4wusimrGdVePGoEPxemOrkXO9Gb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.125rem;width:44.75rem;top:2.28125rem;left:15.124218940735rem;display:block; }
#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n > .row .container { background-color: transparent; background-image: none; }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n > .row .container > .video-iframe-container { display: none; }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n > .row > .video-iframe-container { display: none; }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n > .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); }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n > .row .container { border-width: 0; border-radius: 0; }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#RXU0SnRew9tz4xuq6DHJzlFkqqLgHLSX { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.625rem;left:10.624999046326rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hvGT3XI4HBNXEKCiuda4TNfChwgNpuuz { color:#3f3f3f;display:block;width:44.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.25rem;left:15.124999046326rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 > .row .container { background-color: transparent; background-image: none; }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 > .row .container > .video-iframe-container { display: none; }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 > .row > .video-iframe-container { display: none; }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 > .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); }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 > .row .container { border-width: 0; border-radius: 0; }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#BNbRNZ5sxblllsKmzF1kVoVTDHfpU3Jw { box-sizing:content-box;height:19.625rem;width:22.125rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:2.5rem;left:1.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#NypamIhXiUUXSmaMeLxxgusWkeqUNQar { color:#3f3f3f;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.1875rem;left:3.0625rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VLORmNiOxz22N6Q8Ap13A9GnWI9fMutz { color:#d24220;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18rem;left:3.125rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HmWGM9PKNfxtN9pFAPAXui5hyGkwEabR { box-sizing:content-box;height:19.625rem;width:22.125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:2.5rem;left:26.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#pbJzutVdCTt2LpUQFIKTvrNowAaGqnac { color:#d24220;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:18rem;left:28.125rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#woms4pOhTTwzHKHedk8gvVxAPl4g0Wwd { color:#3f3f3f;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.4375rem;left:28.125rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3rG3UMzCZyfD7Lcs6hZUWF9FSlwHMQG { box-sizing:content-box;height:19.625rem;width:22.125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.5rem;left:51.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(0,0,0,0.18) ;display:block; }
#ZRnIyT4raH9wAuP1PQfafh12UHwNJgXH { color:#3f3f3f;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.4375rem;left:53.125rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BahAyKL6CIqSvfXedv9NM2cgub9oRlHW { color:#d24220;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:18rem;left:53.125rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XglsyKRSLHTuy2MpzrloVXSCf8CWyVzQ { 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.4375rem;width:3.4375rem;top:4.03125rem;left:3.0625rem;overflow:hidden;display:block; }
#pUlTE0D9IeptBVqiTapqDnfOJZ1XIgeF { 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:3.4375rem;width:3.4375rem;top:4.03125rem;left:28.125000953674rem;overflow:hidden;display:block; }
#VBFesCxV3CMdeBWiGrnqHW5a7Q1hstLi { 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:3.4375rem;width:3.4375rem;top:4.03125rem;left:53.125000953674rem;overflow:hidden;display:block; }
#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW > .row .container { background-color: transparent; background-image: none; }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW > .row .container > .video-iframe-container { display: none; }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW > .row > .video-iframe-container { display: none; }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW > .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); }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW > .row .container { border-width: 0; border-radius: 0; }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#t3m9KTN02L5Sbp6ECofZoOHcU0taPFEJ { background-color:#d24220;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.75rem #d24220 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.7804689407349rem;left:25.125000953674rem;display:block; }
#pFs3OSuzerheDbsHCVopeQgC4EVnUvRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp { 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; }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp > .row .container { background-color: transparent; background-image: none; }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp > .row .container > .video-iframe-container { display: none; }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp > .row > .video-iframe-container { display: none; }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp > .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); }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp > .row .container { border-width: 0; border-radius: 0; }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#uBo1lJgukenTTABbpD0CgqB3gEFVinlO { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.9375rem;left:10.624218940735rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e3vLMMDgTFxwUMZFJqGmP1FBTpDyUOPU { color:#3f3f3f;display:block;width:44.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3367156982425rem;left:15.124218940735rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q { 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; }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q > .row .container { background-color: transparent; background-image: none; }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q > .row .container > .video-iframe-container { display: none; }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q > .row > .video-iframe-container { display: none; }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q > .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); }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q > .row .container { border-width: 0; border-radius: 0; }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;position:relative;display:block; }#tDXnSlr73gCnFoTADfxR7KEbI0UCuchc { 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:62.5rem;width:64.375rem;top:1rem;left:5.3125rem;overflow:hidden;display:block; }
#O44eDJa7M00DbvmPECc1EFQfmUAHqKCm { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.4367370605469rem;left:25.467968940735rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#smb8xnUACPAgdl4wGR7twhwdkbTHqM9d { color:#000000;display:block;width:34.124875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.249034881592rem;left:10.99826335907rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fvmbzGUJMuTXP9RN4DJOg4yiZ7bS7Xq0 { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.249237060547rem;left:25.467968940735rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EFl6fCwTI0f0TAofD9N9iB3bKpmlC1o6 { color:#000000;display:block;width:34.124875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:34.686418533325rem;left:10.996636390686rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uu1iUZDo4gMp705bAsOp710BiupSacHt { color:#000000;display:block;width:35.1871875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:44.561094284058rem;left:25.467665672302rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fyTONgNEpMASmBa5UtubtdKDwPQTqDcT { color:#000000;display:block;width:38.2498125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:52.560766220093rem;left:10.123698234558rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UMMa9pfs5qphbbL9crSDr9DIJiiUJFlT { 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.625rem;width:5.625rem;top:4.2492370605469rem;left:9.186718940735rem;overflow:hidden;display:block; }
#HMk7inMekF41CltH8rFAb6vykFKdmwxs { 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:5.625rem;width:5.625rem;top:14.061737060547rem;left:55.267968177796rem;overflow:hidden;display:block; }
#dLp6bf9RwBuCL1wHw6TVEX7HXBUmF56B { 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.625rem;width:5.625rem;top:24.061737060547rem;left:9.186718940735rem;overflow:hidden;display:block; }
#wP4yb6UdRygN1pgJ06viI3nvEN5xyGLn { 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.625rem;width:5.625rem;top:33.499237060547rem;left:55.267968177796rem;overflow:hidden;display:block; }
#zl6syfC71TRNXcJyVrRsntQvM4ZfKCnI { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;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:5.625rem;top:43.374237060547rem;left:9.186718940735rem;overflow:hidden;display:block; }
#fpsUKA7P3FlbGC5XhNc1s5EkL7gkGyht { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;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:5.625rem;top:52.999237060547rem;left:55.330468177796rem;overflow:hidden;display:block; }
#KA814w7ZtSvTbQZhkGBzHVxkx2dS9ZP6 { 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:53.375rem;width:18.75rem;display:none; }
#F5mW9SInrhossmRuHyxfyxdLScwththH { 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; }#F5mW9SInrhossmRuHyxfyxdLScwththH > .row .container { background-color: transparent; background-image: none; }#F5mW9SInrhossmRuHyxfyxdLScwththH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5mW9SInrhossmRuHyxfyxdLScwththH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5mW9SInrhossmRuHyxfyxdLScwththH > .row .container > .video-iframe-container { display: none; }#F5mW9SInrhossmRuHyxfyxdLScwththH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5mW9SInrhossmRuHyxfyxdLScwththH > .row > .video-iframe-container { display: none; }#F5mW9SInrhossmRuHyxfyxdLScwththH > .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); }#F5mW9SInrhossmRuHyxfyxdLScwththH > .row .container { border-width: 0; border-radius: 0; }#F5mW9SInrhossmRuHyxfyxdLScwththH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5mW9SInrhossmRuHyxfyxdLScwththH > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#nNal7yqS93LnuTto1n4oZgOqa9vbRwzq { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0rem 0.75rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:3.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.3124923706055rem;left:26.406250953674rem;display:block; }
#xsAWsVX9W0Ounb1EidLu51nBCSMnyCi9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6JHJ6dO7TTyZJ9nIUK6VBzWtBChBemG { color:#000000;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:7.0593757629394rem;left:13.624218940735rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ > .row .container { background-color: transparent; background-image: none; }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ > .row .container > .video-iframe-container { display: none; }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ > .row > .video-iframe-container { display: none; }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ > .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); }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ > .row .container { border-width: 0; border-radius: 0; }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#L8XsQDtSzv5lKxPg6tWMMWlTceNmcLBQ { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.25rem;left:10.625rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXPa5NZCw4X8Rhzd96a821Z7ML1WTb1C { color:#3f3f3f;display:block;width:41.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.3750004768369rem;left:16.561718940735rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 > .row .container { background-color: transparent; background-image: none; }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 > .row .container > .video-iframe-container { display: none; }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 > .row > .video-iframe-container { display: none; }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 > .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); }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 > .row .container { border-width: 0; border-radius: 0; }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#dtJ52wz7NQNTRrkuWnWm6CmGg7pNSS4h { 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:4.625rem;width:15.25rem;top:1.9375rem;left:4.875rem;overflow:hidden;display:block; }
#IZFi5Z5iA4MImGsAAxL22AqZSaETpUQ6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:15.5rem;top:2.59375rem;left:29.750000953674rem;overflow:hidden;display:block; }
#BHeEhJCTaTGtPeli07aBW8PkTOepPqfz { 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.25rem;width:12.125rem;top:3.125rem;left:56.437500953674rem;overflow:hidden;display:block; }
#hBeysvxfMMVUJ5vAdKWToKmXAFWs3ZG7 { 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.25rem;width:10.9375rem;top:3.125rem;left:7.03125rem;overflow:hidden;display:none; }
#Td3XUazAhy3OdykCT819D01av8HWuSNq { 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.25rem;width:8.375rem;top:3.125rem;left:56.437500953674rem;overflow:hidden;display:none; }
#aszeb1kfCoRukdFO65zdleKaAf6GTPiU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU > .row .container { background-color: transparent; background-image: none; }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU > .row .container > .video-iframe-container { display: none; }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU > .row > .video-iframe-container { display: none; }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU > .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); }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU > .row .container { border-width: 0; border-radius: 0; }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#nbbG2vfViq2ICeRQnKHHdvPecSDEc4nz { 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.24975625rem;width:10.9375rem;top:3.123779296875rem;left:32.03125rem;overflow:hidden;display:block; }
#C1mMTP8P1xl4m4OiPJLDL95t5kyZMgk8 { 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:3.5rem;width:13.4375rem;top:2.5rem;left:55.781250953674rem;overflow:hidden;display:block; }
#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 > .row .container { background-color: transparent; background-image: none; }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 > .row .container > .video-iframe-container { display: none; }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 > .row > .video-iframe-container { display: none; }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 > .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); }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 > .row .container { border-width: 0; border-radius: 0; }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#DaaucxWgyyxGvJAeObLT8IPTbTWkaPGL { color:#202020;display:block;width:41.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5492248535156rem;left:16.561718940735rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAlPOoZEEueZloTvfxBzt54W70bsLHdC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC > .row .container { background-color: transparent; background-image: none; }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC > .row .container > .video-iframe-container { display: none; }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC > .row > .video-iframe-container { display: none; }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC > .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); }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC > .row .container { border-width: 0; border-radius: 0; }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#rcq0lAwNkVN0NhntcRnX39a3RfODBXMz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#to0NtundTBfsiauxBXq4ZCuMByl4xNxk { color:#b2b2b2;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQmWemMnVNUUKR7C7Oxs409g4NqAm1Jq { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.8125rem;left:5.1875rem; }
#HQmWemMnVNUUKR7C7Oxs409g4NqAm1Jq > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#Tz6O5piiV4MO1VN5Lz2QkEDlvJpfPB0L { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15013;opacity:1;top:14.875rem;left:0rem; }
#Tz6O5piiV4MO1VN5Lz2QkEDlvJpfPB0L > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#T95LST1r69FX84FhsGAzx8ptotfuE5Da { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15014;opacity:1;top:14.75rem;left:2.4375rem; }
#T95LST1r69FX84FhsGAzx8ptotfuE5Da > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#HupudnFcVk8piT62eQlhf2pq8qbZ8R34 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15015;opacity:1;top:14.75rem;left:8rem; }
#HupudnFcVk8piT62eQlhf2pq8qbZ8R34 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#bu8zKlFFLsvkPRsaXquVnxBJqBmlS6ki { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5625rem;left:23.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXeDFQO737FE7ZcVtIhNilym3t1p8a1C { color:#b2b2b2;display:block;width:8.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:2;letter-spacing:0;top:5.25rem;left:23.6875rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vLeTbZhBTNDGATv1zWiSTcP4oFwbupKW { color:#ffffff;display:block;width:9rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:36.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#haUDhi8nh9CEw1kuklis1n9KR3zUzzoO { color:#b2b2b2;display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:2;letter-spacing:0;top:5.25rem;left:36.9375rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SZDQN5Wknbf002bDcnuVNlxvmV63Fcok { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5625rem;left:52.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#liednTGxetdNvWpUuCv5rytqdnh1Ao0B { box-sizing:content-box;height:3.75rem;width:3.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:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1c1595aa-59aa-4951-b24f-8d5b66102e85/stopkaJulia1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.25rem;left:52.5625rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;display:block; }#liednTGxetdNvWpUuCv5rytqdnh1Ao0B.adaptive-delivery-prevent-bg, #liednTGxetdNvWpUuCv5rytqdnh1Ao0B.lazyload, #liednTGxetdNvWpUuCv5rytqdnh1Ao0B.lazyloading { background-image: none; }
#F5kTFh1t6kBcJ013JJTsUpOrFuWiJEqw { box-sizing:content-box;height:3.75rem;width:3.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:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fc0191d4-9fbc-46a2-a138-5fddf6e42673/Projektbeznazwy23.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.25rem;left:65.875rem;border-top:0.125rem solid #d24220;border-left:0.125rem solid #d24220;border-right:0.125rem solid #d24220;border-bottom:0.125rem solid #d24220;display:block; }#F5kTFh1t6kBcJ013JJTsUpOrFuWiJEqw.adaptive-delivery-prevent-bg, #F5kTFh1t6kBcJ013JJTsUpOrFuWiJEqw.lazyload, #F5kTFh1t6kBcJ013JJTsUpOrFuWiJEqw.lazyloading { background-image: none; }
#iHgF4IHpJbJL5tayuXhIJy9fa8Hb4WVO { color:#b2b2b2;display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.125rem;left:52.5625rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iJ4y9tQuxFZmMMc4UMXRrOgPyB8VJzGb { color:#b2b2b2;display:block;width:9rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.0625rem;left:65.875rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hwgcU4BtwopuiftEgrkLFamitTwe4B6i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d24220;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; }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i > .row .container { background-color: transparent; background-image: none; }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i > .row .container > .video-iframe-container { display: none; }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i > .row > .video-iframe-container { display: none; }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i > .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); }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i > .row .container { border-width: 0; border-radius: 0; }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#TtvbRORzTCA1Z1RP5Fwv1JTuqE0rp1kH { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.1624984741211rem;left:0rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zxk9N4wZ8DJhCGzLFlW2fyFTrz76Ctzn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.4375rem;top:0.59375rem;left:6.97421836853rem;overflow:hidden;display:block; }
#kNwpDvNyJdCI6Lk8Jecz0OQqgDZoqTGa { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1617164611816rem;left:52.312500953674rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yBq3brBL6l1RuybURNBJOMHTNI6p4i6b { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1617164611816rem;left:70.750000953675rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dOWXevp9rHRaW2M5cwgd1gJ1AIBBksbn { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.1617164611816rem;left:63.750000953675rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #drmHwaFPNVVWBoGIUA798CXHcB5DJvRd { display:none; }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lg0NIkvAP2suGMJmVRPfV3xEf6G7JGze { width:10.375rem;height:2.625rem;top:3.0625rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2JxWiRrMqQ6mxLxkFbfA2PSV9y9HWpB { display:block; }
 }@media only screen and (max-width: 763px) { #O6Molfvpq2oWhDAItfnovkECw4pOsbG0 { width:6.25rem;height:3.375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqlimD0ObyC3StDc42VEFTdqBrdNGeW9 { width:8.6875rem;height:2.375rem;top:3.125rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sq7KXZRLrybiz58v2VtMSMWH9lEyI7wT { display:block; }
 }@media only screen and (max-width: 763px) { #zsVXScf666bmkHeE07rT7Ns2NBJp0SoO { width:8.6875rem;height:2.375rem;top:3.125rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQeux7qSay2OuTrOZ1ytcRF2MH6cLlni { display:block; }
 }@media only screen and (max-width: 763px) { #RacMuTKz9wRtooUVpTFKUeMXyeBfL0y2 { width:8.6875rem;height:2.375rem;top:3.125rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGW6kV9V1lfBUUMiRMT6PWTlDAtno4TD { display:block; }
 }@media only screen and (max-width: 763px) { #TsSsFQFTWHyu28eb5eanszdsrPN8cntO { width:8.6875rem;height:2.375rem;top:3.125rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcy7sve2ExfoeHZV4N7hPEkoQ3vwgvUW { display:block; }
 }@media only screen and (max-width: 763px) { #iRcEFaDGvcM5boL7HqFw7crTHUUUuHHk { width:8.6875rem;height:2.375rem;top:3.125rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZO2tt4qBDT5GmTQ5koq5pT6rqyHQlZt4 { display:block; }
 }@media only screen and (max-width: 763px) { #vRkr5c3dWH2l0z8kGB4bk5XmTF6BtqbH { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC { display:none; }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J4moVpcOiCotkB2KXUACnN3Snam51rPd { width:10.375rem;height:2.625rem;top:3.0625rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2oXZXv3fXVJvrt6xXA5Os8QQ8ADR6w5 { display:block; }
 }@media only screen and (max-width: 763px) { #QgzTshcEnIpN4WZBJgZhiwi9kmGTC91a { width:8.6875rem;height:2.375rem;top:3.125rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdPlUfa3Dt5HghmUrHylQFHfpd33tonW { display:block; }
 }@media only screen and (max-width: 763px) { #opxkqCHWBTs0GeXh3HZfImn6TP2qDxwv { width:4.5625rem;height:1.375rem;top:3.6875rem;left:33.050000190735rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyRaOQH8X8fWgmQrZaZM0SccXW0AsSKy { width:8.6875rem;height:1.375rem;top:3.6875rem;left:24.362500190735rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGTSbyOhc3tEcIsR28wM58r961TZsdWr { width:5.125rem;height:1.375rem;top:3.6875rem;left:18.437500953674rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iV1FXqghHWhm4QKlPO1ISqTNaHE8Tz4n { width:8.6875rem;height:1.375rem;top:3.6875rem;left:8.749218940735rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9cp7TfJHvPup3fTXQubzSBzPO3HSwxA { width:47.75rem;height:5rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld6Oi9fne0FuFU2KQBmHCTQzTJbO1cRK { width:6.25rem;height:3.375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM { display:block; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF1trJvxzaHt6in6CtcPJ4vSzLrRHFB2 { width:42.75rem;height:2.4375rem;top:8rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPkX9I0OddWRvaZh4pz32ewluCB8Ibf6 { width:44.625rem;height:5.375rem;top:18.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGqAJDfqy6gfGigZzPQbkBZSZxyWT3Vn { width:39rem;height:1.3rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXyULotctgnQF5HkteFWO21O2pCHbWVc { width:19.125rem;height:3.5625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMrzG3qRo4JfXQ7Jw10I9gvIl4lPf2Lg { display:block; }
 }@media only screen and (max-width: 763px) { #pawUzBBA4qyRJawTmAk9q1VQqmKazzPv { width:15.75rem;height:3.4375rem;top:26.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #en1AHMwCGzUEihfxJ7EwAx5nRhFHqEDV { display:block; }
 }@media only screen and (max-width: 763px) { #Z6nMI2KxGhf410TUN5ciL8wnsMqm3Ofd { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkMVCzUIR96HTt0ao4Relne5NhWfwi5E { display:block; }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caIDwnhnsbSm9I3FT5hl8fXQtfqwb7NZ { width:47.75rem;height:1.6875rem;top:4.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH4xw0NIDmPgzIzrHoCRq2FpBylNAJ8F { width:44.75rem;height:2.7625rem;top:9.25rem;left:1.4999990463257rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRypQzDNetEy3frXdCPiTinfZU6rbB6v { display:block; }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVHDWN3uig55BvVtyZFTm2TAT8NHWi1l { width:21.5rem;height:15.625rem;top:1.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTHmkl01lRiGcrHr6fP9prBuOeALsyo { width:17.8125rem;height:5.1875rem;top:9.5rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk195bLntydtsyn6IgTvqTB0M8cZzfvL { width:21.5rem;height:15.625rem;top:1.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzPeI0H9GIipvzW9c3uZZdbQrJbckECB { width:16.625rem;height:1.5625rem;top:6.625rem;left:15.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLefElEWXdCcdwF0m6uX2F2vwwC8aNIW { width:21.5rem;height:15.625rem;top:1.5625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzy92dD6T6H6gECyzVAaKSn1VHuakFSz { width:21.5rem;height:15.625rem;top:1.5625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhSd4TXcL0WRcTggO6RGSEUIIABBhbC8 { width:16.625rem;height:1.5625rem;top:6.75rem;left:30.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLrefLrBxETCMpTE9OTUhRUpT1B7t9G { width:17.8125rem;height:5.1875rem;top:9.4375rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRX1yUzlHlcRagCZIpFtRQA8sXeTq6QI { width:2.5rem;height:2.5rem;top:2.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rryxqc4RPr7mIw60AGg1KIaXLrFTH3po { width:2.5rem;height:2.5rem;top:2.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSDVh0HPdh2zIT9G9p3WayqChgzL1I1x { width:21.4375rem;height:15.625rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqUekF4PGuVlSbzFFPzJZqQ67GPNqdIk { width:21.4375rem;height:15.625rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVnrwmy0BIf1tbPoNT41MhFc7b8G7TAd { width:21.5rem;height:15.625rem;top:1.5625rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxzNgvRFTzPrpgGXuKgIPr8GsBr7rKqr { width:21.5rem;height:15.625rem;top:1.5625rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXnMnClKvS77mCT5daVgxa2r7AuTzpbn { width:21.4375rem;height:15.625rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiS71c0dg3ozeO2bwrZTsJ7KT0HNm2WA { width:21.4375rem;height:15.625rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kld0BqX6WC8rrm3UxDfL0SqsfzMDZ2XZ { width:17.3125rem;height:3.875rem;top:80.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZAWop44KDf6DswVWDt0sxR2sKi97m80 { width:16.625rem;height:1.5625rem;top:77.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqW94w96TEmsTgrdgHQ1iZa4ZQwhCZQ1 { width:2.5rem;height:2.5rem;top:2.9375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BB0xZgL4XGTpXbIUPFllpnQSTMDAifpO { width:2.8125rem;height:2.8125rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNab9q5fCV3ru8KR0aJf6pRl1tR859ZE { width:2.5rem;height:2.5rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABdXA3ddXqp9GkP0DF3WBBFQsAB0rsSA { width:16.625rem;height:1.5625rem;top:6.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlTzfJzShMT9yfny6SOErMtPANUewKPh { width:18.75rem;height:6.4375rem;top:9.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2lnkz3MLIaMRnmUua0S2e4fB7xKz4lX { width:16.625rem;height:1.5625rem;top:6.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzUymnooHBnHVy3nM5WyITy3l0dvMmuZ { width:17.25rem;height:6.5rem;top:9.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK { display:block; }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeMyqtKo6Xh2W5cWH2uQzCWfheUiTfpd { width:21.5rem;height:15.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WleP4zGvWJ75bV66IxgQFnEzXN5Ku3CN { width:21.5rem;height:15.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5IxDVTPN1EBcBhpM2pHihpvEb3KOpTw { width:16.625rem;height:1.5625rem;top:7.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IToWEpwR1sQtr1XxzXvgWiy6uS8NQ4t3 { width:18.3125rem;height:3.875rem;top:10.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1A5QOJl79hoNwOGtXX1c66vNG93XLUR { width:2.8125rem;height:2.8125rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GywrZDTZSpEdMIFKdDTsAOL8pmZxxsJe { width:19.0625rem;height:3.5rem;top:25.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdIuRQpH0B3TQNGTU4OwP6y46cbysQi2 { display:block; }
 }@media only screen and (max-width: 763px) { #PaWLJD4fbJaG9GwU8uLmsHnsA45WuApG { width:23.25rem;height:2.25rem;top:22.375rem;left:8.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISxJ4CzltD1WzTucgCW7k6ct0C6GThAP { width:21.4375rem;height:15.625rem;top:1.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T54zE9UBbr65sTGSyM4iONHI01Kl6IyW { width:21.4375rem;height:15.625rem;top:1.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxfgmgOV3837niwJbbTdniCIReC9V16q { width:2.8125rem;height:2.8125rem;top:3.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki0mkoasL7hFGI8romfebUAnsF9pvyLs { width:16.625rem;height:1.5625rem;top:7.5rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezmqqN2hoawytpERw2qlt7THelWNfilE { width:17.25rem;height:5.1875rem;top:10.0625rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu { display:block; }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #id0Aqqfecd39OHglgP4hm4cPp3Pzttf1 { width:47.75rem;height:1.6875rem;top:4.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhZmcmr3sy3kMiOuxx8mbVBp8GDxopRh { width:44.75rem;height:2.7625rem;top:9.3125rem;left:1.4992189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDOL54AekqdVBdt0ABbGzduxVCwKR62f { display:block; }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPTg1vLCSmuuCC1IT1svCC7c0ltMGaI6 { width:34.375rem;height:20rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTcbEpTxtRrnCQ7FxPAQrbCyf6M7zJ7 { width:19.3125rem;height:3.25rem;top:2.8125rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNGo3APMLdbhJ0KUrxDMptWZzwQMmeTF { width:12.9375rem;height:1.1375rem;top:7.0625rem;left:10.874999046326rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPvt5N1uWWciCVnJMMwp1Qv6sM9fKnVx { width:34.375rem;height:20rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAHETsJ3775N4M5ziyHeVVppx1sHLzUN { width:17.125rem;height:4.55rem;top:9.3125rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8dBdSTsdzhNt5IieqVFsfnEk09dZvea { width:4.25rem;height:4.1875rem;top:15.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgN0B8Z49pnmc28rHeIV5qxupNuFb8Wz { width:15.9375rem;height:1.9375rem;top:16.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPiiIZzFMKtqkIPVh1nV28wyD2rxE71m { width:10.9375rem;height:1.125rem;top:16.875rem;left:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5T5aL60fVwg4QggI0Bgr6cEF6f2gmAS { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:8.499218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2VJsWO1eMlekf9gv3H6fgfWHK0duiZh { width:34.375rem;height:20rem;top:1.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXEdilHWMhPACpTLDgoRSf9anzuaFfOV { width:34.375rem;height:20rem;top:1.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy35NLPV5B3JTSSBl9XlyWPZhGItGDge { width:15.9375rem;height:2.875rem;top:16.0625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzswwlsE2I2VX5y8yHXKhBQ90TPp9JFE { width:10.9375rem;height:2.25rem;top:16.3125rem;left:36.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZwl0oE4sMuWzycuPk7WbTDvZGzhArgf { width:18.0625rem;height:4.55rem;top:9.3125rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLTB0JGiIWwlIOmnL54KOZM4nfMaIk84 { width:4.25rem;height:4.1875rem;top:15.3125rem;left:32.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATHNtrqTZZWF2sEHdHQlJUFe6f2zKk73 { width:12.9375rem;height:1.1375rem;top:7.0625rem;left:34.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV0VMo5Sf3fIfzJL7WgiiQZH4l62oiXv { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:32.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #abfSThleNb9syqHQhBTGOIyenRcsfhOE { width:19.3125rem;height:3.25rem;top:2.8125rem;left:28.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i67cJQCg1E6RIEUdgloztdmTL8sHqyvT { width:12.8125rem;height:16.1875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQRuZJqQyUsiLUZI3rk9lBgJNJdiNDpR { width:13.5625rem;height:17rem;top:4.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe { display:block; }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chhxixRcZSOHgTPU6fmNWccxVcdlAdGh { width:34.375rem;height:20rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbwszwA1bSprGiPNNdv27Pp2oOzEcKKD { width:19.3125rem;height:3.25rem;top:2.8125rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRbXGbsuqSazgbsm5Uq0VwahQWRDIMt2 { width:12.9375rem;height:1.1375rem;top:7.0625rem;left:10.874218940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDH56XvOJMPov2Q5dw6VefzS14XoZO7Z { width:34.375rem;height:20rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCKhhmc5d2Z3sMsB4rdVvXuEJr9CVhHO { width:18.125rem;height:4.55rem;top:9.3125rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI9TW71UbpZkS4HFwZV80tU9VeobQnI0 { width:4.25rem;height:4.1875rem;top:15.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI9R9PRk6UtnSx6pd3El6Vo9MBvSQoNq { width:12.875rem;height:1.125rem;top:16.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLaTqJCoQm3iCw4BhEVNeOAEqwCcm9JZ { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:8.499218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7peOJxSvbo6yAwbfah3n4i2AQNmBhGR { width:34.375rem;height:20rem;top:1.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcbX5IhF5nwW4bofqSsnoh3xXyA2OiNS { width:34.375rem;height:20rem;top:1.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwdExdKqUp4572SCJ8dk68INo3b8S2Jd { width:15.9375rem;height:1.9375rem;top:16.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW8eolve5uWNNd6SrkvtC6SCsbXrsJrZ { width:10.9375rem;height:1.125rem;top:16.875rem;left:36.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK3XhLtunHuaAQMvz6TWQIdPO4rxLeBJ { width:17.125rem;height:4.875rem;top:9.1875rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmuNOST830pLqrzagJ25UtALTokCH8Uv { width:4.25rem;height:4.1875rem;top:15.3125rem;left:32.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHtzJm22TUQJ0W0rOx05uXPCf01mdwd9 { width:15.1875rem;height:1.125rem;top:7.0625rem;left:32.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vem3hfdZJmM5GsOebqPzycU70zJ9ZVTl { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:32.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmvWyARTCs6OmWQy6W4xNNMlOIPtVLqx { width:19.3125rem;height:3.25rem;top:2.8125rem;left:28.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMKZHVA5HRNZEisgtkOnGy15fbmEIHaN { width:13.25rem;height:16.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy6avd6Nx27mKAL4Pdca1uRLlETSQL3p { width:13.9375rem;height:17.4375rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaVgCg9KTAg3e8wctI9tSAlcOkS67A5Q { width:15.9375rem;height:1.875rem;top:16.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kErvg5s1Dx5hM1OTLNB7Xf3PKpB3Q9S8 { display:none; }#kErvg5s1Dx5hM1OTLNB7Xf3PKpB3Q9S8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uMHCf1kTMBeFosiydSTJ1QTNQqRlOeNU { width:34.375rem;height:20rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5cC70Upye9tRWUR2KmoTObaM5iTa2my { width:19.3125rem;height:3.25rem;top:2.8125rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6gAgzhchhqwrqeI787HyOk0240kbyC { width:12.9375rem;height:1.125rem;top:7.0625rem;left:10.874999046326rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhr82G4I6SXX5qgmwkWuzDfrCBMJBLtO { width:34.375rem;height:20rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoa1ExfbBTWFT7cDwl5T0WPucR76446X { width:17.125rem;height:4.875rem;top:9.3125rem;left:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhE61r9XVd0kb5HtaRPeovhoTeGJ0qIS { width:4.25rem;height:4.1875rem;top:15.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS2INrLKUivuQg5ECbRK0R94U9HnRCHN { width:15.9375rem;height:1.9375rem;top:16.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuZOcSrsNHMIX3Gaqlm4uNRimJEsUd1N { width:10.9375rem;height:1.125rem;top:16.9375rem;left:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE0mVgFBdDZkrNTBI2CGKoTeibi4Saaf { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:8.499218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCsCnSGrfKJR7JaR5MzqyB6bmi9b0xND { width:34.375rem;height:20rem;top:1.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTzMZpsCoh0i3G7Tgmmw7Sne2q4zCWJ { width:34.375rem;height:20rem;top:1.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1SHTN4xILhuaXsn9sZLb1CsphIP1cFt { width:15.9375rem;height:1.9375rem;top:16.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgdfiftutyMVe9alob7TSicXfJNQw3uL { width:10.9375rem;height:1.125rem;top:16.9375rem;left:36.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOtcuzsmnUkz8LbeJepAkhTw2qQfc04Z { width:17.125rem;height:4.875rem;top:9.6875rem;left:30.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO7dC9D8zakA7J9yMTRctgPdrVNGm1Ah { width:4.25rem;height:4.1875rem;top:15.3125rem;left:32.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2b5TwhJnKEsTETPIo7FH4goNWp4MIqm { width:12.9375rem;height:1.125rem;top:7.0625rem;left:34.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlb88oTuCKuTTmTL4hEXXV3ERLmMwSWl { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:32.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVwvdaHQRzgNHMBxJFSU8kgCLJ0XTb5T { width:19.3125rem;height:3.25rem;top:2.8125rem;left:28.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS { display:block; }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydxJpOEI5Jx0M0TUN4mSpi7P5hMmiQ5i { width:22.1875rem;height:3.5625rem;top:1.75rem;left:12.781250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TerD6RWxW8HC46TO4q9iLCt2WMPDBFWB { display:block; }
 }@media only screen and (max-width: 763px) { #hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu { display:block; }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHHdUXwKhinmrxLSLCrZ0mMr0TXyE7iI { width:47.75rem;height:1.6875rem;top:5.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxK9oR4tZ2g8fN4HaWxV8GKWJkER6Xth { width:44.75rem;height:1.38125rem;top:9.5625rem;left:1.4992189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB { display:block; }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZ1nSauyEEcm4fgUUzcCDB20GM7zGU6H { width:9.375rem;height:9.375rem;top:3.25rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZhLo6ZfrVQmtrnQx6edsuEMoQ3wzDL4 { width:9.375rem;height:9.375rem;top:3.25rem;left:13.117970466614rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP0E2CLHAtZRPs3acS2uLy8uRoLizThe { width:9.375rem;height:9.375rem;top:3.25rem;left:25.056248664856rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki2xFkbaVnTUm8nPhOq7BSX0gmtoRaeK { width:9.375rem;height:9.375rem;top:3.25rem;left:36.993752479553rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBJGs4dJob3fBxyFwCwzpEmsICmfDX0B { width:12rem;height:1.3rem;top:14.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Z5X7KJ7VkKbCNbJE0OhKJOh3rx2noc { width:12rem;height:1.4625rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAoqqDumuJN4F8tGM8qnB1wBiTyv84yc { width:9rem;height:1.75rem;top:18rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Hd70NoJ7feo75RKH7NOegEFTQlcJxy { display:block; }
 }@media only screen and (max-width: 763px) { #vKWCgRTbbffBKqxl39avDOPrUcxTUofZ { width:8.875rem;height:1.625rem;top:18rem;left:36.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENOfXHXxHlgoCE8gMTyK3l3kJiANQUC2 { display:block; }
 }@media only screen and (max-width: 763px) { #hT582oytbA4rZuzkdz9utrdg2i5Pu1vP { width:12rem;height:1.4375rem;top:15.4375rem;left:35.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXDW5A1GLaN1DJ4RCaNyEZp6tGxR4AE { width:12rem;height:1.25rem;top:14.1875rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXmTalx09Zw8ZWV52CyTDHIVTXkkfZTz { width:8.875rem;height:1.625rem;top:18rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq8wFXNTIWuNPGFO25J515EGsJk6fQMw { display:block; }
 }@media only screen and (max-width: 763px) { #DJqfNXEmzzLPfN8lV3NyKSrrTXH1rNnJ { width:12rem;height:1.4625rem;top:15.4375rem;left:11.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxSTktMkxNhp7tZ8vrkraw3WupiXRkL { width:12rem;height:1.3rem;top:14.1875rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8WyEPiySQ8sQJVmR1FqAC8qKHqptBen { width:8.875rem;height:1.625rem;top:18rem;left:25.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT9qsSuAK4W42vhw512P3f1cSnU42VdE { display:block; }
 }@media only screen and (max-width: 763px) { #nkFNpgdX3exsQentfHtQrCrytV6Pyl0l { width:12rem;height:1.4625rem;top:15.4375rem;left:23.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOQHpT3co5Ip3BT1RHHdz9wTKSTlhFWz { width:12rem;height:1.3rem;top:14.1875rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 { display:block; }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AF1eVPT7FkKgJzS3BOUX9qhpgs7f8rD7 { width:47.75rem;height:1.6875rem;top:4rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RguT0dffPlsK5CGSETwIHDOHEWzvuikW { width:44.75rem;height:2.7625rem;top:8.3125rem;left:1.4992189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN { display:block; }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzGu435TJ2iJe9V5zwX9vrEvLGvf2amv { width:18rem;height:10.5625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U39VJR1QCCFUJcGSAbLqkF8zR43bXM5y { width:3.125rem;height:3.125rem;top:5.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxer1CgPeTDEJkixDy1Mvo5Tt7Ord4or { width:18rem;height:10.5625rem;top:3.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnXAPty8IN5B2zReadB36sw9hXPQzuM4 { width:18rem;height:10.5625rem;top:3.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuBRBTBHVuhUJ14Q0agMkVzE0fAKp8Ff { width:6.8125rem;height:2.5rem;top:6.25rem;left:5.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVN1H96c22W7A3K0cuGp8NmkGPkw19b3 { width:7.75rem;height:1.38125rem;top:9.75rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSrqBOfXOgQ6Ax3W0QHg4MhlAdGmiO5F { width:3.5rem;height:2.5rem;top:6.1875rem;left:20.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVafpoVnTq6tBhuJLOJcIHyF05B1hLWp { width:14.125rem;height:1.38125rem;top:9.6875rem;left:16.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP5r3tQATN4ciVzmJ87HofVfTB41kgnI { width:10.6875rem;height:1.875rem;top:5.9375rem;left:36.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT94emiVzmJB8gT2ATMTIbTMTwryZQ6L { width:14.125rem;height:2.7625rem;top:8.75rem;left:32.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHCp4uRWPDDQDsHaIqsF6PCk7wUPaXNo { width:2.5rem;height:2.5rem;top:5.5625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlb8ZZIa7J5oWl35DzXWh6Zw9WonOQo9 { width:2.8125rem;height:2.8125rem;top:6.0625rem;left:16.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX { display:block; }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tw5DL4wusimrGdVePGoEPxemOrkXO9Gb { width:44.75rem;height:25.125rem;top:2.25rem;left:1.4992189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n { display:block; }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXU0SnRew9tz4xuq6DHJzlFkqqLgHLSX { width:47.75rem;height:1.6875rem;top:4.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvGT3XI4HBNXEKCiuda4TNfChwgNpuuz { width:44.75rem;height:2.7625rem;top:9.25rem;left:1.4992189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 { display:block; }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNbRNZ5sxblllsKmzF1kVoVTDHfpU3Jw { width:22.125rem;height:19.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NypamIhXiUUXSmaMeLxxgusWkeqUNQar { width:18.4375rem;height:7.3125rem;top:8.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLORmNiOxz22N6Q8Ap13A9GnWI9fMutz { width:15.875rem;height:2.275rem;top:18rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWGM9PKNfxtN9pFAPAXui5hyGkwEabR { width:22.125rem;height:19.625rem;top:2.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJzutVdCTt2LpUQFIKTvrNowAaGqnac { width:15.875rem;height:2.275rem;top:18rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woms4pOhTTwzHKHedk8gvVxAPl4g0Wwd { width:17.5625rem;height:7.3125rem;top:8.4375rem;left:14.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3rG3UMzCZyfD7Lcs6hZUWF9FSlwHMQG { width:22.125rem;height:19.625rem;top:2.5rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRnIyT4raH9wAuP1PQfafh12UHwNJgXH { width:18.125rem;height:6.09375rem;top:8.4375rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BahAyKL6CIqSvfXedv9NM2cgub9oRlHW { width:18.1875rem;height:2.275rem;top:18rem;left:29.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XglsyKRSLHTuy2MpzrloVXSCf8CWyVzQ { width:3.4375rem;height:3.4375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUlTE0D9IeptBVqiTapqDnfOJZ1XIgeF { width:3.4375rem;height:3.4375rem;top:4rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBFesCxV3CMdeBWiGrnqHW5a7Q1hstLi { width:3.4375rem;height:3.4375rem;top:4rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW { display:block; }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3m9KTN02L5Sbp6ECofZoOHcU0taPFEJ { width:24.75rem;height:3.5625rem;top:1.75rem;left:11.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFs3OSuzerheDbsHCVopeQgC4EVnUvRk { display:block; }
 }@media only screen and (max-width: 763px) { #asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp { display:block; }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBo1lJgukenTTABbpD0CgqB3gEFVinlO { width:47.75rem;height:1.6875rem;top:4.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3vLMMDgTFxwUMZFJqGmP1FBTpDyUOPU { width:44.75rem;height:2.7625rem;top:9.3125rem;left:1.4992189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q { display:block; }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDXnSlr73gCnFoTADfxR7KEbI0UCuchc { width:47.75rem;height:46.359223300971rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O44eDJa7M00DbvmPECc1EFQfmUAHqKCm { width:36.5625rem;height:3.1875rem;top:5.375rem;left:11.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smb8xnUACPAgdl4wGR7twhwdkbTHqM9d { width:34.0625rem;height:3.1875rem;top:15.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvmbzGUJMuTXP9RN4DJOg4yiZ7bS7Xq0 { width:32.0625rem;height:1.05625rem;top:25.1875rem;left:11.842968940735rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFl6fCwTI0f0TAofD9N9iB3bKpmlC1o6 { width:34.0625rem;height:3.1875rem;top:34.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu1iUZDo4gMp705bAsOp710BiupSacHt { width:35.125rem;height:3.1875rem;top:44.5rem;left:11.842665672303rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTONgNEpMASmBa5UtubtdKDwPQTqDcT { width:38.1875rem;height:6.4375rem;top:52.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMMa9pfs5qphbbL9crSDr9DIJiiUJFlT { width:5.625rem;height:5.625rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMk7inMekF41CltH8rFAb6vykFKdmwxs { width:5.625rem;height:5.625rem;top:14rem;left:41.642968177796rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLp6bf9RwBuCL1wHw6TVEX7HXBUmF56B { width:5.625rem;height:5.625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP4yb6UdRygN1pgJ06viI3nvEN5xyGLn { width:5.625rem;height:5.625rem;top:33.4375rem;left:41.642968177796rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl6syfC71TRNXcJyVrRsntQvM4ZfKCnI { width:5.625rem;height:5.625rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpsUKA7P3FlbGC5XhNc1s5EkL7gkGyht { width:5.625rem;height:5.625rem;top:52.9375rem;left:41.705468177796rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA814w7ZtSvTbQZhkGBzHVxkx2dS9ZP6 { width:18.75rem;height:53.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5mW9SInrhossmRuHyxfyxdLScwththH { display:block; }#F5mW9SInrhossmRuHyxfyxdLScwththH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNal7yqS93LnuTto1n4oZgOqa9vbRwzq { width:22.1875rem;height:3.5625rem;top:2.25rem;left:12.781250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsAWsVX9W0Ounb1EidLu51nBCSMnyCi9 { display:block; }
 }@media only screen and (max-width: 763px) { #C6JHJ6dO7TTyZJ9nIUK6VBzWtBChBemG { width:47.75rem;height:5.1875rem;top:7rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ { display:block; }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8XsQDtSzv5lKxPg6tWMMWlTceNmcLBQ { width:47.75rem;height:1.6875rem;top:3.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXPa5NZCw4X8Rhzd96a821Z7ML1WTb1C { width:41.875rem;height:2.7625rem;top:7.3125rem;left:2.9367189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTfa2O71nCeOb7edfJt3nCorTv2TDav6 { display:block; }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtJ52wz7NQNTRrkuWnWm6CmGg7pNSS4h { width:15.25rem;height:4.625rem;top:1.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZFi5Z5iA4MImGsAAxL22AqZSaETpUQ6 { width:15.5rem;height:3.3125rem;top:2.5625rem;left:16.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHeEhJCTaTGtPeli07aBW8PkTOepPqfz { width:12.125rem;height:2.25rem;top:3.125rem;left:33.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBeysvxfMMVUJ5vAdKWToKmXAFWs3ZG7 { width:10.9375rem;height:2.25rem;top:3.125rem;left:2.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Td3XUazAhy3OdykCT819D01av8HWuSNq { width:8.375rem;height:2.25rem;top:3.125rem;left:33.625000953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #aszeb1kfCoRukdFO65zdleKaAf6GTPiU { display:block; }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbbG2vfViq2ICeRQnKHHdvPecSDEc4nz { width:10.9375rem;height:2.24975625rem;top:3.0625rem;left:18.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1mMTP8P1xl4m4OiPJLDL95t5kyZMgk8 { width:13.4375rem;height:3.5rem;top:2.5rem;left:32.968750953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 { display:block; }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaaucxWgyyxGvJAeObLT8IPTbTWkaPGL { width:41.875rem;height:1.38125rem;top:1.5rem;left:2.9367189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAlPOoZEEueZloTvfxBzt54W70bsLHdC { display:block; }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcq0lAwNkVN0NhntcRnX39a3RfODBXMz { width:7rem;height:3.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #to0NtundTBfsiauxBXq4ZCuMByl4xNxk { width:16.25rem;height:5.2rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQmWemMnVNUUKR7C7Oxs409g4NqAm1Jq { width:2rem;height:2rem;top:14.8125rem;left:0rem;display:block; }
#HQmWemMnVNUUKR7C7Oxs409g4NqAm1Jq > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Tz6O5piiV4MO1VN5Lz2QkEDlvJpfPB0L { width:1.875rem;height:1.875rem;top:14.875rem;left:0rem;display:block; }
#Tz6O5piiV4MO1VN5Lz2QkEDlvJpfPB0L > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #T95LST1r69FX84FhsGAzx8ptotfuE5Da { width:2.1875rem;height:2.1875rem;top:14.75rem;left:0rem;display:block; }
#T95LST1r69FX84FhsGAzx8ptotfuE5Da > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #HupudnFcVk8piT62eQlhf2pq8qbZ8R34 { width:2.1875rem;height:2.1875rem;top:14.75rem;left:0rem;display:block; }
#HupudnFcVk8piT62eQlhf2pq8qbZ8R34 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #bu8zKlFFLsvkPRsaXquVnxBJqBmlS6ki { width:8.125rem;height:1.625rem;top:2.5625rem;left:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXeDFQO737FE7ZcVtIhNilym3t1p8a1C { width:8.4375rem;height:8rem;top:5.25rem;left:10.062500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLeTbZhBTNDGATv1zWiSTcP4oFwbupKW { width:9rem;height:1.625rem;top:2.5625rem;left:23.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haUDhi8nh9CEw1kuklis1n9KR3zUzzoO { width:7.3125rem;height:8rem;top:5.25rem;left:23.312500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZDQN5Wknbf002bDcnuVNlxvmV63Fcok { width:8.125rem;height:1.625rem;top:2.5625rem;left:38.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #liednTGxetdNvWpUuCv5rytqdnh1Ao0B { width:3.75rem;height:3.75rem;top:5.25rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5kTFh1t6kBcJ013JJTsUpOrFuWiJEqw { width:3.75rem;height:3.75rem;top:5.25rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHgF4IHpJbJL5tayuXhIJy9fa8Hb4WVO { width:10.875rem;height:5.28125rem;top:10.125rem;left:36.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ4y9tQuxFZmMMc4UMXRrOgPyB8VJzGb { width:9rem;height:5.28125rem;top:10.0625rem;left:38.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwgcU4BtwopuiftEgrkLFamitTwe4B6i { display:block; }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtvbRORzTCA1Z1RP5Fwv1JTuqE0rp1kH { width:16.25rem;height:1.3rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxk9N4wZ8DJhCGzLFlW2fyFTrz76Ctzn { width:6.4375rem;height:2.4375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNwpDvNyJdCI6Lk8Jecz0OQqgDZoqTGa { width:9.625rem;height:1.3rem;top:1.125rem;left:38.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBq3brBL6l1RuybURNBJOMHTNI6p4i6b { width:4.25rem;height:1.3rem;top:1.125rem;left:43.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOWXevp9rHRaW2M5cwgd1gJ1AIBBksbn { width:5.3125rem;height:1.3rem;top:1.125rem;left:42.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #drmHwaFPNVVWBoGIUA798CXHcB5DJvRd { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(185,185,185,0.7);background-image:none;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; }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .row .container { background-color: transparent; background-image: none; }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .row .container > .video-iframe-container { display: none; }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .row > .video-iframe-container { display: none; }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .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); }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#drmHwaFPNVVWBoGIUA798CXHcB5DJvRd > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lg0NIkvAP2suGMJmVRPfV3xEf6G7JGze { width:8.375rem;height:2.625rem;top:2rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2JxWiRrMqQ6mxLxkFbfA2PSV9y9HWpB { display:block; }
 }@media only screen and (max-width: 763px) { #O6Molfvpq2oWhDAItfnovkECw4pOsbG0 { width:5.375rem;height:2.875rem;top:1.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqlimD0ObyC3StDc42VEFTdqBrdNGeW9 { width:8.5875rem;height:2.4375rem;top:17.875rem;left:5.6875rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;z-index:15003;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq7KXZRLrybiz58v2VtMSMWH9lEyI7wT { display:block; }
 }@media only screen and (max-width: 763px) { #zsVXScf666bmkHeE07rT7Ns2NBJp0SoO { width:8.5875rem;height:2.3125rem;top:6.5625rem;left:5.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQeux7qSay2OuTrOZ1ytcRF2MH6cLlni { display:block; }
 }@media only screen and (max-width: 763px) { #RacMuTKz9wRtooUVpTFKUeMXyeBfL0y2 { width:8.5875rem;height:2.275rem;top:9.375rem;left:5.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15005;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGW6kV9V1lfBUUMiRMT6PWTlDAtno4TD { display:block; }
 }@media only screen and (max-width: 763px) { #TsSsFQFTWHyu28eb5eanszdsrPN8cntO { width:8.5875rem;height:2.3125rem;top:12.125rem;left:5.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcy7sve2ExfoeHZV4N7hPEkoQ3vwgvUW { display:block; }
 }@media only screen and (max-width: 763px) { #iRcEFaDGvcM5boL7HqFw7crTHUUUuHHk { width:8.5875rem;height:2.3125rem;top:14.6875rem;left:5.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO2tt4qBDT5GmTQ5koq5pT6rqyHQlZt4 { display:block; }
 }@media only screen and (max-width: 763px) { #vRkr5c3dWH2l0z8kGB4bk5XmTF6BtqbH { display:flex;top:2.25rem;left:16.8125rem;width:2.1875rem;height:2.1875rem;z-index:15008;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC { position:relative;z-index:auto;display:none; }#NN0QuiA12t2ULXUMSkWzZXZA2ZwSv4gC > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J4moVpcOiCotkB2KXUACnN3Snam51rPd { width:9.125rem;height:2.625rem;top:2.3218750953674rem;left:9.0625001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2oXZXv3fXVJvrt6xXA5Os8QQ8ADR6w5 { display:block; }
 }@media only screen and (max-width: 763px) { #QgzTshcEnIpN4WZBJgZhiwi9kmGTC91a { width:8.5875rem;height:2.275rem;top:18.296875rem;left:5.7062498927116rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #RdPlUfa3Dt5HghmUrHylQFHfpd33tonW { display:block; }
 }@media only screen and (max-width: 763px) { #opxkqCHWBTs0GeXh3HZfImn6TP2qDxwv { width:4.5625rem;height:0;top:15.134375572204rem;left:7.7187501788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyRaOQH8X8fWgmQrZaZM0SccXW0AsSKy { width:8.6875rem;height:0;top:12.465624809265rem;left:5.6562501788139rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGTSbyOhc3tEcIsR28wM58r961TZsdWr { width:5.125rem;height:0;top:9.75625038147rem;left:7.4375001788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iV1FXqghHWhm4QKlPO1ISqTNaHE8Tz4n { width:8.6875rem;height:0;top:7.5062499046325rem;left:5.6562501788139rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9cp7TfJHvPup3fTXQubzSBzPO3HSwxA { width:20rem;height:4.875rem;top:1.25rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ld6Oi9fne0FuFU2KQBmHCTQzTJbO1cRK { width:5.375rem;height:2.875rem;top:2.1968750953674rem;left:1.8476561903954rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09d8c7c2-a6fc-43d8-8216-56ffc754fd5f/ZarejestrujsienastronieObejrzyjmateriayedukacyjneRozwiazQuizWygrajnagrodyPrzyjedznafinadoodzitylkodlastudentowod3rokuZmierzsiewfinaleiwygrajnagrodytylkodlastud.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM.adaptive-delivery-prevent-bg, #X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM.lazyload, #X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM.lazyloading { background-image: none; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row .container { background-color: transparent; background-image: none; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,16,16,0.9); }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row .container > .video-iframe-container { display: none; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,16,16,0.9); }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row > .video-iframe-container { display: none; }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .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); }#X8LWyEvz4fbNn6GtnU3JK9t7Lbglb1UM > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09d8c7c2-a6fc-43d8-8216-56ffc754fd5f/ZarejestrujsienastronieObejrzyjmateriayedukacyjneRozwiazQuizWygrajnagrodyPrzyjedznafinadoodzitylkodlastudentowod3rokuZmierzsiewfinaleiwygrajnagrodytylkodlastud.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,16,16,0.9); }#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(16,16,16,0.9); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF1trJvxzaHt6in6CtcPJ4vSzLrRHFB2 { width:19.5rem;height:7.31325rem;top:8.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPkX9I0OddWRvaZh4pz32ewluCB8Ibf6 { width:16.75rem;height:8.1rem;top:17.437067031861rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EGqAJDfqy6gfGigZzPQbkBZSZxyWT3Vn { width:20rem;height:2.6rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXyULotctgnQF5HkteFWO21O2pCHbWVc { width:16.5625rem;height:2.8125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMrzG3qRo4JfXQ7Jw10I9gvIl4lPf2Lg { display:block; }
 }@media only screen and (max-width: 763px) { #pawUzBBA4qyRJawTmAk9q1VQqmKazzPv { width:16.5625rem;height:2.8125rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #en1AHMwCGzUEihfxJ7EwAx5nRhFHqEDV { display:block; }
 }@media only screen and (max-width: 763px) { #Z6nMI2KxGhf410TUN5ciL8wnsMqm3Ofd { display:flex;top:1.125rem;left:16.562501132488rem;width:2.1875rem;height:2.1875rem;z-index:15004;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkMVCzUIR96HTt0ao4Relne5NhWfwi5E { display:block; }#lkMVCzUIR96HTt0ao4Relne5NhWfwi5E > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caIDwnhnsbSm9I3FT5hl8fXQtfqwb7NZ { width:15.125rem;height:3.37524375rem;top:3.1875rem;left:2.4374999403954rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH4xw0NIDmPgzIzrHoCRq2FpBylNAJ8F { width:17.375rem;height:5.525rem;top:7.9375rem;left:1.3117188811302rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRypQzDNetEy3frXdCPiTinfZU6rbB6v { display:block; }#zRypQzDNetEy3frXdCPiTinfZU6rbB6v > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVHDWN3uig55BvVtyZFTm2TAT8NHWi1l { width:19.625rem;height:15.625rem;top:19.5rem;left:0.37421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTHmkl01lRiGcrHr6fP9prBuOeALsyo { width:17.8125rem;height:5.2rem;top:27.999267578125rem;left:1.2799072265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk195bLntydtsyn6IgTvqTB0M8cZzfvL { width:19.6875rem;height:15.625rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzPeI0H9GIipvzW9c3uZZdbQrJbckECB { width:16.687rem;height:1.625rem;top:25.562133789062rem;left:1.2799072265625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLefElEWXdCcdwF0m6uX2F2vwwC8aNIW { width:19.625rem;height:15.625rem;top:36.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzy92dD6T6H6gECyzVAaKSn1VHuakFSz { width:19.6875rem;height:15.625rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhSd4TXcL0WRcTggO6RGSEUIIABBhbC8 { width:16.6875rem;height:1.625rem;top:42.875rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLrefLrBxETCMpTE9OTUhRUpT1B7t9G { width:17.8125rem;height:5.2rem;top:45.0625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRX1yUzlHlcRagCZIpFtRQA8sXeTq6QI { width:2.5rem;height:2.5rem;top:21.936645507812rem;left:1.2799072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rryxqc4RPr7mIw60AGg1KIaXLrFTH3po { width:2.5rem;height:2.5rem;top:39.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSDVh0HPdh2zIT9G9p3WayqChgzL1I1x { width:20rem;height:15.625rem;top:54.81201171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqUekF4PGuVlSbzFFPzJZqQ67GPNqdIk { width:19.75rem;height:15.625rem;top:54.81201171875rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVnrwmy0BIf1tbPoNT41MhFc7b8G7TAd { width:19.6875rem;height:15.625rem;top:2.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JxzNgvRFTzPrpgGXuKgIPr8GsBr7rKqr { width:19.625rem;height:15.625rem;top:2.8125rem;left:0.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XXnMnClKvS77mCT5daVgxa2r7AuTzpbn { width:20rem;height:15.625rem;top:54.5rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uiS71c0dg3ozeO2bwrZTsJ7KT0HNm2WA { width:19.75rem;height:15.625rem;top:54.5rem;left:0.375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Kld0BqX6WC8rrm3UxDfL0SqsfzMDZ2XZ { width:17.374875rem;height:3.9rem;top:64.4375rem;left:1.3125rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gZAWop44KDf6DswVWDt0sxR2sKi97m80 { width:16.6858125rem;height:1.625rem;top:61.5rem;left:1.25rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #PqW94w96TEmsTgrdgHQ1iZa4ZQwhCZQ1 { display:flex;width:2.8125rem;height:2.8125rem;top:55.875rem;left:1.25rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #BB0xZgL4XGTpXbIUPFllpnQSTMDAifpO { display:flex;width:2.8125rem;height:2.8125rem;top:56.75rem;left:1.25rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #JNab9q5fCV3ru8KR0aJf6pRl1tR859ZE { display:flex;width:2.8125rem;height:2.8125rem;top:4rem;left:1.2796875834465rem; }
 }@media only screen and (max-width: 763px) { #ABdXA3ddXqp9GkP0DF3WBBFQsAB0rsSA { width:16.6859375rem;height:1.625rem;top:8.10000038147rem;left:1.2796875834465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlTzfJzShMT9yfny6SOErMtPANUewKPh { width:17.25rem;height:0;top:10.4375rem;left:1.5624999403954rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2lnkz3MLIaMRnmUua0S2e4fB7xKz4lX { width:16.625rem;height:0;top:89.75rem;left:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzUymnooHBnHVy3nM5WyITy3l0dvMmuZ { width:17.25rem;height:6.5rem;top:10.5625rem;left:1.3742188811302rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK { display:block; }#KmX0yXMkr49cgRMfAHMp1AP2urwgWCDK > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeMyqtKo6Xh2W5cWH2uQzCWfheUiTfpd { width:19.625rem;height:15.625rem;top:1.25rem;left:0.37421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WleP4zGvWJ75bV66IxgQFnEzXN5Ku3CN { width:19.6875rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5IxDVTPN1EBcBhpM2pHihpvEb3KOpTw { width:16.6875rem;height:0;top:7.5rem;left:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IToWEpwR1sQtr1XxzXvgWiy6uS8NQ4t3 { width:18.375rem;height:0;top:18.999996185302rem;left:0.81250005960463rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1A5QOJl79hoNwOGtXX1c66vNG93XLUR { display:flex;width:2.8125rem;height:2.8125rem;top:3.56201171875rem;left:5.8123779296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GywrZDTZSpEdMIFKdDTsAOL8pmZxxsJe { width:19.1241875rem;height:2.8125rem;top:26.123438835144rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdIuRQpH0B3TQNGTU4OwP6y46cbysQi2 { display:block; }
 }@media only screen and (max-width: 763px) { #PaWLJD4fbJaG9GwU8uLmsHnsA45WuApG { width:13.25rem;height:3.9rem;top:20.7578125rem;left:3.3750001788139rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISxJ4CzltD1WzTucgCW7k6ct0C6GThAP { width:19.6875rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T54zE9UBbr65sTGSyM4iONHI01Kl6IyW { width:19.625rem;height:15.625rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxfgmgOV3837niwJbbTdniCIReC9V16q { display:flex;width:2.8125rem;height:2.8125rem;top:3.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Ki0mkoasL7hFGI8romfebUAnsF9pvyLs { width:16.687rem;height:1.625rem;top:7.4375rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezmqqN2hoawytpERw2qlt7THelWNfilE { width:17.312rem;height:5.2rem;top:9.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu { display:block; }#NqCTiDpPhuVfEQOn7AVEiVcOyZoXodUu > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #id0Aqqfecd39OHglgP4hm4cPp3Pzttf1 { width:17.375rem;height:3.375rem;top:3.1875rem;left:1.3117188811302rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhZmcmr3sy3kMiOuxx8mbVBp8GDxopRh { width:18.6875rem;height:5.525rem;top:7.75rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDOL54AekqdVBdt0ABbGzduxVCwKR62f { display:block; }#SDOL54AekqdVBdt0ABbGzduxVCwKR62f > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPTg1vLCSmuuCC1IT1svCC7c0ltMGaI6 { width:19.625rem;height:20rem;top:2rem;left:0.37421876192093rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #auTcbEpTxtRrnCQ7FxPAQrbCyf6M7zJ7 { width:16.25rem;height:3.25rem;top:3.3125rem;left:1.8749999403954rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QNGo3APMLdbhJ0KUrxDMptWZzwQMmeTF { width:10.3125rem;height:1.13769375rem;top:7.75rem;left:4.8437501788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPvt5N1uWWciCVnJMMwp1Qv6sM9fKnVx { width:20rem;height:20rem;top:2rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LAHETsJ3775N4M5ziyHeVVppx1sHLzUN { width:10.1875rem;height:7.9625rem;top:10.3125rem;left:1.8749999403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8dBdSTsdzhNt5IieqVFsfnEk09dZvea { width:4.25rem;height:4.1875rem;top:19.3125rem;left:15.550000369549rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgN0B8Z49pnmc28rHeIV5qxupNuFb8Wz { width:17.5625rem;height:1.9375rem;top:20.53750038147rem;left:2.3125001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPiiIZzFMKtqkIPVh1nV28wyD2rxE71m { width:10.9375rem;height:1.13769375rem;top:20.91250038147rem;left:4.0625001788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5T5aL60fVwg4QggI0Bgr6cEF6f2gmAS { display:flex;width:2.1875rem;height:2.1875rem;top:7.22500038147rem;left:1.8749999403954rem; }
 }@media only screen and (max-width: 763px) { #B2VJsWO1eMlekf9gv3H6fgfWHK0duiZh { width:19.625rem;height:20.625rem;top:26.375rem;left:0.37421876192093rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mXEdilHWMhPACpTLDgoRSf9anzuaFfOV { width:20rem;height:20.625rem;top:26.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Hy35NLPV5B3JTSSBl9XlyWPZhGItGDge { width:17.5625rem;height:3.1875rem;top:45.906249046326rem;left:2.4374999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzswwlsE2I2VX5y8yHXKhBQ90TPp9JFE { width:10.9375rem;height:2.2753875rem;top:46.362501144409rem;left:4.2687498927116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZwl0oE4sMuWzycuPk7WbTDvZGzhArgf { width:9.5rem;height:10.2375rem;top:34.5rem;left:1.8749999403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLTB0JGiIWwlIOmnL54KOZM4nfMaIk84 { width:4.25rem;height:4.1875rem;top:45.30624961853rem;left:15.550000369549rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATHNtrqTZZWF2sEHdHQlJUFe6f2zKk73 { width:12.9375rem;height:1.13769375rem;top:32.22500038147rem;left:4.8437501788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV0VMo5Sf3fIfzJL7WgiiQZH4l62oiXv { display:flex;width:2.1875rem;height:2.1875rem;top:31.700000762939rem;left:1.8749999403954rem; }
 }@media only screen and (max-width: 763px) { #abfSThleNb9syqHQhBTGOIyenRcsfhOE { width:15.5625rem;height:3.25rem;top:27.862501144409rem;left:1.8749999403954rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i67cJQCg1E6RIEUdgloztdmTL8sHqyvT { width:9.9375rem;height:12.5625rem;top:9.387500190735rem;left:9.9835633683825rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zQRuZJqQyUsiLUZI3rk9lBgJNJdiNDpR { width:9.6875rem;height:12.1875rem;top:34.137501144409rem;left:10.205950777616rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe { display:block; }#tub1bNr9NTme9RczC1r7Fv8bVkfPzJEe > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chhxixRcZSOHgTPU6fmNWccxVcdlAdGh { width:19.625rem;height:20rem;top:1.3125rem;left:0.37421876192093rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RbwszwA1bSprGiPNNdv27Pp2oOzEcKKD { width:15.375rem;height:3.25rem;top:2.625rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRbXGbsuqSazgbsm5Uq0VwahQWRDIMt2 { width:12.9375rem;height:1.13769375rem;top:7.0625rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDH56XvOJMPov2Q5dw6VefzS14XoZO7Z { width:20rem;height:20rem;top:1.3125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qCKhhmc5d2Z3sMsB4rdVvXuEJr9CVhHO { width:10rem;height:9.1rem;top:9.4375rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI9TW71UbpZkS4HFwZV80tU9VeobQnI0 { width:4.25rem;height:4.1875rem;top:18.96249961853rem;left:15.550000369549rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI9R9PRk6UtnSx6pd3El6Vo9MBvSQoNq { width:11.499rem;height:1.13769375rem;top:20.565185546875rem;left:4.249267578125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qLaTqJCoQm3iCw4BhEVNeOAEqwCcm9JZ { display:flex;width:2.1875rem;height:2.1875rem;top:6.5625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #u7peOJxSvbo6yAwbfah3n4i2AQNmBhGR { width:19.625rem;height:20rem;top:25.75rem;left:0.37421876192093rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #EcbX5IhF5nwW4bofqSsnoh3xXyA2OiNS { width:20rem;height:20rem;top:25.75rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #HwdExdKqUp4572SCJ8dk68INo3b8S2Jd { width:15.9375rem;height:1.9375rem;top:44.22500038147rem;left:3.2500001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW8eolve5uWNNd6SrkvtC6SCsbXrsJrZ { width:10.9375rem;height:1.13769375rem;top:44.66250038147rem;left:4.5312501788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK3XhLtunHuaAQMvz6TWQIdPO4rxLeBJ { width:9.25rem;height:7.9625rem;top:34rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmuNOST830pLqrzagJ25UtALTokCH8Uv { width:4.25rem;height:4.1875rem;top:43rem;left:15.550000369549rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHtzJm22TUQJ0W0rOx05uXPCf01mdwd9 { width:14.3125rem;height:1.13769375rem;top:31.625rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vem3hfdZJmM5GsOebqPzycU70zJ9ZVTl { display:flex;width:2.1875rem;height:2.1875rem;top:31.0625rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #PmvWyARTCs6OmWQy6W4xNNMlOIPtVLqx { width:15rem;height:3.25rem;top:27.3125rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMKZHVA5HRNZEisgtkOnGy15fbmEIHaN { width:10.0625rem;height:12.6875rem;top:8.3250011444094rem;left:10.143822674419rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #iy6avd6Nx27mKAL4Pdca1uRLlETSQL3p { width:10.6875rem;height:13.4375rem;top:32.674218559265rem;left:9.1927342777538rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NaVgCg9KTAg3e8wctI9tSAlcOkS67A5Q { width:15.9375rem;height:1.875rem;top:20.196533203125rem;left:3.060302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kErvg5s1Dx5hM1OTLNB7Xf3PKpB3Q9S8 { display:none; }#kErvg5s1Dx5hM1OTLNB7Xf3PKpB3Q9S8 > .row .container { width:20rem;height:104.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uMHCf1kTMBeFosiydSTJ1QTNQqRlOeNU { width:20rem;height:20rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5cC70Upye9tRWUR2KmoTObaM5iTa2my { width:19.3125rem;height:3.25rem;top:42.3125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6gAgzhchhqwrqeI787HyOk0240kbyC { width:12.9375rem;height:1.1375rem;top:46.624221801757rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhr82G4I6SXX5qgmwkWuzDfrCBMJBLtO { width:20rem;height:20rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoa1ExfbBTWFT7cDwl5T0WPucR76446X { width:17.125rem;height:4.875rem;top:48.8125rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhE61r9XVd0kb5HtaRPeovhoTeGJ0qIS { width:4.25rem;height:4.1875rem;top:54.8125rem;left:13.749999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS2INrLKUivuQg5ECbRK0R94U9HnRCHN { width:15.9375rem;height:1.9375rem;top:56.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuZOcSrsNHMIX3Gaqlm4uNRimJEsUd1N { width:10.9375rem;height:1.1375rem;top:56.4375rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE0mVgFBdDZkrNTBI2CGKoTeibi4Saaf { display:flex;width:2.1875rem;height:2.1875rem;top:46.099227905274rem;left:13.749218940735rem; }
 }@media only screen and (max-width: 763px) { #DCsCnSGrfKJR7JaR5MzqyB6bmi9b0xND { width:20rem;height:20rem;top:83.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTzMZpsCoh0i3G7Tgmmw7Sne2q4zCWJ { width:20rem;height:20rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1SHTN4xILhuaXsn9sZLb1CsphIP1cFt { width:15.9375rem;height:1.9375rem;top:98.537498474119rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgdfiftutyMVe9alob7TSicXfJNQw3uL { width:10.9375rem;height:0;top:98.9375rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOtcuzsmnUkz8LbeJepAkhTw2qQfc04Z { width:17.125rem;height:0;top:91.71875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO7dC9D8zakA7J9yMTRctgPdrVNGm1Ah { width:4.25rem;height:4.1875rem;top:97.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2b5TwhJnKEsTETPIo7FH4goNWp4MIqm { width:12.9375rem;height:0;top:89.124217987062rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlb88oTuCKuTTmTL4hEXXV3ERLmMwSWl { display:flex;width:2.1875rem;height:2.1875rem;top:88.598438262938rem;left:13.6875rem; }
 }@media only screen and (max-width: 763px) { #gVwvdaHQRzgNHMBxJFSU8kgCLJ0XTb5T { width:19.3125rem;height:0;top:84.8125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS { display:block; }#LabZ4JtiUXGXsbKMwCCLRPTmsmidDZQS > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydxJpOEI5Jx0M0TUN4mSpi7P5hMmiQ5i { width:19rem;height:2.8125rem;top:1.25rem;left:0.50000005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TerD6RWxW8HC46TO4q9iLCt2WMPDBFWB { display:block; }
 }@media only screen and (max-width: 763px) { #hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu { display:block; }#hsAdLVvSehAbU4rIr2IaF2pMqNEtUMhu > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHHdUXwKhinmrxLSLCrZ0mMr0TXyE7iI { width:20rem;height:1.687625rem;top:3.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxK9oR4tZ2g8fN4HaWxV8GKWJkER6Xth { width:20rem;height:2.7625rem;top:5.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB { display:block; }#fEFQhZCxnRtLUUnitqqLwBIPwFd9BGTB > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZ1nSauyEEcm4fgUUzcCDB20GM7zGU6H { width:7.1875rem;height:7.1875rem;top:2.0625rem;left:6.3062502741812rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZhLo6ZfrVQmtrnQx6edsuEMoQ3wzDL4 { width:7.1875rem;height:7.1875rem;top:19.012499809265rem;left:6.3062502741812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP0E2CLHAtZRPs3acS2uLy8uRoLizThe { width:7.1875rem;height:7.1875rem;top:36.150000572204rem;left:6.3062502741812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki2xFkbaVnTUm8nPhOq7BSX0gmtoRaeK { width:7.1875rem;height:7.1875rem;top:53.63671875rem;left:6.3062502741812rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBJGs4dJob3fBxyFwCwzpEmsICmfDX0B { width:12rem;height:1.3rem;top:10.75rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Z5X7KJ7VkKbCNbJE0OhKJOh3rx2noc { width:12rem;height:1.4625rem;top:12.050001144409rem;left:4.0000001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAoqqDumuJN4F8tGM8qnB1wBiTyv84yc { width:8.925rem;height:1.675rem;top:14.375rem;left:5.5000001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Hd70NoJ7feo75RKH7NOegEFTQlcJxy { display:block; }
 }@media only screen and (max-width: 763px) { #vKWCgRTbbffBKqxl39avDOPrUcxTUofZ { width:8.8rem;height:1.625rem;top:66.5rem;left:5.5625001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENOfXHXxHlgoCE8gMTyK3l3kJiANQUC2 { display:block; }
 }@media only screen and (max-width: 763px) { #hT582oytbA4rZuzkdz9utrdg2i5Pu1vP { width:12rem;height:1.4625rem;top:64.112501144406rem;left:4.0000001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXDW5A1GLaN1DJ4RCaNyEZp6tGxR4AE { width:12rem;height:1.3rem;top:62.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXmTalx09Zw8ZWV52CyTDHIVTXkkfZTz { width:8.8rem;height:1.625rem;top:31.375rem;left:5.5625001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq8wFXNTIWuNPGFO25J515EGsJk6fQMw { display:block; }
 }@media only screen and (max-width: 763px) { #DJqfNXEmzzLPfN8lV3NyKSrrTXH1rNnJ { width:12rem;height:1.4625rem;top:28.987501144409rem;left:4.0000001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxSTktMkxNhp7tZ8vrkraw3WupiXRkL { width:12rem;height:1.3rem;top:27.6875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8WyEPiySQ8sQJVmR1FqAC8qKHqptBen { width:8.8rem;height:1.625rem;top:48.625rem;left:5.5625001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT9qsSuAK4W42vhw512P3f1cSnU42VdE { display:block; }
 }@media only screen and (max-width: 763px) { #nkFNpgdX3exsQentfHtQrCrytV6Pyl0l { width:12rem;height:1.4625rem;top:46.237501144409rem;left:4.0000001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOQHpT3co5Ip3BT1RHHdz9wTKSTlhFWz { width:12rem;height:1.3rem;top:44.9375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 { display:block; }#KJZ2fhqhr9T4BJbHhmw3u6acWkLbdPT2 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AF1eVPT7FkKgJzS3BOUX9qhpgs7f8rD7 { width:16.8125rem;height:3.7125rem;top:3.4375057220459rem;left:1.5929688811302rem;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RguT0dffPlsK5CGSETwIHDOHEWzvuikW { width:20rem;height:4.14375rem;top:8.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN { display:block; }#VqQixpaRMtxcA8qapBbMhJKuqyJvVfSN > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzGu435TJ2iJe9V5zwX9vrEvLGvf2amv { width:15.625rem;height:9.125rem;top:1.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U39VJR1QCCFUJcGSAbLqkF8zR43bXM5y { display:flex;width:3.125rem;height:3.125rem;top:3.4375rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #Bxer1CgPeTDEJkixDy1Mvo5Tt7Ord4or { width:15.625rem;height:9.125rem;top:13.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnXAPty8IN5B2zReadB36sw9hXPQzuM4 { width:15.625rem;height:9.125rem;top:25.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuBRBTBHVuhUJ14Q0agMkVzE0fAKp8Ff { width:6.8125rem;height:2.000125rem;top:3.75rem;left:8.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVN1H96c22W7A3K0cuGp8NmkGPkw19b3 { width:7.75rem;height:1.38125rem;top:7.25rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSrqBOfXOgQ6Ax3W0QHg4MhlAdGmiO5F { width:3.5rem;height:2.000125rem;top:15.5625rem;left:7.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVafpoVnTq6tBhuJLOJcIHyF05B1hLWp { width:10.375rem;height:1.38125rem;top:19.0625rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP5r3tQATN4ciVzmJ87HofVfTB41kgnI { width:9.0625rem;height:1.875rem;top:26.8125rem;left:7.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT94emiVzmJB8gT2ATMTIbTMTwryZQ6L { width:12.625rem;height:2.7625rem;top:30rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHCp4uRWPDDQDsHaIqsF6PCk7wUPaXNo { width:2.5rem;height:2.5rem;top:26.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlb8ZZIa7J5oWl35DzXWh6Zw9WonOQo9 { width:2.8125rem;height:2.8125rem;top:15.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX { display:block; }#DSdxWLgoECaDtRcI6mMIBxwixTeiGJfX > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tw5DL4wusimrGdVePGoEPxemOrkXO9Gb { height:11.229050279329rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n { display:block; }#NSgOLdPVEn9gGpbzogT4G2ZcfMr07D0n > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXU0SnRew9tz4xuq6DHJzlFkqqLgHLSX { width:20rem;height:3.37524375rem;top:2.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvGT3XI4HBNXEKCiuda4TNfChwgNpuuz { width:18.25rem;height:5.525rem;top:7.1875rem;left:0.87500005960463rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 { display:block; }#RscETtGvC4ENOv49z4EbdGRV8m6uH4h9 > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNbRNZ5sxblllsKmzF1kVoVTDHfpU3Jw { width:20rem;height:19.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NypamIhXiUUXSmaMeLxxgusWkeqUNQar { width:17.0625rem;height:7.3125rem;top:8.09375rem;left:1.4679688811302rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLORmNiOxz22N6Q8Ap13A9GnWI9fMutz { width:15.875rem;height:2.2753875rem;top:17.4375rem;left:1.6874999403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWGM9PKNfxtN9pFAPAXui5hyGkwEabR { width:20rem;height:19.625rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJzutVdCTt2LpUQFIKTvrNowAaGqnac { width:15.875rem;height:2.2753875rem;top:39.5625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woms4pOhTTwzHKHedk8gvVxAPl4g0Wwd { width:17.5625rem;height:7.3125rem;top:30.25rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3rG3UMzCZyfD7Lcs6hZUWF9FSlwHMQG { width:20rem;height:19.625rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRnIyT4raH9wAuP1PQfafh12UHwNJgXH { width:17.0625rem;height:7.3125rem;top:52.4375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BahAyKL6CIqSvfXedv9NM2cgub9oRlHW { width:18.1875rem;height:2.2753875rem;top:61.75rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XglsyKRSLHTuy2MpzrloVXSCf8CWyVzQ { width:3.4375rem;height:3.4375rem;top:3.1875rem;left:1.5617188811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUlTE0D9IeptBVqiTapqDnfOJZ1XIgeF { width:3.4375rem;height:3.4375rem;top:25.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBFesCxV3CMdeBWiGrnqHW5a7Q1hstLi { width:3.4375rem;height:3.4375rem;top:47.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW { display:block; }#bEl3eL9eLX3WZMdku3ScXkPyuMSx6gmW > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3m9KTN02L5Sbp6ECofZoOHcU0taPFEJ { width:19rem;height:2.8125rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFs3OSuzerheDbsHCVopeQgC4EVnUvRk { display:block; }
 }@media only screen and (max-width: 763px) { #asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp { display:block; }#asMwfQTPHpE9qqmE6MXL5rTV0AnULCKp > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBo1lJgukenTTABbpD0CgqB3gEFVinlO { width:20rem;height:1.687625rem;top:3rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3vLMMDgTFxwUMZFJqGmP1FBTpDyUOPU { width:17.4375rem;height:5.525rem;top:5.9374999105931rem;left:1.2804688811302rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q { display:block; }#IvxC7g3xPvwIzX4TuzT7QhveynxlDs0Q > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDXnSlr73gCnFoTADfxR7KEbI0UCuchc { width:20rem;height:19.417475728156rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O44eDJa7M00DbvmPECc1EFQfmUAHqKCm { width:8.6875rem;height:6.3375rem;top:2.5703125rem;left:1.5929688811302rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smb8xnUACPAgdl4wGR7twhwdkbTHqM9d { width:9.5rem;height:5.28125rem;top:11.104688644409rem;left:9.4687501788137rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvmbzGUJMuTXP9RN4DJOg4yiZ7bS7Xq0 { width:7.8125rem;height:4.225rem;top:20.74843788147rem;left:2.0304688811302rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFl6fCwTI0f0TAofD9N9iB3bKpmlC1o6 { width:9.625rem;height:5.28125rem;top:28.29843711853rem;left:9.2500001788137rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu1iUZDo4gMp705bAsOp710BiupSacHt { width:9.9375rem;height:6.3375rem;top:36.875782012939rem;left:1.1242187619209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTONgNEpMASmBa5UtubtdKDwPQTqDcT { width:9.125rem;height:10.5625rem;top:45.675000190735rem;left:9.6562501788137rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMMa9pfs5qphbbL9crSDr9DIJiiUJFlT { width:5rem;height:5rem;top:3.23828125rem;left:15.000000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMk7inMekF41CltH8rFAb6vykFKdmwxs { width:5rem;height:5rem;top:11.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLp6bf9RwBuCL1wHw6TVEX7HXBUmF56B { width:5rem;height:5rem;top:20.360938072204rem;left:15.000000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP4yb6UdRygN1pgJ06viI3nvEN5xyGLn { width:5rem;height:5rem;top:28.96718788147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl6syfC71TRNXcJyVrRsntQvM4ZfKCnI { width:5rem;height:5rem;top:37.357056617737rem;left:15.000000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpsUKA7P3FlbGC5XhNc1s5EkL7gkGyht { width:5rem;height:5rem;top:48.56093788147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA814w7ZtSvTbQZhkGBzHVxkx2dS9ZP6 { top:0.9375rem;left:0rem;width:20rem;height:57.125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F5mW9SInrhossmRuHyxfyxdLScwththH { display:block; }#F5mW9SInrhossmRuHyxfyxdLScwththH > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNal7yqS93LnuTto1n4oZgOqa9vbRwzq { width:19rem;height:2.8125rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsAWsVX9W0Ounb1EidLu51nBCSMnyCi9 { display:block; }
 }@media only screen and (max-width: 763px) { #C6JHJ6dO7TTyZJ9nIUK6VBzWtBChBemG { width:18.4375rem;height:10.4rem;top:5.5625rem;left:0.78046876192094rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ { display:block; }#cd0lFGagJ5S2lT3QMr6ldgz4gLOxhAbZ > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8XsQDtSzv5lKxPg6tWMMWlTceNmcLBQ { width:20rem;height:1.687625rem;top:2.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXPa5NZCw4X8Rhzd96a821Z7ML1WTb1C { width:20rem;height:4.14375rem;top:5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTfa2O71nCeOb7edfJt3nCorTv2TDav6 { display:block; }#qTfa2O71nCeOb7edfJt3nCorTv2TDav6 > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtJ52wz7NQNTRrkuWnWm6CmGg7pNSS4h { width:9.4375rem;height:2.8125rem;top:1.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZFi5Z5iA4MImGsAAxL22AqZSaETpUQ6 { width:8.625rem;height:1.875rem;top:2rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHeEhJCTaTGtPeli07aBW8PkTOepPqfz { width:6.125rem;height:1.1875rem;top:6.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBeysvxfMMVUJ5vAdKWToKmXAFWs3ZG7 { width:6.0625rem;height:1.1875rem;top:6.375rem;left:12.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Td3XUazAhy3OdykCT819D01av8HWuSNq { width:8.75rem;height:2.1875rem;top:9.7492198944094rem;left:5.6250000596046rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aszeb1kfCoRukdFO65zdleKaAf6GTPiU { display:block; }#aszeb1kfCoRukdFO65zdleKaAf6GTPiU > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbbG2vfViq2ICeRQnKHHdvPecSDEc4nz { width:6.625rem;height:1.375rem;top:13.375rem;left:4.0000001788139rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1mMTP8P1xl4m4OiPJLDL95t5kyZMgk8 { width:13.4375rem;height:3.5rem;top:2.5rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 { display:block; }#ActUBIJXA7ElZLZSMZQySGOoFm23MiP3 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaaucxWgyyxGvJAeObLT8IPTbTWkaPGL { width:20rem;height:2.7625rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAlPOoZEEueZloTvfxBzt54W70bsLHdC { display:block; }#NAlPOoZEEueZloTvfxBzt54W70bsLHdC > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcq0lAwNkVN0NhntcRnX39a3RfODBXMz { width:7rem;height:3.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #to0NtundTBfsiauxBXq4ZCuMByl4xNxk { width:16.25rem;height:5.2rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQmWemMnVNUUKR7C7Oxs409g4NqAm1Jq { display:flex;width:2rem;height:2rem;top:14.72500038147rem;left:5.1250001788139rem; }
#HQmWemMnVNUUKR7C7Oxs409g4NqAm1Jq > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Tz6O5piiV4MO1VN5Lz2QkEDlvJpfPB0L { display:flex;width:1.875rem;height:1.875rem;top:14.78750038147rem;left:0rem; }
#Tz6O5piiV4MO1VN5Lz2QkEDlvJpfPB0L > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #T95LST1r69FX84FhsGAzx8ptotfuE5Da { display:flex;width:2.1875rem;height:2.1875rem;top:14.63125038147rem;left:2.2999998927116rem; }
#T95LST1r69FX84FhsGAzx8ptotfuE5Da > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #HupudnFcVk8piT62eQlhf2pq8qbZ8R34 { display:flex;width:2.1875rem;height:2.1875rem;top:14.63125038147rem;left:8.0625001788137rem; }
#HupudnFcVk8piT62eQlhf2pq8qbZ8R34 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #bu8zKlFFLsvkPRsaXquVnxBJqBmlS6ki { width:8.125rem;height:1.625rem;top:19.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXeDFQO737FE7ZcVtIhNilym3t1p8a1C { width:8.4375rem;height:8rem;top:22.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLeTbZhBTNDGATv1zWiSTcP4oFwbupKW { width:9rem;height:1.625rem;top:19.9375rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haUDhi8nh9CEw1kuklis1n9KR3zUzzoO { width:7.3125rem;height:8rem;top:22.5rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZDQN5Wknbf002bDcnuVNlxvmV63Fcok { width:8.125rem;height:1.625rem;top:33.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #liednTGxetdNvWpUuCv5rytqdnh1Ao0B { width:3.75rem;height:3.75rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5kTFh1t6kBcJ013JJTsUpOrFuWiJEqw { width:3.75rem;height:3.75rem;top:36.24374961853rem;left:11.000000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHgF4IHpJbJL5tayuXhIJy9fa8Hb4WVO { width:10.0625rem;height:5.28125rem;top:41.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ4y9tQuxFZmMMc4UMXRrOgPyB8VJzGb { width:9rem;height:5.28125rem;top:41.875rem;left:11.000000178814rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwgcU4BtwopuiftEgrkLFamitTwe4B6i { position:relative;z-index:auto;display:block; }#hwgcU4BtwopuiftEgrkLFamitTwe4B6i > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtvbRORzTCA1Z1RP5Fwv1JTuqE0rp1kH { width:7.4375rem;height:1.3rem;top:2.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zxk9N4wZ8DJhCGzLFlW2fyFTrz76Ctzn { width:6.4375rem;height:2.4375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNwpDvNyJdCI6Lk8Jecz0OQqgDZoqTGa { width:9.625rem;height:1.3rem;top:1.3125rem;left:10.375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yBq3brBL6l1RuybURNBJOMHTNI6p4i6b { width:4.25rem;height:1.3rem;top:6rem;left:15.75rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dOWXevp9rHRaW2M5cwgd1gJ1AIBBksbn { width:5.3125rem;height:1.3rem;top:3.625rem;left:14.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }