.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c2f35da-0a6b-44db-abea-fcc2260e094b/Ujecie_211.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#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.5); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:46.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#lUhJt2uNfJxMiCDqra387CI50tgd839h { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:24.0625rem;left:2.8125rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AnNW61uBG452AKbxbx5tit7bTx54Wf7R { background-color:#d8ae5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.375rem;left:0rem;display:block; }
#vX2BTexnP2yHF2ToZZdJzbTBtZiNA0bs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.375rem;left:14.25rem;display:block; }
#Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:22.5rem;width:24.375rem;top:13.5625rem;left:34.8125rem;display:block; }
#XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { color:#101010;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5625rem;left:37.125rem;height:4.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dexwJUZlKA9iJ17Qev2nHF1Srs9pHEnO { color:rgba(16,16,16,0.5);display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:23.0625rem;left:37.125rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cMqBhAoWM34G3tsh7ur3Pqef6OWG4C0G { color:rgba(16,16,16,0.7);display:block;width:8.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:25.1875rem;left:39rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zBTGs8vmctBBonR6JQX9RSHV6c5rn411 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:25rem;left:37.125rem;overflow:hidden;display:block; }
#x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { position:absolute;display:block;z-index:15012;background-color:rgba(16,16,16,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:28.125rem;left:37rem;display:block; }
#OgT3EaBBTaJZbD34tGLIMGSTE1e0KK9q { color:#101010;display:block;width:20.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:30.5625rem;left:37.125rem;height:2.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aKkno1dGlyvKX35k4JqvVhxUnJUmfvUe { 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:15.4375rem;width:26.6875rem;top:9.875rem;left:0.625rem;overflow:hidden;display:block; }
#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { 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; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { background-color: transparent; background-image: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .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); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { border-width: 0; border-radius: 0; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:60rem;position:relative;display:block; }#ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { position:absolute;display:block;z-index:15000;background-color:#d8ae5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { color:#101010;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:4.9375rem;left:1.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { color:rgba(16,16,16,0.7);display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.625rem;left:32.1875rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.5) ;height:16.4375rem;width:21.9375rem;top:18.28125rem;left:18.96875rem;overflow:hidden;display:block; }
#vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { 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: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.5) ;height:13.3125rem;width:17.875rem;top:19.84375rem;left:0rem;overflow:hidden;display:block; }
#L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.5) ;height:13.375rem;width:17.8125rem;top:19.8125rem;left:42.1875rem;overflow:hidden;display:block; }
#TM0oMylJZbkqAg2AQtooe8TA1P95q80D { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:11.5625rem;top:7.875rem;left:1.9375rem;overflow:hidden;display:block; }
#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { 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; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { background-color: transparent; background-image: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .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); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { border-width: 0; border-radius: 0; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { color:rgba(16,16,16,0.7);display:block;width:22.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:7.5rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { 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: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.5) ;height:25.875rem;width:17.25rem;top:6.25rem;left:27.875rem;overflow:hidden;display:block; }
#rIJTxZv70MflRydcZKyLEOroXTDQOeTI { 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: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:16.75rem;width:25.1875rem;top:0rem;left:34.681910569106rem;overflow:hidden;display:block; }
#oR6MO5wciNGgiiREkmsiSJNOzuaKsVWn { color:rgba(16,16,16,0.7);display:block;width:10.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:21.625rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { color:#101010;display:block;width:11.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.625rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pemugPRkqcRMrpQk7sNxBIV63HtZBgkR { color:rgba(16,16,16,0.7);display:block;width:9.0625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.625rem;left:15.1875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p98ZNWJzP07THJkQBdU832NiGf9BpJmJ { color:#101010;display:block;width:9.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:29.5625rem;left:15.1875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DqPOkp36Rs3Ibh9uL3uDIw2US1dOU3TI { color:rgba(16,16,16,0.7);display:block;width:9.0625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:31.5625rem;left:15.1875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poSrytUhOf1wxrTLmW82BD16xK1SR5EZ { color:rgba(16,16,16,0.7);display:block;width:10.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:31.5625rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iwlWGzoyH7NkyN8as2M9GJ27tXtRVlw3 { color:#101010;display:block;width:10.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:29.5625rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nq1fEzDHwPM72apBSfFRQMTIboaTsuEc { position:absolute;display:block;z-index:15001;background-color:#d8ae5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:25.25rem;left:40.75rem;display:block; }
#iO05sPerw09SJ7dem4DP1QpSKCZwEpEI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:26.84375rem;left:4.0625rem; }
#TEe0CnNzItnZzssZ1DcAMC7WwhqAAGRW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.5625rem;left:18.59375rem; }
#RQMs8SO3ERGfROotscr7kPxMmIw0gqI3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.90625rem;left:18.53125rem; }
#yqP7S4aM8Eun69V7G7K0RE7qFRf0wMq6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.5625rem;left:3.9375rem; }
#cJzqnN27WBrqG6IfEMSeP90e0z8atJJF { color:#101010;display:block;width:9.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:19.625rem;left:15.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sm509T3xnJ7SF737kAHNTOUu7BT2AOaV { 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:12.75rem;width:13.5625rem;top:17.84375rem;left:43.39697265625rem;overflow:hidden;display:block; }
#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B { 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; }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B > .row .container { background-color: transparent; background-image: none; }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B > .row .container > .video-iframe-container { display: none; }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B > .row > .video-iframe-container { display: none; }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B > .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); }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B > .row .container { border-width: 0; border-radius: 0; }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD { 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; }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD > .row .container { background-color: transparent; background-image: none; }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD > .row .container > .video-iframe-container { display: none; }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD > .row > .video-iframe-container { display: none; }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD > .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); }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD > .row .container { border-width: 0; border-radius: 0; }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:60rem;position:relative;display:block; }#sZnt0Xfc1T6swHZ5qW4eCvgIiRNNlKNG { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.0625rem;left:3.65625rem;display:block; }
#xAmwXv7AeygdwiHPUvXSl7BqmD0nzisS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0KX2SJGuMS1MmRthXWnKPvQaEM7OlbH { color:#101010;display:block;width:23rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:3.25rem;left:3.4375rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VNILABceZ6EGe9MhGThdgVz9dpdzwCUA { color:#101010;display:block;width:23rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.25rem;left:33.5625rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUz5414hJy3PMs4oKk8DinJQqImVokx8 { background-color:#d8ae5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.0625rem;left:33.78125rem;display:block; }
#LEGX0Od5yVlt8r1HFRbwZaM5uJh6iegG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt { 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; }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt > .row .container { background-color: transparent; background-image: none; }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt > .row .container > .video-iframe-container { display: none; }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt > .row > .video-iframe-container { display: none; }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt > .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); }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt > .row .container { border-width: 0; border-radius: 0; }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46aedd76-016e-4dd0-b99c-9dbac19ed933/51.png");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo.adaptive-delivery-prevent-bg, #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo.lazyload, #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo.lazyloading { background-image: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { background-color: transparent; background-image: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .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); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { border-width: 0; border-radius: 0; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#GaRHQPTWT8qWqyo6sfm30gxucTxMENrT { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.9375rem;left:21.25rem;display:block; }
#d0KxFT5usk8vQm8tbD6ocifJPPBQWTpl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xHB2ly4V0u7zuXwzJt6V1EOI2b17qGso { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:13.375rem;left:18.0625rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Rc6LhKXzEc8TkRnnAtpoamHQqDKMEz4O { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:13.375rem;left:37.75rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#172e4e;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; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { background-color: transparent; background-image: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .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); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { border-width: 0; border-radius: 0; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#WHkTB4q4MsiVh2T20NZTTZFNd3Hlb6zz { position:absolute;display:block;z-index:15003;background-color:#d8ae5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:9.5rem;top:2.5625rem;left:0rem;display:block; }
#WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:5.6875rem;left:2.8125rem;height:6.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mnBBqEBWdbUmePXeufiTx6Kx1TStLq52 { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:13.1875rem;left:2.8125rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-form-header {  }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:28.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:3.125rem;color:#101010;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:4.375rem;color:#101010;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#d8ae5e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:28.125rem;height:3.75rem;font-family:lato;overflow:hidden; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V [class*="-text"]:-moz-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:0.8125rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V [class*="-text"]::-moz-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:0.8125rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V [class*="-text"]:-ms-input-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:0.8125rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V [class*="-text"]::-webkit-input-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:0.8125rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:27.0625rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-container:first-of-type{padding-top:0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-container:last-of-type{padding-bottom:0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:29.375rem;top:2.32470703125rem;z-index:15006;position:absolute; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.125rem;display:block;vertical-align:top; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V {display:block;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:29.375rem;top:2.32470703125rem;z-index:15006;position:absolute; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #fmUUmPT0qeHlB8GwfaorL2lra9cMPax4 { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #Mgcovut9iRJUEKb3WiiZoDbEn9IaALL9 { position:relative;display:none; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #XIB0LQTouEgysJlMUnbHPaqdng0ToTx3 { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #aTZw935vuq6W13bxTDSsfiQbmpqmMdmR { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #TaB91km1dAZxkGwvDdBKIWOLb8czfRcy { position:relative;display:none; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #B6zmVafyaPKf4Bla1vel79pebV1TbJmq { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #qboiBh4eAC9uokX0WXzIW10nwxK8kfAN { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #Ckzb1kJh1eZLg7LL1RATGzUiLAsv67cI { position:relative;z-index:2; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #UTvtd5JPVobcws7xBmD291ncVP6EqAtb { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #kC0qR27BAUwUH7Xa8uPJtR2mzZOUkN8n { position:relative; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #PpwyDgquTQwshZCbiB6IXnWb1UOzT1Ti { position:relative; }
#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy { 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; }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy > .row .container { background-color: transparent; background-image: none; }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy > .row .container > .video-iframe-container { display: none; }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy > .row > .video-iframe-container { display: none; }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy > .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); }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy > .row .container { border-width: 0; border-radius: 0; }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS { 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; }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS > .row .container { background-color: transparent; background-image: none; }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS > .row .container > .video-iframe-container { display: none; }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS > .row > .video-iframe-container { display: none; }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS > .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); }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS > .row .container { border-width: 0; border-radius: 0; }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#Js0nIx6zNVbzWqL7SxT6VqTgOh0Andwa { color:#101010;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.875rem;left:11.78125rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT { 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; }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT > .row .container { background-color: transparent; background-image: none; }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT > .row .container > .video-iframe-container { display: none; }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT > .row > .video-iframe-container { display: none; }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT > .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); }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT > .row .container { border-width: 0; border-radius: 0; }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#fed2tpiKNbupz5P97Vm0xRlZSGTDPKH7 { 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:19.3125rem;width:29.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cFDskr2i8RU5XabGRuImJyhdzwBXzWCQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:29.625rem;top:0rem;left:30.375rem;overflow:hidden;display:block; }
#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw { 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; }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw > .row .container { background-color: transparent; background-image: none; }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw > .row .container > .video-iframe-container { display: none; }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw > .row > .video-iframe-container { display: none; }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw > .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); }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw > .row .container { border-width: 0; border-radius: 0; }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:60rem;position:relative;display:block; }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb { 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; }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb > .row .container { background-color: transparent; background-image: none; }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb > .row .container > .video-iframe-container { display: none; }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb > .row > .video-iframe-container { display: none; }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb > .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); }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb > .row .container { border-width: 0; border-radius: 0; }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#TxmhZ2WcmPyfhTUB1ike0wZSCurEMXBg { 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:19.625rem;width:29.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#h9o2A0E52kh5JpNNqIXULCzLLcxGWfIl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:29.5rem;top:0rem;left:30.5rem;overflow:hidden;display:block; }
#pGIamTA84C8TOBRXrnf6XptuFkInOvQv { 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; }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv > .row .container { background-color: transparent; background-image: none; }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv > .row .container > .video-iframe-container { display: none; }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv > .row > .video-iframe-container { display: none; }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv > .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); }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv > .row .container { border-width: 0; border-radius: 0; }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs { position:relative;display:none; }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs { border-width: 0; border-radius: 0; }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#L8OTzwSDM545kIROfniUF5n0seS3eXuT { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:2.5625rem;left:0rem;display:none; }
#UgKa36QsvcvmmN1IqvGK2hGNRRsP3t4D { color:#101010;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:5.75rem;left:2.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#lon9DltewRd6SKV1TFRSKJKmuHRXdayo { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9375rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#PcVMsZM0se62tIclHQD2ewhwO8xlCL0r { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#zQI4iTc4zMfc3OopHJ2XvP1R6IWb6XFf { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#JJAhhHJIw7aUAXBIhB2d7vRAR5x5OIAq { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#LCsyRll5hKFLWwlJZMEp0QMRxTf8zRrO { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#q5hPkJTubFTTT00hdR14mbw5zJttD6qb { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#bszvnO0SG2GoyvKi04Pyiuh5S4b5FFKr { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:4.5rem;left:53.3125rem;display:none; }
#TBbQQ6FUDM113giAD8Iv33oHn3CNVk4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFvsnB4EwlqdVbhJqbwR1QHaUIeXdiMT { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#TPDR4KoqH5FVSwlNXGDqxhokFqpd9NrU { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#nSNJn03FuDCIBdimVdqCupZl6ETl6pSI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#eaOIRloAVfSPmBo1nB4TEEx42BDXRRn2 { position:relative;display:none; }#eaOIRloAVfSPmBo1nB4TEEx42BDXRRn2 { border-width: 0; border-radius: 0; }#eaOIRloAVfSPmBo1nB4TEEx42BDXRRn2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eaOIRloAVfSPmBo1nB4TEEx42BDXRRn2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW { position:relative;display:none; }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW { border-width: 0; border-radius: 0; }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MdHT4dRNUTv1Bwo5K9MaPkPtT4tJRK2Z { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:2.5625rem;left:0rem;display:none; }
#OHu9JCEELTcK5vIIJsF0tHlmZ298W4C5 { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9375rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#hKQi5gqSrJiO0IT4QwBMiTBdkEoT10w4 { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#getdcKAJebAG3GBOxaAn3rThISmCulwg { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#lGNNFJMTcrKJsJWAu9aT477HKdaZUJ5R { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#zXlTqiyJDekOigF7HK1du2KBf7HrVW3x { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#N4GdNTzf6lmxFqQi2e90zoFivlSJBnGZ { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#PUJIhXDxdbpUkegb1FEHVXXxkco50W6l { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#FcFtomIXVFumq8M9JcA0w4JwFfkRH3xc { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#KWQSBcokcFq8yRGatA6vLhZrZvBNBUon { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cXOW47aH8Fmw5mniXmgEWrpcJenmtkpG { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:53.3125rem;display:none; }
#tu652d74gAw94LSTRlxyCrpRTuE1orJb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ANTyuJbxprgZJyoluDTwXxoOWVrc2cCC { color:#101010;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:5.75rem;left:2.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#TVq8oEl1xQCOGemPzuEACvTGdcPAJqQk { position:relative;display:none; }#TVq8oEl1xQCOGemPzuEACvTGdcPAJqQk { border-width: 0; border-radius: 0; }#TVq8oEl1xQCOGemPzuEACvTGdcPAJqQk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TVq8oEl1xQCOGemPzuEACvTGdcPAJqQk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx { position:relative;display:none; }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx { border-width: 0; border-radius: 0; }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qK4kvv2ydFWk9uIbqTMJmzrb5zUNqdZr { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:2.5625rem;left:0rem;display:none; }
#s9DskW9qGQFMZuce1COQ5hH5rvzZX9Ha { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9375rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#eLO2XNGmG05EymJDS40ZD3NnqMTXQZex { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#Hr82MwTo4WTAIWTGiiM9lmxnylPql4Nq { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#cEcAAZ0Qhtb8k9JeT6IUTOuOduAeVVev { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#tcyRQleGJdIB1ikageq4EIdgPQdaIlhS { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#nfb7NeZ07Z0LOz2H1debVGTi9HatkEcQ { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#xStIrJdJ6yBKLg1GpWD1us5txfUw4mi4 { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#vPFT3RoS0DewIvAIZvNILerWei0uAFPc { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#OTprSp4faP05TLTt66DKc2HRk95Lob0O { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DM7AnB7gpFz3aEQiqbSvLNXOscOsvu9x { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:53.3125rem;display:none; }
#b6soHaobUm74WIpfeDD1O8v4WeJrMiC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q27p3bdNB66ydeqCzSmhAsVXyx1JHD3E { color:#101010;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:5.75rem;left:2.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#MTnEzuys2JzE89No3lW3cJvxTgXArLUM { position:relative;display:none; }#MTnEzuys2JzE89No3lW3cJvxTgXArLUM { border-width: 0; border-radius: 0; }#MTnEzuys2JzE89No3lW3cJvxTgXArLUM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MTnEzuys2JzE89No3lW3cJvxTgXArLUM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C { position:relative;display:none; }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C { border-width: 0; border-radius: 0; }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZD3xEDQteVbTG6PlMyXHK99AhxNs1z80 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:2.5625rem;left:0rem;display:none; }
#saDrG4WpQH9SObtnxwel02w04CdTxTp5 { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9375rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#vJ5HGXs9mVR5PkTCMro4FJKfNSdo9d6O { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#NP3grxFM1azOEiVyM5o50IcvZscp5fVR { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#goMMBcBNTasZltx06Uv9Eq2S8KsfBqaf { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#JRFZ7KTfEDNIydvT3ZJeETnNlZtABoRW { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#eGu58y9fTTKAWPOnUXfl89FDZfc2fBIh { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#g5EXIwHl9CfGJMsyOahoXr2P9R28qMop { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#TPAe7QAbtmkBPqiLPEcHQ4EJ1k0E2oZq { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#cgOXJABdWtCPTSMHH22bDME49NlHw10i { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#PWky7NL92dIFQm6DMf2BtCmaDqPW0QaV { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:53.3125rem;display:none; }
#Jr0iOANC2cKdxVIczodzyTKZenwXQvqP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i2K5ZC3LThNWCHQqBxHmEWks375Geggd { color:#101010;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:5.75rem;left:2.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#pdgGeFpTNn27990Ifr9lrZcTIOSrZGvI { position:relative;display:none; }#pdgGeFpTNn27990Ifr9lrZcTIOSrZGvI { border-width: 0; border-radius: 0; }#pdgGeFpTNn27990Ifr9lrZcTIOSrZGvI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pdgGeFpTNn27990Ifr9lrZcTIOSrZGvI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN { position:relative;display:none; }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN { border-width: 0; border-radius: 0; }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Sh6zPVzkiHczhHbZeGo2Uz0TOHk0z9Oz { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:2.5625rem;left:0rem;display:none; }
#NUT1NSg8ehNTn7wPTNOPSlXOQ0A3yin4 { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9375rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#q3TW6TKLZt6hX6EEyO8ND9SEdKvSXctm { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#T8OgmMEtk1Q2Cif3WEkf3nk4gAkxNE9O { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#cRrN87St832aT6eLR4ILUWko6MwZKT8T { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#e1V0VzdEh4xwNeTbAGUQseGw45idH3Ur { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#cI5fEAGJUKkizriBTffzxLOvlARzE2o4 { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#IUTN78fvEwTat1Km11yrSR7XQypkAEyI { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#DlEZv5KghpEpeokwoxUNXutXIXf1qpzr { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#ABRKsOVtOKJEpDxlFuRXnHGisruTQmV1 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#S5zlvniK9FwUuha3g8rPuNvpf0edldPh { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:53.3125rem;display:none; }
#OzDxdoOCZx8vESPUxwNaL01o5XEHXDAX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DotUCnGgzdAGfbgHcMnGb5s13CKsmh5E { color:#101010;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:5.75rem;left:2.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#bCP6JqqVMI55DkBfcpP8pLd0tDdF8dQ1 { position:relative;display:none; }#bCP6JqqVMI55DkBfcpP8pLd0tDdF8dQ1 { border-width: 0; border-radius: 0; }#bCP6JqqVMI55DkBfcpP8pLd0tDdF8dQ1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bCP6JqqVMI55DkBfcpP8pLd0tDdF8dQ1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc { position:relative;display:none; }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc { border-width: 0; border-radius: 0; }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bFP0MxacWGQAcBrIZiZT80J7JzkMuMuh { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:2.5625rem;left:0rem;display:none; }
#S8JKsT45Do76KLLUMA6fvl456KcLol1V { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9375rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#JcQ89XKLu5wuKh9H80TNFOA8b1a6IIlF { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#QAAxvhJrnWL5Z1LEVoguwpStUxpyQkyZ { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#lkhvo9DTGIcRKD4ByVoEkQKv5hZTiNUS { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#koUTp2Ga64xuPMpbto3ARtywhZGJq4mK { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Si1gyNRTIrm2vRL1UcVy59FJJwwmTdZT { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#iCs3SRioiW6iw653sz9AZPF7uE8GERWz { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#aafAust61nN13t5Ps4INrMImFwODVku4 { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#obEVTaTDQqRgxxuouL3QHrEL80O20K7i { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qx2UFC7tGO3uTEHdebzT5hAV4BNxVJZX { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:53.3125rem;display:none; }
#pbmPC3Mto0zH01J5eHkGx617S67yvt6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlWDzCa3UITDUg9R7hz7ZhN11ZTNSFku { color:#101010;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:5.75rem;left:2.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#rZ0uT0wZGUBHtJ19hdny55NyeZSH4AWq { position:relative;display:none; }#rZ0uT0wZGUBHtJ19hdny55NyeZSH4AWq { border-width: 0; border-radius: 0; }#rZ0uT0wZGUBHtJ19hdny55NyeZSH4AWq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rZ0uT0wZGUBHtJ19hdny55NyeZSH4AWq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B { position:relative;display:none; }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B { border-width: 0; border-radius: 0; }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qbpRnNMTtRdUEySnVBQnzBnMesXovPBR { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:2.5625rem;left:0rem;display:none; }
#upB3fNo9O7T2pqk8pTOEsF4mzx9ze6hQ { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9375rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#Jin6awUdg5PJIJnxalEBG18iDPTMda8g { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#rUKwCM7HIDqSG30Kneoz8F31Sv7b6tAZ { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#WDyRsi8Wl7DVQ6XmK37B4hAIRJVrnByB { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#ZDSqwVSX0ggLzDRm67yIWk0xQAgVMf5h { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#bosU65Vh29EOkfzlbLcKpNcJ3BE4Td1P { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#dmnhwZ9tFI21WaE0G6XOZCFHGUqOHHrN { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#za0W3G211HEDmnM4CVHl8zJgU17GNwk7 { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#kdIZg6JuEAdQ7CWGUQF9hqXyzo7mwAzp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RJ0aqOaA7OX80ME1Fk3hp51imTdTf2K3 { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:53.3125rem;display:none; }
#exa0TOOOwW615ugEeHHOClvUenPwuBLK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aeTAt1xd4QDMZOHaHoZivf2yqSFmzlUa { color:#101010;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:5.75rem;left:2.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#vTp3Uzu2gLeTeXSle3oAserwfc3zkWoF { position:relative;display:none; }#vTp3Uzu2gLeTeXSle3oAserwfc3zkWoF { border-width: 0; border-radius: 0; }#vTp3Uzu2gLeTeXSle3oAserwfc3zkWoF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vTp3Uzu2gLeTeXSle3oAserwfc3zkWoF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK { position:relative;display:none; }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK { border-width: 0; border-radius: 0; }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TXqqPemZpEN8grpxKEUF8vPIRW0GeANx { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:2.5625rem;left:0rem;display:none; }
#XkyEhzrngACB7PxlxaDeMTUsGBgIZ3MD { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9375rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#xGO5EOnD1JspuHwXf1wEEti7qkHB3P5A { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#Sl8TOI7tnt3k0hP1oumAvOg3uJPAwwTN { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#q7QL16bENAR9sWSumKiWv13RtXh67GAV { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#kcpe9O39DNHcluJNKvaodobNATARvRTG { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#DmVGT2iexU3T7x0RRptfNlJM5Tr4mbPU { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#m0OBKuiz0XwpfMITBJbxKJwyUs5on1Rm { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#ktl4XZi356QLqtkJLJKiw1RoWO67zPfz { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#CT12PevdnGhTPTyf99FWPloHwkRZKKlF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#i2dkwP53qaseTsM12mUgP8SLUZURuI3R { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:53.3125rem;display:none; }
#CU2GXOcTGsV352GSZaAXI6LvG1nJQ66F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MM0Rd7cwoxkH1SeXaz0RRbW9AqtVJnSw { color:#101010;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:5.75rem;left:2.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#TTkHFql7C2Zmz4zsE1BwtFDr1GUw6b7n { position:relative;display:none; }#TTkHFql7C2Zmz4zsE1BwtFDr1GUw6b7n { border-width: 0; border-radius: 0; }#TTkHFql7C2Zmz4zsE1BwtFDr1GUw6b7n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TTkHFql7C2Zmz4zsE1BwtFDr1GUw6b7n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6.adaptive-delivery-prevent-bg, #tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6.lazyload, #tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6.lazyloading { background-image: none; }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 > .row .container { background-color: transparent; background-image: none; }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 > .row .container > .video-iframe-container { display: none; }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 > .row > .video-iframe-container { display: none; }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 > .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); }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 > .row .container { border-width: 0; border-radius: 0; }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#Zvny0dwAwDwXmbnQr7cDp7AnpeAlmDhC { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:5.75rem;left:45.375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bk6ZOA5pLvUVhDqwPaXO3xIV1Qt8tWzJ { color:#101010;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:5.75rem;left:37.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AHwnsGr77Pfp3MA4KsTN80lLMaIAZEJE { color:#101010;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oonfAu73HyGsJnRn9zMg6D80gnMAWfVT { color:#101010;display:block;width:7.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:5.75rem;left:17.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VCwSTbxvLlmo6GtVSQSgpikTBdfIUTA1 { color:#101010;display:block;width:3.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:5.75rem;left:9.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AxbXE47wJ9aZheIyhW42QdfseATLkh5F { color:#101010;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:5.75rem;left:2.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2.adaptive-delivery-prevent-bg, #F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2.lazyload, #F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2.lazyloading { background-image: none; }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 > .row .container { background-color: transparent; background-image: none; }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 > .row .container > .video-iframe-container { display: none; }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 > .row > .video-iframe-container { display: none; }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 > .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); }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 > .row .container { border-width: 0; border-radius: 0; }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#XrQHTFVSHQGiREWDs8L7tveNvGonPJTP { position:absolute;display:block;z-index:15006;background-color:#949595;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:2.5625rem;left:0rem;display:block; }
#WPnfLGcQnlTCKTO6QtpBvWyH7XI1OHXt { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.9375rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aStPmOtENTnZcc2rfVwlBmZnL6sOaUOt { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.9375rem;left:18.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fd8SyHDQAxmNphMp8IF1ehMwTiviiwzI { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:5rem;left:27.9375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GALxkhdKIOKEsr3JROD1v6yNuelJqUuA { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:5rem;left:37.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lgQwLZtbGFTM70iPvvqJiJy4LZGgBlv2 { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:5rem;left:45.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ioW1Phq5IL6TQSw1Q26K83Z7MK4zxnrS { color:#101010;display:block;width:1.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.96875rem;left:3.5625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PVgHRuXRMoRNBEiUJgbmVfl1rATzdNqq { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:4.0625rem;left:52.5625rem;display:none; }
#hpQecXAVZyRR6snpO0W10Fi1xUP0taeC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98.adaptive-delivery-prevent-bg, #vpASslo6sbaF8dAzfyO44TPp97Bt6D98.lazyload, #vpASslo6sbaF8dAzfyO44TPp97Bt6D98.lazyloading { background-image: none; }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 > .row .container { background-color: transparent; background-image: none; }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 > .row .container > .video-iframe-container { display: none; }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 > .row > .video-iframe-container { display: none; }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 > .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); }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 > .row .container { border-width: 0; border-radius: 0; }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#ylLwPiAxks4bScpxtEbTarAAnHEeChIS { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:0.8125rem;left:0rem;display:block; }
#X5LxLqeWPSVcZWoQgVPPTSgT9Tct948W { color:#101010;display:block;width:1.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:3.1875rem;left:3.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hETOt0SuK1UaOr64VS0X9MSLvl6ZtZyV { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.1875rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1T5xT6mqRrCzVlsWczqDHW1rHLd0JIT { color:#101010;display:block;width:4.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.1875rem;left:18.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vCC7fPe3TvvSsqXV1HKspsSO6IuoAvuO { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.25rem;left:27.9375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaE8WqOQIl7TmKAqg1QU6obHPsgBzJ6P { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:3.25rem;left:37.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#or3vWTTToKoatlSElDUkEDBGiPcspwUU { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:3.25rem;left:45.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyF2DFLpcwUp7Zt1hyAbaKMgtb8If4pM { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:53.3125rem;display:block; }
#pgrLGl0xqD5BtmFiXpNhFPhSca08hCng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc.adaptive-delivery-prevent-bg, #HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc.lazyload, #HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc.lazyloading { background-image: none; }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc > .row .container { background-color: transparent; background-image: none; }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc > .row .container > .video-iframe-container { display: none; }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc > .row > .video-iframe-container { display: none; }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc > .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); }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc > .row .container { border-width: 0; border-radius: 0; }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#UKZlgEbtShwfv3EaXqTdi2JL6y5pF8PZ { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:0.8125rem;left:0rem;display:block; }
#ZSmGl6RWGRqAI6TEF3NDWVCH8wKrAR9R { color:#101010;display:block;width:1.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:3.1875rem;left:3.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VnzrJFDolTmnetfaJOXFCkDMtrzGo3XJ { color:#101010;display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.1875rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yqkS5s4ATTU0VLLJoV7kIKgOIwTReDxx { color:#101010;display:block;width:4.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.1875rem;left:18.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#l71CG4TxlTCWw81PUogzk8VeKhhqtyhF { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.25rem;left:27.9375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4XI9mLszoU5yhZ97bE9UoKm2gfzaBVs { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:3.25rem;left:37.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#los0lAGOTroI9e3tD50u9l1qzWJgQ535 { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:3.25rem;left:45.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oznzICxQQSrxmrAUlHsDloTJZTWmXEnG { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:53.3125rem;display:block; }
#FThrCA26D3K0WlrNyKCpT2zumisTirty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6.adaptive-delivery-prevent-bg, #ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6.lazyload, #ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6.lazyloading { background-image: none; }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 > .row .container { background-color: transparent; background-image: none; }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 > .row .container > .video-iframe-container { display: none; }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 > .row > .video-iframe-container { display: none; }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 > .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); }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 > .row .container { border-width: 0; border-radius: 0; }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#H0Ceu7WcMlyv3qAKmlBT8W93JQf1tCBI { position:absolute;display:block;z-index:15006;background-color:#949595;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:0.8125rem;left:0rem;display:block; }
#d2QFTDHKIgnWPizn1T4ciKNEu57srgeJ { color:#101010;display:block;width:1.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:3.1875rem;left:3.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qxPumB2RX97G3tci1TDwFFoSOSVWydbw { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.1875rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q9XGGh5ndHrblG8UoptMPcp2T1kUk4xb { color:#101010;display:block;width:4.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.1875rem;left:18.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVRxP2B8xrkvmZE2TVBO7NphA2XEc3uf { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.25rem;left:27.9375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6e2k0OnR4pmJLm2fCmhQ0UOweFVeHLU { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:3.25rem;left:37.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vA3MeyfNDlEsDlD5SwRMCQdArQT47Gpd { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:3.25rem;left:45.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ.adaptive-delivery-prevent-bg, #hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ.lazyload, #hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ.lazyloading { background-image: none; }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ > .row .container { background-color: transparent; background-image: none; }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ > .row .container > .video-iframe-container { display: none; }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ > .row > .video-iframe-container { display: none; }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ > .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); }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ > .row .container { border-width: 0; border-radius: 0; }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#AxV5kbAAu94lTvnC34rhzniJ1VIPSm3T { position:absolute;display:block;z-index:15006;background-color:#949595;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:0.8125rem;left:0rem;display:block; }
#vURfUGteU9TxbPTbWUMLNeqGqAARskTF { color:#101010;display:block;width:1.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:3.1875rem;left:3.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bNkbtqsZqCHnuwPgw2GWnVCrJy0uPJS2 { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.1875rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7SEue9JvHX9eTmnbbTrTtUss21vaDVs { color:#101010;display:block;width:4.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.1875rem;left:18.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMESpN5vWBE1AcyEudslULBLkVVvbTN6 { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.25rem;left:27.9375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uNJTwAyJ8dOGNTiErsxWqPfg93TgM5CL { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:3.25rem;left:37.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NoJd7mHPOMaMEA4kJpTcbbvBcamTAaTs { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:3.25rem;left:45.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk.adaptive-delivery-prevent-bg, #kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk.lazyload, #kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk.lazyloading { background-image: none; }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk > .row .container { background-color: transparent; background-image: none; }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk > .row .container > .video-iframe-container { display: none; }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk > .row > .video-iframe-container { display: none; }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk > .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); }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk > .row .container { border-width: 0; border-radius: 0; }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#JMgvcMSVRgL8DQuIh3oiZzAlVKlGmggF { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:0.8125rem;left:0rem;display:block; }
#OPMixoJ0NZBGrNKukDJKvrRaPRpZ3nci { color:#101010;display:block;width:1.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:3.1875rem;left:3.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r3XUQ7TUxssaFU77i1DXRq1WDI50MWal { color:#101010;display:block;width:5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.1875rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTT8PVJcbFKwHeV8p6msCREigh12mg3N { color:#101010;display:block;width:4.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.1875rem;left:18.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhkicBDHvgIVXTkBommHtPIXberq75tn { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.25rem;left:27.9375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBVCkazRP7uHTwhhafEpsU6PVJuq89SA { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:3.25rem;left:37.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S281oNxqpQnN3elAgIQNk6eueXOEOlWP { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:3.25rem;left:45.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ee9PVRrxbeAgX1hwpJPCLyKBWdkNkrqq { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:53.3125rem;display:block; }
#H48hG01eUkhX8o2yTbAE8ySroQv1EXzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH.adaptive-delivery-prevent-bg, #lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH.lazyload, #lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH.lazyloading { background-image: none; }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH > .row .container { background-color: transparent; background-image: none; }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH > .row .container > .video-iframe-container { display: none; }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH > .row > .video-iframe-container { display: none; }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH > .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); }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH > .row .container { border-width: 0; border-radius: 0; }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#XBJ6hER6BVFBA1cNIowZsVJZffMKWHOe { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:0.8125rem;left:0rem;display:block; }
#uM7057HrCsq87Tq3ukVcKzAiqMKbEnPQ { color:#101010;display:block;width:1.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:3.1875rem;left:3.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tdtUvsZqDaXmUABFvZByF5fT9weGnBfv { color:#101010;display:block;width:4.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.1875rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giTTknEFr3r0MwLuDg7E8UzgLl0HowxT { color:#101010;display:block;width:4.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.1875rem;left:18.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J1Fdt8mgIqr5TIrgE7Ag1Znb8aEvRDZp { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.25rem;left:27.9375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xl3DmqrMf6C1toeV29cnS86bWK9D6Lfa { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:3.25rem;left:37.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JhM8nQlqAsFCtJDELtOnyFdCfMWzAzTP { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:3.25rem;left:45.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4WP9WqTK2gz8TPFFdyWpFBfJIEHH2X7 { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:4.8125rem;height:2.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.75rem;left:53.3125rem;display:block; }
#u1ADvKUy08peZvAD7T3alpnBOOTPZbJ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8.adaptive-delivery-prevent-bg, #TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8.lazyload, #TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8.lazyloading { background-image: none; }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 > .row .container { background-color: transparent; background-image: none; }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 > .row .container > .video-iframe-container { display: none; }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 > .row > .video-iframe-container { display: none; }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 > .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); }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 > .row .container { border-width: 0; border-radius: 0; }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#lXBwewZSggR6w0lW34T7MnTgeD2TG5tB { position:absolute;display:block;z-index:15006;background-color:#949595;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:6.3125rem;width:60rem;top:0.8125rem;left:0rem;display:block; }
#JZvfTCvw4xC0IWrkTLnDrorZJcHKbdNX { color:#101010;display:block;width:1.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:3.1875rem;left:3.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Og1Kfc3MNCh3Qlu5sR16V948qiQTngxu { color:#101010;display:block;width:4.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.1875rem;left:9.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtXcQPDKU9KGmA4RGtl8dKs1kNNioGzD { color:#101010;display:block;width:4.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.1875rem;left:18.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MlNUigHGGr3mKDOfNCDMfRR8TadvaCNl { color:#101010;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.25rem;left:27.9375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I9lNlPtlA9l2uaSSDiCbOOxk9s1vt6qJ { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:3.25rem;left:37.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQ0HTsDzflsHa2ZXTNL5P24fEgFXp0ek { color:#101010;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:3.25rem;left:45.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe.adaptive-delivery-prevent-bg, #VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe.lazyload, #VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe.lazyloading { background-image: none; }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe > .row .container { background-color: transparent; background-image: none; }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe > .row .container > .video-iframe-container { display: none; }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe > .row > .video-iframe-container { display: none; }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe > .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); }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe > .row .container { border-width: 0; border-radius: 0; }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#WgbVtZAbPSQVq8b5SR1g5WxcTRguLdEF { background-color:#172e4e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.5625rem;left:21.25rem;display:block; }
#zdNOOyyOfyru3rpackJWuTRU19OJflFM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri { 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; }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri > .row .container { background-color: transparent; background-image: none; }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri > .row .container > .video-iframe-container { display: none; }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri > .row > .video-iframe-container { display: none; }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri > .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); }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri > .row .container { border-width: 0; border-radius: 0; }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI { 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; }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI > .row .container { background-color: transparent; background-image: none; }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI > .row .container > .video-iframe-container { display: none; }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI > .row > .video-iframe-container { display: none; }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI > .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); }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI > .row .container { border-width: 0; border-radius: 0; }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#BVtQb88lWkfugQLiS7U0TxNhWQTE9c1W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3Xt0cyh5/BG2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { border-width: 0; border-radius: 0; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { position:absolute;display:block;z-index:15003;background-color:#d8ae5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:24.375rem;top:3.9375rem;left:1.9375rem;display:block; }
#kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { 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:24rem;width:18.75rem;top:3.9375rem;left:29.6875rem;overflow:hidden;display:block; }
#RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { 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:18.4375rem;width:18.4375rem;top:13.4375rem;left:39.6875rem;overflow:hidden;display:block; }
#bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:23.6875rem;width:24.375rem;top:4.1875rem;left:1.9375rem;display:block; }
#RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.3125rem;left:4.125rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { color:rgba(16,16,16,0.5);display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:12.8125rem;left:4.25rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.791015625rem;left:7.9375rem;height:1.54345625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.166015625rem;left:7.9375rem;height:1.54345625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HspnNqqTGDAuSFyNSGcaD3ZtQZZpctrF { position:absolute;display:block;z-index:15027;background-color:rgba(229,229,229,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.375rem;width:2.375rem;top:21.3125rem;left:4.1875rem;display:block; }
#I0KnQi3DwQ2vcz1QdJ4uqKLHUG2zq91M { position:absolute;display:block;z-index:15029;background-color:rgba(229,229,229,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.375rem;width:2.375rem;top:21.3125rem;left:7.9375rem;display:block; }
#PbuzOwRh5VZCEU8CqIIV1zn3tJCPmcO9 { position:absolute;display:block;z-index:15031;background-color:rgba(229,229,229,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.375rem;width:2.375rem;top:21.3125rem;left:11.6875rem;display:block; }
#TAB0qJzK9g2ZvKxTUV7oOz7lfZXlEEZi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15.75rem;left:4.125rem; }
#qn9P6eTTaNSTnve1xWQJat8bF1OReA5x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:18.1875rem;left:4.25rem; }
#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#172e4e;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; }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm > .row .container { background-color: transparent; background-image: none; }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm > .row .container > .video-iframe-container { display: none; }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm > .row > .video-iframe-container { display: none; }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm > .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); }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm > .row .container { border-width: 0; border-radius: 0; }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#pSHBLuNhFcDdxCM4TFrQdURDBKT26Kxx { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:2.875rem;left:3.1875rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xb1veX7w4c9i6pSZtl7q6H2mX2LCWEOJ { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:5.5rem;left:3.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCnc4d38Hxxcfnz7MBpF6WzCFwUFUN10 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:17.125rem;top:3.125rem;left:36.4375rem;overflow:hidden;display:block; }
#K3Ivb09CDtE3FyUc7PgOSGaGgIHfIZO5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.875rem;left:41.1875rem; }
#K3Ivb09CDtE3FyUc7PgOSGaGgIHfIZO5 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#WT5oq29wOVHK4Hd0TeVcQUFcIOXfvFpA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.875rem;left:46.5rem; }
#WT5oq29wOVHK4Hd0TeVcQUFcIOXfvFpA > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#rqLJaKCfoZVCZkBxdEhNGLrnnkXXiOfI { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:13.1875rem;left:40.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUhJt2uNfJxMiCDqra387CI50tgd839h { width:24.4375rem;height:1rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnNW61uBG452AKbxbx5tit7bTx54Wf7R { width:12.5rem;height:3.75rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX2BTexnP2yHF2ToZZdJzbTBtZiNA0bs { display:block; }
 }@media only screen and (max-width: 763px) { #rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { width:12.5rem;height:3.75rem;top:32.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block; }
 }@media only screen and (max-width: 763px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:24.375rem;height:22.5rem;top:13.5625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:19.6875rem;height:3.4121125rem;top:16.5625rem;left:28.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dexwJUZlKA9iJ17Qev2nHF1Srs9pHEnO { width:14.6875rem;height:1rem;top:23.0625rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMqBhAoWM34G3tsh7ur3Pqef6OWG4C0G { width:8.9375rem;height:1rem;top:25.1875rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTGs8vmctBBonR6JQX9RSHV6c5rn411 { width:1.625rem;height:1.5625rem;top:25rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.0625rem;top:28.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgT3EaBBTaJZbD34tGLIMGSTE1e0KK9q { width:20.0625rem;height:2.3994125rem;top:30.5625rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkno1dGlyvKX35k4JqvVhxUnJUmfvUe { width:26.6875rem;height:15.4375rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:27.1875rem;height:;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:27.8125rem;height:11.19725rem;top:4.625rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:21.9375rem;height:16.4375rem;top:18.25rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { width:17.875rem;height:13.3125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:17.8125rem;height:13.375rem;top:19.8125rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0oMylJZbkqAg2AQtooe8TA1P95q80D { width:11.5625rem;height:5.75rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:24.4375rem;height:2.19921875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:22.8125rem;height:7.9980625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { width:17.25rem;height:25.875rem;top:6.25rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:25.1875rem;height:16.75rem;top:0rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR6MO5wciNGgiiREkmsiSJNOzuaKsVWn { width:10.625rem;height:3rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { width:11.5rem;height:1.5rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pemugPRkqcRMrpQk7sNxBIV63HtZBgkR { width:9.0625rem;height:3rem;top:21.625rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p98ZNWJzP07THJkQBdU832NiGf9BpJmJ { width:9.0625rem;height:1.59375rem;top:29.5625rem;left:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqPOkp36Rs3Ibh9uL3uDIw2US1dOU3TI { width:9.0625rem;height:4.5rem;top:31.5625rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poSrytUhOf1wxrTLmW82BD16xK1SR5EZ { width:10.625rem;height:4.5rem;top:31.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwlWGzoyH7NkyN8as2M9GJ27tXtRVlw3 { width:10.6875rem;height:1.59375rem;top:29.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq1fEzDHwPM72apBSfFRQMTIboaTsuEc { width:9.25rem;height:10.625rem;top:25.25rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO05sPerw09SJ7dem4DP1QpSKCZwEpEI { width:2.5rem;height:2.5rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEe0CnNzItnZzssZ1DcAMC7WwhqAAGRW { width:2.75rem;height:2.75rem;top:16.5625rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQMs8SO3ERGfROotscr7kPxMmIw0gqI3 { width:2.375rem;height:2.375rem;top:26.875rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqP7S4aM8Eun69V7G7K0RE7qFRf0wMq6 { width:2.75rem;height:2.75rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJzqnN27WBrqG6IfEMSeP90e0z8atJJF { width:9.0625rem;height:1.59375rem;top:19.625rem;left:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm509T3xnJ7SF737kAHNTOUu7BT2AOaV { width:13.5625rem;height:12.75rem;top:17.8125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAA9CeaETgP0aDfXVMItGOqXRn6BN87B { display:block; }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4D0TiFc42zeZdXdqPeA5IApFuERMOHD { display:block; }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZnt0Xfc1T6swHZ5qW4eCvgIiRNNlKNG { width:22.5625rem;height:3.75rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAmwXv7AeygdwiHPUvXSl7BqmD0nzisS { display:block; }
 }@media only screen and (max-width: 763px) { #Z0KX2SJGuMS1MmRthXWnKPvQaEM7OlbH { width:23rem;height:4.9375rem;top:3.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNILABceZ6EGe9MhGThdgVz9dpdzwCUA { width:23rem;height:4.9375rem;top:3.25rem;left:24.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUz5414hJy3PMs4oKk8DinJQqImVokx8 { width:22.5625rem;height:3.75rem;top:10.0625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEGX0Od5yVlt8r1HFRbwZaM5uJh6iegG { display:block; }
 }@media only screen and (max-width: 763px) { #EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt { display:block; }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaRHQPTWT8qWqyo6sfm30gxucTxMENrT { width:17.5rem;height:3.125rem;top:27.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0KxFT5usk8vQm8tbD6ocifJPPBQWTpl { display:block; }
 }@media only screen and (max-width: 763px) { #xHB2ly4V0u7zuXwzJt6V1EOI2b17qGso { width:14.625rem;height:6rem;top:13.375rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc6LhKXzEc8TkRnnAtpoamHQqDKMEz4O { width:4.1875rem;height:6rem;top:13.375rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHkTB4q4MsiVh2T20NZTTZFNd3Hlb6zz { width:9.5rem;height:14.875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { width:22.5rem;height:1rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnBBqEBWdbUmePXeufiTx6Kx1TStLq52 { width:29.8125rem;height:;top:13.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-regular-label { width:28.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-textarea { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-button { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-checkbox-label { width:27.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V  { width:28.125rem;height:auto;top:2.3125rem;left:17.125rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .radio-container { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V {display:block;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V { width:28.125rem;height:auto;top:2.3125rem;left:17.125rem; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #fmUUmPT0qeHlB8GwfaorL2lra9cMPax4 {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #Mgcovut9iRJUEKb3WiiZoDbEn9IaALL9 { display:none; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #XIB0LQTouEgysJlMUnbHPaqdng0ToTx3 {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #aTZw935vuq6W13bxTDSsfiQbmpqmMdmR {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #TaB91km1dAZxkGwvDdBKIWOLb8czfRcy {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #B6zmVafyaPKf4Bla1vel79pebV1TbJmq {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #qboiBh4eAC9uokX0WXzIW10nwxK8kfAN {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #Ckzb1kJh1eZLg7LL1RATGzUiLAsv67cI {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #UTvtd5JPVobcws7xBmD291ncVP6EqAtb {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #kC0qR27BAUwUH7Xa8uPJtR2mzZOUkN8n {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #PpwyDgquTQwshZCbiB6IXnWb1UOzT1Ti {  }
 }@media only screen and (max-width: 763px) { #GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy { display:block; }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS { display:block; }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Js0nIx6zNVbzWqL7SxT6VqTgOh0Andwa { width:36.4375rem;height:1.0996125rem;top:2.875rem;left:5.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT { display:block; }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fed2tpiKNbupz5P97Vm0xRlZSGTDPKH7 { width:29.4375rem;height:19.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFDskr2i8RU5XabGRuImJyhdzwBXzWCQ { width:29.625rem;height:19.25rem;top:0rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw { display:block; }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb { display:block; }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxmhZ2WcmPyfhTUB1ike0wZSCurEMXBg { width:29.5625rem;height:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9o2A0E52kh5JpNNqIXULCzLLcxGWfIl { width:29.5rem;height:19.5625rem;top:0rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGIamTA84C8TOBRXrnf6XptuFkInOvQv { display:block; }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs { display:none; }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L8OTzwSDM545kIROfniUF5n0seS3eXuT { width:47.75rem;height:6.3125rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgKa36QsvcvmmN1IqvGK2hGNRRsP3t4D { width:4.9375rem;height:;top:0rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lon9DltewRd6SKV1TFRSKJKmuHRXdayo { width:4.125rem;height:1.5rem;top:4.9375rem;left:3.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcVMsZM0se62tIclHQD2ewhwO8xlCL0r { width:4.3125rem;height:1.5rem;top:4.9375rem;left:12.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQI4iTc4zMfc3OopHJ2XvP1R6IWb6XFf { width:15.9375rem;height:;top:5.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJAhhHJIw7aUAXBIhB2d7vRAR5x5OIAq { width:8.5625rem;height:1.5rem;top:8rem;left:0.90625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCsyRll5hKFLWwlJZMEp0QMRxTf8zRrO { width:4.8125rem;height:;top:5.75rem;left:1.46875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5hPkJTubFTTT00hdR14mbw5zJttD6qb { width:4.8125rem;height:;top:5.75rem;left:8.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bszvnO0SG2GoyvKi04Pyiuh5S4b5FFKr { width:4.8125rem;height:2.375rem;top:4.5rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBbQQ6FUDM113giAD8Iv33oHn3CNVk4V { display:block; }
 }@media only screen and (max-width: 763px) { #fFvsnB4EwlqdVbhJqbwR1QHaUIeXdiMT { width:5.3125rem;height:1.5rem;top:9.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPDR4KoqH5FVSwlNXGDqxhokFqpd9NrU { width:5.3125rem;height:1.5rem;top:9.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSNJn03FuDCIBdimVdqCupZl6ETl6pSI { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaOIRloAVfSPmBo1nB4TEEx42BDXRRn2 { display:none; }#eaOIRloAVfSPmBo1nB4TEEx42BDXRRn2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW { display:none; }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MdHT4dRNUTv1Bwo5K9MaPkPtT4tJRK2Z { width:47.75rem;height:6.3125rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHu9JCEELTcK5vIIJsF0tHlmZ298W4C5 { width:4.5rem;height:1.5rem;top:2.75rem;left:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKQi5gqSrJiO0IT4QwBMiTBdkEoT10w4 { width:4.3125rem;height:3rem;top:2.75rem;left:8.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #getdcKAJebAG3GBOxaAn3rThISmCulwg { width:15.9375rem;height:;top:5.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGNNFJMTcrKJsJWAu9aT477HKdaZUJ5R { width:5.3125rem;height:1.5rem;top:8.625rem;left:1.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXlTqiyJDekOigF7HK1du2KBf7HrVW3x { width:4.8125rem;height:;top:5.75rem;left:1.46875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4GdNTzf6lmxFqQi2e90zoFivlSJBnGZ { width:4.8125rem;height:;top:5.75rem;left:8.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUJIhXDxdbpUkegb1FEHVXXxkco50W6l { width:4.875rem;height:1.5rem;top:8.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcFtomIXVFumq8M9JcA0w4JwFfkRH3xc { width:3.75rem;height:3rem;top:8.625rem;left:8.78125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWQSBcokcFq8yRGatA6vLhZrZvBNBUon { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXOW47aH8Fmw5mniXmgEWrpcJenmtkpG { width:4.8125rem;height:2.375rem;top:2.75rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tu652d74gAw94LSTRlxyCrpRTuE1orJb { display:block; }
 }@media only screen and (max-width: 763px) { #ANTyuJbxprgZJyoluDTwXxoOWVrc2cCC { width:4.9375rem;height:;top:0rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVq8oEl1xQCOGemPzuEACvTGdcPAJqQk { display:none; }#TVq8oEl1xQCOGemPzuEACvTGdcPAJqQk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx { display:none; }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qK4kvv2ydFWk9uIbqTMJmzrb5zUNqdZr { width:47.75rem;height:6.3125rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9DskW9qGQFMZuce1COQ5hH5rvzZX9Ha { width:4.125rem;height:3rem;top:2.75rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLO2XNGmG05EymJDS40ZD3NnqMTXQZex { width:4.3125rem;height:3rem;top:2.75rem;left:8.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hr82MwTo4WTAIWTGiiM9lmxnylPql4Nq { width:15.9375rem;height:;top:5.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEcAAZ0Qhtb8k9JeT6IUTOuOduAeVVev { width:5.3125rem;height:1.5rem;top:8.625rem;left:1.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcyRQleGJdIB1ikageq4EIdgPQdaIlhS { width:4.8125rem;height:;top:5.75rem;left:1.46875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfb7NeZ07Z0LOz2H1debVGTi9HatkEcQ { width:4.8125rem;height:;top:5.75rem;left:8.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xStIrJdJ6yBKLg1GpWD1us5txfUw4mi4 { width:4.875rem;height:1.5rem;top:8.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPFT3RoS0DewIvAIZvNILerWei0uAFPc { width:4.5rem;height:1.5rem;top:8.625rem;left:8.40625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTprSp4faP05TLTt66DKc2HRk95Lob0O { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DM7AnB7gpFz3aEQiqbSvLNXOscOsvu9x { width:4.8125rem;height:2.375rem;top:2.75rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6soHaobUm74WIpfeDD1O8v4WeJrMiC9 { display:block; }
 }@media only screen and (max-width: 763px) { #Q27p3bdNB66ydeqCzSmhAsVXyx1JHD3E { width:4.9375rem;height:;top:0rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTnEzuys2JzE89No3lW3cJvxTgXArLUM { display:none; }#MTnEzuys2JzE89No3lW3cJvxTgXArLUM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WFE78LTLeEQzykwHuv0zCy1GQTu8k19C { display:none; }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZD3xEDQteVbTG6PlMyXHK99AhxNs1z80 { width:47.75rem;height:6.3125rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #saDrG4WpQH9SObtnxwel02w04CdTxTp5 { width:4.125rem;height:1.5rem;top:4.9375rem;left:3.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJ5HGXs9mVR5PkTCMro4FJKfNSdo9d6O { width:4.75rem;height:1.5rem;top:2.75rem;left:8.28125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NP3grxFM1azOEiVyM5o50IcvZscp5fVR { width:15.9375rem;height:;top:5.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #goMMBcBNTasZltx06Uv9Eq2S8KsfBqaf { width:5.3125rem;height:1.5rem;top:8.625rem;left:1.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRFZ7KTfEDNIydvT3ZJeETnNlZtABoRW { width:4.8125rem;height:;top:5.75rem;left:1.46875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGu58y9fTTKAWPOnUXfl89FDZfc2fBIh { width:4.8125rem;height:;top:5.75rem;left:8.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5EXIwHl9CfGJMsyOahoXr2P9R28qMop { width:4.875rem;height:1.5rem;top:8.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPAe7QAbtmkBPqiLPEcHQ4EJ1k0E2oZq { width:4.5rem;height:1.5rem;top:8.625rem;left:8.40625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgOXJABdWtCPTSMHH22bDME49NlHw10i { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWky7NL92dIFQm6DMf2BtCmaDqPW0QaV { width:4.8125rem;height:2.375rem;top:2.75rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jr0iOANC2cKdxVIczodzyTKZenwXQvqP { display:block; }
 }@media only screen and (max-width: 763px) { #i2K5ZC3LThNWCHQqBxHmEWks375Geggd { width:4.9375rem;height:;top:0rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdgGeFpTNn27990Ifr9lrZcTIOSrZGvI { display:none; }#pdgGeFpTNn27990Ifr9lrZcTIOSrZGvI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN { display:none; }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sh6zPVzkiHczhHbZeGo2Uz0TOHk0z9Oz { width:47.75rem;height:6.3125rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUT1NSg8ehNTn7wPTNOPSlXOQ0A3yin4 { width:4.125rem;height:1.5rem;top:4.9375rem;left:3.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3TW6TKLZt6hX6EEyO8ND9SEdKvSXctm { width:4.75rem;height:1.5rem;top:2.75rem;left:8.28125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8OgmMEtk1Q2Cif3WEkf3nk4gAkxNE9O { width:15.9375rem;height:;top:5.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRrN87St832aT6eLR4ILUWko6MwZKT8T { width:5.3125rem;height:1.5rem;top:8.625rem;left:1.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1V0VzdEh4xwNeTbAGUQseGw45idH3Ur { width:4.8125rem;height:;top:5.75rem;left:1.46875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cI5fEAGJUKkizriBTffzxLOvlARzE2o4 { width:4.8125rem;height:;top:5.75rem;left:8.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUTN78fvEwTat1Km11yrSR7XQypkAEyI { width:4.875rem;height:1.5rem;top:8.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlEZv5KghpEpeokwoxUNXutXIXf1qpzr { width:4.5rem;height:1.5rem;top:8.625rem;left:8.40625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABRKsOVtOKJEpDxlFuRXnHGisruTQmV1 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5zlvniK9FwUuha3g8rPuNvpf0edldPh { width:4.8125rem;height:2.375rem;top:2.75rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzDxdoOCZx8vESPUxwNaL01o5XEHXDAX { display:block; }
 }@media only screen and (max-width: 763px) { #DotUCnGgzdAGfbgHcMnGb5s13CKsmh5E { width:4.9375rem;height:;top:0rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCP6JqqVMI55DkBfcpP8pLd0tDdF8dQ1 { display:none; }#bCP6JqqVMI55DkBfcpP8pLd0tDdF8dQ1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc { display:none; }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bFP0MxacWGQAcBrIZiZT80J7JzkMuMuh { width:47.75rem;height:6.3125rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8JKsT45Do76KLLUMA6fvl456KcLol1V { width:4.125rem;height:3rem;top:2.75rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcQ89XKLu5wuKh9H80TNFOA8b1a6IIlF { width:4.75rem;height:1.5rem;top:2.75rem;left:8.28125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAAxvhJrnWL5Z1LEVoguwpStUxpyQkyZ { width:15.9375rem;height:;top:5.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkhvo9DTGIcRKD4ByVoEkQKv5hZTiNUS { width:5.3125rem;height:1.5rem;top:8.625rem;left:1.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #koUTp2Ga64xuPMpbto3ARtywhZGJq4mK { width:4.8125rem;height:;top:5.75rem;left:1.46875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Si1gyNRTIrm2vRL1UcVy59FJJwwmTdZT { width:4.8125rem;height:;top:5.75rem;left:8.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCs3SRioiW6iw653sz9AZPF7uE8GERWz { width:4.875rem;height:1.5rem;top:8.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aafAust61nN13t5Ps4INrMImFwODVku4 { width:4.5rem;height:1.5rem;top:8.625rem;left:8.40625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #obEVTaTDQqRgxxuouL3QHrEL80O20K7i { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qx2UFC7tGO3uTEHdebzT5hAV4BNxVJZX { width:4.8125rem;height:2.375rem;top:2.75rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbmPC3Mto0zH01J5eHkGx617S67yvt6q { display:block; }
 }@media only screen and (max-width: 763px) { #BlWDzCa3UITDUg9R7hz7ZhN11ZTNSFku { width:4.9375rem;height:;top:0rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZ0uT0wZGUBHtJ19hdny55NyeZSH4AWq { display:none; }#rZ0uT0wZGUBHtJ19hdny55NyeZSH4AWq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B { display:none; }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qbpRnNMTtRdUEySnVBQnzBnMesXovPBR { width:47.75rem;height:6.3125rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #upB3fNo9O7T2pqk8pTOEsF4mzx9ze6hQ { width:4.125rem;height:3rem;top:2.75rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jin6awUdg5PJIJnxalEBG18iDPTMda8g { width:4.75rem;height:1.5rem;top:2.75rem;left:8.28125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUKwCM7HIDqSG30Kneoz8F31Sv7b6tAZ { width:15.9375rem;height:;top:5.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDyRsi8Wl7DVQ6XmK37B4hAIRJVrnByB { width:5.3125rem;height:1.5rem;top:8.625rem;left:1.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDSqwVSX0ggLzDRm67yIWk0xQAgVMf5h { width:4.8125rem;height:;top:5.75rem;left:1.46875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bosU65Vh29EOkfzlbLcKpNcJ3BE4Td1P { width:4.8125rem;height:;top:5.75rem;left:8.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmnhwZ9tFI21WaE0G6XOZCFHGUqOHHrN { width:4.875rem;height:1.5rem;top:8.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #za0W3G211HEDmnM4CVHl8zJgU17GNwk7 { width:4.5rem;height:1.5rem;top:8.625rem;left:8.40625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdIZg6JuEAdQ7CWGUQF9hqXyzo7mwAzp { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJ0aqOaA7OX80ME1Fk3hp51imTdTf2K3 { width:4.8125rem;height:2.375rem;top:2.75rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #exa0TOOOwW615ugEeHHOClvUenPwuBLK { display:block; }
 }@media only screen and (max-width: 763px) { #aeTAt1xd4QDMZOHaHoZivf2yqSFmzlUa { width:4.9375rem;height:;top:0rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTp3Uzu2gLeTeXSle3oAserwfc3zkWoF { display:none; }#vTp3Uzu2gLeTeXSle3oAserwfc3zkWoF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oq7hCN2ArSE4dH9rTmKUqZpavprCwolK { display:none; }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TXqqPemZpEN8grpxKEUF8vPIRW0GeANx { width:47.75rem;height:6.3125rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkyEhzrngACB7PxlxaDeMTUsGBgIZ3MD { width:4.125rem;height:1.5rem;top:4.9375rem;left:3.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGO5EOnD1JspuHwXf1wEEti7qkHB3P5A { width:4.75rem;height:1.5rem;top:2.75rem;left:8.28125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sl8TOI7tnt3k0hP1oumAvOg3uJPAwwTN { width:15.9375rem;height:;top:5.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7QL16bENAR9sWSumKiWv13RtXh67GAV { width:5.3125rem;height:1.5rem;top:8.625rem;left:1.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcpe9O39DNHcluJNKvaodobNATARvRTG { width:4.8125rem;height:;top:5.75rem;left:1.46875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmVGT2iexU3T7x0RRptfNlJM5Tr4mbPU { width:4.8125rem;height:;top:5.75rem;left:8.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0OBKuiz0XwpfMITBJbxKJwyUs5on1Rm { width:4.875rem;height:1.5rem;top:8.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktl4XZi356QLqtkJLJKiw1RoWO67zPfz { width:4.5rem;height:1.5rem;top:8.625rem;left:8.40625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CT12PevdnGhTPTyf99FWPloHwkRZKKlF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2dkwP53qaseTsM12mUgP8SLUZURuI3R { width:4.8125rem;height:2.375rem;top:2.75rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CU2GXOcTGsV352GSZaAXI6LvG1nJQ66F { display:block; }
 }@media only screen and (max-width: 763px) { #MM0Rd7cwoxkH1SeXaz0RRbW9AqtVJnSw { width:4.9375rem;height:;top:0rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTkHFql7C2Zmz4zsE1BwtFDr1GUw6b7n { display:none; }#TTkHFql7C2Zmz4zsE1BwtFDr1GUw6b7n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 { display:block; }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zvny0dwAwDwXmbnQr7cDp7AnpeAlmDhC { width:5.5625rem;height:1.19970625rem;top:5.75rem;left:39.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk6ZOA5pLvUVhDqwPaXO3xIV1Qt8tWzJ { width:5rem;height:1.19970625rem;top:5.75rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHwnsGr77Pfp3MA4KsTN80lLMaIAZEJE { width:5.5625rem;height:1.19970625rem;top:5.75rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oonfAu73HyGsJnRn9zMg6D80gnMAWfVT { width:7.3125rem;height:1.19970625rem;top:5.75rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCwSTbxvLlmo6GtVSQSgpikTBdfIUTA1 { width:3.6875rem;height:1.19970625rem;top:5.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxbXE47wJ9aZheIyhW42QdfseATLkh5F { width:3.25rem;height:1.19970625rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 { display:block; }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrQHTFVSHQGiREWDs8L7tveNvGonPJTP { width:47.75rem;height:6.3125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPnfLGcQnlTCKTO6QtpBvWyH7XI1OHXt { width:4.125rem;height:1.5rem;top:4.9375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aStPmOtENTnZcc2rfVwlBmZnL6sOaUOt { width:4.3125rem;height:1.5rem;top:4.9375rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd8SyHDQAxmNphMp8IF1ehMwTiviiwzI { width:4.125rem;height:1.5rem;top:5rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GALxkhdKIOKEsr3JROD1v6yNuelJqUuA { width:4.9375rem;height:1.5rem;top:5rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgQwLZtbGFTM70iPvvqJiJy4LZGgBlv2 { width:4.9375rem;height:1.5rem;top:5rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioW1Phq5IL6TQSw1Q26K83Z7MK4zxnrS { width:1.6875rem;height:1.19970625rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVgHRuXRMoRNBEiUJgbmVfl1rATzdNqq { width:4.8125rem;height:2.375rem;top:4.6875rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpQecXAVZyRR6snpO0W10Fi1xUP0taeC { display:block; }
 }@media only screen and (max-width: 763px) { #vpASslo6sbaF8dAzfyO44TPp97Bt6D98 { display:block; }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylLwPiAxks4bScpxtEbTarAAnHEeChIS { width:47.75rem;height:6.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5LxLqeWPSVcZWoQgVPPTSgT9Tct948W { width:1.6875rem;height:1.19970625rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETOt0SuK1UaOr64VS0X9MSLvl6ZtZyV { width:4.3125rem;height:1.5rem;top:3.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1T5xT6mqRrCzVlsWczqDHW1rHLd0JIT { width:4.875rem;height:1.5rem;top:3.1875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCC7fPe3TvvSsqXV1HKspsSO6IuoAvuO { width:4.3125rem;height:1.5rem;top:3.25rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaE8WqOQIl7TmKAqg1QU6obHPsgBzJ6P { width:4.9375rem;height:1.5rem;top:3.25rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #or3vWTTToKoatlSElDUkEDBGiPcspwUU { width:4.9375rem;height:1.5rem;top:3.25rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyF2DFLpcwUp7Zt1hyAbaKMgtb8If4pM { width:4.8125rem;height:2.375rem;top:2.75rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgrLGl0xqD5BtmFiXpNhFPhSca08hCng { display:block; }
 }@media only screen and (max-width: 763px) { #HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc { display:block; }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKZlgEbtShwfv3EaXqTdi2JL6y5pF8PZ { width:47.75rem;height:6.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSmGl6RWGRqAI6TEF3NDWVCH8wKrAR9R { width:1.6875rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnzrJFDolTmnetfaJOXFCkDMtrzGo3XJ { width:4.5625rem;height:1.5rem;top:3.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqkS5s4ATTU0VLLJoV7kIKgOIwTReDxx { width:4.875rem;height:1.5rem;top:3.1875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l71CG4TxlTCWw81PUogzk8VeKhhqtyhF { width:4.3125rem;height:1.5rem;top:3.25rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4XI9mLszoU5yhZ97bE9UoKm2gfzaBVs { width:4.9375rem;height:1.5rem;top:3.25rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #los0lAGOTroI9e3tD50u9l1qzWJgQ535 { width:4.9375rem;height:1.5rem;top:3.25rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oznzICxQQSrxmrAUlHsDloTJZTWmXEnG { width:4.8125rem;height:2.375rem;top:2.75rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FThrCA26D3K0WlrNyKCpT2zumisTirty { display:block; }
 }@media only screen and (max-width: 763px) { #ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 { display:block; }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0Ceu7WcMlyv3qAKmlBT8W93JQf1tCBI { width:47.75rem;height:6.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2QFTDHKIgnWPizn1T4ciKNEu57srgeJ { width:1.6875rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxPumB2RX97G3tci1TDwFFoSOSVWydbw { width:4.125rem;height:1.5rem;top:3.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9XGGh5ndHrblG8UoptMPcp2T1kUk4xb { width:4.875rem;height:1.5rem;top:3.1875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVRxP2B8xrkvmZE2TVBO7NphA2XEc3uf { width:4.3125rem;height:1.5rem;top:3.25rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6e2k0OnR4pmJLm2fCmhQ0UOweFVeHLU { width:4.9375rem;height:1.5rem;top:3.25rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA3MeyfNDlEsDlD5SwRMCQdArQT47Gpd { width:4.9375rem;height:1.5rem;top:3.25rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ { display:block; }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxV5kbAAu94lTvnC34rhzniJ1VIPSm3T { width:47.75rem;height:6.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vURfUGteU9TxbPTbWUMLNeqGqAARskTF { width:1.6875rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNkbtqsZqCHnuwPgw2GWnVCrJy0uPJS2 { width:4.125rem;height:1.5rem;top:3.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7SEue9JvHX9eTmnbbTrTtUss21vaDVs { width:4.875rem;height:1.5rem;top:3.1875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMESpN5vWBE1AcyEudslULBLkVVvbTN6 { width:4.3125rem;height:1.5rem;top:3.25rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNJTwAyJ8dOGNTiErsxWqPfg93TgM5CL { width:4.9375rem;height:1.5rem;top:3.25rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoJd7mHPOMaMEA4kJpTcbbvBcamTAaTs { width:4.9375rem;height:1.5rem;top:3.25rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk { display:block; }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMgvcMSVRgL8DQuIh3oiZzAlVKlGmggF { width:47.75rem;height:6.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPMixoJ0NZBGrNKukDJKvrRaPRpZ3nci { width:1.6875rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3XUQ7TUxssaFU77i1DXRq1WDI50MWal { width:5rem;height:1.5rem;top:3.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTT8PVJcbFKwHeV8p6msCREigh12mg3N { width:4.875rem;height:1.5rem;top:3.1875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhkicBDHvgIVXTkBommHtPIXberq75tn { width:4.3125rem;height:1.5rem;top:3.25rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBVCkazRP7uHTwhhafEpsU6PVJuq89SA { width:4.9375rem;height:1.5rem;top:3.25rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S281oNxqpQnN3elAgIQNk6eueXOEOlWP { width:4.9375rem;height:1.5rem;top:3.25rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee9PVRrxbeAgX1hwpJPCLyKBWdkNkrqq { width:4.8125rem;height:2.375rem;top:2.75rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H48hG01eUkhX8o2yTbAE8ySroQv1EXzy { display:block; }
 }@media only screen and (max-width: 763px) { #lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH { display:block; }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBJ6hER6BVFBA1cNIowZsVJZffMKWHOe { width:47.75rem;height:6.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7057HrCsq87Tq3ukVcKzAiqMKbEnPQ { width:1.6875rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdtUvsZqDaXmUABFvZByF5fT9weGnBfv { width:4.8125rem;height:1.5rem;top:3.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #giTTknEFr3r0MwLuDg7E8UzgLl0HowxT { width:4.875rem;height:1.5rem;top:3.1875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1Fdt8mgIqr5TIrgE7Ag1Znb8aEvRDZp { width:4.3125rem;height:1.5rem;top:3.25rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl3DmqrMf6C1toeV29cnS86bWK9D6Lfa { width:4.9375rem;height:1.5rem;top:3.25rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhM8nQlqAsFCtJDELtOnyFdCfMWzAzTP { width:4.9375rem;height:1.5rem;top:3.25rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4WP9WqTK2gz8TPFFdyWpFBfJIEHH2X7 { width:4.8125rem;height:2.375rem;top:2.75rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1ADvKUy08peZvAD7T3alpnBOOTPZbJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 { display:block; }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXBwewZSggR6w0lW34T7MnTgeD2TG5tB { width:47.75rem;height:6.3125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZvfTCvw4xC0IWrkTLnDrorZJcHKbdNX { width:1.6875rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og1Kfc3MNCh3Qlu5sR16V948qiQTngxu { width:4.125rem;height:1.5rem;top:3.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtXcQPDKU9KGmA4RGtl8dKs1kNNioGzD { width:4.875rem;height:1.5rem;top:3.1875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlNUigHGGr3mKDOfNCDMfRR8TadvaCNl { width:4.3125rem;height:1.5rem;top:3.25rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9lNlPtlA9l2uaSSDiCbOOxk9s1vt6qJ { width:4.9375rem;height:1.5rem;top:3.25rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ0HTsDzflsHa2ZXTNL5P24fEgFXp0ek { width:4.9375rem;height:1.5rem;top:3.25rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe { display:block; }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgbVtZAbPSQVq8b5SR1g5WxcTRguLdEF { width:17.5rem;height:3.125rem;top:2.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdNOOyyOfyru3rpackJWuTRU19OJflFM { display:block; }
 }@media only screen and (max-width: 763px) { #MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri { display:block; }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI { display:block; }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVtQb88lWkfugQLiS7U0TxNhWQTE9c1W { width:47.75rem;height:26.809635416667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { width:24.375rem;height:6.5rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { width:18.75rem;height:24rem;top:3.9375rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { width:18.4375rem;height:18.4375rem;top:13.4375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:24.375rem;height:23.6875rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:19.9375rem;height:1.625rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:1rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { width:13.5rem;height:1.54345625rem;top:15.75rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { width:15.5625rem;height:1.3808625rem;top:18.125rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HspnNqqTGDAuSFyNSGcaD3ZtQZZpctrF { width:2.375rem;height:2.375rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0KnQi3DwQ2vcz1QdJ4uqKLHUG2zq91M { width:2.375rem;height:2.375rem;top:21.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbuzOwRh5VZCEU8CqIIV1zn3tJCPmcO9 { width:2.375rem;height:2.375rem;top:21.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAB0qJzK9g2ZvKxTUV7oOz7lfZXlEEZi { width:1.625rem;height:1.625rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn9P6eTTaNSTnve1xWQJat8bF1OReA5x { width:1.5rem;height:1.5rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm { display:block; }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSHBLuNhFcDdxCM4TFrQdURDBKT26Kxx { width:23.625rem;height:1.5625rem;top:2.875rem;left:0.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb1veX7w4c9i6pSZtl7q6H2mX2LCWEOJ { width:23.625rem;height:;top:5.5rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCnc4d38Hxxcfnz7MBpF6WzCFwUFUN10 { width:17.125rem;height:9rem;top:3.125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Ivb09CDtE3FyUc7PgOSGaGgIHfIZO5 { width:2.25rem;height:2.25rem;top:15.875rem;left:32rem;display:block; }
#K3Ivb09CDtE3FyUc7PgOSGaGgIHfIZO5 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #WT5oq29wOVHK4Hd0TeVcQUFcIOXfvFpA { width:2.25rem;height:2.25rem;top:15.875rem;left:37.3125rem;display:block; }
#WT5oq29wOVHK4Hd0TeVcQUFcIOXfvFpA > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #rqLJaKCfoZVCZkBxdEhNGLrnnkXXiOfI { width:9.9375rem;height:;top:13.1875rem;left:30.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/533b9d49-f4a7-480c-9392-6191ce83bb4e/Ujecie_431.jpg");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(0,0,0,0.61); }#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.61); }#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:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUhJt2uNfJxMiCDqra387CI50tgd839h { width:18.75rem;height:1rem;top:12.5625rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AnNW61uBG452AKbxbx5tit7bTx54Wf7R { width:12.5rem;height:3.75rem;top:19rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX2BTexnP2yHF2ToZZdJzbTBtZiNA0bs { display:block; }
 }@media only screen and (max-width: 763px) { #rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { width:12.5rem;height:3.75rem;top:24.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block; }
 }@media only screen and (max-width: 763px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:20rem;height:19.1875rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:18.4375rem;height:3.4121125rem;top:33.5rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dexwJUZlKA9iJ17Qev2nHF1Srs9pHEnO { width:14.6875rem;height:1rem;top:38.5rem;left:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cMqBhAoWM34G3tsh7ur3Pqef6OWG4C0G { width:10.625rem;height:1rem;top:41.3125rem;left:2.21875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBTGs8vmctBBonR6JQX9RSHV6c5rn411 { width:1.625rem;height:1.5625rem;top:41.03125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.0625rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgT3EaBBTaJZbD34tGLIMGSTE1e0KK9q { width:17.375rem;height:2.54980625rem;top:45.375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkno1dGlyvKX35k4JqvVhxUnJUmfvUe { width:20rem;height:11.5625rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:20rem;height:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { width:9.25rem;height:10.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:18.75rem;height:6.1875rem;top:6.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:17.75rem;height:15.996125rem;top:16.25rem;left:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:19.9375rem;height:14.9375rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { width:20rem;height:14.875rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:20rem;height:15rem;top:71.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0oMylJZbkqAg2AQtooe8TA1P95q80D { width:12.4375rem;height:6.1875rem;top:8.25rem;left:2.0517578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:19.25rem;height:4.3994125rem;top:1.875rem;left:0.375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:18.5625rem;height:9.597625rem;top:9.75rem;left:0.71875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { width:11.875rem;height:17.9375rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:15.8125rem;height:10.5rem;top:22.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR6MO5wciNGgiiREkmsiSJNOzuaKsVWn { width:9.75rem;height:3rem;top:59.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { width:9.8125rem;height:3.1875rem;top:55.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pemugPRkqcRMrpQk7sNxBIV63HtZBgkR { width:8.375rem;height:3rem;top:59.3125rem;left:11.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p98ZNWJzP07THJkQBdU832NiGf9BpJmJ { width:9.0625rem;height:1.59375rem;top:68.6875rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqPOkp36Rs3Ibh9uL3uDIw2US1dOU3TI { width:9.0625rem;height:4.5rem;top:71rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poSrytUhOf1wxrTLmW82BD16xK1SR5EZ { width:9.875rem;height:4.5rem;top:70.9375rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwlWGzoyH7NkyN8as2M9GJ27tXtRVlw3 { width:9.75rem;height:1.59375rem;top:68.625rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq1fEzDHwPM72apBSfFRQMTIboaTsuEc { width:6.6875rem;height:7.75rem;top:40.0625rem;left:8.8681640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO05sPerw09SJ7dem4DP1QpSKCZwEpEI { display:flex;width:2.75rem;height:2.75rem;top:65.5625rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #TEe0CnNzItnZzssZ1DcAMC7WwhqAAGRW { display:flex;width:2.75rem;height:2.75rem;top:51.75rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #RQMs8SO3ERGfROotscr7kPxMmIw0gqI3 { display:flex;width:2.25rem;height:2.25rem;top:65.75rem;left:14.34375rem; }
 }@media only screen and (max-width: 763px) { #yqP7S4aM8Eun69V7G7K0RE7qFRf0wMq6 { display:flex;width:2.75rem;height:2.75rem;top:51.75rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #cJzqnN27WBrqG6IfEMSeP90e0z8atJJF { width:9.0625rem;height:1.59375rem;top:56.125rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm509T3xnJ7SF737kAHNTOUu7BT2AOaV { width:9.3125rem;height:8.8125rem;top:34.625rem;left:10.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TAA9CeaETgP0aDfXVMItGOqXRn6BN87B { display:block; }#TAA9CeaETgP0aDfXVMItGOqXRn6BN87B > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4D0TiFc42zeZdXdqPeA5IApFuERMOHD { display:block; }#v4D0TiFc42zeZdXdqPeA5IApFuERMOHD > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZnt0Xfc1T6swHZ5qW4eCvgIiRNNlKNG { width:19rem;height:3.75rem;top:6.6875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAmwXv7AeygdwiHPUvXSl7BqmD0nzisS { display:block; }
 }@media only screen and (max-width: 763px) { #Z0KX2SJGuMS1MmRthXWnKPvQaEM7OlbH { width:20rem;height:3.7119125rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNILABceZ6EGe9MhGThdgVz9dpdzwCUA { width:20rem;height:3.7119125rem;top:17.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUz5414hJy3PMs4oKk8DinJQqImVokx8 { width:19rem;height:3.75rem;top:22.71142578125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEGX0Od5yVlt8r1HFRbwZaM5uJh6iegG { display:block; }
 }@media only screen and (max-width: 763px) { #EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt { display:block; }#EpLBnBKnJFmAbf9GFJkTcTk5DqakZUDt > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d9b5bd6-1eff-48f6-9943-b2841df6c8fa/41.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo.adaptive-delivery-prevent-bg, #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo.lazyload, #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo.lazyloading { background-image: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { background-color: transparent; background-image: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .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); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { border-width: 0; border-radius: 0; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaRHQPTWT8qWqyo6sfm30gxucTxMENrT { width:14.125rem;height:2.4375rem;top:14.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0KxFT5usk8vQm8tbD6ocifJPPBQWTpl { display:block; }
 }@media only screen and (max-width: 763px) { #xHB2ly4V0u7zuXwzJt6V1EOI2b17qGso { width:14.625rem;height:6rem;top:5.5rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc6LhKXzEc8TkRnnAtpoamHQqDKMEz4O { width:4.1875rem;height:6rem;top:5.5rem;left:14.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHkTB4q4MsiVh2T20NZTTZFNd3Hlb6zz { width:9.5rem;height:14.875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { width:15.1875rem;height:4.75rem;top:7.375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnBBqEBWdbUmePXeufiTx6Kx1TStLq52 { width:17.625rem;height:2.375rem;top:14.875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-text {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-select {padding-top: 0; padding-bottom: 0;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V  { width:17.5rem;height:auto;top:20.5rem;left:0rem; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V {display:block;}#ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V { width:17.5rem;height:auto;top:20.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #fmUUmPT0qeHlB8GwfaorL2lra9cMPax4 {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #Mgcovut9iRJUEKb3WiiZoDbEn9IaALL9 { display:none; }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #XIB0LQTouEgysJlMUnbHPaqdng0ToTx3 {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #aTZw935vuq6W13bxTDSsfiQbmpqmMdmR {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #TaB91km1dAZxkGwvDdBKIWOLb8czfRcy {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #B6zmVafyaPKf4Bla1vel79pebV1TbJmq {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #qboiBh4eAC9uokX0WXzIW10nwxK8kfAN {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #Ckzb1kJh1eZLg7LL1RATGzUiLAsv67cI {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #UTvtd5JPVobcws7xBmD291ncVP6EqAtb {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #kC0qR27BAUwUH7Xa8uPJtR2mzZOUkN8n {  }
 }@media only screen and (max-width: 763px) { #ThnGW8yZ7lfWkMXnywhfNmJ0uGcUe53V #PpwyDgquTQwshZCbiB6IXnWb1UOzT1Ti {  }
 }@media only screen and (max-width: 763px) { #GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy { display:block; }#GAlkIGkCKkHz4LzULdI3uM1dptXp34Dy > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS { display:block; }#wkPXHHoBDUGIfGTnNJpIpHmGazDAizoS > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Js0nIx6zNVbzWqL7SxT6VqTgOh0Andwa { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT { display:block; }#uR6o2gdJlXi9PpnUWR50OpaMBrcTTNLT > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fed2tpiKNbupz5P97Vm0xRlZSGTDPKH7 { width:20rem;height:13.12101910828rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFDskr2i8RU5XabGRuImJyhdzwBXzWCQ { width:20rem;height:12.995780590717rem;top:15.620625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw { display:block; }#aakDrF3P1cBCcbG7kNpLdtT1Qgh06fJw > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb { display:block; }#TMEUwlWCNAMzpDxh7JZobgagpIcsL4Jb > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxmhZ2WcmPyfhTUB1ike0wZSCurEMXBg { width:20rem;height:13.276875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9o2A0E52kh5JpNNqIXULCzLLcxGWfIl { width:20rem;height:13.2626875rem;top:15.21435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGIamTA84C8TOBRXrnf6XptuFkInOvQv { display:block; }#pGIamTA84C8TOBRXrnf6XptuFkInOvQv > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .row .container { background-color: transparent; background-image: none; }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .row .container > .video-iframe-container { display: none; }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .row > .video-iframe-container { display: none; }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .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); }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .row .container { border-width: 0; border-radius: 0; }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VcMyCxlndfL8mGFwn6I9K7b8Etc6euMs > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8OTzwSDM545kIROfniUF5n0seS3eXuT { width:20rem;height:16.5625rem;top:-0.0625rem;left:0.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #UgKa36QsvcvmmN1IqvGK2hGNRRsP3t4D { width:4.9375rem;height:4.375rem;top:0rem;left:0.625rem;text-align:left;text-align-last:left;font-size:4.375rem;z-index:15008;color:rgba(16,16,16,0.1);font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lon9DltewRd6SKV1TFRSKJKmuHRXdayo { width:4.125rem;height:1.5rem;top:2.8115234375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #PcVMsZM0se62tIclHQD2ewhwO8xlCL0r { width:4.3125rem;height:1.5rem;top:2.810546875rem;left:14.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #zQI4iTc4zMfc3OopHJ2XvP1R6IWb6XFf { width:4.8125rem;height:1.2749rem;top:5.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #JJAhhHJIw7aUAXBIhB2d7vRAR5x5OIAq { width:5.3125rem;height:1.5rem;top:8.625rem;left:7.34375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #LCsyRll5hKFLWwlJZMEp0QMRxTf8zRrO { width:4.8125rem;height:1.2749rem;top:5.81201171875rem;left:7.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #q5hPkJTubFTTT00hdR14mbw5zJttD6qb { width:4.8125rem;height:;top:5.81201171875rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #bszvnO0SG2GoyvKi04Pyiuh5S4b5FFKr { width:4.8125rem;height:2.375rem;top:12.0625rem;left:7.59375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TBbQQ6FUDM113giAD8Iv33oHn3CNVk4V { display:block; }
 }@media only screen and (max-width: 763px) { #fFvsnB4EwlqdVbhJqbwR1QHaUIeXdiMT { width:3.75rem;height:1.5rem;top:8.625rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TPDR4KoqH5FVSwlNXGDqxhokFqpd9NrU { width:3.75rem;height:1.5rem;top:8.625rem;left:14.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #nSNJn03FuDCIBdimVdqCupZl6ETl6pSI { top:2.216796875rem;left:0rem;width:20rem;height:2.6875rem;z-index:15006;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eaOIRloAVfSPmBo1nB4TEEx42BDXRRn2 { display:block; }#eaOIRloAVfSPmBo1nB4TEEx42BDXRRn2 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .row .container { background-color: transparent; background-image: none; }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .row .container > .video-iframe-container { display: none; }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .row > .video-iframe-container { display: none; }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .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); }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .row .container { border-width: 0; border-radius: 0; }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J9M2ea4OdBQoTKgdPvug2XC6Gpd0X8LW > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdHT4dRNUTv1Bwo5K9MaPkPtT4tJRK2Z { width:20rem;height:16.5625rem;top:-0.0625rem;left:0.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #OHu9JCEELTcK5vIIJsF0tHlmZ298W4C5 { width:4.5rem;height:1.5rem;top:2.81103515625rem;left:7.75rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #hKQi5gqSrJiO0IT4QwBMiTBdkEoT10w4 { width:4.75rem;height:1.5rem;top:2.81103515625rem;left:14.40625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #getdcKAJebAG3GBOxaAn3rThISmCulwg { width:4.8125rem;height:1.2749rem;top:5.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lGNNFJMTcrKJsJWAu9aT477HKdaZUJ5R { width:5.3125rem;height:1.5rem;top:8.625rem;left:7.34375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #zXlTqiyJDekOigF7HK1du2KBf7HrVW3x { width:4.8125rem;height:1.2749rem;top:5.81201171875rem;left:7.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #N4GdNTzf6lmxFqQi2e90zoFivlSJBnGZ { width:4.8125rem;height:;top:5.81201171875rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #PUJIhXDxdbpUkegb1FEHVXXxkco50W6l { width:4.875rem;height:1.5rem;top:8.625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FcFtomIXVFumq8M9JcA0w4JwFfkRH3xc { width:4.5rem;height:1.5rem;top:8.625rem;left:14.53125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #KWQSBcokcFq8yRGatA6vLhZrZvBNBUon { top:2.216796875rem;left:0rem;width:20rem;height:2.6875rem;z-index:15006;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cXOW47aH8Fmw5mniXmgEWrpcJenmtkpG { width:4.8125rem;height:2.375rem;top:12rem;left:7.59375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #tu652d74gAw94LSTRlxyCrpRTuE1orJb { display:block; }
 }@media only screen and (max-width: 763px) { #ANTyuJbxprgZJyoluDTwXxoOWVrc2cCC { width:4.9375rem;height:;top:0rem;left:0.625rem;text-align:left;text-align-last:left;font-size:4.375rem;z-index:15009;color:rgba(16,16,16,0.1);font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TVq8oEl1xQCOGemPzuEACvTGdcPAJqQk { display:block; }#TVq8oEl1xQCOGemPzuEACvTGdcPAJqQk > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .row .container { background-color: transparent; background-image: none; }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .row .container > .video-iframe-container { display: none; }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .row > .video-iframe-container { display: none; }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .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); }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .row .container { border-width: 0; border-radius: 0; }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ilmr74eXWxnwBxzT3TP3zBHIkOCbzyCx > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qK4kvv2ydFWk9uIbqTMJmzrb5zUNqdZr { width:20rem;height:16.5625rem;top:-0.0625rem;left:0.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #s9DskW9qGQFMZuce1COQ5hH5rvzZX9Ha { width:4.25rem;height:1.5rem;top:2.81103515625rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #eLO2XNGmG05EymJDS40ZD3NnqMTXQZex { width:4.75rem;height:1.5rem;top:2.81103515625rem;left:14.40625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Hr82MwTo4WTAIWTGiiM9lmxnylPql4Nq { width:4.8125rem;height:1.2749rem;top:5.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #cEcAAZ0Qhtb8k9JeT6IUTOuOduAeVVev { width:5.3125rem;height:1.5rem;top:8.625rem;left:7.34375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #tcyRQleGJdIB1ikageq4EIdgPQdaIlhS { width:4.8125rem;height:1.2749rem;top:5.81201171875rem;left:7.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #nfb7NeZ07Z0LOz2H1debVGTi9HatkEcQ { width:4.8125rem;height:;top:5.81201171875rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #xStIrJdJ6yBKLg1GpWD1us5txfUw4mi4 { width:4.875rem;height:1.5rem;top:8.625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #vPFT3RoS0DewIvAIZvNILerWei0uAFPc { width:4.5rem;height:1.5rem;top:8.625rem;left:14.53125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #OTprSp4faP05TLTt66DKc2HRk95Lob0O { top:2.216796875rem;left:0rem;width:20rem;height:2.6875rem;z-index:15006;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DM7AnB7gpFz3aEQiqbSvLNXOscOsvu9x { width:4.8125rem;height:2.375rem;top:12rem;left:7.59375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #b6soHaobUm74WIpfeDD1O8v4WeJrMiC9 { display:block; }
 }@media only screen and (max-width: 763px) { #Q27p3bdNB66ydeqCzSmhAsVXyx1JHD3E { width:4.9375rem;height:;top:0rem;left:0.625rem;text-align:left;text-align-last:left;font-size:4.375rem;z-index:15010;color:rgba(16,16,16,0.1);font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MTnEzuys2JzE89No3lW3cJvxTgXArLUM { display:block; }#MTnEzuys2JzE89No3lW3cJvxTgXArLUM > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFE78LTLeEQzykwHuv0zCy1GQTu8k19C { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .row .container { background-color: transparent; background-image: none; }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .row .container > .video-iframe-container { display: none; }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .row > .video-iframe-container { display: none; }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .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); }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .row .container { border-width: 0; border-radius: 0; }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WFE78LTLeEQzykwHuv0zCy1GQTu8k19C > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZD3xEDQteVbTG6PlMyXHK99AhxNs1z80 { width:20rem;height:16.5625rem;top:-0.0625rem;left:0.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #saDrG4WpQH9SObtnxwel02w04CdTxTp5 { width:4.125rem;height:1.5rem;top:2.8115234375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vJ5HGXs9mVR5PkTCMro4FJKfNSdo9d6O { width:4.75rem;height:1.5rem;top:2.81103515625rem;left:14.40625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NP3grxFM1azOEiVyM5o50IcvZscp5fVR { width:4.8125rem;height:1.2749rem;top:5.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #goMMBcBNTasZltx06Uv9Eq2S8KsfBqaf { width:5.3125rem;height:1.5rem;top:8.625rem;left:7.34375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #JRFZ7KTfEDNIydvT3ZJeETnNlZtABoRW { width:4.8125rem;height:1.2749rem;top:5.81201171875rem;left:7.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #eGu58y9fTTKAWPOnUXfl89FDZfc2fBIh { width:4.8125rem;height:;top:5.81201171875rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #g5EXIwHl9CfGJMsyOahoXr2P9R28qMop { width:4.875rem;height:1.5rem;top:8.625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TPAe7QAbtmkBPqiLPEcHQ4EJ1k0E2oZq { width:4.5rem;height:1.5rem;top:8.625rem;left:14.53125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cgOXJABdWtCPTSMHH22bDME49NlHw10i { top:2.216796875rem;left:0rem;width:20rem;height:2.6875rem;z-index:15006;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PWky7NL92dIFQm6DMf2BtCmaDqPW0QaV { width:4.8125rem;height:2.375rem;top:12rem;left:7.59375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Jr0iOANC2cKdxVIczodzyTKZenwXQvqP { display:block; }
 }@media only screen and (max-width: 763px) { #i2K5ZC3LThNWCHQqBxHmEWks375Geggd { width:4.9375rem;height:;top:0rem;left:0.625rem;text-align:left;text-align-last:left;font-size:4.375rem;z-index:15011;color:rgba(16,16,16,0.1);font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pdgGeFpTNn27990Ifr9lrZcTIOSrZGvI { display:block; }#pdgGeFpTNn27990Ifr9lrZcTIOSrZGvI > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .row .container { background-color: transparent; background-image: none; }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .row .container > .video-iframe-container { display: none; }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .row > .video-iframe-container { display: none; }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .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); }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .row .container { border-width: 0; border-radius: 0; }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaOiC3S1xvAQ5yOAF0eITH85DH0q5tSN > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh6zPVzkiHczhHbZeGo2Uz0TOHk0z9Oz { width:20rem;height:16.5625rem;top:-0.0625rem;left:0.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #NUT1NSg8ehNTn7wPTNOPSlXOQ0A3yin4 { width:4.125rem;height:1.5rem;top:2.8115234375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #q3TW6TKLZt6hX6EEyO8ND9SEdKvSXctm { width:4.75rem;height:1.5rem;top:2.81103515625rem;left:14.40625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #T8OgmMEtk1Q2Cif3WEkf3nk4gAkxNE9O { width:4.8125rem;height:1.2749rem;top:5.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #cRrN87St832aT6eLR4ILUWko6MwZKT8T { width:5.3125rem;height:1.5rem;top:8.625rem;left:7.34375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #e1V0VzdEh4xwNeTbAGUQseGw45idH3Ur { width:4.8125rem;height:1.2749rem;top:5.81201171875rem;left:7.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #cI5fEAGJUKkizriBTffzxLOvlARzE2o4 { width:4.8125rem;height:;top:5.81201171875rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #IUTN78fvEwTat1Km11yrSR7XQypkAEyI { width:4.875rem;height:1.5rem;top:8.625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #DlEZv5KghpEpeokwoxUNXutXIXf1qpzr { width:4.5rem;height:1.5rem;top:8.625rem;left:14.53125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ABRKsOVtOKJEpDxlFuRXnHGisruTQmV1 { top:2.216796875rem;left:0rem;width:20rem;height:2.6875rem;z-index:15006;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #S5zlvniK9FwUuha3g8rPuNvpf0edldPh { width:4.8125rem;height:2.375rem;top:12rem;left:7.59375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #OzDxdoOCZx8vESPUxwNaL01o5XEHXDAX { display:block; }
 }@media only screen and (max-width: 763px) { #DotUCnGgzdAGfbgHcMnGb5s13CKsmh5E { width:4.9375rem;height:;top:0rem;left:0.625rem;text-align:left;text-align-last:left;font-size:4.375rem;z-index:15012;color:rgba(16,16,16,0.1);font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bCP6JqqVMI55DkBfcpP8pLd0tDdF8dQ1 { display:block; }#bCP6JqqVMI55DkBfcpP8pLd0tDdF8dQ1 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .row .container { background-color: transparent; background-image: none; }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .row .container > .video-iframe-container { display: none; }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .row > .video-iframe-container { display: none; }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .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); }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .row .container { border-width: 0; border-radius: 0; }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#maxAVra4T2Pvt6EGxN3JgfKLJ0K24GBc > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFP0MxacWGQAcBrIZiZT80J7JzkMuMuh { width:20rem;height:16.5625rem;top:-0.0625rem;left:0.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #S8JKsT45Do76KLLUMA6fvl456KcLol1V { width:4.25rem;height:1.5rem;top:2.81103515625rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #JcQ89XKLu5wuKh9H80TNFOA8b1a6IIlF { width:4.75rem;height:1.5rem;top:2.81103515625rem;left:14.40625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #QAAxvhJrnWL5Z1LEVoguwpStUxpyQkyZ { width:4.8125rem;height:1.2749rem;top:5.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lkhvo9DTGIcRKD4ByVoEkQKv5hZTiNUS { width:5.3125rem;height:1.5rem;top:8.625rem;left:7.34375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #koUTp2Ga64xuPMpbto3ARtywhZGJq4mK { width:4.8125rem;height:1.2749rem;top:5.81201171875rem;left:7.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Si1gyNRTIrm2vRL1UcVy59FJJwwmTdZT { width:4.8125rem;height:;top:5.81201171875rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #iCs3SRioiW6iw653sz9AZPF7uE8GERWz { width:4.875rem;height:1.5rem;top:8.625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #aafAust61nN13t5Ps4INrMImFwODVku4 { width:4.5rem;height:1.5rem;top:8.625rem;left:14.53125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #obEVTaTDQqRgxxuouL3QHrEL80O20K7i { top:2.216796875rem;left:0rem;width:20rem;height:2.6875rem;z-index:15006;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qx2UFC7tGO3uTEHdebzT5hAV4BNxVJZX { width:4.8125rem;height:2.375rem;top:12rem;left:7.59375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #pbmPC3Mto0zH01J5eHkGx617S67yvt6q { display:block; }
 }@media only screen and (max-width: 763px) { #BlWDzCa3UITDUg9R7hz7ZhN11ZTNSFku { width:4.9375rem;height:;top:0rem;left:0.625rem;text-align:left;text-align-last:left;font-size:4.375rem;z-index:15013;color:rgba(16,16,16,0.1);font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rZ0uT0wZGUBHtJ19hdny55NyeZSH4AWq { display:block; }#rZ0uT0wZGUBHtJ19hdny55NyeZSH4AWq > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .row .container { background-color: transparent; background-image: none; }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .row .container > .video-iframe-container { display: none; }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .row > .video-iframe-container { display: none; }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .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); }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .row .container { border-width: 0; border-radius: 0; }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zL5luFlF8qbdrVQluKGVxzrUXOHZIH6B > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbpRnNMTtRdUEySnVBQnzBnMesXovPBR { width:20rem;height:16.5625rem;top:-0.0625rem;left:0.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #upB3fNo9O7T2pqk8pTOEsF4mzx9ze6hQ { width:4.25rem;height:1.5rem;top:2.81103515625rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Jin6awUdg5PJIJnxalEBG18iDPTMda8g { width:4.75rem;height:1.5rem;top:2.81103515625rem;left:14.40625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #rUKwCM7HIDqSG30Kneoz8F31Sv7b6tAZ { width:4.8125rem;height:1.2749rem;top:5.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #WDyRsi8Wl7DVQ6XmK37B4hAIRJVrnByB { width:5.3125rem;height:1.5rem;top:8.625rem;left:7.34375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ZDSqwVSX0ggLzDRm67yIWk0xQAgVMf5h { width:4.8125rem;height:1.2749rem;top:5.81201171875rem;left:7.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #bosU65Vh29EOkfzlbLcKpNcJ3BE4Td1P { width:4.8125rem;height:;top:5.81201171875rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #dmnhwZ9tFI21WaE0G6XOZCFHGUqOHHrN { width:4.875rem;height:1.5rem;top:8.625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #za0W3G211HEDmnM4CVHl8zJgU17GNwk7 { width:4.5rem;height:1.5rem;top:8.625rem;left:14.53125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #kdIZg6JuEAdQ7CWGUQF9hqXyzo7mwAzp { top:2.216796875rem;left:0rem;width:20rem;height:2.6875rem;z-index:15006;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0aqOaA7OX80ME1Fk3hp51imTdTf2K3 { width:4.8125rem;height:2.375rem;top:12rem;left:7.59375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #exa0TOOOwW615ugEeHHOClvUenPwuBLK { display:block; }
 }@media only screen and (max-width: 763px) { #aeTAt1xd4QDMZOHaHoZivf2yqSFmzlUa { width:4.9375rem;height:;top:0rem;left:0.625rem;text-align:left;text-align-last:left;font-size:4.375rem;z-index:15014;color:rgba(16,16,16,0.1);font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vTp3Uzu2gLeTeXSle3oAserwfc3zkWoF { display:block; }#vTp3Uzu2gLeTeXSle3oAserwfc3zkWoF > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oq7hCN2ArSE4dH9rTmKUqZpavprCwolK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .row .container { background-color: transparent; background-image: none; }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .row .container > .video-iframe-container { display: none; }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .row > .video-iframe-container { display: none; }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .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); }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .row .container { border-width: 0; border-radius: 0; }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oq7hCN2ArSE4dH9rTmKUqZpavprCwolK > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXqqPemZpEN8grpxKEUF8vPIRW0GeANx { width:20rem;height:16.5625rem;top:-0.0625rem;left:0.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #XkyEhzrngACB7PxlxaDeMTUsGBgIZ3MD { width:4.125rem;height:1.5rem;top:2.8115234375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #xGO5EOnD1JspuHwXf1wEEti7qkHB3P5A { width:4.75rem;height:1.5rem;top:2.81103515625rem;left:14.40625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Sl8TOI7tnt3k0hP1oumAvOg3uJPAwwTN { width:4.8125rem;height:1.2749rem;top:5.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #q7QL16bENAR9sWSumKiWv13RtXh67GAV { width:5.3125rem;height:1.5rem;top:8.625rem;left:7.34375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kcpe9O39DNHcluJNKvaodobNATARvRTG { width:4.8125rem;height:1.2749rem;top:5.81201171875rem;left:7.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #DmVGT2iexU3T7x0RRptfNlJM5Tr4mbPU { width:4.8125rem;height:;top:5.81201171875rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #m0OBKuiz0XwpfMITBJbxKJwyUs5on1Rm { width:4.875rem;height:1.5rem;top:8.625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ktl4XZi356QLqtkJLJKiw1RoWO67zPfz { width:4.5rem;height:1.5rem;top:8.625rem;left:14.53125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #CT12PevdnGhTPTyf99FWPloHwkRZKKlF { top:2.216796875rem;left:0rem;width:20rem;height:2.6875rem;z-index:15006;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #i2dkwP53qaseTsM12mUgP8SLUZURuI3R { width:4.8125rem;height:2.375rem;top:12rem;left:7.59375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #CU2GXOcTGsV352GSZaAXI6LvG1nJQ66F { display:block; }
 }@media only screen and (max-width: 763px) { #MM0Rd7cwoxkH1SeXaz0RRbW9AqtVJnSw { width:4.9375rem;height:;top:0rem;left:0.625rem;text-align:left;text-align-last:left;font-size:4.375rem;z-index:15015;color:rgba(16,16,16,0.1);font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TTkHFql7C2Zmz4zsE1BwtFDr1GUw6b7n { display:block; }#TTkHFql7C2Zmz4zsE1BwtFDr1GUw6b7n > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 { display:none; }#tUIv2a3IlUCrpqRvv03GWePDOdFZN4F6 > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zvny0dwAwDwXmbnQr7cDp7AnpeAlmDhC { width:5.5625rem;height:1.2749rem;top:13.8720625rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk6ZOA5pLvUVhDqwPaXO3xIV1Qt8tWzJ { width:5rem;height:1.2749rem;top:11.34765rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHwnsGr77Pfp3MA4KsTN80lLMaIAZEJE { width:5.5625rem;height:1.2749rem;top:8.94775390625rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oonfAu73HyGsJnRn9zMg6D80gnMAWfVT { width:7.3125rem;height:1.2749rem;top:6.298825rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCwSTbxvLlmo6GtVSQSgpikTBdfIUTA1 { width:3.6875rem;height:1.2749rem;top:3.7744125rem;left:8.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxbXE47wJ9aZheIyhW42QdfseATLkh5F { width:3.25rem;height:1.2749rem;top:1.25rem;left:8.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 { display:none; }#F7bNVgd8h5ose8E4eTSd8OQmPPy66Nv2 > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XrQHTFVSHQGiREWDs8L7tveNvGonPJTP { width:20rem;height:25.9375rem;top:19.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WPnfLGcQnlTCKTO6QtpBvWyH7XI1OHXt { width:4.125rem;height:1.5rem;top:46.4375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aStPmOtENTnZcc2rfVwlBmZnL6sOaUOt { width:4.3125rem;height:1.5rem;top:49.1875rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd8SyHDQAxmNphMp8IF1ehMwTiviiwzI { width:4.125rem;height:1.5rem;top:51.9375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GALxkhdKIOKEsr3JROD1v6yNuelJqUuA { width:4.9375rem;height:1.5rem;top:54.6875rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgQwLZtbGFTM70iPvvqJiJy4LZGgBlv2 { width:4.9375rem;height:1.5rem;top:57.4375rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioW1Phq5IL6TQSw1Q26K83Z7MK4zxnrS { width:1.6875rem;height:0;top:63.8125rem;left:9.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVgHRuXRMoRNBEiUJgbmVfl1rATzdNqq { width:4.8125rem;height:2.375rem;top:66.25rem;left:7.5625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #hpQecXAVZyRR6snpO0W10Fi1xUP0taeC { display:block; }
 }@media only screen and (max-width: 763px) { #vpASslo6sbaF8dAzfyO44TPp97Bt6D98 { display:none; }#vpASslo6sbaF8dAzfyO44TPp97Bt6D98 > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ylLwPiAxks4bScpxtEbTarAAnHEeChIS { width:20rem;height:25.9375rem;top:19.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #X5LxLqeWPSVcZWoQgVPPTSgT9Tct948W { width:9.375rem;height:1.2749rem;top:41rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETOt0SuK1UaOr64VS0X9MSLvl6ZtZyV { width:4.125rem;height:1.5rem;top:46.4375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1T5xT6mqRrCzVlsWczqDHW1rHLd0JIT { width:4.875rem;height:1.5rem;top:49.1875rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCC7fPe3TvvSsqXV1HKspsSO6IuoAvuO { width:4.3125rem;height:1.5rem;top:51.9375rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaE8WqOQIl7TmKAqg1QU6obHPsgBzJ6P { width:4.9375rem;height:1.5rem;top:54.6875rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #or3vWTTToKoatlSElDUkEDBGiPcspwUU { width:4.9375rem;height:1.5rem;top:57.4375rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyF2DFLpcwUp7Zt1hyAbaKMgtb8If4pM { width:4.8125rem;height:2.375rem;top:60.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgrLGl0xqD5BtmFiXpNhFPhSca08hCng { display:block; }
 }@media only screen and (max-width: 763px) { #HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc { display:none; }#HnNOw6AwOEV8wvclwIa8o0V2yOLZe1tc > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UKZlgEbtShwfv3EaXqTdi2JL6y5pF8PZ { width:20rem;height:25.9375rem;top:19.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZSmGl6RWGRqAI6TEF3NDWVCH8wKrAR9R { width:9.375rem;height:1.2749rem;top:41rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnzrJFDolTmnetfaJOXFCkDMtrzGo3XJ { width:4.125rem;height:1.5rem;top:46.4375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqkS5s4ATTU0VLLJoV7kIKgOIwTReDxx { width:4.875rem;height:1.5rem;top:49.1875rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l71CG4TxlTCWw81PUogzk8VeKhhqtyhF { width:4.3125rem;height:1.5rem;top:51.9375rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4XI9mLszoU5yhZ97bE9UoKm2gfzaBVs { width:4.9375rem;height:1.5rem;top:54.6875rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #los0lAGOTroI9e3tD50u9l1qzWJgQ535 { width:4.9375rem;height:1.5rem;top:57.4375rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oznzICxQQSrxmrAUlHsDloTJZTWmXEnG { width:4.8125rem;height:2.375rem;top:60.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FThrCA26D3K0WlrNyKCpT2zumisTirty { display:block; }
 }@media only screen and (max-width: 763px) { #ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 { display:none; }#ENKWtiqx4Cm1g8cTodbbFRlqHAyUafi6 > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H0Ceu7WcMlyv3qAKmlBT8W93JQf1tCBI { width:20rem;height:25.9375rem;top:19.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d2QFTDHKIgnWPizn1T4ciKNEu57srgeJ { width:9.375rem;height:1.2749rem;top:41rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxPumB2RX97G3tci1TDwFFoSOSVWydbw { width:4.125rem;height:1.5rem;top:46.4375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9XGGh5ndHrblG8UoptMPcp2T1kUk4xb { width:4.875rem;height:1.5rem;top:49.1875rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVRxP2B8xrkvmZE2TVBO7NphA2XEc3uf { width:4.3125rem;height:1.5rem;top:51.9375rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6e2k0OnR4pmJLm2fCmhQ0UOweFVeHLU { width:4.9375rem;height:1.5rem;top:54.6875rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA3MeyfNDlEsDlD5SwRMCQdArQT47Gpd { width:4.9375rem;height:1.5rem;top:57.4375rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ { display:none; }#hQioFsWLAAmSVOltkMR9GTXaGCMnTuoQ > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AxV5kbAAu94lTvnC34rhzniJ1VIPSm3T { width:20rem;height:25.9375rem;top:19.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vURfUGteU9TxbPTbWUMLNeqGqAARskTF { width:9.375rem;height:1.2749rem;top:41rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNkbtqsZqCHnuwPgw2GWnVCrJy0uPJS2 { width:4.125rem;height:1.5rem;top:46.4375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7SEue9JvHX9eTmnbbTrTtUss21vaDVs { width:4.875rem;height:1.5rem;top:49.1875rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMESpN5vWBE1AcyEudslULBLkVVvbTN6 { width:4.3125rem;height:1.5rem;top:51.9375rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNJTwAyJ8dOGNTiErsxWqPfg93TgM5CL { width:4.9375rem;height:1.5rem;top:54.6875rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoJd7mHPOMaMEA4kJpTcbbvBcamTAaTs { width:4.9375rem;height:1.5rem;top:57.4375rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk { display:none; }#kMZ2SAOK2sKWwkrAQT9lTR5WSkfBbQOk > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JMgvcMSVRgL8DQuIh3oiZzAlVKlGmggF { width:20rem;height:25.9375rem;top:19.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #OPMixoJ0NZBGrNKukDJKvrRaPRpZ3nci { width:9.375rem;height:1.2749rem;top:41rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3XUQ7TUxssaFU77i1DXRq1WDI50MWal { width:4.125rem;height:1.5rem;top:46.4375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTT8PVJcbFKwHeV8p6msCREigh12mg3N { width:4.875rem;height:1.5rem;top:49.1875rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhkicBDHvgIVXTkBommHtPIXberq75tn { width:4.3125rem;height:1.5rem;top:51.9375rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBVCkazRP7uHTwhhafEpsU6PVJuq89SA { width:4.9375rem;height:1.5rem;top:54.6875rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S281oNxqpQnN3elAgIQNk6eueXOEOlWP { width:4.9375rem;height:1.5rem;top:57.4375rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee9PVRrxbeAgX1hwpJPCLyKBWdkNkrqq { width:4.8125rem;height:2.375rem;top:60.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H48hG01eUkhX8o2yTbAE8ySroQv1EXzy { display:block; }
 }@media only screen and (max-width: 763px) { #lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH { display:none; }#lDUcZeURFIqxs3TNB9ffpWsDNFh6HOLH > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XBJ6hER6BVFBA1cNIowZsVJZffMKWHOe { width:20rem;height:25.9375rem;top:19.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uM7057HrCsq87Tq3ukVcKzAiqMKbEnPQ { width:9.375rem;height:1.2749rem;top:41rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdtUvsZqDaXmUABFvZByF5fT9weGnBfv { width:4.125rem;height:1.5rem;top:46.4375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #giTTknEFr3r0MwLuDg7E8UzgLl0HowxT { width:4.875rem;height:1.5rem;top:49.1875rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1Fdt8mgIqr5TIrgE7Ag1Znb8aEvRDZp { width:4.3125rem;height:1.5rem;top:51.9375rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl3DmqrMf6C1toeV29cnS86bWK9D6Lfa { width:4.9375rem;height:1.5rem;top:54.6875rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhM8nQlqAsFCtJDELtOnyFdCfMWzAzTP { width:4.9375rem;height:1.5rem;top:57.4375rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4WP9WqTK2gz8TPFFdyWpFBfJIEHH2X7 { width:4.8125rem;height:2.375rem;top:60.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1ADvKUy08peZvAD7T3alpnBOOTPZbJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 { display:none; }#TUNgLLySnIeS7WOBSB5ym3d0ThFAN8A8 > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lXBwewZSggR6w0lW34T7MnTgeD2TG5tB { width:20rem;height:25.9375rem;top:19.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #JZvfTCvw4xC0IWrkTLnDrorZJcHKbdNX { width:9.375rem;height:1.2749rem;top:41rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og1Kfc3MNCh3Qlu5sR16V948qiQTngxu { width:4.125rem;height:1.5rem;top:46.4375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtXcQPDKU9KGmA4RGtl8dKs1kNNioGzD { width:4.875rem;height:1.5rem;top:49.1875rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlNUigHGGr3mKDOfNCDMfRR8TadvaCNl { width:4.3125rem;height:1.5rem;top:51.9375rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9lNlPtlA9l2uaSSDiCbOOxk9s1vt6qJ { width:4.9375rem;height:1.5rem;top:54.6875rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ0HTsDzflsHa2ZXTNL5P24fEgFXp0ek { width:4.9375rem;height:1.5rem;top:57.4375rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe { display:block; }#VEhfp81iHpt8nip1qIUfgSSIZmbTKTwe > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgbVtZAbPSQVq8b5SR1g5WxcTRguLdEF { width:17.5rem;height:3.125rem;top:3.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdNOOyyOfyru3rpackJWuTRU19OJflFM { display:block; }
 }@media only screen and (max-width: 763px) { #MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri { display:block; }#MuDU844zMfgraN19v8Dp7ZXi7or6G2Ri > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI { display:block; }#Ds6G8MTlxVQI6mMlJydNBLqmpmmrymHI > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVtQb88lWkfugQLiS7U0TxNhWQTE9c1W { height:11.2285rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3Xt0cyh5/BG2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { width:20rem;height:5.1875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { width:8.75rem;height:11.25rem;top:7rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { width:13.375rem;height:13.25rem;top:16.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:20rem;height:22.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:17.6875rem;height:1.625rem;top:4.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:1rem;top:9.4375rem;left:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { width:13.5rem;height:1.4624rem;top:11.75rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { width:14.9375rem;height:1.3808625rem;top:14.0625rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HspnNqqTGDAuSFyNSGcaD3ZtQZZpctrF { width:2.375rem;height:2.375rem;top:16.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0KnQi3DwQ2vcz1QdJ4uqKLHUG2zq91M { width:2.375rem;height:2.375rem;top:20.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbuzOwRh5VZCEU8CqIIV1zn3tJCPmcO9 { width:2.375rem;height:2.375rem;top:18.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAB0qJzK9g2ZvKxTUV7oOz7lfZXlEEZi { display:flex;width:1.625rem;height:1.625rem;top:11.6875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #qn9P6eTTaNSTnve1xWQJat8bF1OReA5x { display:flex;width:1.5rem;height:1.5rem;top:14.125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm { display:block; }#tTpyMi7FSh6LVAwT799DRiN7PyDmz4pm > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSHBLuNhFcDdxCM4TFrQdURDBKT26Kxx { width:17.6875rem;height:1.5625rem;top:3.125rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb1veX7w4c9i6pSZtl7q6H2mX2LCWEOJ { width:16rem;height:13.125rem;top:6.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCnc4d38Hxxcfnz7MBpF6WzCFwUFUN10 { width:15.625rem;height:8.125rem;top:22.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Ivb09CDtE3FyUc7PgOSGaGgIHfIZO5 { display:flex;width:2.25rem;height:2.25rem;top:34.75rem;left:6.125rem; }
#K3Ivb09CDtE3FyUc7PgOSGaGgIHfIZO5 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #WT5oq29wOVHK4Hd0TeVcQUFcIOXfvFpA { display:flex;width:2.25rem;height:2.25rem;top:34.75rem;left:11.625rem; }
#WT5oq29wOVHK4Hd0TeVcQUFcIOXfvFpA > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #rqLJaKCfoZVCZkBxdEhNGLrnnkXXiOfI { width:9.9375rem;height:2.9746125rem;top:31.83740234375rem;left:5.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }