.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;position:relative;display:block; }#xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.25rem;top:1.875rem;left:6.25rem;overflow:hidden;display:block; }
#XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0.9375rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { background-color:#fafafa;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#001b33;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.34375rem;left:21.749782562256rem;display:block; }
#vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { background-color:#fafafa;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#001b33;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:28.624782562256rem;display:block; }
#kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { background-color:#fafafa;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#001b33;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.34375rem;left:36.062286376953rem;display:block; }
#SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvQKEDQhH4L2ks2WK6ZubdhSIMWs8PoQ { background-color:#0000ff;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.34375rem;left:56.3125rem;display:block; }
#PMtalRBKQn6PzTVcXh7ZCSnhQ10H8rcu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { background-color:#fafafa;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#001b33;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:65.625rem;display:block; }
#kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D40V6yBD64xBozXV2RDIt4TtnfVKN27u { background-color:#fafafa;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#001b33;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.7495625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.34375rem;left:47.812286376953rem;display:block; }
#K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7b3991db-f706-450d-be7f-89b6b9924f7d/energiazpolskizdj111.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { background-color: transparent; background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .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); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { border-width: 0; border-radius: 0; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { font-size:0.875rem;font-family:arial;height:66.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#QSOnPo95QolqJE6DTtSPckXlTwnMVhtT { color:#99e000;display:block;width:52.5625rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:27.8984375rem;left:2.5618495941162rem;height:11.25rem;font-style:normal;display:block; }
#FmWhLW9hSWfK2PSXrf2tp0iUURGBwDOX { color:#99e000;display:block;width:52.5625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:6.9991321563719rem;left:2.8743495941162rem;height:6.5997875rem;font-style:normal;display:block; }
#TVmDwMZ3ryAxP4EVOZxgLlifVXx9UBbL { background-color:#0000ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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:montserrat;font-size:2.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:6.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:45.273223876953rem;left:2.8743495941162rem;display:block; }
#NesAPUXTPMRIlyMyWplwCDT2TKBMhlKD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhXO7yCLJJMuRolZ36iBDuLJReHRdkrE { color:#6d6d6d;display:block;width:52.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:17.636285781861rem;left:2.8743495941162rem;height:6.5997875rem;font-style:normal;display:block; }
#OL7ieHCRRnH5Nz8PK79mumwDp1olr6wo { color:#afb6bc;display:block;width:52.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.950000762939rem;left:7.5rem;height:3.25rem;font-style:normal;display:none; }
#qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:57.624568939209rem;left:2.8743495941162rem;overflow:hidden;display:block; }
#FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { color:#959595;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:56.624134063721rem;left:2.8743495941162rem;height:1.00043125rem;font-style:normal;display:block; }
#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { background-color: transparent; background-image: none; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container > .video-iframe-container { display: none; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row > .video-iframe-container { display: none; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .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); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { border-width: 0; border-radius: 0; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#QbaxR6PONAXvxzy3uvQrD8uJ1sBTKVP1 { color:#99e000;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.4375rem;left:36.25rem;height:7.75035rem;font-style:normal;display:block; }
#yLuxJ5JWAywbOm09X9fLtKim23n2ZLPp { color:#001b33;display:block;width:36.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.75rem;left:36.25rem;height:16.24643125rem;font-style:normal;display:block; }
#PWmfkANJKgHUDJ0N7rxAhCHJifMWbcDu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.5rem;width:27.5rem;top:5.4375rem;left:2.5rem;overflow:hidden;display:block; }
#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001b33;background-image:url("https://images.assets-landingi.com/uc/24b425c2-890e-4f2e-b472-f2dea1671ec8/pattern.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.adaptive-delivery-prevent-bg, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyload, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyloading { background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { background-color: transparent; background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .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); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { border-width: 0; border-radius: 0; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#WWaW70WDz2eDte4IixTUtaAEdySssolX { color:#ffffff;display:block;width:50.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:18.75rem;left:5.625rem;height:17.49825rem;font-style:normal;display:block; }
#kBaNALXJnbP5Iz0ITVm2gvH6on9XVncN { color:#99e000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:4.625rem;left:2.5rem;height:11.6255625rem;font-style:normal;display:block; }
#g0GX8pBCghhFLeyq14NUHpzVK5X1UDK2 { color:#ffffff;display:block;width:66.499375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:37.936199665069rem;left:5.625rem;height:1.75rem;font-style:normal;display:block; }
#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz { 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; }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz > .row .container { background-color: transparent; background-image: none; }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz > .row .container > .video-iframe-container { display: none; }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz > .row > .video-iframe-container { display: none; }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz > .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); }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz > .row .container { border-width: 0; border-radius: 0; }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz > .row .container { font-size:0.875rem;font-family:arial;height:115.25rem;width:75rem;position:relative;display:block; }#nneu0GibnePN0apOTMPdBOtTlLkn1JH1 { color:#99e000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.625rem;left:2.6875rem;height:3.875175rem;font-style:normal;display:block; }
#tnZNbmR4ib0OWEyFJXfNTcRg25vi3UqF { color:#000000;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10rem;left:2.6875rem;height:1.9504625rem;font-style:normal;display:block; }
#KG1PANiV8Jkq0EnfFECuaDEUizSdVrc8 { color:#000000;display:block;width:67.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:24rem;left:2.6875rem;height:6.75159375rem;font-style:normal;display:block; }
#kthphQdaT5bAEymaW7nqGHvN7ZdXP86K { color:#000000;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:52.558609008789rem;left:2.6866321563721rem;height:1.9504625rem;font-style:normal;display:block; }
#nur95HWzzTIT83cfDskRPJSe7eShQ5z6 { color:#000000;display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:56.434463500976rem;left:2.6866321563721rem;height:9.00215625rem;font-style:normal;display:block; }
#oroWs4bkQdOaDeBPfc0moSQ5Zwt0igni { color:#000000;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:82.249359130863rem;left:2.7495670318604rem;height:1.9504625rem;font-style:normal;display:block; }
#TSTTRuL0eJgpStb5LRCrAuWI8sOWCUN5 { color:#000000;display:block;width:67.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:85.562072753906rem;left:2.6866321563721rem;height:7.80185rem;font-style:normal;display:block; }
#bIAzep32uyTtQHki7liHFPool1JZQ2TD { color:#000000;display:block;width:69.12375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:105.41558837891rem;left:1.6851139068604rem;height:5.8513875rem;font-style:normal;display:block; }
#XiBfuTBydvdiE8DF4SLMg5fmmdR88Sqx { color:#3f3f3f;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:68.499359130863rem;left:42.999134063721rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhOmo2feFZtz7IMJmu1c9751TCGWqSw9 { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:#fafafa;background-image:none;top:67.93728637695rem;left:39.436851501465rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#VPIFKsDGClKqAGwOWe7HQ7HTG2i3yJP9 { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15024;background-color:#fafafa;background-image:none;top:73.24978637695rem;left:5.4372825622559rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#ugToCIBFuR7WWIspT7Dt8V6Hb8ihgdHE { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15022;background-color:#fafafa;background-image:none;top:67.93728637695rem;left:5.4372825622559rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#Ei6478RsaGooiV9kVlxgIwGHeEN4yJkH { color:#3f3f3f;display:block;width:19.74875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:68.499359130863rem;left:9.3120670318606rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eBMqSTScVB0w37LtizOWORbD2PpJ1EzZ { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15020;background-color:#fafafa;background-image:none;top:73.24978637695rem;left:39.499786376953rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#m5Pw8uuXyUDRt66FVwO9nGexitOrUymp { color:#3f3f3f;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:73.687072753906rem;left:9.1243495941163rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJ41iMn4bagpTdbntxQchhNtoGdHxU85 { color:#3f3f3f;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:73.811859130863rem;left:40.843101501465rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LvLDvwUqw2rSvn3bn95CH1m4hfcenph7 { color:#3f3f3f;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:39.125rem;left:13.625rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gESiZPoBWaHfyKF9hFZ9XbRl05BiQRbO { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15022;background-color:#fafafa;background-image:none;top:37.9375rem;left:6.8125rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#l6wVlgqwWqxwlDVnD0T0JeWn02878C7R { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15026;background-color:#fafafa;background-image:none;top:38.0625rem;left:38.75rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#GPnVNh2sXWvS8Xi08UIK6xZDwMfWmdch { color:#3f3f3f;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:39.25rem;left:41rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQ7kPP5rTehnTlA386mdeqD9i7NkeTAd { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15022;background-color:#fafafa;background-image:none;top:92.749572753906rem;left:5.4372825622559rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#lhRvX929HCm50r3Ider6kvdopSs4IflS { color:#3f3f3f;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:93.311645507812rem;left:6.6872825622556rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zv7PbTBVH2Z3NN6tmNcstDVM3DmaPyk8 { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15026;background-color:#fafafa;background-image:none;top:92.749572753906rem;left:39.499786376953rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#QKLT1pcbTzDF3NwHMzXs3BuzLOm7f4Mm { color:#3f3f3f;display:block;width:19.749375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:93.24978637695rem;left:44.6875rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARMaeUCTxt1CdUG7TgQIyZI30KA1iP4q { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15024;background-color:#fafafa;background-image:none;top:44.3125rem;left:23.1875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#tRiIaTvD7gSDlLAPtJkOtUm0X0afxTai { color:#3f3f3f;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:45.5rem;left:27.375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBH32EAdQPPX8Iq0zbSzVnUCsHIL8TzT { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15024;background-color:#fafafa;background-image:none;top:97.9375rem;left:23.186256408691rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#fqGX7TSk87pGerKcRRxlNx22dxrt3r65 { color:#3f3f3f;display:block;width:27.7494375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:98.499465942381rem;left:23.561790466309rem;height:3.24964375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhsJVDKV2sa0L6WJoNVRCAHCXGGGSeqv { color:#000000;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.07421875rem;left:2.6875rem;height:4.213425rem;font-style:normal;display:block; }#PhsJVDKV2sa0L6WJoNVRCAHCXGGGSeqv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PhsJVDKV2sa0L6WJoNVRCAHCXGGGSeqv li:before{  }
#CcZhP4RIcQIupAzTqsJhaAiXzdh2PCxl { color:#000000;display:block;width:60.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.41015625rem;left:2.6873226165771rem;height:3.900925rem;font-style:normal;display:block; }#CcZhP4RIcQIupAzTqsJhaAiXzdh2PCxl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CcZhP4RIcQIupAzTqsJhaAiXzdh2PCxl li:before{  }
#VbdHFrKJlATRWvsfzC88xsbnMpbcbDc3 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:#fafafa;background-image:none;top:31.6875rem;left:6.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#FtcMpDhc5XCE2JB7wJ4CiGUJ7WiK2EbZ { color:#3f3f3f;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:32.125rem;left:9.75rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3ZdRRTWCGzukOVmzfzSwx0FPOh0O8Z1 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15024;background-color:#fafafa;background-image:none;top:31.6875rem;left:38.75rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#GZSNbxezx4pVBnKT9c958dp6SMH1RLU8 { color:#3f3f3f;display:block;width:24.4998125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:32.062719345093rem;left:40.843101501465rem;height:4.8742875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T > .row .container { background-color: transparent; background-image: none; }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T > .row .container > .video-iframe-container { display: none; }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T > .row > .video-iframe-container { display: none; }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T > .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); }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T > .row .container { border-width: 0; border-radius: 0; }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T > .row .container { font-size:0.875rem;font-family:arial;height:143.375rem;width:75rem;position:relative;display:block; }#GUfSfH3d6d7t16HTRVuEUtciX5OO3agw { color:#959595;display:block;width:38.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:71.311859130863rem;left:26.187068939209rem;height:9.747875rem;font-style:normal;display:block; }
#PL9HGHTyQCX7rDm16EPg5IL46CPrVlSq { color:#001b33;display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:66.812072753906rem;left:26.187068939209rem;height:3.2492875rem;font-style:normal;display:block; }
#pE5DLT8dNcwwVcllt53DEXs50PBxJKU1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.5rem;width:18.75rem;top:67.249359130863rem;left:4.2491321563721rem;overflow:hidden;display:block; }
#l86R2y8ofPTp82aSOuOl01ayN2Oieu6l { color:#959595;display:block;width:39.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:110.74980163574rem;left:26.187068939209rem;height:12.9971875rem;font-style:normal;display:block; }
#meVokP1mU43RtO3waQEQN7KluIB5Kdmo { color:#001b33;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:106.25001525879rem;left:26.187068939209rem;height:3.2492875rem;font-style:normal;display:block; }
#fanOAqZ2K7SqiGT7XTyQp2dvmXn3y6F3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.5rem;width:18.75rem;top:106.56251525879rem;left:4.2491321563721rem;overflow:hidden;display:block; }
#VATmmvvfOVXwhN59FMW7HPFGiSmTlETl { color:#959595;display:block;width:41.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:37.5625rem;left:26.1875rem;height:14.6218125rem;font-style:normal;display:block; }
#LwAJyLX1gau3WJXBkHMhr5LoFD0gv36r { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.5rem;width:18.75rem;top:34.125rem;left:4.1875rem;overflow:hidden;display:block; }
#kp1nqRwuaK9oC2iG9nTIF3UEOcmfwqZw { color:#99e000;display:block;width:60.25rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:2.9375rem;left:4.1875rem;height:3.125rem;font-style:normal;display:block; }
#XeDo2XC3muaaPzQ1WROk69TMkBsNDXTD { color:#959595;display:block;width:61.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:24rem;left:4.1875rem;height:8.749125rem;font-style:normal;display:block; }
#k9Evpg6wIHmvSmSm0l6G3xUWNrV6KoGR { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:20.875rem;left:4.1875rem;height:2.12535625rem;font-style:normal;display:block; }
#DBX9tVBTwBcgm6gEPPp613Ib2GKs8dL0 { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:8.125rem;left:4.1875rem;height:2.12535625rem;font-style:normal;display:block; }
#KnQOTES4hMTXM73nuXCfAooRn7HoSd9d { color:#959595;display:block;width:61.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:4.1875rem;height:6.4985625rem;font-style:normal;display:block; }
#AGpgHaNSrAuUnxFtfuNlh0ku4UiR4Tm4 { color:#001b33;display:block;width:43rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:33.75rem;left:26.125rem;height:1.625rem;font-style:normal;display:block; }
#E0DI2LLU48qib8y1Ti0yTgWUqvNnFDTk { color:#959595;display:block;width:9rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:47.25rem;left:9.0625rem;height:1.625rem;font-style:normal;display:block; }
#S3LiesMzDRFHCzyAhTknXmZbl2GDoKO4 { color:#959595;display:block;width:4.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:88.687072753906rem;left:10.499132156372rem;height:1.625rem;font-style:normal;display:block; }
#lXoDR20QQy2zz2AOcHd6r2BPDAA9yXpm { color:#959595;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:49rem;left:9.875rem;height:1.625rem;font-style:normal;display:block; }
#g7k9d7y32zelO7c2IDPpXAHwcAABnNou { color:#959595;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:82.437072753906rem;left:10.186632156372rem;height:1.625rem;font-style:normal;display:block; }
#bQxna7Qzy3hpK2LQvaTba2A9XRw55Tab { color:#959595;display:block;width:7.7495625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:121.49957275391rem;left:9.6875rem;height:1.625rem;font-style:normal;display:block; }
#hI9UWUSUzCcAvS2kLQ8n2tfZ5QTtZcWC { color:#959595;display:block;width:5.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:127.68664550781rem;left:10.249567031861rem;height:1.625rem;font-style:normal;display:block; }
#Tfi95C7trMi31dfD7FaLnSm4S98T6ztu { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:86.311859130863rem;left:6.1870670318604rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#E6tKkaTWsQBdkBOPw2Vc76sWGeBBfg3Q { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:87.686645507812rem;left:6.3747825622556rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mIbbZqUQQO1pLbmMal3To2GpgoQkV1Ks { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:86.311859130863rem;left:41.187068939209rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#PgbBPVwnOwpIvVeNDOTXEM5O6qagfNzD { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:87.686645507812rem;left:41.374786376953rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0d03953gquWEULZgAHKTCiNEHxyPpOg { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:91.687301635744rem;left:6.1241321563721rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#ImHLLL91k6a0WrRWuHMmgTHEJZX7XIr8 { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:93.062072753906rem;left:6.3118495941163rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s1NFLOiRkiIoCpvEKoSBEcnrXIrs2auZ { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:91.687301635744rem;left:41.187068939209rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#kt0TZQgXdcNW6XUiOog3UmTtAGh9JfPC { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:93.062072753906rem;left:41.374786376953rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QpAwO7GeJx8eRR6yq5PitDMdTmV7uQ8K { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:96.999801635744rem;left:23.499351501465rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#rHdTeJwmFGcIhMvWOngqOkXZwRUxnPJE { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:98.374572753906rem;left:23.687068939209rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StFmrKAwvtqVUsc3P2ssqUDglmA6eTZT { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:130.43730163574rem;left:5.9375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#pV2p0S5xFI8iCGd111SFGLxUl5PIqOVO { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:130.43730163574rem;left:40.999351501465rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#DNLlqkWFNwKXeotNy5eFi39eXk0TsLTJ { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:131.81208801269rem;left:6.1241321563721rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A11ZugeD9ZQsG7L5BhCopqEcemcU6ech { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:131.81208801269rem;left:41.187068939209rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTTR0OpMngbwnnGTuytBXeMzbH6hyBsy { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:125.06185913086rem;left:5.9993495941162rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#OvITdDGv8pugDdxuIceWal5wTbgarPXf { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:125.06185913086rem;left:40.999351501465rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#bWHSpbsGXBTIoFsSSM35osGT60El2cKM { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:126.43664550781rem;left:6.1870670318604rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACxHehmUdosLES1OHu2k3SzitSHMM3a6 { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:126.43664550781rem;left:41.187068939209rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0Jz44BTQFkTGVOTDNTIlcEXbL6uPdvU { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:54.25rem;left:6.1875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#OffiIodQM6C9m7XdtWSe8Mi1G7zqMNFN { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:55.625rem;left:6.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ho7iQS1B5SK3h220N64qkkCCvZQDDttR { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:60.625rem;left:23.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QiIDRIBCSnwRr667Pm0qDZF7RXa05PmQ { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:59.25rem;left:23.4375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#Pwo6V05mhvO4QifTPbelfZTBIJfNUFFR { box-sizing:content-box;height:4.375rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:54.25rem;left:41.0625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#iBsD9EQtDNRuddeQ2dGk6UT9yZKoqelb { color:#3f3f3f;display:block;width:27.7485rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:55.625rem;left:41.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 { 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; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { background-color: transparent; background-image: none; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container > .video-iframe-container { display: none; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row > .video-iframe-container { display: none; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .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); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { border-width: 0; border-radius: 0; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:75rem;position:relative;display:block; }#wTIFu4L7aQ4xkbud0BWmv0K2qsLNsw3R { color:#000048;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.9970703125rem;left:10.75rem;height:9.747875rem;font-style:normal;display:block; }
#dCXIqe2DqgOd9VS9pkMFk4KaUW1sgPib { color:#99e000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.4375rem;left:7.5rem;height:7.750375rem;font-style:normal;display:block; }
#EaA39Ot7QNTZCpdgrICa1EEMnXlAGMG4 { box-sizing:content-box;height:16.25rem;width:28.75rem;position:absolute;display:block;z-index:15003;background-color:#fafafa;background-image:none;top:15.873046875rem;left:7.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#G2psbTAqqQUsCrSoH4pnpkwVkRhx1gob { color:#000048;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19rem;left:42rem;height:9.74786875rem;font-style:normal;display:block; }
#Bgl2giohG3CGRvdGadiaki2gaApXV7ik { box-sizing:content-box;height:16.25rem;width:28.75rem;position:absolute;display:block;z-index:15005;background-color:#fafafa;background-image:none;top:15.875rem;left:38.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#sKfmLb69JWF7oJCVMU0Xx5xBvpuUplPz { box-sizing:content-box;height:16.25rem;width:28.75rem;position:absolute;display:block;z-index:15009;background-color:#fafafa;background-image:none;top:35.25rem;left:38.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#gXShqFL8Ib6CfdDsbeHwNvfBqrDpU3IX { color:#000048;display:block;width:22.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:38.375rem;left:42rem;height:9.74786875rem;font-style:normal;display:block; }
#AUlzw4QJKq0G3BpiFxT5tcJWDXEu1Mox { color:#000048;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:38.375rem;left:10.75rem;height:9.74786875rem;font-style:normal;display:block; }
#WvPei8GQTDWJrzalJD8Fo3B4JSzdQPtX { box-sizing:content-box;height:16.25rem;width:28.75rem;position:absolute;display:block;z-index:15001;background-color:#fafafa;background-image:none;top:35.25rem;left:7.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#uw6o96LtuJdBIJigb6Hc242Zr4HTa0vc { box-sizing:content-box;color:#5d92ff;font-size:8.75rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.1748046875rem;left:58.7373046875rem; }
#hG972sTUhU5WXkIdL99G7suHtuuisKV9 { box-sizing:content-box;color:#5d92ff;font-size:8.75rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.1748046875rem;left:27.5498046875rem; }
#aHgFB18skceBnoozS20DxBnVKIfXugC4 { box-sizing:content-box;color:#5d92ff;font-size:8.75rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:41.5498046875rem;left:58.7373046875rem; }
#f0VSXBRsM6PWf2MLU4ovFeMmN5tpGzo6 { box-sizing:content-box;color:#5d92ff;font-size:8.75rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:41.5498046875rem;left:27.5498046875rem; }
#pWXNwCJ0HLXKEe211Sl6vRngf8pfvCE2 { color:#001b33;display:block;width:29.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15003;line-height:1.0;letter-spacing:0;top:54.625rem;left:38.375rem;height:4.00035625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001b33;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; }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js > .row .container { background-color: transparent; background-image: none; }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js > .row .container > .video-iframe-container { display: none; }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js > .row > .video-iframe-container { display: none; }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js > .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); }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js > .row .container { border-width: 0; border-radius: 0; }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#MKCh3RmDboh3ufgNwboUgMx3JHyQXHk2 { color:#99e000;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.75rem;left:34.75rem;height:11.4985625rem;font-style:normal;display:block; }
#ZhC7Dd5q1sIU8XbLS25QxkNiEHn4eTz4 { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:22.75rem;left:36.25rem;height:0;font-style:normal;display:none; }
#Seaq3emxclJN0xClHsdWt4yvwgq8W8UK { background-color:#0000ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.5rem;left:36.25rem;display:none; }
#q17sdnfSUGATxUblTT72J0G5BefIPccW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vb1NsobPneNNV5Lrl03LSOv5k7tVzw0J { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:14.875rem;width:22.3125rem;top:7.25rem;left:6.0859375rem;overflow:hidden;display:block; }
#r2gWlKQrK1Ih8iGx8TOpFdyKqNtmzC9r { background-color:#99e000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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:montserrat;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.75rem;height:6.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.375rem;left:18.125rem;display:block; }
#bTeEw1IyVHir5n7go5Eqz0UtxALqn3Mm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dRfJc5a6y0p5l9DEThJ7xXcHhAG9aBWg { color:#99e000;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:21.0625rem;left:34.75rem;height:1.062675rem;font-style:normal;display:block; }
#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 { 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; }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 > .row .container { background-color: transparent; background-image: none; }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 > .row .container > .video-iframe-container { display: none; }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 > .row > .video-iframe-container { display: none; }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 > .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); }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 > .row .container { border-width: 0; border-radius: 0; }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 > .row .container { font-size:0.875rem;font-family:arial;height:89.5rem;width:75rem;position:relative;display:block; }#MFZPhA5dKpOvIQw5pWGPB9pRKFT0uvlV { color:#9e9e9e;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:64.1875rem;left:7.75rem;height:1.50035625rem;font-style:normal;display:block; }
#xDGsvenlMeyyCyhM5ecRGkdN1HJLkd1I { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9373125rem;width:7.9373125rem;top:67rem;left:10.3125rem;overflow:hidden;display:block; }
#kHwnSrcH0Eg2FxnJTg5FxkJaM7TJkJ01 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.375rem;top:68.625rem;left:34.625rem;overflow:hidden;display:block; }
#oeql46Vv3iNUIAI9UmX6ppkKJtQsFeOE { color:#9e9e9e;display:block;width:18.8748125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:64.187252044675rem;left:42.874351501465rem;height:1.50035625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlMyvOqkpIXUXhgTTBKmPDc0EPbyzs4b { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:18.311625rem;top:69.375rem;left:52.6875rem;overflow:hidden;display:block; }
#mm1LbTgIVIQd1ASs5EXBShA7iLThMdwU { color:#9e9e9e;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:2.9362149238586rem;left:43.934463500976rem;height:3.0007125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zzRZMKU9nLun9rFMFTb0LhuIxUq52gm2 { color:#9e9e9e;display:block;width:18.684875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:22.874323844909rem;left:30.155166625976rem;height:1.50035625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTHEzatIgLS6rSFSx73aGqtqv4Qh3EP0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:12.0625rem;top:7.5618672370913rem;left:47.279731750488rem;overflow:hidden;display:block; }
#NTACApWoC8VfnZb8RzehzkWbZ53WirqL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8111875rem;width:6.875rem;top:27.497831344604rem;left:5.8116321563721rem;overflow:hidden;display:block; }
#ATlO1pU7TyTAsr7Mkzz8gyVu5FvbvzgV { 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:13.125rem;width:12.686625rem;top:25.839845657349rem;left:39.193794250488rem;overflow:hidden;display:block; }
#rZZfFGvhyQ3EtZx973xViFT2OAqHJ0k6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.311875rem;width:13.499375rem;top:29.245878219604rem;left:20.311416625976rem;overflow:hidden;display:block; }
#IEMhmc7kdgeFMh3V5NVJ1bAhVbVAIFJb { 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:7.75rem;width:25.5rem;top:9.1875rem;left:5.8125rem;overflow:hidden;display:block; }
#F8AHwg7xVMzULQOxK3ETX43R3caxe9ic { color:#9e9e9e;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:2.9340462684631rem;left:7.2493495941163rem;height:3.0007125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Di0fbToD0abR3qoRiLaFlyo55rEeiRLo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.249125rem;width:13.8748125rem;top:48.186852455139rem;left:31.309680938721rem;overflow:hidden;display:block; }
#SzLD0uyIT9ChNlbBJtQ9ldnR2Qe9Upiv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:12.3123125rem;top:47.030167579651rem;left:8.6870670318606rem;overflow:hidden;display:block; }
#wBasas8rivFBSZyJcLvc9bzXR0PTWUGA { color:#9e9e9e;display:block;width:26.124125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:42.434897422791rem;left:26.433376312256rem;height:1.50035625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFOqAQgZVtxtBrNVLpSfNQimck0BKPF6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.561625rem;width:9.3120625rem;top:27.620444297791rem;left:59.340278625488rem;overflow:hidden;display:block; }
#OMEToLinbt8VHdDLMvP4VNW14mIWcbdU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.374rem;width:19.4365rem;top:77.379560470581rem;left:32.093101501465rem;overflow:hidden;display:block; }
#RnhrdsK5EmT4qHoTQxSTqD8QBOyzDg7I { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8120625rem;width:13.75rem;top:77.00955200195rem;left:54.965278625488rem;overflow:hidden;display:block; }
#AXZALl82K3T0G2vfozyeN9ECX4BoGnlD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4998125rem;width:19.124375rem;top:48.058812141419rem;left:53.24870300293rem;overflow:hidden;display:block; }
#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { background-color: transparent; background-image: none; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container > .video-iframe-container { display: none; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row > .video-iframe-container { display: none; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .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); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { border-width: 0; border-radius: 0; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#SsH1luZnTHp9gtk5I9RU7CEGlEFcJFdC { color:#99e000;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:9.375rem;left:36.25rem;height:3.875175rem;font-style:normal;display:block; }
#Hh9Wwv3z8kUBGZTJGvkZu192IlNBgZXy { color:#001b33;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.500001907349rem;left:36.25rem;height:3.2492875rem;font-style:normal;display:block; }
#o0xmWsbygPRQkrXTlUZREh8fm96FRgf1 { color:#001b33;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.625001907349rem;left:36.25rem;height:2.5996125rem;font-style:normal;display:block; }
#gUzzRzNDJWJDhPgdNMrDb6SHoVxrD0Hv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:6.8125rem;left:9.1875rem;overflow:hidden;display:block; }
#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001b33;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; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { background-color: transparent; background-image: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .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); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { border-width: 0; border-radius: 0; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { color:#afb6bc;display:block;width:47.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.5rem;left:6.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { background-color:#0000ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:55rem;display:block; }
#H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:10.25rem;height:4.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:47.75rem;height:6.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:6.25rem;height:3.4375rem;top:2.3125rem;left:8.1247825622556rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:6.875rem;height:3.4375rem;top:2.3125rem;left:14.999782562256rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:11.25rem;height:3.4375rem;top:2.3125rem;left:22.437286376953rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #TvQKEDQhH4L2ks2WK6ZubdhSIMWs8PoQ { width:8.75rem;height:3.4375rem;top:2.3125rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMtalRBKQn6PzTVcXh7ZCSnhQ10H8rcu { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:6.25rem;height:3.4375rem;top:2.3125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.6875rem;height:3.4375rem;top:2.3125rem;left:34.187286376953rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSOnPo95QolqJE6DTtSPckXlTwnMVhtT { width:47.75rem;height:11.25rem;top:27.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmWhLW9hSWfK2PSXrf2tp0iUURGBwDOX { width:47.75rem;height:6.5625rem;top:6.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmDwMZ3ryAxP4EVOZxgLlifVXx9UBbL { width:35rem;height:6.25rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NesAPUXTPMRIlyMyWplwCDT2TKBMhlKD { display:block; }
 }@media only screen and (max-width: 763px) { #zhXO7yCLJJMuRolZ36iBDuLJReHRdkrE { width:47.75rem;height:6.5625rem;top:17.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL7ieHCRRnH5Nz8PK79mumwDp1olr6wo { width:17.5rem;height:3.875rem;top:29rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { width:5rem;height:5rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { width:34.375rem;height:1rem;top:56.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TerFg4ro5vmBgo7mwEpGHup6UWm7doyT { display:block; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbaxR6PONAXvxzy3uvQrD8uJ1sBTKVP1 { width:34.375rem;height:7.75rem;top:5.4375rem;left:13.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLuxJ5JWAywbOm09X9fLtKim23n2ZLPp { width:36.375rem;height:16.25rem;top:16.75rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWmfkANJKgHUDJ0N7rxAhCHJifMWbcDu { width:27.5rem;height:27.5rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah { display:block; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWaW70WDz2eDte4IixTUtaAEdySssolX { width:47.75rem;height:17.5rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBaNALXJnbP5Iz0ITVm2gvH6on9XVncN { width:47.75rem;height:11.625rem;top:4.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0GX8pBCghhFLeyq14NUHpzVK5X1UDK2 { width:47.75rem;height:1.6875rem;top:37.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz { display:none; }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nneu0GibnePN0apOTMPdBOtTlLkn1JH1 { width:47.75rem;height:3.875rem;top:3.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnZNbmR4ib0OWEyFJXfNTcRg25vi3UqF { width:47.75rem;height:1.9375rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG1PANiV8Jkq0EnfFECuaDEUizSdVrc8 { width:47.75rem;height:6.75rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kthphQdaT5bAEymaW7nqGHvN7ZdXP86K { width:47.75rem;height:1.9375rem;top:52.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nur95HWzzTIT83cfDskRPJSe7eShQ5z6 { width:47.75rem;height:9rem;top:56.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oroWs4bkQdOaDeBPfc0moSQ5Zwt0igni { width:47.75rem;height:1.9375rem;top:82.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTTRuL0eJgpStb5LRCrAuWI8sOWCUN5 { width:47.75rem;height:7.75rem;top:85.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAzep32uyTtQHki7liHFPool1JZQ2TD { width:47.75rem;height:5.8125rem;top:105.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiBfuTBydvdiE8DF4SLMg5fmmdR88Sqx { width:21.0625rem;height:3.25rem;top:68.4375rem;left:26.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhOmo2feFZtz7IMJmu1c9751TCGWqSw9 { width:28.125rem;height:4.375rem;top:67.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPIFKsDGClKqAGwOWe7HQ7HTG2i3yJP9 { width:28.125rem;height:4.375rem;top:73.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugToCIBFuR7WWIspT7Dt8V6Hb8ihgdHE { width:28.125rem;height:4.375rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6478RsaGooiV9kVlxgIwGHeEN4yJkH { width:19.6875rem;height:3.25rem;top:68.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBMqSTScVB0w37LtizOWORbD2PpJ1EzZ { width:28.125rem;height:4.375rem;top:73.1875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Pw8uuXyUDRt66FVwO9nGexitOrUymp { width:21.4375rem;height:3.25rem;top:73.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ41iMn4bagpTdbntxQchhNtoGdHxU85 { width:25.375rem;height:3.25rem;top:73.75rem;left:22.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvLDvwUqw2rSvn3bn95CH1m4hfcenph7 { width:14.375rem;height:3.1875rem;top:39.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gESiZPoBWaHfyKF9hFZ9XbRl05BiQRbO { width:28.125rem;height:5.625rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6wVlgqwWqxwlDVnD0T0JeWn02878C7R { width:28.125rem;height:5.625rem;top:38.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPnVNh2sXWvS8Xi08UIK6xZDwMfWmdch { width:24.5rem;height:3.1875rem;top:39.25rem;left:23.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ7kPP5rTehnTlA386mdeqD9i7NkeTAd { width:28.125rem;height:4.375rem;top:92.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhRvX929HCm50r3Ider6kvdopSs4IflS { width:25.5rem;height:3.25rem;top:93.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv7PbTBVH2Z3NN6tmNcstDVM3DmaPyk8 { width:28.125rem;height:4.375rem;top:92.6875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKLT1pcbTzDF3NwHMzXs3BuzLOm7f4Mm { width:19.6875rem;height:3.25rem;top:93.1875rem;left:28.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARMaeUCTxt1CdUG7TgQIyZI30KA1iP4q { width:28.125rem;height:5.625rem;top:44.3125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRiIaTvD7gSDlLAPtJkOtUm0X0afxTai { width:19.6875rem;height:3.1875rem;top:45.5rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBH32EAdQPPX8Iq0zbSzVnUCsHIL8TzT { width:28.125rem;height:4.375rem;top:97.9375rem;left:9.5612564086912rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqGX7TSk87pGerKcRRxlNx22dxrt3r65 { width:27.6875rem;height:3.25rem;top:98.4375rem;left:9.9367904663088rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhsJVDKV2sa0L6WJoNVRCAHCXGGGSeqv { width:47.75rem;height:;top:13.0625rem;left:0rem;font-size:1rem;display:block; }#PhsJVDKV2sa0L6WJoNVRCAHCXGGGSeqv li:before{  }
 }@media only screen and (max-width: 763px) { #CcZhP4RIcQIupAzTqsJhaAiXzdh2PCxl { width:47.75rem;height:3.875rem;top:17.375rem;left:0rem;font-size:1rem;display:block; }#CcZhP4RIcQIupAzTqsJhaAiXzdh2PCxl li:before{  }
 }@media only screen and (max-width: 763px) { #VbdHFrKJlATRWvsfzC88xsbnMpbcbDc3 { width:28.125rem;height:5.625rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtcMpDhc5XCE2JB7wJ4CiGUJ7WiK2EbZ { width:22rem;height:4.875rem;top:32.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3ZdRRTWCGzukOVmzfzSwx0FPOh0O8Z1 { width:28.125rem;height:5.625rem;top:31.6875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZSNbxezx4pVBnKT9c958dp6SMH1RLU8 { width:24.4375rem;height:4.8125rem;top:32.0625rem;left:23.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T { display:block; }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUfSfH3d6d7t16HTRVuEUtciX5OO3agw { width:38.75rem;height:9.75rem;top:71.25rem;left:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL9HGHTyQCX7rDm16EPg5IL46CPrVlSq { width:40.625rem;height:3.25rem;top:66.75rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE5DLT8dNcwwVcllt53DEXs50PBxJKU1 { width:18.75rem;height:12.5rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l86R2y8ofPTp82aSOuOl01ayN2Oieu6l { width:39.5rem;height:13rem;top:110.6875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meVokP1mU43RtO3waQEQN7KluIB5Kdmo { width:31.25rem;height:3.25rem;top:106.25rem;left:12.562068939209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fanOAqZ2K7SqiGT7XTyQp2dvmXn3y6F3 { width:18.75rem;height:12.5rem;top:106.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATmmvvfOVXwhN59FMW7HPFGiSmTlETl { width:41.5625rem;height:14.5625rem;top:37.5625rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwAJyLX1gau3WJXBkHMhr5LoFD0gv36r { width:18.75rem;height:12.5rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp1nqRwuaK9oC2iG9nTIF3UEOcmfwqZw { width:47.75rem;height:3.125rem;top:2.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeDo2XC3muaaPzQ1WROk69TMkBsNDXTD { width:47.75rem;height:8.6875rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Evpg6wIHmvSmSm0l6G3xUWNrV6KoGR { width:47.75rem;height:2.0625rem;top:20.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBX9tVBTwBcgm6gEPPp613Ib2GKs8dL0 { width:47.75rem;height:2.0625rem;top:8.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnQOTES4hMTXM73nuXCfAooRn7HoSd9d { width:47.75rem;height:6.4375rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGpgHaNSrAuUnxFtfuNlh0ku4UiR4Tm4 { width:42.9375rem;height:1.5625rem;top:33.75rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0DI2LLU48qib8y1Ti0yTgWUqvNnFDTk { width:8.9375rem;height:1.5625rem;top:47.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3LiesMzDRFHCzyAhTknXmZbl2GDoKO4 { width:4.6875rem;height:1.5625rem;top:88.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXoDR20QQy2zz2AOcHd6r2BPDAA9yXpm { width:7.6875rem;height:1.5625rem;top:49rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7k9d7y32zelO7c2IDPpXAHwcAABnNou { width:7.75rem;height:1.625rem;top:82.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQxna7Qzy3hpK2LQvaTba2A9XRw55Tab { width:7.6875rem;height:1.625rem;top:121.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI9UWUSUzCcAvS2kLQ8n2tfZ5QTtZcWC { width:5.0625rem;height:1.5625rem;top:127.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfi95C7trMi31dfD7FaLnSm4S98T6ztu { width:28.125rem;height:4.375rem;top:86.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6tKkaTWsQBdkBOPw2Vc76sWGeBBfg3Q { width:27.6875rem;height:1.625rem;top:87.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIbbZqUQQO1pLbmMal3To2GpgoQkV1Ks { width:28.125rem;height:4.375rem;top:86.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbBPVwnOwpIvVeNDOTXEM5O6qagfNzD { width:27.6875rem;height:1.625rem;top:87.625rem;left:20.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0d03953gquWEULZgAHKTCiNEHxyPpOg { width:28.125rem;height:4.375rem;top:91.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImHLLL91k6a0WrRWuHMmgTHEJZX7XIr8 { width:27.6875rem;height:1.625rem;top:93rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1NFLOiRkiIoCpvEKoSBEcnrXIrs2auZ { width:28.125rem;height:4.375rem;top:91.625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt0TZQgXdcNW6XUiOog3UmTtAGh9JfPC { width:27.6875rem;height:1.625rem;top:93rem;left:20.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpAwO7GeJx8eRR6yq5PitDMdTmV7uQ8K { width:28.125rem;height:4.375rem;top:96.9375rem;left:9.874351501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHdTeJwmFGcIhMvWOngqOkXZwRUxnPJE { width:27.6875rem;height:1.625rem;top:98.3125rem;left:10.062068939209rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #StFmrKAwvtqVUsc3P2ssqUDglmA6eTZT { width:28.125rem;height:4.375rem;top:130.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV2p0S5xFI8iCGd111SFGLxUl5PIqOVO { width:28.125rem;height:4.375rem;top:130.375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNLlqkWFNwKXeotNy5eFi39eXk0TsLTJ { width:27.6875rem;height:1.625rem;top:131.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A11ZugeD9ZQsG7L5BhCopqEcemcU6ech { width:27.6875rem;height:1.625rem;top:131.75rem;left:20.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTR0OpMngbwnnGTuytBXeMzbH6hyBsy { width:28.125rem;height:4.375rem;top:125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvITdDGv8pugDdxuIceWal5wTbgarPXf { width:28.125rem;height:4.375rem;top:125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWHSpbsGXBTIoFsSSM35osGT60El2cKM { width:27.6875rem;height:1.5625rem;top:126.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACxHehmUdosLES1OHu2k3SzitSHMM3a6 { width:27.6875rem;height:1.625rem;top:126.375rem;left:20.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Jz44BTQFkTGVOTDNTIlcEXbL6uPdvU { width:28.125rem;height:4.375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OffiIodQM6C9m7XdtWSe8Mi1G7zqMNFN { width:27.6875rem;height:1.5625rem;top:55.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho7iQS1B5SK3h220N64qkkCCvZQDDttR { width:27.6875rem;height:1.5625rem;top:60.625rem;left:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiIDRIBCSnwRr667Pm0qDZF7RXa05PmQ { width:28.125rem;height:4.375rem;top:59.25rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwo6V05mhvO4QifTPbelfZTBIJfNUFFR { width:28.125rem;height:4.375rem;top:54.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBsD9EQtDNRuddeQ2dGk6UT9yZKoqelb { width:27.6875rem;height:1.5625rem;top:55.625rem;left:20.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 { display:block; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTIFu4L7aQ4xkbud0BWmv0K2qsLNsw3R { width:21rem;height:9.75rem;top:18.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCXIqe2DqgOd9VS9pkMFk4KaUW1sgPib { width:43.75rem;height:11.625rem;top:5.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaA39Ot7QNTZCpdgrICa1EEMnXlAGMG4 { width:28.75rem;height:16.25rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2psbTAqqQUsCrSoH4pnpkwVkRhx1gob { width:21rem;height:9.75rem;top:19rem;left:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgl2giohG3CGRvdGadiaki2gaApXV7ik { width:28.75rem;height:16.25rem;top:15.875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKfmLb69JWF7oJCVMU0Xx5xBvpuUplPz { width:28.75rem;height:16.25rem;top:35.25rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXShqFL8Ib6CfdDsbeHwNvfBqrDpU3IX { width:22.875rem;height:9.75rem;top:38.375rem;left:24.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUlzw4QJKq0G3BpiFxT5tcJWDXEu1Mox { width:20.625rem;height:9.75rem;top:38.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvPei8GQTDWJrzalJD8Fo3B4JSzdQPtX { width:28.75rem;height:16.25rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw6o96LtuJdBIJigb6Hc242Zr4HTa0vc { width:12.5rem;height:12.5rem;top:22.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG972sTUhU5WXkIdL99G7suHtuuisKV9 { width:12.5rem;height:12.5rem;top:22.125rem;left:13.9248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHgFB18skceBnoozS20DxBnVKIfXugC4 { width:12.5rem;height:12.5rem;top:41.5rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0VSXBRsM6PWf2MLU4ovFeMmN5tpGzo6 { width:12.5rem;height:12.5rem;top:41.5rem;left:13.9248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWXNwCJ0HLXKEe211Sl6vRngf8pfvCE2 { width:29.125rem;height:4rem;top:54.625rem;left:18.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js { display:block; }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKCh3RmDboh3ufgNwboUgMx3JHyQXHk2 { width:34.375rem;height:11.5rem;top:6.75rem;left:13.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhC7Dd5q1sIU8XbLS25QxkNiEHn4eTz4 { width:34.375rem;height:3.25rem;top:22.75rem;left:13.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Seaq3emxclJN0xClHsdWt4yvwgq8W8UK { width:18.125rem;height:4.6875rem;top:28.5rem;left:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q17sdnfSUGATxUblTT72J0G5BefIPccW { display:block; }
 }@media only screen and (max-width: 763px) { #vb1NsobPneNNV5Lrl03LSOv5k7tVzw0J { width:22.3125rem;height:14.875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2gWlKQrK1Ih8iGx8TOpFdyKqNtmzC9r { width:38.75rem;height:6.25rem;top:27.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTeEw1IyVHir5n7go5Eqz0UtxALqn3Mm { display:block; }
 }@media only screen and (max-width: 763px) { #dRfJc5a6y0p5l9DEThJ7xXcHhAG9aBWg { width:34.375rem;height:1.0625rem;top:21.0625rem;left:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 { display:none; }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MFZPhA5dKpOvIQw5pWGPB9pRKFT0uvlV { width:18.75rem;height:1.4375rem;top:64.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDGsvenlMeyyCyhM5ecRGkdN1HJLkd1I { width:7.875rem;height:7.875rem;top:67rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHwnSrcH0Eg2FxnJTg5FxkJaM7TJkJ01 { width:14.375rem;height:4.62456875rem;top:68.625rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeql46Vv3iNUIAI9UmX6ppkKJtQsFeOE { width:18.8125rem;height:1.4375rem;top:64.125rem;left:28.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlMyvOqkpIXUXhgTTBKmPDc0EPbyzs4b { width:18.25rem;height:3.11466400882rem;top:69.375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm1LbTgIVIQd1ASs5EXBShA7iLThMdwU { width:18.75rem;height:2.9375rem;top:2.875rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzRZMKU9nLun9rFMFTb0LhuIxUq52gm2 { width:18.625rem;height:1.4375rem;top:22.8125rem;left:16.530166625976rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTHEzatIgLS6rSFSx73aGqtqv4Qh3EP0 { width:12.0625rem;height:11rem;top:7.5rem;left:33.654731750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTACApWoC8VfnZb8RzehzkWbZ53WirqL { width:6.875rem;height:9.8111875rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATlO1pU7TyTAsr7Mkzz8gyVu5FvbvzgV { width:12.625rem;height:13.061245603145rem;top:25.8125rem;left:25.568794250488rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZfFGvhyQ3EtZx973xViFT2OAqHJ0k6 { width:13.4375rem;height:6.2829442335293rem;top:29.1875rem;left:6.6864166259762rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEMhmc7kdgeFMh3V5NVJ1bAhVbVAIFJb { width:25.5rem;height:7.75rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8AHwg7xVMzULQOxK3ETX43R3caxe9ic { width:18.75rem;height:2.9375rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di0fbToD0abR3qoRiLaFlyo55rEeiRLo { width:13.8125rem;height:9.2075867016221rem;top:48.125rem;left:17.684680938721rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzLD0uyIT9ChNlbBJtQ9ldnR2Qe9Upiv { width:12.25rem;height:11.503982294147rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBasas8rivFBSZyJcLvc9bzXR0PTWUGA { width:26.0625rem;height:1.4375rem;top:42.375rem;left:12.808376312256rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFOqAQgZVtxtBrNVLpSfNQimck0BKPF6 { width:9.25rem;height:9.4978992301652rem;top:27.5625rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMEToLinbt8VHdDLMvP4VNW14mIWcbdU { width:19.375rem;height:6.3538317083837rem;top:77.375rem;left:18.468101501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnhrdsK5EmT4qHoTQxSTqD8QBOyzDg7I { width:13.75rem;height:6.8120625rem;top:77rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXZALl82K3T0G2vfozyeN9ECX4BoGnlD { width:19.0625rem;height:9.4690768080656rem;top:48rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 { display:block; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsH1luZnTHp9gtk5I9RU7CEGlEFcJFdC { width:34.375rem;height:3.875rem;top:9.375rem;left:13.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9Wwv3z8kUBGZTJGvkZu192IlNBgZXy { width:34.375rem;height:3.25rem;top:14.5rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0xmWsbygPRQkrXTlUZREh8fm96FRgf1 { width:34.375rem;height:2.5625rem;top:19.625rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUzzRzNDJWJDhPgdNMrDb6SHoVxrD0Hv { width:18.75rem;height:18.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:47.5rem;height:1.25rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:1.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:7.3125rem;height:3.125rem;top:2.5499999523163rem;left:6.3437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:15.625rem;height:4.375rem;top:1.875rem;left:2.1375001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:6.25rem;height:3.4375rem;top:2.65625rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:8.125rem;height:3.4375rem;top:2.65625rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:12.5rem;height:3.4375rem;top:2.65625rem;left:5.1875000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #TvQKEDQhH4L2ks2WK6ZubdhSIMWs8PoQ { width:10rem;height:3.4375rem;top:2.65625rem;left:8.6250005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMtalRBKQn6PzTVcXh7ZCSnhQ10H8rcu { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:6.25rem;height:3.4375rem;top:7.625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.6875rem;height:3.4375rem;top:2.3125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b41ac3c3-49b9-4a03-ac6c-6cf274e442c7/energiazpolskizdj4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { background-color: transparent; background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .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); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { border-width: 0; border-radius: 0; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSOnPo95QolqJE6DTtSPckXlTwnMVhtT { width:17.5rem;height:5.25065rem;top:39.537109375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmWhLW9hSWfK2PSXrf2tp0iUURGBwDOX { width:17.5rem;height:8.24655625rem;top:26.5625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmDwMZ3ryAxP4EVOZxgLlifVXx9UBbL { width:17.5rem;height:3.75rem;top:45.912109375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NesAPUXTPMRIlyMyWplwCDT2TKBMhlKD { display:block; }
 }@media only screen and (max-width: 763px) { #zhXO7yCLJJMuRolZ36iBDuLJReHRdkrE { width:17.5rem;height:3.9rem;top:29.012500762939rem;left:1.2500000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OL7ieHCRRnH5Nz8PK79mumwDp1olr6wo { width:15.625rem;height:3.40820625rem;top:35.19921875rem;left:1.25rem;font-size:0.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { width:4.375rem;height:4.375rem;top:51.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { width:17.5rem;height:1.00043125rem;top:50.912109375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TerFg4ro5vmBgo7mwEpGHup6UWm7doyT { display:block; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbaxR6PONAXvxzy3uvQrD8uJ1sBTKVP1 { width:17.5rem;height:3.5004375rem;top:3.125rem;left:1.2500000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLuxJ5JWAywbOm09X9fLtKim23n2ZLPp { width:17.5rem;height:23.3984625rem;top:7.875rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWmfkANJKgHUDJ0N7rxAhCHJifMWbcDu { width:14.0625rem;height:14.0625rem;top:33.6875rem;left:2.3815028901734rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah { background-color:#001b33;background-image:url("https://images.assets-landingi.com/uc/24b425c2-890e-4f2e-b472-f2dea1671ec8/pattern.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.adaptive-delivery-prevent-bg, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyload, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyloading { background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { background-color: transparent; background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .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); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWaW70WDz2eDte4IixTUtaAEdySssolX { width:17.5rem;height:32.194rem;top:13.125rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBaNALXJnbP5Iz0ITVm2gvH6on9XVncN { width:17.5rem;height:8.7510625rem;top:3.125rem;left:1.2500000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0GX8pBCghhFLeyq14NUHpzVK5X1UDK2 { width:17.6248125rem;height:5.59895625rem;top:46.129558563233rem;left:1.1870660185814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz { display:block; }#vGn7H33zvQzGB2UXI8o2G7xGbUh6aAKz > .row .container { width:20rem;height:110.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nneu0GibnePN0apOTMPdBOtTlLkn1JH1 { width:17.6875rem;height:2.1875rem;top:3.1875rem;left:1.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnZNbmR4ib0OWEyFJXfNTcRg25vi3UqF { width:17.5rem;height:1.3rem;top:7.21875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG1PANiV8Jkq0EnfFECuaDEUizSdVrc8 { width:17.8125rem;height:7.50325rem;top:23.677734375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kthphQdaT5bAEymaW7nqGHvN7ZdXP86K { width:18.375rem;height:1.2999125rem;top:53.363717079162rem;left:1.6243489384651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nur95HWzzTIT83cfDskRPJSe7eShQ5z6 { width:17.625rem;height:10.504525rem;top:56.015625953674rem;left:1.6243489384651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oroWs4bkQdOaDeBPfc0moSQ5Zwt0igni { width:18.4375rem;height:1.2999125rem;top:82.624783515931rem;left:1.5625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTTRuL0eJgpStb5LRCrAuWI8sOWCUN5 { width:18.375rem;height:7.799475rem;top:85.374356269838rem;left:1.5625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAzep32uyTtQHki7liHFPool1JZQ2TD { width:16.7498125rem;height:6.49956875rem;top:103.74674701691rem;left:1.6232638955116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiBfuTBydvdiE8DF4SLMg5fmmdR88Sqx { width:11.499rem;height:1.9487875rem;top:71.187069892881rem;left:4.1243489384651rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhOmo2feFZtz7IMJmu1c9751TCGWqSw9 { width:18.75rem;height:3rem;top:70.686852455137rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPIFKsDGClKqAGwOWe7HQ7HTG2i3yJP9 { width:18.75rem;height:3rem;top:73.750004768369rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugToCIBFuR7WWIspT7Dt8V6Hb8ihgdHE { width:18.75rem;height:3rem;top:67.061635017394rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6478RsaGooiV9kVlxgIwGHeEN4yJkH { width:11.8115rem;height:1.9487875rem;top:67.561852455137rem;left:3.9995663762093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBMqSTScVB0w37LtizOWORbD2PpJ1EzZ { width:18.75rem;height:3rem;top:77.374135017394rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Pw8uuXyUDRt66FVwO9nGexitOrUymp { width:13.3125rem;height:1.9487875rem;top:74.312069892881rem;left:3.2497830986977rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ41iMn4bagpTdbntxQchhNtoGdHxU85 { width:16.875rem;height:1.9487875rem;top:77.900395393369rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvLDvwUqw2rSvn3bn95CH1m4hfcenph7 { width:9.0625rem;height:1.949575rem;top:40.25rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gESiZPoBWaHfyKF9hFZ9XbRl05BiQRbO { width:18.75rem;height:3.5rem;top:39.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6wVlgqwWqxwlDVnD0T0JeWn02878C7R { width:18.75rem;height:3.5rem;top:43.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPnVNh2sXWvS8Xi08UIK6xZDwMfWmdch { width:16.3125rem;height:1.949575rem;top:44.375rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ7kPP5rTehnTlA386mdeqD9i7NkeTAd { width:18.75rem;height:3rem;top:92.409939765931rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhRvX929HCm50r3Ider6kvdopSs4IflS { width:15.875rem;height:1.9487875rem;top:92.932950019838rem;left:2.0616319775581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv7PbTBVH2Z3NN6tmNcstDVM3DmaPyk8 { width:18.75rem;height:3.0625rem;top:95.999356269838rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKLT1pcbTzDF3NwHMzXs3BuzLOm7f4Mm { width:10.8115rem;height:1.9487875rem;top:96.554905891419rem;left:4.4683163762093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARMaeUCTxt1CdUG7TgQIyZI30KA1iP4q { width:18.75rem;height:3.5rem;top:47.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRiIaTvD7gSDlLAPtJkOtUm0X0afxTai { width:12.8125rem;height:1.949575rem;top:48.5rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBH32EAdQPPX8Iq0zbSzVnUCsHIL8TzT { width:18.75rem;height:3.0625rem;top:99.624569892881rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqGX7TSk87pGerKcRRxlNx22dxrt3r65 { width:20rem;height:1.97439375rem;top:100.18012714386rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhsJVDKV2sa0L6WJoNVRCAHCXGGGSeqv { width:17.375rem;height:5.51215625rem;top:8.7958984375rem;left:1.3125rem;font-size:1rem;display:block; }#PhsJVDKV2sa0L6WJoNVRCAHCXGGGSeqv li:before{  }
 }@media only screen and (max-width: 763px) { #CcZhP4RIcQIupAzTqsJhaAiXzdh2PCxl { width:17.25rem;height:7.7995rem;top:14.430989265442rem;left:1.375rem;font-size:1rem;display:block; }#CcZhP4RIcQIupAzTqsJhaAiXzdh2PCxl li:before{  }
 }@media only screen and (max-width: 763px) { #VbdHFrKJlATRWvsfzC88xsbnMpbcbDc3 { width:18.75rem;height:3.5rem;top:31.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtcMpDhc5XCE2JB7wJ4CiGUJ7WiK2EbZ { width:15.125rem;height:2.923825rem;top:31.536719322204rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3ZdRRTWCGzukOVmzfzSwx0FPOh0O8Z1 { width:18.75rem;height:3.5rem;top:35.373756408691rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZSNbxezx4pVBnKT9c958dp6SMH1RLU8 { width:18.2498125rem;height:1.9747875rem;top:36.135475158691rem;left:0.93607950210569rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T { display:block; }#ZbBNdUWQK15BLx3G4iHNksoNHEaLGX8T > .row .container { width:20rem;height:221.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUfSfH3d6d7t16HTRVuEUtciX5OO3agw { width:17.874375rem;height:14.2990625rem;top:119.18729019165rem;left:1.0622830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL9HGHTyQCX7rDm16EPg5IL46CPrVlSq { width:17.5rem;height:5.19965625rem;top:109.43685531616rem;left:1.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE5DLT8dNcwwVcllt53DEXs50PBxJKU1 { width:17.7495625rem;height:11.8120625rem;top:208.87479782104rem;left:1.1230469346046rem;display:block; }
 }@media only screen and (max-width: 763px) { #l86R2y8ofPTp82aSOuOl01ayN2Oieu6l { width:17.8125rem;height:19.4986875rem;top:174.62456893921rem;left:1.0937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meVokP1mU43RtO3waQEQN7KluIB5Kdmo { width:17.5rem;height:3.8997375rem;top:166.74914169311rem;left:1.1859809756279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fanOAqZ2K7SqiGT7XTyQp2dvmXn3y6F3 { width:18.75rem;height:12.5rem;top:152.46854019165rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATmmvvfOVXwhN59FMW7HPFGiSmTlETl { width:18rem;height:20.798625rem;top:63.25rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwAJyLX1gau3WJXBkHMhr5LoFD0gv36r { width:18.75rem;height:12.5rem;top:95.374134063719rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp1nqRwuaK9oC2iG9nTIF3UEOcmfwqZw { width:14.75rem;height:5.25065rem;top:3.0927734375rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeDo2XC3muaaPzQ1WROk69TMkBsNDXTD { width:18.125rem;height:19.596375rem;top:33.7177734375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Evpg6wIHmvSmSm0l6G3xUWNrV6KoGR { width:15.375rem;height:1.50035625rem;top:31.6142578125rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBX9tVBTwBcgm6gEPPp613Ib2GKs8dL0 { width:13.1875rem;height:1.50035625rem;top:10.0625rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnQOTES4hMTXM73nuXCfAooRn7HoSd9d { width:18.125rem;height:16.898875rem;top:12.125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGpgHaNSrAuUnxFtfuNlh0ku4UiR4Tm4 { width:17.6875rem;height:3.9rem;top:54.6220703125rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0DI2LLU48qib8y1Ti0yTgWUqvNnFDTk { width:9rem;height:1.3rem;top:59.375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3LiesMzDRFHCzyAhTknXmZbl2GDoKO4 { width:4.74935rem;height:1.2999125rem;top:115.6240234375rem;left:1.0615234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXoDR20QQy2zz2AOcHd6r2BPDAA9yXpm { width:7.75rem;height:1.3rem;top:60.5498046875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7k9d7y32zelO7c2IDPpXAHwcAABnNou { width:7.7485rem;height:1.2999125rem;top:116.861328125rem;left:1.0615234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQxna7Qzy3hpK2LQvaTba2A9XRw55Tab { width:7.7495625rem;height:1.2999125rem;top:172.49956893921rem;left:1.1241319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI9UWUSUzCcAvS2kLQ8n2tfZ5QTtZcWC { width:5.1237rem;height:1.2999125rem;top:170.99892807007rem;left:1.1870660185814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfi95C7trMi31dfD7FaLnSm4S98T6ztu { width:18.75rem;height:2.5rem;top:134.87414169311rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6tKkaTWsQBdkBOPw2Vc76sWGeBBfg3Q { width:11.1869375rem;height:0.97439375rem;top:135.63586044311rem;left:4.4053819775581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIbbZqUQQO1pLbmMal3To2GpgoQkV1Ks { width:18.75rem;height:2.5rem;top:137.99914169311rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbBPVwnOwpIvVeNDOTXEM5O6qagfNzD { width:8.499625rem;height:0.97439375rem;top:138.76086044311rem;left:5.7497833371163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0d03953gquWEULZgAHKTCiNEHxyPpOg { width:18.75rem;height:2.5rem;top:141.12414169311rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImHLLL91k6a0WrRWuHMmgTHEJZX7XIr8 { width:6.25rem;height:0.97439375rem;top:141.88586044311rem;left:6.8750002980231rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1NFLOiRkiIoCpvEKoSBEcnrXIrs2auZ { width:18.75rem;height:2.5rem;top:144.24914169311rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt0TZQgXdcNW6XUiOog3UmTtAGh9JfPC { width:15.5620625rem;height:0.97439375rem;top:145.01194381714rem;left:2.0312500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpAwO7GeJx8eRR6yq5PitDMdTmV7uQ8K { width:18.75rem;height:2.5rem;top:147.37522506714rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHdTeJwmFGcIhMvWOngqOkXZwRUxnPJE { width:11.0618125rem;height:0.97439375rem;top:148.13694381714rem;left:4.2805994153022rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #StFmrKAwvtqVUsc3P2ssqUDglmA6eTZT { width:18.75rem;height:2.5rem;top:201.49415206909rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV2p0S5xFI8iCGd111SFGLxUl5PIqOVO { width:18.75rem;height:2.5rem;top:204.61915206909rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNLlqkWFNwKXeotNy5eFi39eXk0TsLTJ { width:13.75rem;height:0.97439375rem;top:202.25587081909rem;left:3.3734810948372rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A11ZugeD9ZQsG7L5BhCopqEcemcU6ech { width:13.812125rem;height:0.97439375rem;top:205.38087081909rem;left:3.2790802121162rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTR0OpMngbwnnGTuytBXeMzbH6hyBsy { width:18.75rem;height:2.5rem;top:195.24740219116rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvITdDGv8pugDdxuIceWal5wTbgarPXf { width:18.75rem;height:2.5rem;top:198.36915206909rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWHSpbsGXBTIoFsSSM35osGT60El2cKM { width:12.0623125rem;height:0.97439375rem;top:196.00912094116rem;left:4.1536458134651rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACxHehmUdosLES1OHu2k3SzitSHMM3a6 { width:12.1244375rem;height:0.97439375rem;top:199.13195419311rem;left:4.1221788525581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Jz44BTQFkTGVOTDNTIlcEXbL6uPdvU { width:18.75rem;height:2.5rem;top:85.1591796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OffiIodQM6C9m7XdtWSe8Mi1G7zqMNFN { width:20rem;height:0.9746125rem;top:85.921875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho7iQS1B5SK3h220N64qkkCCvZQDDttR { width:12.125rem;height:0.9746125rem;top:92.1875rem;left:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiIDRIBCSnwRr667Pm0qDZF7RXa05PmQ { width:18.75rem;height:2.5rem;top:91.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwo6V05mhvO4QifTPbelfZTBIJfNUFFR { width:18.75rem;height:2.5rem;top:88.2841796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBsD9EQtDNRuddeQ2dGk6UT9yZKoqelb { width:12.375rem;height:0.9746125rem;top:89.046875rem;left:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 { display:block; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTIFu4L7aQ4xkbud0BWmv0K2qsLNsw3R { width:17.5rem;height:10.2386875rem;top:10.367969512939rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCXIqe2DqgOd9VS9pkMFk4KaUW1sgPib { width:17.5rem;height:3.50043125rem;top:3.125rem;left:1.2500000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaA39Ot7QNTZCpdgrICa1EEMnXlAGMG4 { width:20rem;height:13.75rem;top:8.4929695129394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2psbTAqqQUsCrSoH4pnpkwVkRhx1gob { width:17.5rem;height:8.77604375rem;top:25.3125rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgl2giohG3CGRvdGadiaki2gaApXV7ik { width:20rem;height:12.5rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKfmLb69JWF7oJCVMU0Xx5xBvpuUplPz { width:20rem;height:13.75rem;top:50.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXShqFL8Ib6CfdDsbeHwNvfBqrDpU3IX { width:17.5rem;height:10.23871875rem;top:52.8125rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUlzw4QJKq0G3BpiFxT5tcJWDXEu1Mox { width:17.5rem;height:8.77604375rem;top:39.0625rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvPei8GQTDWJrzalJD8Fo3B4JSzdQPtX { width:20rem;height:12.5rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw6o96LtuJdBIJigb6Hc242Zr4HTa0vc { display:flex;width:12.5rem;height:12.5rem;top:14.1123046875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #hG972sTUhU5WXkIdL99G7suHtuuisKV9 { display:flex;width:12.5rem;height:12.5rem;top:27.6875rem;left:7.5000005364419rem; }
 }@media only screen and (max-width: 763px) { #aHgFB18skceBnoozS20DxBnVKIfXugC4 { display:flex;width:12.5rem;height:12.5rem;top:41.5rem;left:7.5000005364419rem; }
 }@media only screen and (max-width: 763px) { #f0VSXBRsM6PWf2MLU4ovFeMmN5tpGzo6 { display:flex;width:12.5rem;height:12.5rem;top:56.5rem;left:7.5000005364419rem; }
 }@media only screen and (max-width: 763px) { #pWXNwCJ0HLXKEe211Sl6vRngf8pfvCE2 { width:17.5rem;height:5.25065rem;top:67.6875rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js { display:block; }#LLvF7rD6TttHlyQ5xDzApNP6Vxf9O8Js > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKCh3RmDboh3ufgNwboUgMx3JHyQXHk2 { width:17.5rem;height:7.000875rem;top:3.125rem;left:1.2500000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhC7Dd5q1sIU8XbLS25QxkNiEHn4eTz4 { width:17.5rem;height:5.84765625rem;top:11.375rem;left:1.2500000596046rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Seaq3emxclJN0xClHsdWt4yvwgq8W8UK { width:17.5rem;height:3.75rem;top:19.100002288818rem;left:1.2500000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q17sdnfSUGATxUblTT72J0G5BefIPccW { display:block; }
 }@media only screen and (max-width: 763px) { #vb1NsobPneNNV5Lrl03LSOv5k7tVzw0J { width:17.3125rem;height:11.5625rem;top:20.248046875rem;left:1.4184782608696rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2gWlKQrK1Ih8iGx8TOpFdyKqNtmzC9r { width:17.5rem;height:4.375rem;top:12.46875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTeEw1IyVHir5n7go5Eqz0UtxALqn3Mm { display:block; }
 }@media only screen and (max-width: 763px) { #dRfJc5a6y0p5l9DEThJ7xXcHhAG9aBWg { width:11.1875rem;height:0.81271875rem;top:17.40625rem;left:4.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 { display:block; }#pvqdWAhV2mSq12Sd2zz15WPIXfPDuFV3 > .row .container { width:20rem;height:154.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFZPhA5dKpOvIQw5pWGPB9pRKFT0uvlV { width:17.5rem;height:1.25rem;top:115.99935913086rem;left:1.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDGsvenlMeyyCyhM5ecRGkdN1HJLkd1I { width:6.875rem;height:6.875rem;top:118.4375rem;left:6.5625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHwnSrcH0Eg2FxnJTg5FxkJaM7TJkJ01 { width:12.5rem;height:4.0625rem;top:129.81228637695rem;left:3.7500002980233rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oeql46Vv3iNUIAI9UmX6ppkKJtQsFeOE { width:17.5rem;height:1.25rem;top:126.99978637695rem;left:1.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlMyvOqkpIXUXhgTTBKmPDc0EPbyzs4b { width:14.874125rem;height:2.5rem;top:135.93533325195rem;left:2.5618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm1LbTgIVIQd1ASs5EXBShA7iLThMdwU { width:12.999125rem;height:2.5rem;top:17.118029296398rem;left:3.5004342198372rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzRZMKU9nLun9rFMFTb0LhuIxUq52gm2 { width:18.6230625rem;height:1.25rem;top:32.744141101837rem;left:0.68793410062787rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTHEzatIgLS6rSFSx73aGqtqv4Qh3EP0 { width:11.124125rem;height:10.1248125rem;top:20.491537094116rem;left:4.4379342198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTACApWoC8VfnZb8RzehzkWbZ53WirqL { width:7.6855625rem;height:10.9375rem;top:35.874555587769rem;left:6.1566842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATlO1pU7TyTAsr7Mkzz8gyVu5FvbvzgV { width:12.249375rem;height:12.686625rem;top:56.374786376953rem;left:3.8747833371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZfFGvhyQ3EtZx973xViFT2OAqHJ0k6 { width:13.49825rem;height:6.31075rem;top:50.065107345581rem;left:3.2508681416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEMhmc7kdgeFMh3V5NVJ1bAhVbVAIFJb { width:18.624125rem;height:5.56206875rem;top:7.2493495941163rem;left:0.81184905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8AHwg7xVMzULQOxK3ETX43R3caxe9ic { width:18.75rem;height:1.25rem;top:3.75rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Di0fbToD0abR3qoRiLaFlyo55rEeiRLo { width:11.875rem;height:7.8125rem;top:96.431208610537rem;left:4.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzLD0uyIT9ChNlbBJtQ9ldnR2Qe9Upiv { width:10.811625rem;height:10.1248125rem;top:83.619796752931rem;left:4.5930994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBasas8rivFBSZyJcLvc9bzXR0PTWUGA { width:20rem;height:1.25rem;top:80.121536254881rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFOqAQgZVtxtBrNVLpSfNQimck0BKPF6 { width:9.25rem;height:9.4978992301652rem;top:68.218315124513rem;left:5.3743494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMEToLinbt8VHdDLMvP4VNW14mIWcbdU { width:14.6875rem;height:4.74935rem;top:140.49696350097rem;left:2.8157554268837rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnhrdsK5EmT4qHoTQxSTqD8QBOyzDg7I { width:13.75rem;height:6.8120625rem;top:146.43229675293rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXZALl82K3T0G2vfozyeN9ECX4BoGnlD { width:15.4373125rem;height:7.6248125rem;top:106.02864837646rem;left:2.2808161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 { display:block; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsH1luZnTHp9gtk5I9RU7CEGlEFcJFdC { width:17.5rem;height:1.75021875rem;top:3.125rem;left:1.2500000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9Wwv3z8kUBGZTJGvkZu192IlNBgZXy { width:14.375rem;height:4.388025rem;top:6.1242198944092rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0xmWsbygPRQkrXTlUZREh8fm96FRgf1 { width:17.5rem;height:1.3rem;top:11.273469924927rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUzzRzNDJWJDhPgdNMrDb6SHoVxrD0Hv { width:9.375rem;height:9.375rem;top:16.260158538818rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:14.375rem;height:2.00086875rem;top:3.125rem;left:2.8125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:6.2492141723633rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }