.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP { position:relative;display:block; }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP { background-color: transparent; background-image: none; }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP > .row .container > .video-iframe-container { display: none; }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP > .row > .video-iframe-container { display: none; }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP > .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); }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP { border-width: 0; border-radius: 0; }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#P5ghLFntHeZuTLXO39I1cfq489p6piOI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:9.4375rem;top:0.625rem;left:0.8125rem;overflow:hidden;display:block; }
#oSMQXm0F3gaxXev8088TZqLw1oLnvlOd { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:33.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#skaF4rBprKNsIbahL1nNWauI0T4awiHf { color:#000000;display:block;width:5.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:38.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#q11ZgvwlFAwCnTznriaTpavuMVxyazcB { color:#000000;display:block;width:5.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:43.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#aRS190y4Tg1ToZ03vt9faSggfl3PDo9F { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:7.75rem;top:0.65625rem;left:10.9375rem;overflow:hidden;display:block; }
#Cfpty9T6LgeBTnGIhWgvEZ8818G4y1Wc { color:#000000;display:block;width:5.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.4437503814698rem;left:53.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#azODhVmRiesi3uTwwfy8sA852T4BuTu2 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:26.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nXRE71aPMUgZ5P2yyoflADc6dDQG14Az { color:#000000;display:block;width:5.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.4437503814698rem;left:49rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ.adaptive-delivery-prevent-bg, #oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ.lazyload, #oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ.lazyloading { background-image: none; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row .container { background-color: transparent; background-image: none; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row .container > .video-iframe-container { display: none; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row > .video-iframe-container { display: none; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .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); }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row .container { border-width: 0; border-radius: 0; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#vpVfOmC64Og5eDXGKOt3c8qR1w1SUKO1 { color:#000000;display:block;width:32.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:3rem;left:1rem;height:2.11230625rem;font-style:normal;display:block; }
#wXozIUVAuMAO47Dv1qdZfV8vOJvkfM0i { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;top:5.1123046875rem;left:1rem;height:3.07470625rem;font-style:normal;display:block; }
#ZfnLhbhD996e8cDi2CyrPOvVlz9xzicz { color:#000000;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:10.625rem;left:1rem;height:3.5rem;font-style:normal;display:block; }
#JkEg6S90TwcXL3GHr9qwnnDIHb5T3Mph { z-index:100007;top:15.8125rem;left:1rem;background-color:#e53543;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s3VSe6qCTUZ1niDnByRpl5MkN5iWDdDN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L8KmoknTnRKlPuqEaSPdWFMMWHNxTVLA { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:28.75rem;top:9.1875rem;left:1rem;display:block; }
#KmpALuNrA2R4fQuv6D2KHr20AKpUVZsB { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:26.9375rem;top:4.21875rem;left:31.7353515625rem;display:block; }
#XWzaWeCf0UKIqRAtWxtvludxb4JrGXGv { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.875rem;width:34.1875rem;top:1.625rem;left:28.1376953125rem;overflow:hidden;display:block; }
#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(40,78,75,0.07);background-image:none;position:relative;display:block; }#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM > .row .container { background-color: transparent; background-image: none; }#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM > .row .container > .video-iframe-container { display: none; }#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM > .row > .video-iframe-container { display: none; }#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM > .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); }#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM > .row .container { border-width: 0; border-radius: 0; }#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#ATPRvAb8g5157meX3aBf9nUPTgUicb0L { background-color:#16355e;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:29.875rem;left:6.25rem;display:block; }
#PbC07IFORAuXFTlR4RKgTJHD5HDXz5z6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xi61K37Qgpx68vb1p8CDf71HZlWLZ9e7 { color:#000000;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.1875rem;height:2.1933625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ccHGa6dS3x4ZVOd5d9MeICePAHAaTOSn { color:#000000;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:7.6875rem;left:3.0625rem;height:;font-style:normal;display:block; }#ccHGa6dS3x4ZVOd5d9MeICePAHAaTOSn li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ccHGa6dS3x4ZVOd5d9MeICePAHAaTOSn li:before{  }
#aToo78uk6dIJdOQWLPWZNTVMGBg7MBEK { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.6875rem;width:27.5rem;top:1.75rem;left:1.25rem;display:block; }
#ry8nt0TtopSuW1bF4mlkGd6ke8xKhDfL { color:#000000;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:25.5869140625rem;left:6.1875rem;height:;text-align:center;text-align-last:center;display:block; }
#OGrLQiG1lHlKDle00Tdxk6O33afLunlq { color:#000000;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:32.25rem;height:2.1933625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N0LJWEerf04dfUPxF4Iecx97o4dxnyZe { color:#000000;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:7.75rem;left:33.125rem;height:;font-style:normal;display:block; }#N0LJWEerf04dfUPxF4Iecx97o4dxnyZe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N0LJWEerf04dfUPxF4Iecx97o4dxnyZe li:before{  }
#SiwfKPOefwxzNRCmudhRxhF68dzThlu3 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:25.5869140625rem;left:38.125rem;height:;text-align:center;text-align-last:center;display:block; }
#Ttul8V0GmGxBJdur0yJGJVI0IeAKFWa1 { background-color:#e53543;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:29.875rem;left:36.25rem;display:block; }
#Q73tWODilCfd34Pt00hQeKClBqXZLGRa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UKKzIZBbHWRXO5ltxPhpHxmDT19l7KGp { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.6875rem;width:27.5rem;top:1.8125rem;left:31.25rem;display:block; }
#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 { position:relative;display:block; }#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 { background-color: transparent; background-image: none; }#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 > .row .container > .video-iframe-container { display: none; }#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 > .row > .video-iframe-container { display: none; }#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 > .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); }#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 { border-width: 0; border-radius: 0; }#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 > .row .container { background-color: transparent; background-image: none; }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 > .row .container > .video-iframe-container { display: none; }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 > .row > .video-iframe-container { display: none; }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 > .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); }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 > .row .container { border-width: 0; border-radius: 0; }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;position:relative;display:block; }#wSUPNWxvZi8ZOdvGUiy2GGWmxawhTPlD { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:15.9375rem;width:13.5rem;top:4.5625rem;left:0.5625rem;display:block; }
#sEJcXfWVgKAU51700KaJJchnPGwsCZqx { color:#000000;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INTakqWGkS0ZkSiupqr6M58Ckl60eGZX { color:#333333;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.6;letter-spacing:0;top:13.25rem;left:1.6875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZTTtemRrMT2hJpaFpZbFGKGnqNt7Ofv { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:16.0625rem;width:13.5rem;top:4.5625rem;left:15.5625rem;display:block; }
#fJaKmaGrikQ8fJvn1na99GiO0KIyJqzk { color:#333333;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:13.25rem;left:16.6875rem;height:6.9995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bA8RuOEuJ6NXdTEG6MxuBvaNA13rgSWx { color:#000000;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.4375rem;left:15.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBkn3QNF2fsWdPHBEfJQ57bwEnbIIO1G { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:16.0625rem;width:13.5rem;top:4.5625rem;left:30.5625rem;display:block; }
#zQkThHtpyeLTQMtQbmdD2tmnt4Ipl2wI { color:#333333;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:13.25rem;left:31.6875rem;height:6.9995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aatszt76pwxqLneTBrkFBv3ZSLoZiPUc { color:#000000;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBabBbM2bxwh29ep1a5HyLsXLc4W0Fbr { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:16.25rem;width:13.5rem;top:4.5625rem;left:45.5625rem;display:block; }
#a30Iq0a6AaTpGkwT9KT2cuRcRHPGKRuE { color:#333333;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:13.25rem;left:46.6875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zC5O5dChSwMHn6oKbAQgXTilAB1OOJWS { color:#000000;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:10.4375rem;left:45.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rib1nB1LsCoSUWVKg87hcvLOiLWfeW2l { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DzvEOVLNoVrEBi1k6ucwk3s15W8ofR4e { box-sizing:content-box;color:#e53543;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:6.03125rem;left:35.84375rem;display:block; }
#uXvEHvFxGh2DwCekNSenqabuo7egGf4c { box-sizing:content-box;color:#e53543;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:6.1875rem;left:50.6875rem;display:block; }
#knDxcNAypB99TH0MLemTAsWVPcgHr3bV { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:4rem;top:6.59375rem;left:5.5rem;overflow:hidden;display:block; }
#VenJN9rWlGhQdVCiCTdgFUVKdC8yTvNs { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:2.5rem;top:6.5rem;left:21.25rem;overflow:hidden;display:block; }
#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk > .row .container { background-color: transparent; background-image: none; }#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk > .row .container > .video-iframe-container { display: none; }#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk > .row > .video-iframe-container { display: none; }#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk > .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); }#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk > .row .container { border-width: 0; border-radius: 0; }#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#G3qEUKiq9EehB8Acc43cEI1Ee9yr4VF4 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.5rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#Tmqb6gP6eUQyK16LmATLyFAghTTm0fHW { color:#44454b;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:10.3125rem;left:0.0625rem;height:5.94921875rem;display:block; }
#cCdJ3ipKmx8aXLWJgNFeVm7cmm9XxaDx { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.75rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#RQcswEc2pnaiEOw1puTMFHZTHJTtERpc { color:#44454b;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:22.5625rem;left:0.0625rem;height:2.9746125rem;display:block; }
#EMnG7axnBDt1aroI7DnIucNbF8wF8Lfu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.375rem;width:26.8125rem;top:6.5rem;left:16.625rem;overflow:hidden;display:block; }
#xedDtgaVF7mQ6iTfEe6xQ6viKpqXtwBD { position:absolute;display:block;z-index:100003;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:8.25rem;left:11.8125rem;display:block; }
#zB9i7xwQpHTwsQuTDwOWiTWwWCplcvAL { position:absolute;display:block;z-index:100006;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:20.75rem;left:11.75rem;display:block; }
#TSG3D92x8sDyOTav9t4kVqX3rQ8apH68 { position:absolute;display:block;z-index:100006;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:17.6875rem;left:14.1875rem;display:block; }
#ICUDhcumhTSQbfeUVQSKTsp996PpiCMo { position:absolute;display:block;z-index:100005;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:7.375rem;top:17.6875rem;left:14.3125rem;display:block; }
#Z5zrFv2EMcKnPDUqGaAgZOICL5Gof7eV { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #006618;border-left:0.125rem solid #006618;border-right:0.125rem solid #006618;border-bottom:0.125rem solid #006618;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;height:1rem;width:1rem;top:17.1875rem;left:21.5625rem;display:block; }
#Q4r8bgaWf4M61iJA0a5tKt9AKSqaaMTF { color:#44454b;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:22.5625rem;left:48.8125rem;height:5.94921875rem;display:block; }
#oFCSpsQeFObDK0UELKNcJmkIAn8ZA9lZ { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.75rem;left:48.75rem;height:3.25rem;font-style:normal;display:block; }
#TyUCzFKyybD9g5C8mJLB7gvhfN5P2HCp { color:#44454b;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:10.3125rem;left:48.75rem;height:5.94921875rem;display:block; }
#GKAtEAJAV16PM65kO4kpOpGMucVx1eIz { color:#000000;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.5rem;left:48.75rem;height:3.25rem;font-style:normal;display:block; }
#wr9M4EQihCuaXiqlkA5HosxC4pshTPUS { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #006618;border-left:0.125rem solid #006618;border-right:0.125rem solid #006618;border-bottom:0.125rem solid #006618;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;height:1rem;width:1rem;top:21rem;left:34.4375rem;display:block; }
#HtlEqSR7dUmIvsTGUvVTrv5m646A59Xw { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #006618;border-left:0.125rem solid #006618;border-right:0.125rem solid #006618;border-bottom:0.125rem solid #006618;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;height:1rem;width:1rem;top:8.9375rem;left:32.25rem;display:block; }
#VNlx3QuTAvZL6w2C5FflnQLRyRFchTBO { position:absolute;display:block;z-index:100009;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:0.125rem;top:8.1875rem;left:44.875rem;display:block; }
#pGTOcWxoOkKesDchuKVC690O3Zsn57fw { position:absolute;display:block;z-index:100008;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:11.4375rem;top:9.4375rem;left:33.5rem;display:block; }
#b6mFmflzSMTL0I37GnbkPKXpkh5CZ3kp { position:absolute;display:block;z-index:100009;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:8.0625rem;left:44.875rem;display:block; }
#FHh69el6oNlMKWR8C3mgZ0TtrTAvB2Pc { position:absolute;display:block;z-index:100012;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.0625rem;width:0.125rem;top:20.625rem;left:44.875rem;display:block; }
#pb3Q3WTf8eARGposdTnt65qUkErdWt4B { position:absolute;display:block;z-index:100012;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:20.5rem;left:44.875rem;display:block; }
#GAB8MMTaSmo2RpXBcRobow0FcflpAMRt { position:absolute;display:block;z-index:100011;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:9.25rem;top:21.5625rem;left:35.6875rem;display:block; }
#KmOAoUM12zQ7fOBtCrMzq20h1ELl4bht { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #006618;border-left:0.125rem solid #006618;border-right:0.125rem solid #006618;border-bottom:0.125rem solid #006618;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;height:1rem;width:1rem;top:9.625rem;left:25.3125rem;display:block; }
#kDFkMu1WP59pG6uCTfXWFOUkeOTCTqNI { position:absolute;display:block;z-index:100009;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:11rem;top:10.1875rem;left:14.3125rem;display:block; }
#WxkUhz48vdozRqxgVynn4ZrWSceTZiPH { position:absolute;display:block;z-index:100010;background-color:#006618;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:0.125rem;top:8.25rem;left:14.1875rem;display:block; }
#ERRkMNcgcWCDERmBsxuHCUFmRUTHmDvc { color:#000000;display:block;width:58rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aEcsrg6ASdIsCCsa3AobTIqivm7A7uUH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.125rem;width:60rem;display:none; }
#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e { position:relative;display:block; }#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e { background-color: transparent; background-image: none; }#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e > .row .container > .video-iframe-container { display: none; }#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e > .row > .video-iframe-container { display: none; }#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e > .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); }#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e { border-width: 0; border-radius: 0; }#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;position:relative;display:block; }#Jz52GlE7nr3EuqUyJ8mtklaqUfcN8sXm { position:absolute;display:block;z-index:100000;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #16355e;border-left:0.125rem solid #16355e;border-right:0.125rem solid #16355e;border-bottom:0.125rem solid #16355e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:45.75rem;width:18.75rem;top:1.25rem;left:0.5rem;display:block; }
#EgXmHCcWyTi3nehfDpP7z0FRixHI34Pq { position:absolute;display:block;z-index:100001;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e53543;border-left:0.125rem solid #e53543;border-right:0.125rem solid #e53543;border-bottom:0.125rem solid #e53543;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:45.75rem;width:18.75rem;top:1.25rem;left:20.4375rem;display:block; }
#vtw6scMZ1HWZqlIWOvbl7CUdPqAge5Au { position:absolute;display:block;z-index:100002;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #16355e;border-left:0.125rem solid #16355e;border-right:0.125rem solid #16355e;border-bottom:0.125rem solid #16355e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:45.75rem;width:18.75rem;top:1.25rem;left:40.4375rem;display:block; }
#opp9kpRKDqfx0dUKJHBFub0ke7PlAZiM { color:#1c1c1c;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.5625rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BJ0vNqKG51mdd6O2THAWI0voA4qVGITw { color:#202020;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.5625rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SdruHf0KvDWPgkb5GZCa72I0pZGcfFoH { color:#202020;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:41.5625rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WSCIoOfAFezUJ8SoUPScP6eTnz71BPOL { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:1.5625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }#WSCIoOfAFezUJ8SoUPScP6eTnz71BPOL li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#WSCIoOfAFezUJ8SoUPScP6eTnz71BPOL li:before{  }
#QGRzTGI2a4QSlNB9dIqmLB80ZAbmdD3n { color:#1a1a1a;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:18.9375rem;left:1.03125rem;height:14rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mVykTQTpmTCvlgS9lSTVR1f9s0JiMHS7 { color:#2a2a2a;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:2;letter-spacing:0;top:18.9375rem;left:21.03125rem;height:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eAbs8tTToJ1kuuQ3LUksbJlU37gN9qEf { color:#2a2a2a;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100008;line-height:2;letter-spacing:0;top:18.9375rem;left:41.03125rem;height:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SiGBzrS9Sv1WTvwgw7KD54D0bXHgiRco { position:absolute;display:block;z-index:100009;background-color:#16355e;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;height:0.3125rem;width:12.5rem;top:7rem;left:3.75rem;display:block; }
#wcvDdqr9HhiUmqW6XaOaxL0PGV6X1GFX { position:absolute;display:block;z-index:100010;background-color:#e53543;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;height:0.3125rem;width:12.5rem;top:7rem;left:23.75rem;display:block; }
#BkzgCfckOEEbT1CfJG0kG0LdrMDIlKN5 { position:absolute;display:block;z-index:100011;background-color:#16355e;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;height:0.3125rem;width:12.5rem;top:7rem;left:43.75rem;display:block; }
#OBpVS4zN2dnzqrnoMis1pEsWX6seG4yq { color:#1c1c1c;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:38.643753051757rem;left:1.5rem;height:3.33125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N5VlHQTegDSRNJvayWNkZ3Vp79dA68kw { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:38.643753051757rem;left:21.5rem;height:3.33125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThPIZJJyFz0ERMQyfi0mxywllxOTLP9C { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:38.643753051757rem;left:41.5rem;height:3.33125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Co3h1SSUAVecqa71kec0meisCw0A5i28 { color:#1e1e1e;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:8.359375rem;left:1.5625rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#unhTU3UpVHnd5k37B924USIKgORgcUKE { color:#1e1e1e;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:8.359375rem;left:21.5625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ev6eyZ76D2VFP7mgFrAVtKahzVX8nNWA { color:#1e1e1e;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:8.359375rem;left:41.5625rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pt4tyzVf4ZaV8CHFvXsZxhfZQoreChRO { background-color:#16355e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:42.75rem;left:1.25rem;display:block; }
#y3t26XUf2hAitQfRRTmk3MkTGBTklvaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oMFiUfTOVZ918kl1dnw9nyC6MvO8mPF1 { background-color:#16355e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:42.75rem;left:41.25rem;display:block; }
#oBn4b2ymtuAiB77HrFZD3E2wrt9pVIQF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T1Bt6awz5GRWeuIfru6pFcZ7mRvnGU2l { background-color:#e53543;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:42.75rem;left:21.25rem;display:block; }
#PURLGeOHLFPODHpfTarahwiEZZTACU4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eFpRv9tuQzgq2nFpcgEq3WhtHr3fHMFS { box-sizing:content-box;color:#16355e;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:15.4375rem;left:8.4375rem;display:block; }
#LeK4rAuDX3ip4iah7srEBPLiem7RTMVf { box-sizing:content-box;color:#e53543;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:15.4375rem;left:28.4375rem;display:block; }
#yxDXzqBbeTZiU8kyxM5sOptD2INHT2Wm { box-sizing:content-box;color:#16355e;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:15.4375rem;left:48.4375rem;display:block; }
#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl { position:relative;display:block; }#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl { background-color: transparent; background-image: none; }#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl > .row .container > .video-iframe-container { display: none; }#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl > .row > .video-iframe-container { display: none; }#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl > .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); }#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl { border-width: 0; border-radius: 0; }#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#LCJUPy1H9DUOfrKFqaksOw9y7PKSL4kc { color:#5b5b5b;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:30.450000762939rem;left:2.1875rem;height:2.1125rem;text-align:left;text-align-last:left;display:none; }
#PN9aBSPafzctdMKhskafTdydEQBgmoXU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/535ba67b-fb28-45d3-b85c-36e54e0459c4/pexelsmartproduction7709161.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU.adaptive-delivery-prevent-bg, #PN9aBSPafzctdMKhskafTdydEQBgmoXU.lazyload, #PN9aBSPafzctdMKhskafTdydEQBgmoXU.lazyloading { background-image: none; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row .container { background-color: transparent; background-image: none; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row .container > .video-iframe-container { display: none; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row > .video-iframe-container { display: none; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .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); }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row .container { border-width: 0; border-radius: 0; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#lLSbhDDDdtgnBTKNmZBUdTcLIhEz7qJQ { color:#ffffff;display:block;width:31rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4rem;left:1.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w75MTyxBZOHdZT9GGKLkUsbM1BRoMueG { background-color:#16355e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:21.6875rem;left:1.5rem;display:block; }
#U9iBqVoRHOVtTvIOdkO7kTWgdZ6y5TNQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FAoErLRwiNlpqzAdc3ZK7U2TFq92m0M4 { color:#efdfdf;display:block;width:29.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.25rem;left:1.5rem;height:7.1996875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo { position:relative;display:block; }#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo { background-color: transparent; background-image: none; }#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo > .row .container > .video-iframe-container { display: none; }#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo > .row > .video-iframe-container { display: none; }#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo > .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); }#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo { border-width: 0; border-radius: 0; }#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.375rem;width:60rem;position:relative;display:block; }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;background-image:none;position:relative;display:block; }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT > .row .container { background-color: transparent; background-image: none; }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT > .row .container > .video-iframe-container { display: none; }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT > .row > .video-iframe-container { display: none; }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT > .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); }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT > .row .container { border-width: 0; border-radius: 0; }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#DRTA80mOcULPZFAqfGsTCnaPLbxNFFxM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:30.75rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vbeIyVe9TiN2XdhIWgqyzxZynqpZLmhi { color:#ffffff;display:block;width:56rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcIxPSmKSOvZDocv90pnIR1qX4rwhHEP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:5.6875rem;top:2.2750015258789rem;left:11.1875rem;overflow:hidden;display:block; }
#WUBDIP52uMv723rkSKG3oJmnxOodnMaE { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:9.0625rem;top:2.0562515258789rem;left:1.5rem;overflow:hidden;display:block; }
#AfSmOHtaBbfafWDm0HIKiQdD2Cw92EW1 { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:44.5rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP { display:block; }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5ghLFntHeZuTLXO39I1cfq489p6piOI { top:0.625rem;left:0rem;width:9.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSMQXm0F3gaxXev8088TZqLw1oLnvlOd { top:1.4375rem;left:27.75rem;width:4.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skaF4rBprKNsIbahL1nNWauI0T4awiHf { top:1.4375rem;left:32.125rem;width:5.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q11ZgvwlFAwCnTznriaTpavuMVxyazcB { top:1.4375rem;left:37.4375rem;width:5.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRS190y4Tg1ToZ03vt9faSggfl3PDo9F { top:0.625rem;left:4.8125rem;width:7.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfpty9T6LgeBTnGIhWgvEZ8818G4y1Wc { top:1.4375rem;left:42.25rem;width:5.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azODhVmRiesi3uTwwfy8sA852T4BuTu2 { top:1.4375rem;left:20rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXRE71aPMUgZ5P2yyoflADc6dDQG14Az { top:1.4375rem;left:42.25rem;width:5.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ { display:block; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpVfOmC64Og5eDXGKOt3c8qR1w1SUKO1 { top:3rem;left:0rem;width:32.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXozIUVAuMAO47Dv1qdZfV8vOJvkfM0i { top:5.0625rem;left:0rem;width:36.4375rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfnLhbhD996e8cDi2CyrPOvVlz9xzicz { top:10.625rem;left:0rem;width:25.125rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkEg6S90TwcXL3GHr9qwnnDIHb5T3Mph { top:15.8125rem;left:0rem;width:21.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3VSe6qCTUZ1niDnByRpl5MkN5iWDdDN { display:block; }
 }@media only screen and (max-width: 763px) { #L8KmoknTnRKlPuqEaSPdWFMMWHNxTVLA { top:9.1875rem;left:0rem;width:28.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmpALuNrA2R4fQuv6D2KHr20AKpUVZsB { top:4.1875rem;left:20.8125rem;width:26.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWzaWeCf0UKIqRAtWxtvludxb4JrGXGv { top:1.625rem;left:13.4375rem;width:34.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM { display:block; }#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATPRvAb8g5157meX3aBf9nUPTgUicb0L { width:17.5rem;height:3.4375rem;top:29.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbC07IFORAuXFTlR4RKgTJHD5HDXz5z6 { display:block; }
 }@media only screen and (max-width: 763px) { #Xi61K37Qgpx68vb1p8CDf71HZlWLZ9e7 { top:3.375rem;left:0rem;width:25.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccHGa6dS3x4ZVOd5d9MeICePAHAaTOSn { top:7.6875rem;left:0rem;width:23.75rem;height:;font-size:1rem;display:block; }#ccHGa6dS3x4ZVOd5d9MeICePAHAaTOSn li:before{  }
 }@media only screen and (max-width: 763px) { #aToo78uk6dIJdOQWLPWZNTVMGBg7MBEK { top:1.75rem;left:0rem;width:27.5rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry8nt0TtopSuW1bF4mlkGd6ke8xKhDfL { top:25.5625rem;left:3.125rem;width:17.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGrLQiG1lHlKDle00Tdxk6O33afLunlq { top:3.4375rem;left:22.25rem;width:25.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0LJWEerf04dfUPxF4Iecx97o4dxnyZe { top:7.75rem;left:23.9375rem;width:23.75rem;height:;font-size:1rem;display:block; }#N0LJWEerf04dfUPxF4Iecx97o4dxnyZe li:before{  }
 }@media only screen and (max-width: 763px) { #SiwfKPOefwxzNRCmudhRxhF68dzThlu3 { top:25.5625rem;left:28.9375rem;width:13.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttul8V0GmGxBJdur0yJGJVI0IeAKFWa1 { width:17.5rem;height:3.4375rem;top:29.875rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q73tWODilCfd34Pt00hQeKClBqXZLGRa { display:block; }
 }@media only screen and (max-width: 763px) { #UKKzIZBbHWRXO5ltxPhpHxmDT19l7KGp { top:1.8125rem;left:20.25rem;width:27.5rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 { display:block; }#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 { display:block; }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSUPNWxvZi8ZOdvGUiy2GGWmxawhTPlD { width:13.5rem;height:15.9375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEJcXfWVgKAU51700KaJJchnPGwsCZqx { width:13.125rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INTakqWGkS0ZkSiupqr6M58Ckl60eGZX { width:11.625rem;height:5.5625rem;top:13.25rem;left:0.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTTtemRrMT2hJpaFpZbFGKGnqNt7Ofv { width:13.5rem;height:16.0625rem;top:4.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJaKmaGrikQ8fJvn1na99GiO0KIyJqzk { width:11.625rem;height:7rem;top:13.25rem;left:12.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA8RuOEuJ6NXdTEG6MxuBvaNA13rgSWx { width:13.125rem;height:1.625rem;top:10.4375rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBkn3QNF2fsWdPHBEfJQ57bwEnbIIO1G { width:13.5rem;height:16.0625rem;top:4.5625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQkThHtpyeLTQMtQbmdD2tmnt4Ipl2wI { width:11.625rem;height:7rem;top:13.25rem;left:24.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aatszt76pwxqLneTBrkFBv3ZSLoZiPUc { width:13.125rem;height:1.625rem;top:10.4375rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBabBbM2bxwh29ep1a5HyLsXLc4W0Fbr { width:13.5rem;height:16.25rem;top:4.5625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30Iq0a6AaTpGkwT9KT2cuRcRHPGKRuE { width:11.625rem;height:4.1875rem;top:13.25rem;left:35.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC5O5dChSwMHn6oKbAQgXTilAB1OOJWS { width:13.125rem;height:1.625rem;top:10.4375rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rib1nB1LsCoSUWVKg87hcvLOiLWfeW2l { top:1.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzvEOVLNoVrEBi1k6ucwk3s15W8ofR4e { top:6rem;left:28.1875rem;width:3.9375rem;height:3.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXvEHvFxGh2DwCekNSenqabuo7egGf4c { top:6.1875rem;left:39.96875rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #knDxcNAypB99TH0MLemTAsWVPcgHr3bV { top:6.5625rem;left:3.96875rem;width:4rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VenJN9rWlGhQdVCiCTdgFUVKdC8yTvNs { top:6.5rem;left:16.65625rem;width:2.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk { display:block; }#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3qEUKiq9EehB8Acc43cEI1Ee9yr4VF4 { width:11.25rem;height:3.25rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmqb6gP6eUQyK16LmATLyFAghTTm0fHW { width:11.25rem;height:5.9375rem;top:10.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCdJ3ipKmx8aXLWJgNFeVm7cmm9XxaDx { width:11.1875rem;height:3.25rem;top:18.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQcswEc2pnaiEOw1puTMFHZTHJTtERpc { width:11.1875rem;height:2.9375rem;top:22.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMnG7axnBDt1aroI7DnIucNbF8wF8Lfu { width:26.8125rem;height:17.375rem;top:6.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xedDtgaVF7mQ6iTfEe6xQ6viKpqXtwBD { width:2.5rem;height:0.125rem;top:8.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB9i7xwQpHTwsQuTDwOWiTWwWCplcvAL { width:2.5rem;height:0.125rem;top:20.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSG3D92x8sDyOTav9t4kVqX3rQ8apH68 { width:0.125rem;height:3.125rem;top:17.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICUDhcumhTSQbfeUVQSKTsp996PpiCMo { width:7.375rem;height:0.125rem;top:17.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zrFv2EMcKnPDUqGaAgZOICL5Gof7eV { width:1rem;height:1rem;top:17.1875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4r8bgaWf4M61iJA0a5tKt9AKSqaaMTF { width:11.1875rem;height:5.9375rem;top:22.5625rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFCSpsQeFObDK0UELKNcJmkIAn8ZA9lZ { width:11.1875rem;height:3.25rem;top:18.75rem;left:36.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUCzFKyybD9g5C8mJLB7gvhfN5P2HCp { width:11.25rem;height:5.9375rem;top:10.3125rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKAtEAJAV16PM65kO4kpOpGMucVx1eIz { width:11.25rem;height:3.25rem;top:6.5rem;left:36.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr9M4EQihCuaXiqlkA5HosxC4pshTPUS { width:1rem;height:1rem;top:21rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtlEqSR7dUmIvsTGUvVTrv5m646A59Xw { width:1rem;height:1rem;top:8.9375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNlx3QuTAvZL6w2C5FflnQLRyRFchTBO { width:0.125rem;height:1.375rem;top:8.1875rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTOcWxoOkKesDchuKVC690O3Zsn57fw { width:11.4375rem;height:0.125rem;top:9.4375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6mFmflzSMTL0I37GnbkPKXpkh5CZ3kp { width:2.5rem;height:0.125rem;top:8.0625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHh69el6oNlMKWR8C3mgZ0TtrTAvB2Pc { width:0.125rem;height:1.0625rem;top:20.625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb3Q3WTf8eARGposdTnt65qUkErdWt4B { width:2.5rem;height:0.125rem;top:20.5rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAB8MMTaSmo2RpXBcRobow0FcflpAMRt { width:9.25rem;height:0.125rem;top:21.5625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmOAoUM12zQ7fOBtCrMzq20h1ELl4bht { width:1rem;height:1rem;top:9.625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDFkMu1WP59pG6uCTfXWFOUkeOTCTqNI { width:11rem;height:0.125rem;top:10.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxkUhz48vdozRqxgVynn4ZrWSceTZiPH { width:0.125rem;height:2.0625rem;top:8.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERRkMNcgcWCDERmBsxuHCUFmRUTHmDvc { top:1.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEcsrg6ASdIsCCsa3AobTIqivm7A7uUH { width:47.75rem;height:27.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e { display:block; }#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz52GlE7nr3EuqUyJ8mtklaqUfcN8sXm { top:1.25rem;left:0rem;width:18.75rem;height:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgXmHCcWyTi3nehfDpP7z0FRixHI34Pq { top:1.25rem;left:12.75rem;width:18.75rem;height:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtw6scMZ1HWZqlIWOvbl7CUdPqAge5Au { top:1.25rem;left:28.625rem;width:18.75rem;height:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #opp9kpRKDqfx0dUKJHBFub0ke7PlAZiM { top:2.4375rem;left:0rem;width:16.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ0vNqKG51mdd6O2THAWI0voA4qVGITw { top:2.4375rem;left:14.875rem;width:16.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdruHf0KvDWPgkb5GZCa72I0pZGcfFoH { top:2.4375rem;left:30.75rem;width:16.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSCIoOfAFezUJ8SoUPScP6eTnz71BPOL { top:1.5rem;left:0rem;width:16.875rem;height:1.625rem;font-size:1.25rem;display:block; }#WSCIoOfAFezUJ8SoUPScP6eTnz71BPOL li:before{  }
 }@media only screen and (max-width: 763px) { #QGRzTGI2a4QSlNB9dIqmLB80ZAbmdD3n { top:18.9375rem;left:0rem;width:17.9375rem;height:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVykTQTpmTCvlgS9lSTVR1f9s0JiMHS7 { top:18.9375rem;left:13.8125rem;width:17.9375rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAbs8tTToJ1kuuQ3LUksbJlU37gN9qEf { top:18.9375rem;left:29.6875rem;width:17.9375rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiGBzrS9Sv1WTvwgw7KD54D0bXHgiRco { top:7rem;left:1.6875rem;width:12.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcvDdqr9HhiUmqW6XaOaxL0PGV6X1GFX { top:7rem;left:17.5625rem;width:12.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkzgCfckOEEbT1CfJG0kG0LdrMDIlKN5 { top:7rem;left:33.4375rem;width:12.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBpVS4zN2dnzqrnoMis1pEsWX6seG4yq { top:38.625rem;left:0rem;width:16.875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5VlHQTegDSRNJvayWNkZ3Vp79dA68kw { top:38.625rem;left:14.875rem;width:16.875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPIZJJyFz0ERMQyfi0mxywllxOTLP9C { top:38.625rem;left:30.75rem;width:16.875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co3h1SSUAVecqa71kec0meisCw0A5i28 { top:8.3125rem;left:0rem;width:16.875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unhTU3UpVHnd5k37B924USIKgORgcUKE { top:8.3125rem;left:14.875rem;width:16.875rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev6eyZ76D2VFP7mgFrAVtKahzVX8nNWA { top:8.3125rem;left:30.75rem;width:16.875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt4tyzVf4ZaV8CHFvXsZxhfZQoreChRO { width:17.5rem;height:3.4375rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3t26XUf2hAitQfRRTmk3MkTGBTklvaA { display:block; }
 }@media only screen and (max-width: 763px) { #oMFiUfTOVZ918kl1dnw9nyC6MvO8mPF1 { width:17.5rem;height:3.4375rem;top:42.75rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBn4b2ymtuAiB77HrFZD3E2wrt9pVIQF { display:block; }
 }@media only screen and (max-width: 763px) { #T1Bt6awz5GRWeuIfru6pFcZ7mRvnGU2l { width:17.5rem;height:3.4375rem;top:42.75rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PURLGeOHLFPODHpfTarahwiEZZTACU4W { display:block; }
 }@media only screen and (max-width: 763px) { #eFpRv9tuQzgq2nFpcgEq3WhtHr3fHMFS { top:15.4375rem;left:6.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeK4rAuDX3ip4iah7srEBPLiem7RTMVf { top:15.4375rem;left:22.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxDXzqBbeTZiU8kyxM5sOptD2INHT2Wm { top:15.4375rem;left:38.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl { display:block; }#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCJUPy1H9DUOfrKFqaksOw9y7PKSL4kc { top:30.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PN9aBSPafzctdMKhskafTdydEQBgmoXU { display:block; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLSbhDDDdtgnBTKNmZBUdTcLIhEz7qJQ { top:4rem;left:0rem;width:31rem;height:6rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w75MTyxBZOHdZT9GGKLkUsbM1BRoMueG { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9iBqVoRHOVtTvIOdkO7kTWgdZ6y5TNQ { display:block; }
 }@media only screen and (max-width: 763px) { #FAoErLRwiNlpqzAdc3ZK7U2TFq92m0M4 { width:29.125rem;height:2.375rem;top:12.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8lRi5yDcmMHCiLqgTRI34v40RpbISlo { display:block; }#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT { display:block; }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRTA80mOcULPZFAqfGsTCnaPLbxNFFxM { top:2.6875rem;left:24.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbeIyVe9TiN2XdhIWgqyzxZynqpZLmhi { top:6.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcIxPSmKSOvZDocv90pnIR1qX4rwhHEP { top:2.25rem;left:5.0625rem;width:5.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUBDIP52uMv723rkSKG3oJmnxOodnMaE { top:2rem;left:0rem;width:9.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfSmOHtaBbfafWDm0HIKiQdD2Cw92EW1 { top:2.6875rem;left:33.6875rem;width:14.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP { display:block; }#KyFU8BuPkTqvZim6Ck1QVbbkiZrUvcOP > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5ghLFntHeZuTLXO39I1cfq489p6piOI { width:9.4375rem;height:2.875rem;top:1rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSMQXm0F3gaxXev8088TZqLw1oLnvlOd { width:5.5rem;height:0;top:12.04980625rem;left:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #skaF4rBprKNsIbahL1nNWauI0T4awiHf { width:5.5rem;height:0;top:14.5996125rem;left:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q11ZgvwlFAwCnTznriaTpavuMVxyazcB { width:5.5rem;height:0;top:17.14941875rem;left:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRS190y4Tg1ToZ03vt9faSggfl3PDo9F { width:7.75rem;height:2.875rem;top:1rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfpty9T6LgeBTnGIhWgvEZ8818G4y1Wc { width:5.5rem;height:auto;top:1.4375rem;left:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #azODhVmRiesi3uTwwfy8sA852T4BuTu2 { width:7.8125rem;height:auto;top:1.4375rem;left:6.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXRE71aPMUgZ5P2yyoflADc6dDQG14Az { width:5.5rem;height:auto;top:1.4375rem;left:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ.adaptive-delivery-prevent-bg, #oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ.lazyload, #oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ.lazyloading { background-image: none; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row .container { background-color: transparent; background-image: none; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row .container > .video-iframe-container { display: none; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row > .video-iframe-container { display: none; }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .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); }#oM3UnU3FsRcylgiG5ANTGNm9H407aSbZ > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpVfOmC64Og5eDXGKOt3c8qR1w1SUKO1 { width:20rem;height:3.8984375rem;top:0.2265625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #wXozIUVAuMAO47Dv1qdZfV8vOJvkfM0i { width:16.5rem;height:5.3984375rem;top:4.125rem;left:1.75rem;font-size:2.25rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #ZfnLhbhD996e8cDi2CyrPOvVlz9xzicz { width:17rem;height:4.72265625rem;top:11.25rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #JkEg6S90TwcXL3GHr9qwnnDIHb5T3Mph { top:17.1875rem;left:0.25rem;width:19.5rem;height:3.75rem;background-color:#e53543;background-image:none;font-family:lato;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3VSe6qCTUZ1niDnByRpl5MkN5iWDdDN { display:block; }
 }@media only screen and (max-width: 763px) { #L8KmoknTnRKlPuqEaSPdWFMMWHNxTVLA { width:18.75rem;height:0.1875rem;top:10.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmpALuNrA2R4fQuv6D2KHr20AKpUVZsB { height:8.5rem;width:15.5rem;top:23.875rem;left:2.2509765625rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #XWzaWeCf0UKIqRAtWxtvludxb4JrGXGv { width:20rem;height:11.627056672761rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM { display:block; }#PSpNh6HA5WCDUGaLHi5o68zaWTbTPIsM > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATPRvAb8g5157meX3aBf9nUPTgUicb0L { width:17.5rem;height:3.4375rem;top:24.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbC07IFORAuXFTlR4RKgTJHD5HDXz5z6 { display:block; }
 }@media only screen and (max-width: 763px) { #Xi61K37Qgpx68vb1p8CDf71HZlWLZ9e7 { width:20rem;height:4.7109375rem;top:2.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccHGa6dS3x4ZVOd5d9MeICePAHAaTOSn { width:18.75rem;height:13.6055rem;top:7.0234375rem;left:0.625rem;font-size:1rem;display:block; }#ccHGa6dS3x4ZVOd5d9MeICePAHAaTOSn li:before{  }
 }@media only screen and (max-width: 763px) { #aToo78uk6dIJdOQWLPWZNTVMGBg7MBEK { width:20rem;height:27.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry8nt0TtopSuW1bF4mlkGd6ke8xKhDfL { width:13.75rem;height:2.1933625rem;top:21.4375rem;left:3.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGrLQiG1lHlKDle00Tdxk6O33afLunlq { width:20rem;height:2.35546875rem;top:31.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0LJWEerf04dfUPxF4Iecx97o4dxnyZe { width:20rem;height:10.036125rem;top:35.9375rem;left:0rem;font-size:1rem;display:block; }#N0LJWEerf04dfUPxF4Iecx97o4dxnyZe li:before{  }
 }@media only screen and (max-width: 763px) { #SiwfKPOefwxzNRCmudhRxhF68dzThlu3 { width:13.75rem;height:2.1933625rem;top:47.875rem;left:3.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttul8V0GmGxBJdur0yJGJVI0IeAKFWa1 { width:17.5rem;height:3.4375rem;top:52.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q73tWODilCfd34Pt00hQeKClBqXZLGRa { display:block; }
 }@media only screen and (max-width: 763px) { #UKKzIZBbHWRXO5ltxPhpHxmDT19l7KGp { width:20rem;height:27.0625rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 { display:block; }#Nnr6N0pFNAWTbB2FWsgTObgIGbQvKCK8 > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 { display:block; }#nKHSmoed8do16pV3m7v4BuVhLZyXaJ47 > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSUPNWxvZi8ZOdvGUiy2GGWmxawhTPlD { width:13.5rem;height:13.25rem;top:3.8500003814698rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEJcXfWVgKAU51700KaJJchnPGwsCZqx { width:13.125rem;height:1.4625rem;top:8.9375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INTakqWGkS0ZkSiupqr6M58Ckl60eGZX { width:13.125rem;height:5.59765625rem;top:10.9375rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZTTtemRrMT2hJpaFpZbFGKGnqNt7Ofv { width:13.5rem;height:13.625rem;top:18.287498474121rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJaKmaGrikQ8fJvn1na99GiO0KIyJqzk { width:13.125rem;height:5.59765625rem;top:25.375rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bA8RuOEuJ6NXdTEG6MxuBvaNA13rgSWx { width:13.125rem;height:1.4625rem;top:23.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBkn3QNF2fsWdPHBEfJQ57bwEnbIIO1G { width:13.5rem;height:12.625rem;top:33.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQkThHtpyeLTQMtQbmdD2tmnt4Ipl2wI { width:13.125rem;height:5.59765625rem;top:39.8125rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aatszt76pwxqLneTBrkFBv3ZSLoZiPUc { width:13.125rem;height:1.4625rem;top:37.974998474121rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBabBbM2bxwh29ep1a5HyLsXLc4W0Fbr { width:13.5rem;height:11.6875rem;top:48.987499237061rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30Iq0a6AaTpGkwT9KT2cuRcRHPGKRuE { width:13.125rem;height:4.1982375rem;top:55.5625rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zC5O5dChSwMHn6oKbAQgXTilAB1OOJWS { width:13.125rem;height:1.4625rem;top:53.386459350586rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rib1nB1LsCoSUWVKg87hcvLOiLWfeW2l { width:20rem;height:2.6rem;top:0.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzvEOVLNoVrEBi1k6ucwk3s15W8ofR4e { width:3.125rem;height:3.125rem;top:34.261459350586rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXvEHvFxGh2DwCekNSenqabuo7egGf4c { width:3.125rem;height:3.125rem;top:49.761459350586rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knDxcNAypB99TH0MLemTAsWVPcgHr3bV { width:4rem;height:2.8125rem;top:4.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #VenJN9rWlGhQdVCiCTdgFUVKdC8yTvNs { width:2.5rem;height:3rem;top:18.912498474121rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk { display:block; }#Nvc3rkqBA8yHwBMKqgQ9rCKHo2pt7FIk > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3qEUKiq9EehB8Acc43cEI1Ee9yr4VF4 { width:19.3125rem;height:1.4625rem;top:22.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Tmqb6gP6eUQyK16LmATLyFAghTTm0fHW { width:19.3125rem;height:5.41699375rem;top:23.625rem;left:0.4375rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCdJ3ipKmx8aXLWJgNFeVm7cmm9XxaDx { width:19.3125rem;height:1.4625rem;top:44.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #RQcswEc2pnaiEOw1puTMFHZTHJTtERpc { width:19.3125rem;height:3.3984375rem;top:40.487499237061rem;left:0rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EMnG7axnBDt1aroI7DnIucNbF8wF8Lfu { width:10.5rem;height:6.8125rem;top:9.3125rem;left:4.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xedDtgaVF7mQ6iTfEe6xQ6viKpqXtwBD { width:2.5rem;height:0.125rem;top:8.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zB9i7xwQpHTwsQuTDwOWiTWwWCplcvAL { width:2.5rem;height:0.125rem;top:74.1875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSG3D92x8sDyOTav9t4kVqX3rQ8apH68 { width:0.125rem;height:3.125rem;top:91.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICUDhcumhTSQbfeUVQSKTsp996PpiCMo { width:7.5rem;height:0.125rem;top:89.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5zrFv2EMcKnPDUqGaAgZOICL5Gof7eV { width:6rem;height:6rem;top:63.1875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4r8bgaWf4M61iJA0a5tKt9AKSqaaMTF { width:19.3125rem;height:5.09765625rem;top:46.525001525879rem;left:0.34375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #oFCSpsQeFObDK0UELKNcJmkIAn8ZA9lZ { width:19.3125rem;height:2.923825rem;top:37.5625rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TyUCzFKyybD9g5C8mJLB7gvhfN5P2HCp { width:19.3125rem;height:5.09765625rem;top:31.4375rem;left:0.375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GKAtEAJAV16PM65kO4kpOpGMucVx1eIz { width:19.3125rem;height:1.4625rem;top:30rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #wr9M4EQihCuaXiqlkA5HosxC4pshTPUS { width:6rem;height:6rem;top:48rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtlEqSR7dUmIvsTGUvVTrv5m646A59Xw { width:6rem;height:6rem;top:32.6875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNlx3QuTAvZL6w2C5FflnQLRyRFchTBO { width:0.125rem;height:3.125rem;top:53.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGTOcWxoOkKesDchuKVC690O3Zsn57fw { width:5.125rem;height:0.125rem;top:62.3125rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6mFmflzSMTL0I37GnbkPKXpkh5CZ3kp { width:2.5rem;height:0.125rem;top:6.9375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHh69el6oNlMKWR8C3mgZ0TtrTAvB2Pc { width:0.125rem;height:2.5rem;top:75.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pb3Q3WTf8eARGposdTnt65qUkErdWt4B { width:2.5rem;height:0.125rem;top:72.8125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAB8MMTaSmo2RpXBcRobow0FcflpAMRt { width:4.625rem;height:0.125rem;top:88.4375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmOAoUM12zQ7fOBtCrMzq20h1ELl4bht { width:1rem;height:1rem;top:83.62499809265rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDFkMu1WP59pG6uCTfXWFOUkeOTCTqNI { width:11rem;height:0.125rem;top:10.1875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxkUhz48vdozRqxgVynn4ZrWSceTZiPH { width:0.125rem;height:2.0625rem;top:8.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERRkMNcgcWCDERmBsxuHCUFmRUTHmDvc { width:18.375rem;height:3.736325rem;top:1.1875rem;left:0.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEcsrg6ASdIsCCsa3AobTIqivm7A7uUH { top:8.1103515625rem;left:1.1875rem;width:17.625rem;height:10.1875rem;z-index:100013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e { display:block; }#zTO1e5ILO1qQteSJIRETKl9JeHCWyb4e > .row .container { width:20rem;height:133.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz52GlE7nr3EuqUyJ8mtklaqUfcN8sXm { width:18.75rem;height:41.0625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgXmHCcWyTi3nehfDpP7z0FRixHI34Pq { width:18.75rem;height:43.4375rem;top:44rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtw6scMZ1HWZqlIWOvbl7CUdPqAge5Au { width:18.75rem;height:43.25rem;top:88.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opp9kpRKDqfx0dUKJHBFub0ke7PlAZiM { width:16.875rem;height:3.574225rem;top:2.3125rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ0vNqKG51mdd6O2THAWI0voA4qVGITw { width:16.875rem;height:3.574225rem;top:45.1875rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdruHf0KvDWPgkb5GZCa72I0pZGcfFoH { width:16.875rem;height:3.574225rem;top:89.6875rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSCIoOfAFezUJ8SoUPScP6eTnz71BPOL { width:16.875rem;height:0;top:1.375rem;left:1.5625rem;font-size:1.25rem;display:block; }#WSCIoOfAFezUJ8SoUPScP6eTnz71BPOL li:before{  }
 }@media only screen and (max-width: 763px) { #QGRzTGI2a4QSlNB9dIqmLB80ZAbmdD3n { width:17.9375rem;height:14rem;top:18rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVykTQTpmTCvlgS9lSTVR1f9s0JiMHS7 { width:17.9375rem;height:18rem;top:60.875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAbs8tTToJ1kuuQ3LUksbJlU37gN9qEf { width:17.9375rem;height:18rem;top:105.375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiGBzrS9Sv1WTvwgw7KD54D0bXHgiRco { width:12.5rem;height:0.3125rem;top:6.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcvDdqr9HhiUmqW6XaOaxL0PGV6X1GFX { width:12.5rem;height:0.3125rem;top:49.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkzgCfckOEEbT1CfJG0kG0LdrMDIlKN5 { width:12.5rem;height:0.3125rem;top:94.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBpVS4zN2dnzqrnoMis1pEsWX6seG4yq { width:16.875rem;height:2.6rem;top:34.706249237061rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5VlHQTegDSRNJvayWNkZ3Vp79dA68kw { width:16.875rem;height:2.6rem;top:79.9375rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPIZJJyFz0ERMQyfi0mxywllxOTLP9C { width:16.875rem;height:2.6rem;top:124.5625rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co3h1SSUAVecqa71kec0meisCw0A5i28 { width:16.875rem;height:4.21875rem;top:8.234375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unhTU3UpVHnd5k37B924USIKgORgcUKE { width:16.875rem;height:5.625rem;top:51.125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev6eyZ76D2VFP7mgFrAVtKahzVX8nNWA { width:16.875rem;height:6.09375rem;top:95.625rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt4tyzVf4ZaV8CHFvXsZxhfZQoreChRO { width:17.5rem;height:3.4375rem;top:38rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3t26XUf2hAitQfRRTmk3MkTGBTklvaA { display:block; }
 }@media only screen and (max-width: 763px) { #oMFiUfTOVZ918kl1dnw9nyC6MvO8mPF1 { width:17.5rem;height:3.4375rem;top:127.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBn4b2ymtuAiB77HrFZD3E2wrt9pVIQF { display:block; }
 }@media only screen and (max-width: 763px) { #T1Bt6awz5GRWeuIfru6pFcZ7mRvnGU2l { width:17.5rem;height:3.4375rem;top:83.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PURLGeOHLFPODHpfTarahwiEZZTACU4W { display:block; }
 }@media only screen and (max-width: 763px) { #eFpRv9tuQzgq2nFpcgEq3WhtHr3fHMFS { width:3.125rem;height:3.125rem;top:14.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeK4rAuDX3ip4iah7srEBPLiem7RTMVf { width:3.125rem;height:3.125rem;top:57.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxDXzqBbeTZiU8kyxM5sOptD2INHT2Wm { width:3.125rem;height:3.125rem;top:102.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl { display:block; }#apUQ3ezLo93xSR4GSZEnKcqCkSUqBMOl > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCJUPy1H9DUOfrKFqaksOw9y7PKSL4kc { width:19.4375rem;height:4.467775rem;top:0.71249961853025rem;left:0.28125rem;font-size:0.6875rem;z-index:100010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PN9aBSPafzctdMKhskafTdydEQBgmoXU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/535ba67b-fb28-45d3-b85c-36e54e0459c4/pexelsmartproduction7709161.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU.adaptive-delivery-prevent-bg, #PN9aBSPafzctdMKhskafTdydEQBgmoXU.lazyload, #PN9aBSPafzctdMKhskafTdydEQBgmoXU.lazyloading { background-image: none; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row .container { background-color: transparent; background-image: none; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row .container > .video-iframe-container { display: none; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row > .video-iframe-container { display: none; }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .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); }#PN9aBSPafzctdMKhskafTdydEQBgmoXU > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLSbhDDDdtgnBTKNmZBUdTcLIhEz7qJQ { width:12.75rem;height:7.5556875rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w75MTyxBZOHdZT9GGKLkUsbM1BRoMueG { width:16.0625rem;height:3.625rem;top:22.207290649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9iBqVoRHOVtTvIOdkO7kTWgdZ6y5TNQ { display:block; }
 }@media only screen and (max-width: 763px) { #FAoErLRwiNlpqzAdc3ZK7U2TFq92m0M4 { width:20rem;height:6.8984375rem;top:13.110416412354rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W8lRi5yDcmMHCiLqgTRI34v40RpbISlo { display:block; }#W8lRi5yDcmMHCiLqgTRI34v40RpbISlo > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT { display:block; }#sUQyDwsbPp15D2q2kpAlxdTp8emW6ABT > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRTA80mOcULPZFAqfGsTCnaPLbxNFFxM { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vbeIyVe9TiN2XdhIWgqyzxZynqpZLmhi { width:20rem;height:4.87305rem;top:10.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcIxPSmKSOvZDocv90pnIR1qX4rwhHEP { width:5.6875rem;height:2.125rem;top:6.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUBDIP52uMv723rkSKG3oJmnxOodnMaE { width:8.4375rem;height:2.375rem;top:5.9375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfSmOHtaBbfafWDm0HIKiQdD2Cw92EW1 { width:14.0625rem;height:1.3rem;top:3.6124992370606rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }