.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy { background-color:#0281bb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row .container { border-width: 0; border-radius: 0; }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#iMblwS4lObibMH9z6T4KH6HBNlRfauXB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.5rem;top:1.6875rem;left:5.25rem;overflow:hidden;display:block; }
#xdiCMaX3b5TosR65UceOXJfW3sZTLpTD { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#e5cx88qmzEivN3BlP1vgz9EfbgySKnwy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#e5cx88qmzEivN3BlP1vgz9EfbgySKnwy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#lyI7m96pPE9GDlVPx5m02arVOotFTXbb { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#X6tR29dQS6JkdkUpfKz7sq0iRNR25XXm { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#tTdMW6wmTPx3rxEZpdeN6wkON6H7pbNq { color:#f1f1f1;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.875rem;left:59.375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#JXFJUSgbZO1394puEhOCP5c4yKvaoTf6 { background-color:transparent;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.8125rem;left:57.4375rem;display:block; }
#a8Fxp4wQXPxvhdVbdGJ3n9n4wTMsJCLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bRcFzrSO0trqOmOcC8iMPVxvZhTLTtLI { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.8125rem;left:32.375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fJ14w1b5WOgXkfn2gIqH13cN4w6gkonI { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4.8125rem;left:48.5rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fcGJNTGHS4bf26BE8uplu0NKI6i6OHU7 { box-sizing:content-box;height:3.125rem;width:0.0625rem;position:absolute;display:block;z-index:15029;background-color:rgba(227,227,227,0.46);background-image:none;top:1.90625rem;left:56.4375rem;display:block; }
#AfWipLOiro8DQLcrHiDzE0gfS3pdqOC9 { box-sizing:content-box;height:3.125rem;width:0.0625rem;position:absolute;display:block;z-index:15030;background-color:rgba(227,227,227,0.46);background-image:none;top:2.1875rem;left:40.5rem;display:block; }
#rHdhULNvDtVtemG49yBqyTF8AMbVzxnG { background-color:#ff0000;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.03125rem;left:4.8125rem;display:none; }
#lFCqEIfkMzdWMqqmTl1M9MH7eFm3JbdS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ { background-color:#0281bb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row .container { background-color: transparent; background-image: none; }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row .container > .video-iframe-container { display: none; }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row > .video-iframe-container { display: none; }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .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); }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row .container { border-width: 0; border-radius: 0; }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#M7DPLLIAAaXxoDVcfZdODZ65xPOeo4MO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11.125rem;top:1.6875rem;left:5.25rem;overflow:hidden;display:block; }
#n0XmDGFtA6pIylfEF7dmtiDdFS663GOb { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fBpGMan20GCsol3XJILiBdud4ob6xJTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fBpGMan20GCsol3XJILiBdud4ob6xJTT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NwJmPob3dgrV9QbFOHsPN5NWTgl3ZpiL { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Qy6Im6COqGvtPOphfAE5mklb35VS1Kfd { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#EqTxPTDsdbLLrCzxoDsNunvKxGxS4LQe { color:#f1f1f1;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.875rem;left:59.375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#D1zEsGlrXSCv2Q8lmKKdVGsBLiDRI0AI { background-color:transparent;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.8125rem;left:57.4375rem;display:block; }
#gezhvnHQ7a8cvVpzxOFOvC3hCKqPXm4O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k87WqFDicX0kfc6tsI0iD8ZIJsog2Znd { box-sizing:content-box;height:4.25rem;width:10.75rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:1.625rem;left:27.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#THAisNZMOlq2VeU31shruLVgJO62nqbM { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.25rem;left:31.1875rem;height:0.73095625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VXdNupff4M9MqEpadJB2RHLyQ7fFcT0h { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.8125rem;left:32.375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#efb7XtZ0Tbsyor6Fdoo29JLZmhDMJhAJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:4rem;top:3.375rem;left:32.3125rem;overflow:hidden;display:block; }
#RV3Gw6JuNxFEqM6NX4mRzPcsbAqeZOD0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.375rem;top:2.5rem;left:27.8125rem;overflow:hidden;display:block; }
#sz1PXHyoilTJq5VsfTUQeso8Wt72zGoW { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5625rem;left:31.1875rem;height:0.73095625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BpGMh9yaVnXOOcdbVKrZDLST07Ry8zfi { box-sizing:content-box;height:0.875rem;width:10.75rem;position:absolute;display:block;z-index:14997;background-color:#ff0202;background-image:none;top:1.0625rem;left:27.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#eixztlx49FI9LJQbHfSlpRFp4z2i5FXg { box-sizing:content-box;height:4.25rem;width:10.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:1.625rem;left:43.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#QIO1JCOEUKGvtf1LkncxkE27lFb1xxd0 { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.0625rem;left:47.25rem;height:0.73095625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NDeTvpndee7XHp72BA1KccRJoMX5uoKD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:2.3125rem;left:43.875rem;overflow:hidden;display:block; }
#NP8cuG6tzyKoBdJo64Z7aK7WEBgTTTr9 { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4.8125rem;left:48.5rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QNEgfZoaIFNUDO0dzXgsdr8r47f8wuvl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:4.875rem;top:2.46875rem;left:47.90625rem;overflow:hidden;display:block; }
#XM4SeyMTuWcfN93fcgFoIsdDSeBgcZUK { box-sizing:content-box;height:0.875rem;width:10.75rem;position:absolute;display:block;z-index:15004;background-color:#1a4a8d;background-image:none;top:1.0625rem;left:43.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#UoAfFKfPVyGa4SlQPLmR9NSDoD6Kb599 { box-sizing:content-box;height:3.125rem;width:0.0625rem;position:absolute;display:block;z-index:15029;background-color:rgba(227,227,227,0.46);background-image:none;top:1.90625rem;left:56.4375rem;display:block; }
#pnQkCIkbQZz4vFyTFKLBDybBGblfGu2a { box-sizing:content-box;height:3.125rem;width:0.0625rem;position:absolute;display:block;z-index:15030;background-color:rgba(227,227,227,0.46);background-image:none;top:2.1875rem;left:40.5rem;display:block; }
#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq { background-color:#0281bb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row .container { border-width: 0; border-radius: 0; }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#vUxn1aIDCTlie76WKaI2kg2ooMlLT1mz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.5rem;top:1.6875rem;left:5.25rem;overflow:hidden;display:block; }
#TALrN4mF6wvxLtVBdmZsGQLHc052aTGe { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vMbdggmyOOC7u68WexNT4FTIfZyQX4so { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vMbdggmyOOC7u68WexNT4FTIfZyQX4so > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GZbxcemE18hkU1VHypn0TmgefiM5RD9v { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yrhoqTTyy9BVl7esDWkRsIW1FgTcTGmR { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#vcb0BJEMzPTpKXEDbh2dO3SU6Zt1GMfi { color:#f1f1f1;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.875rem;left:59.375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#eLmTRfnwlDTmVCJTTUg5yGuei4fT6tLC { background-color:transparent;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.8125rem;left:57.4375rem;display:block; }
#ozdfk59u8Gb22GQv9iDAyXA7VPfcJoGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5iltm0ZIxQOIudfKIValOeDg8xeGlnF { box-sizing:content-box;height:4.25rem;width:10.75rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:1.625rem;left:27.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#W1ktf4riFGmzFlcTrePDLWIuBf2STppE { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.25rem;left:31.1875rem;height:0.73046875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OCZtFG74Xl6d5DCmz0Sw6Xl3wdeV8lNo { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.8125rem;left:32.375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pu4qgdFTvASkTTa2EmlKXI1AqUy9ONbT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:4rem;top:3.375rem;left:32.3125rem;overflow:hidden;display:block; }
#CrNvtxG9nkAUpMcFeJZXZdDzk2bfs4Px { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.375rem;top:2.5rem;left:27.8125rem;overflow:hidden;display:block; }
#XNVK4vWxv3QrJvG7QHeor0TamKCeWNbn { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5625rem;left:31.1875rem;height:0.73046875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S2xm0TZRvfT4iUVePdA5xaNXRz6rCvXy { box-sizing:content-box;height:0.875rem;width:10.75rem;position:absolute;display:block;z-index:14997;background-color:#ff0202;background-image:none;top:1.0625rem;left:27.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OzhbXSFAVFu83Pn7Vpfr7xG85MFIU3bR { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4.8125rem;left:48.5rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yUvK4rqA82mT02IVMPPokVXhbMg4M342 { box-sizing:content-box;height:3.125rem;width:0.0625rem;position:absolute;display:block;z-index:15029;background-color:rgba(227,227,227,0.46);background-image:none;top:1.90625rem;left:56.4375rem;display:block; }
#H97kJMRHtGQqbRfh3n6Jz9T5Ox5klDdv { box-sizing:content-box;height:3.125rem;width:0.0625rem;position:absolute;display:block;z-index:15030;background-color:rgba(227,227,227,0.46);background-image:none;top:2.1875rem;left:40.5rem;display:block; }
#I38TKJNTQ6KCHT60OScMT1OEynZQyqNL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.5rem;top:1.6875rem;left:5.25rem;overflow:hidden;display:none; }
#iu6vgELmdEy6pDL3Umn0TGKk7L4zzEGB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.5rem;top:1.6875rem;left:5.25rem;overflow:hidden;display:none; }
#XXoXHqKlZtqFJMuHekbdAPivPwDWyEDF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.5rem;top:1.6875rem;left:5.25rem;overflow:hidden;display:none; }
#FqyQF4m8DT3TCKVo2hWmXIZsdT3P95eo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:2.5rem;left:27.8125rem;overflow:hidden;display:none; }
#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 { background-color:rgba(114,114,114,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row .container { background-color: transparent; background-image: none; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row .container > .video-iframe-container { display: none; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row > .video-iframe-container { display: none; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .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); }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row .container { border-width: 0; border-radius: 0; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;overflow:visible;position:relative;display:block; }#CZqdr3klqU4OJ6Qq3nwXQoi6yUzKvJiT { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aXfXohnmriy8M8ENoFZISbK3ZuxOA92H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#aXfXohnmriy8M8ENoFZISbK3ZuxOA92H > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#rnaCwILVJKbmVek3MDGkPWQwBXhmUBcI { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UISrNGzBWSkUmNrsXciQuoRnBf4R7Xan { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#PWSMqMxzJrb4WUbFftCD6TcImhTGoZqX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.0625rem;top:0.5625rem;left:21.875rem;overflow:hidden;display:block; }
#e1Xca4Q2TWwXcNW58OSHiZLlnbrctuMA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.125rem;top:0.6875rem;left:4.625rem;overflow:hidden;display:block; }
#c8pk7ikG39A4bytBzZDrkwBMnsTTHd2v { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.1875rem;top:0.5rem;left:39.75rem;overflow:hidden;display:block; }
#CqX5ThXup5fgshKat4izdnwBoSyrveV5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.125rem;top:0.5625rem;left:58.5625rem;overflow:hidden;display:block; }
#slzJCFSX0vussdDuUTbt2h52ipwVa5FA { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.0625rem;left:60.8125rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#S2rM1TlqZrZSe9kGcCTUO63Xw9onKWL4 { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.0625rem;left:42.0625rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#nSvIPNTaXluQXQzh4ulnimpRihVzJVmv { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.0625rem;left:24.1875rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#Q8dI1Qb6vaOANb0oTOiBbp4ACJ3k9IVo { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0625rem;left:6.9375rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/861c1859-4240-48f9-851d-838e9f319e0a/Drainage.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3.adaptive-delivery-prevent-bg, #RNDilOkAArTdXhv2w2UTQmda1kbUmJz3.lazyload, #RNDilOkAArTdXhv2w2UTQmda1kbUmJz3.lazyloading { background-image: none; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row .container { background-color: transparent; background-image: none; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row .container > .video-iframe-container { display: none; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row > .video-iframe-container { display: none; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .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); }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row .container { border-width: 0; border-radius: 0; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#WtbSo60PbOmpcRhNOTVrHlNUlc7QN1aC { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:39.9375rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rPSb8fPw5PTdwwX0A28IboPXs4F65KG7 { position:absolute;display:block;z-index:15013;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.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(114,114,114,0.5) ;height:13.6875rem;width:22.375rem;top:23.5625rem;left:4.8125rem;display:block; }
#B8JHHta6AFkVa8FplBXCrCGBADePpUDg { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:34.9375rem;left:8.4375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fJ7pcVZyxPgOoLrfQCkX0oxS0O1rATTr { position:absolute;display:block;z-index:15014;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.5625rem;top:33.3125rem;left:5.6875rem;display:block; }
#Vfwuk2q3teARX0zT1vUoTBARTypLTyEo { color:#272727;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:24.375rem;left:5.75rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#PG9EhaQvI40hQOwxtwxgFRsQBNXNVPZo { color:#272727;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:5.4375rem;left:38.1875rem;height:0;text-align:left;text-align-last:left;display:none; }
#moSMeuXBJezfczk6JiMTzLxSvvDtfVFN { color:#272727;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:26.625rem;left:5.75rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#Wtu4Izq8dfABr6MH7XEcWkspAkZ86LTz { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:34.5rem;left:5.8125rem;overflow:hidden;display:block; }
#grNTIeHy0uk77c42XlSKuaQSZ1MmoenJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:13.6875rem;width:13.6875rem;top:23.5625rem;left:23.8125rem;overflow:hidden;display:block; }
#baKnOIK34ZBcPOlkMUeebyzaMTeGhFrp { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:35.1875rem;left:17.75rem; }
#kiotpNdLWzQRGGmUzZTKbDN1h6D70SBi { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:35.1875rem;left:16.875rem; }
#viEXdd9kSHOdEFrWZkCBkwPen2kylPre { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:35.1875rem;left:16rem; }
#lB1ff3ebw7yyQaCu2NzVCzapFZy4eQcZ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:35.1875rem;left:15.125rem; }
#hhSQEPPSMG0yMvbL9h4ec2BegtZNLE8T { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:35.1875rem;left:14.25rem; }
#fw1RIVDNJK4cMc2xhhFNsTleDcehfUOl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:28.625rem;width:40.375rem;display:none; }
#tT9Fkcw409R9KE5bPR9rT347p6bb23gU { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:23.3125rem;left:39.0625rem;height:0;text-align:left;text-align-last:left;display:none; }
#VcTz3Wfw2ClPGMEZM7lfwboxzkcK0gaQ { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:4rem;left:4.8125rem;height:5.8496125rem;display:block; }
#MPwrFfv7Xl1ZHTgVtnkvM9h3pavoImBS { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.375rem;top:34.75rem;left:23.0625rem;overflow:hidden;display:block; }
#sFqFuEIHr5wLfQCQF0nU8epT3eUrBRxL { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.375rem;top:26.5625rem;left:55.5625rem;overflow:hidden;display:none; }
#rPaPhospJ40B7InehWsZEssu3MwRxM7E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:2.3125rem;left:43.875rem;overflow:hidden;display:none; }
#Nq9q3T6001MfNGtQnuok0TCMVP2xJ4M4 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:1.75rem;left:5.6875rem; }
#oLNyy5d8a4VPKOwqX02pIoxcqEBxlZBb { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:1.75rem;left:4.8125rem; }
#saiZTXhmhsIN8mx7p7GnPxa3puENVQ9A { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.75rem;left:6.5625rem; }
#FNXh6S4IOaSpZmJS5d5LRS4CedDcpEhu { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:1.75rem;left:7.4375rem; }
#nENv3hXfTOgdltd05cBWz0TF6oGDuJ3G { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:1.75rem;left:8.3125rem; }
#qETkItR1ymZDFuxpT4sPb9thGXXACq3W { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:1.75rem;left:9.5625rem;height:0.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wzpTqiDIZUACIpTwf8KEuhcnD6Trqo5c { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:11.1875rem;left:4.8125rem;height:;display:block; }#wzpTqiDIZUACIpTwf8KEuhcnD6Trqo5c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wzpTqiDIZUACIpTwf8KEuhcnD6Trqo5c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
#qGppbzCxDQ706b30oZIJaaMzcQMNIJlQ { position:absolute;display:block;z-index:15108;height:21.75rem;width:20.8125rem;top:2.9375rem;left:47.625rem;display:block; }
#g2KyT1HuxbWhOclTQNisM1ZiIRnGxfS0 { box-sizing:content-box;height:31.5rem;width:23rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.75rem;left:46.5rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#coaHNqMb4SBs4IDkbwQDZv950qTgrmg5 { box-sizing:content-box;height:6.0625rem;width:23rem;position:absolute;display:block;z-index:15000;background-color:#e1e1e1;background-image:none;top:31.1875rem;left:46.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#PTmArkrW7sZ1yMEQdmPfC8xpDvL7ytq0 { box-sizing:content-box;height:1.6875rem;width:23rem;position:absolute;display:block;z-index:15001;background-color:#e1e1e1;background-image:none;top:31.1875rem;left:46.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#NbmHTuwtvKL8mvGZfNxzJBP29HVUl1ON { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:35.4375rem;left:52.8125rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sm4JrMUA5sw06hh4OwZO1GzIEa0EgI7e { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:31.6875rem;left:47.375rem;overflow:hidden;display:block; }
#cHH2J0iIqnuATmFAriZbg7r3JlrDgUuy { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:31.625rem;left:52.6875rem;overflow:hidden;display:block; }
#zpDt38RoDkRStUZbFxuSnCiwyNxHXZT6 { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:31.5rem;left:58.4375rem;overflow:hidden;display:block; }
#IynKTTOKktRKTm79K72tOOacuTwek0D4 { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:31.8125rem;left:63.875rem;overflow:hidden;display:block; }
#Fn1rEMH9CVTplekCRie8SFbttudplh0n { background-color:#ff0000;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.03125rem;left:4.8125rem;display:block; }
#bRN3ZOdR22udVaIthvBdvliGvmkFPHcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4K8dT3kBUCp55dDXuhmIdei8noiTn6J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;display:none; }
#k6ZP0hIkmaWbhC0OrHBA9leMRPw50wRV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iVDEZswAArmw3CluvskS18PSxFgsJsxv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iVDEZswAArmw3CluvskS18PSxFgsJsxv > .row .container { background-color: transparent; background-image: none; }#iVDEZswAArmw3CluvskS18PSxFgsJsxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVDEZswAArmw3CluvskS18PSxFgsJsxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVDEZswAArmw3CluvskS18PSxFgsJsxv > .row .container > .video-iframe-container { display: none; }#iVDEZswAArmw3CluvskS18PSxFgsJsxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVDEZswAArmw3CluvskS18PSxFgsJsxv > .row > .video-iframe-container { display: none; }#iVDEZswAArmw3CluvskS18PSxFgsJsxv > .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); }#iVDEZswAArmw3CluvskS18PSxFgsJsxv > .row .container { border-width: 0; border-radius: 0; }#iVDEZswAArmw3CluvskS18PSxFgsJsxv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVDEZswAArmw3CluvskS18PSxFgsJsxv > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#ff0000;padding-top:0.425625rem;padding-right:0.378125rem;padding-bottom:0.425625rem;padding-left:0.378125rem;display:block;align-items:center;width:2.26875rem;min-width:2.26875rem;height:2.288125rem;position:relative;font-family:"open sans";font-size:1.703125rem;font-weight:700;line-height:36.61px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.025rem;height:0.903125rem;position:relative;font-family:"open sans";font-size:0.63875rem;font-weight:400;line-height:14.45px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:8.0625rem;height:4.30875rem;padding-top:0.531875rem;padding-right:0.54rem;padding-bottom:0.531875rem;padding-left:0.54rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.279296875rem;left:44.5625rem;z-index:5000; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #wpc7uZ0OAq6kWCXJ4PwvZaXDqSwqycAg { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #gURhm6DQBfJTDw1EyvE2DKvlb6SBgzxN { width:auto; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #qPBqcwV0Gv2vNlCVqHsEO7iycImD29RP {  }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #FduXS5uMSdaMJ4svJcfp52i8TdQ2caAB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #S32Clm3kFPtOaogxab6J9DezcJrQl1nd {  }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #Vg48K1eMNc1Skg3n6ylJoTO9SxThFhm5 {  }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #EwpBMI3Q3zshesQDlTcB5uGmzZvG5fSb { display:flex;position:relative;top:0rem;left:0rem; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #lm1vgGAhz8zou5LQUh90JhVQrU7C2Pml {  }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #gXxO93bMBQbi5Dm3ikLi5g5QUHhD4fs1 {  }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #LRkLSMNTqfGzZuuevZI8FLC0apb3EgDi { display:flex;position:relative;top:0rem;left:0rem; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #DcNIQOqk0CF71OF8fXEnskEDtnMGizs4 {  }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #DCb81rzMyRr1qOD9oWcDN9dsX4s4TMlE {  }
#XcTiTXMMSNQasdlxMgRfCFFPVOOyWvkM { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:2.15625rem;left:20.5rem;height:1.625rem;display:block; }
#oLKr3s0VkFybdKeNkFABD5HISPesy7rk { position:relative;display:block; }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk { background-color: transparent; background-image: none; }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk > .row .container > .video-iframe-container { display: none; }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk > .row > .video-iframe-container { display: none; }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk > .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); }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk { border-width: 0; border-radius: 0; }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk > .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:74.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EolvEnRHHAInT967w0JwqA2a05zCqiQe { color:#000000;display:block;width:53.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.9375rem;left:11rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cvdAZ7rW4KmipIuKRDSyPeZiwFGxXkch { position:absolute;display:block;z-index:15027;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.13) ;height:18.75rem;width:33.6875rem;top:8.6875rem;left:6.75rem;display:block; }
#qm64UoAr1G2IaIT080lRNTMUsL9kToXQ { position:absolute;display:block;z-index:15028;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:22.8125rem;left:8rem;display:block; }
#RLnSqKxeyIs8sIxhtgWE2m2Tt4GxMrft { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:24.375rem;left:18rem; }
#cW3zBHdsmp9PikrtsGA6MLkKSZiQpCVQ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:24.375rem;left:17.125rem; }
#cGRJ5x9Zp1TSctdK7BX2KOJdg4A5wu32 { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:24.1875rem;left:10.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cww5W7QvbnMh12uZ1DbaTp5Xy0RhLNu6 { color:#272727;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:12.0625rem;left:8.1875rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#F5Q944zoItMs615GQ7TB2JOyEJQPvVmi { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:24.375rem;left:16.25rem; }
#mklEGGkq9ZgwIiSrBzvOAyqUfDkEa4Sg { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:24.375rem;left:15.375rem; }
#XZLMagObLXaGrQ4213UkbnpTrWdqgo5l { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:24.375rem;left:14.5rem; }
#k5vUlCHyFMnpo9ZgPm3TsgD7boXLNgl0 { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:12.5625rem;left:8.125rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#Rb7V4PhBP7OVUEEHouk9rVSGSb4AbxUT { color:#272727;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:9.875rem;left:8rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#qLWTy1hWwbfx8QTKLqhlh1A1waOyxyWr { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:3rem;top:23.8125rem;left:36.3125rem;overflow:hidden;display:block; }
#GGoUgFROBSwbstLyWHPSZRc4Ca0AnmKN { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:27.875rem;top:8.6875rem;left:40.4375rem;overflow:hidden;display:block; }
#g3GIt5pnBRpwuyDuG42F2n2IG7XtBtmm { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:23.8125rem;left:8rem;overflow:hidden;display:block; }
#wZF2pZkCw2IxUqRopWhTRTQVxgicr8se { box-sizing:content-box;height:1.1875rem;width:4.25rem;position:absolute;display:block;z-index:15081;background-color:#a0e59c;background-image:none;top:24.25rem;left:19.5625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#T6gQepgNzUxiBH0UMhubEImw3m1TeCMQ { color:rgba(39,39,39,0.7);display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:24.4375rem;left:20rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#yU5b1vTUaAi6EE1xWGr1zWwiGbU4piof { position:absolute;display:block;z-index:15009;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.13) ;height:18.75rem;width:33.6875rem;top:29.375rem;left:6.75rem;display:block; }
#AagbTwZk1Q8vK7xCKV6ImWNLA8lGmxLc { position:absolute;display:block;z-index:15044;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:43.5rem;left:8rem;display:block; }
#eR0XCsr5TeyfZ5nITBrFlOpi1P9lK1Ef { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:3rem;top:44.5rem;left:36.3125rem;overflow:hidden;display:block; }
#vKMUcxAxn4UnKQ83x3P9uUwPqwsr77FR { color:#272727;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:32.75rem;left:8.1875rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#IM01kxoNGaZkiuThmmCGkrbniiVPOQAb { box-sizing:content-box;height:1.1875rem;width:4.25rem;position:absolute;display:block;z-index:15097;background-color:#a0e59c;background-image:none;top:44.9375rem;left:19.5625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#Wgui35HglaSK7M0TWGUxe0zvNrwsWlfq { color:rgba(39,39,39,0.7);display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:45.125rem;left:20rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#dI3aAXwZrnHTheg7uDorMTpiReE4rlbV { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:45.0625rem;left:18rem; }
#kgooNOxV4d4Fvpy68NHfJRbzXQ7zsTDl { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:45.0625rem;left:17.125rem; }
#RtAK4ccz9CAoDgFcZWgykrfOW5oOEi6Q { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:45.0625rem;left:16.25rem; }
#hz4m8pVT4mgv9hn68oLuyqhpC6PW8Ti1 { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:44.875rem;left:10.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LGC7b4KFNlHvzq6gHbAdhOEXGTyD9k2J { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:45.0625rem;left:15.375rem; }
#yQkBQEJrwMov7bmVHG9xy50eTEtct4G1 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:45.0625rem;left:14.5rem; }
#VcVv9DxPA430lSwiLlqFJkDwL0BMvlIp { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:33.25rem;left:8.125rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#Pl8OH9xmHMtIgD8iIb2Pqv1vrXeU9aI8 { color:#272727;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:30.5625rem;left:8rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#b8nyp15FJGmaNip9BO5KpHQmxb8ZQo2s { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:44.5rem;left:7.9375rem;overflow:hidden;display:block; }
#fibIPI6IiJhtDg3t0Gtut2WMTCQgMnhZ { position:absolute;display:block;z-index:15025;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.13) ;height:18.75rem;width:33.6875rem;top:49.875rem;left:6.75rem;display:block; }
#GuK9CRaoE3VB5WhByItAQbUaUh7bfEt2 { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:3rem;top:65rem;left:36.3125rem;overflow:hidden;display:block; }
#faakBAH6Z5MLwrrDMZ0E5Pw34TZh8CkT { box-sizing:content-box;height:1.1875rem;width:4.25rem;position:absolute;display:block;z-index:15113;background-color:#a0e59c;background-image:none;top:65.4375rem;left:19.5625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#O7qqNbb8SMvk2kwC6C20ouTDewcsKMeN { color:rgba(39,39,39,0.7);display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:65.625rem;left:20rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#xQMllzkUZFwJaWGsbRWPMSEbiVQol0Gl { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:65.5625rem;left:18rem; }
#T4kiptWT0WaLPyIo44IHmnTLrUyXFnlD { position:absolute;display:block;z-index:15060;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:64rem;left:8rem;display:block; }
#lA8GX5TD1VTxFlGH9wlQihh32LxFIk2H { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:65.5625rem;left:17.125rem; }
#Ats9mWGLd5DAoF4xJF0l3wbxaBpTIFqA { color:#272727;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:53.25rem;left:8.1875rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#DTul9CHdwTdPxGAIaZZCy34TSAquTam9 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:65.5625rem;left:16.25rem; }
#E37OB8HHM4INraJeUm2R1bIwZcpQzzQf { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:65.375rem;left:10.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PhDMXHWberMhnhKXgmBVpOxcSMNETzva { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:65.5625rem;left:15.375rem; }
#XfRsuTx9iSo2TkUUln7B2AqzPqQoDwLU { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:65.5625rem;left:14.5rem; }
#pt8L4hmknbkQMtz6fo8CxTxLA4zaXqQn { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:65rem;left:7.9375rem;overflow:hidden;display:block; }
#mhp3KI5QGSKfSWsOh7wcP1RBl89ED56W { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:53.75rem;left:8.125rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#SZHvmWksX96XD39MMrP7O51KlgWtaWrc { color:#272727;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.5;letter-spacing:0;top:51.0625rem;left:8rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#B62lW1WmUC4tfIVN25Fo9Ukdigx0RBKD { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:27.875rem;top:29.375rem;left:40.4375rem;overflow:hidden;display:block; }
#xTafWPhctMz1Ci7JxJf5WneAwucIT8wq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:33.8125rem;top:49.875rem;left:35rem;overflow:hidden;display:block; }
#JLd1mbOvp1yfVHIZs5L3Gpmn779mtkcM { background-color:#f0ab02;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:70.1875rem;left:24.0625rem;display:block; }
#u3qVK5e5U7HqlmmihLEnGavSAOwyAGcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KtNhGZLDfTyyCWa9HU4JOkR9xJfPrGB6 { color:#000000;display:block;width:33rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:4.8125rem;left:21rem;height:2.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(114,114,114,0.22);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc > .row .container { background-color: transparent; background-image: none; }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc > .row .container > .video-iframe-container { display: none; }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc > .row > .video-iframe-container { display: none; }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc > .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); }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc > .row .container { border-width: 0; border-radius: 0; }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#GSaKhhrTkyX1so9CXkrdkkkyDH8iXXeg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.3125rem;left:8.625rem;overflow:hidden;display:block; }
#QuwwTKahAzBFNZi67gBoUfet7Vm9uVbh { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:15.8125rem;left:8.625rem;overflow:hidden;display:block; }
#T9MtxNtWpwLPnE0VSyIG2IdSOIrFl7P0 { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:12.25rem;left:10.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MWLwEMMvDFHKatTNcowOV1M3TXmQqfNQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.3125rem;left:23.75rem;overflow:hidden;display:block; }
#OFf2zCmdqn2BUK8XcVWi2ETT3gCr3bS0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.3125rem;left:53.875rem;overflow:hidden;display:block; }
#pg6FaPL95qkyTpxTsWssgHWv35wBrIIu { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.3125rem;left:39.0625rem;overflow:hidden;display:block; }
#uhXxs3RRTODNNissriHizrTyG9Kx98XM { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15022;background-color:rgba(2,129,187,0.91);background-image:none;top:11.75rem;left:8.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#usngVyNTFNyXDKnrRo73BUd0GUuT1xAn { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:12.25rem;left:25.1875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ev2FTXA8Ek4sCJCLOU3XAapnCL4KoN3U { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(2,129,187,0.91);background-image:none;top:11.75rem;left:23.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#baeO4Q633s29D9TKiTdz5Qdp0y1vE0xn { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:12.25rem;left:40.6875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oi9VvmrqBqlG3GVbRN4ltSBCVUUCz3Kq { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(2,129,187,0.91);background-image:none;top:11.75rem;left:39.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#CaEqik9UMQklUsWzEQdLe17WgsJzynvF { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:12.25rem;left:55.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QAdB9DaGTn1CGiE9qMTMt3wlPKvzdh7u { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15028;background-color:rgba(2,129,187,0.91);background-image:none;top:11.75rem;left:53.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#prTE6sowGDu76Bs8NtAInOgvhroFZ73P { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(2,129,187,0.91);background-image:none;top:26.25rem;left:8.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#EmGkorU3K3c0KoMO3wddktdGzUfaEQCx { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:26.75rem;left:9.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ymOisAkdN6rrRSns7ThE9Uqugivf7Oqb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:15.75rem;left:23.75rem;overflow:hidden;display:block; }
#oH7wu0l1H8whJy5nO7CxLeg2K7fzNSic { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:rgba(2,129,187,0.91);background-image:none;top:26.1875rem;left:23.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#X3UTTD594lvToAQWRKq1cwLIZs0QSTk7 { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:26.6875rem;left:25.375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RZM1w94UVKm9AIrzGqBUZSoJpToIQe8w { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:15.75rem;left:39.0625rem;overflow:hidden;display:block; }
#gruNkhFyisI9Zka7tDehhJZSNR9fukPz { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15030;background-color:rgba(2,129,187,0.91);background-image:none;top:26.1875rem;left:39.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#IlLkCBTILuvyS6aJD6k5EMrlxbgkfVvf { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:26.6875rem;left:40.6875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J95XB7sAKf5GGcctfw3hLUlO4VqK2Bf2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:15.75rem;left:53.875rem;overflow:hidden;display:block; }
#hkNUFMIZSyJhALUwO3BL4ObRS9ZeAgvl { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15033;background-color:rgba(2,129,187,0.91);background-image:none;top:26.1875rem;left:53.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#pN6VqvMkqDvlf0EZp4ToXcyDo28n7MxH { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:26.75rem;left:55.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NtCQNIl7Uby21u4Crh6Uw4k5fwK9ws4b { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:34.0625rem;left:26.125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXe1U4dKzoD57GrkQ07AovPPuZvAhmom { background-color:#ff0000;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.75rem;left:26.75rem;display:block; }
#FrsoXE1nTLkaphrxckMHJhhSIUveoola { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0281bb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr > .row .container { background-color: transparent; background-image: none; }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr > .row .container > .video-iframe-container { display: none; }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr > .row > .video-iframe-container { display: none; }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr > .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); }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr > .row .container { border-width: 0; border-radius: 0; }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#vwzJfTLZTkTrbMTIuPt2QPE3t4dozerP { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.5rem;left:27.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cwcvWxTpe4B0EiAqi5m0L8q1WcgEO29h { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:15rem;top:5.875rem;left:60rem;overflow:hidden;display:block; }
#f919p21uCTL6TDlE2kC91PM9yihDDxPJ { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:9.25rem;left:27.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HT00g2LebTMcHExTl6qumAOvB2ItuvPt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:25.125rem;top:2.71875rem;left:0.73681640625rem;overflow:hidden;display:block; }
#Wp8WLHuJrk66CwVXwAQ6JvNde9xEXRzG { background-color:#f0ab02;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.25rem;left:27.3125rem;display:block; }
#phEso4iTBneVMOcAfS1yqufTkDEnuSDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4948c1f9-5a12-4b65-bc6c-b8113cd09ab9/Plumbingphotoe14915565748481.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT.adaptive-delivery-prevent-bg, #uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT.lazyload, #uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT.lazyloading { background-image: none; }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT > .row .container { background-color: transparent; background-image: none; }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,2,0,0.75); }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT > .row .container > .video-iframe-container { display: none; }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,2,0,0.75); }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT > .row > .video-iframe-container { display: none; }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT > .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); }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT > .row .container { border-width: 0; border-radius: 0; }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#L585UpgaCcQ32xDVPhSwGspquxGCVmoy { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.75rem;left:8.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#abfGSGTXXEDh9zQxJGPJGhMVBk8aJxWL { color:#ffffff;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:11.5625rem;left:6rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#v1XrHFDqKBknH1ZBLG1iAgESC6PzZ9vu { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.8125rem;left:32.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmCW7G9u1uPLLyuBEIikn7t2R5LD7WT3 { color:#ffffff;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:11.8125rem;left:31rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#lHTre4SCHCCF4nv31QFiTTrr7uSO4ida { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.75rem;left:58.34375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kl2BQkEcJc6cFEmfus8WvRHiDvZXi84t { color:#ffffff;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:11.625rem;left:56.78125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#lXK7lggc07M9s1GM0ApZfgRdCZaPEBmy { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.9375rem;left:26.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jkgewc0ZBiV1RbcKEGmp90cLaZuOZEAD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:6.375rem;left:11.25rem;overflow:hidden;display:block; }
#mvrxJERT6MV3BOlfhI7b2OAV3Nd7mQbo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:6.375rem;left:36.25rem;overflow:hidden;display:block; }
#wgTpV2GQvP2vASVwUmJbRorftD05c99E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:6.375rem;left:62.03125rem;overflow:hidden;display:block; }
#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0281bb, rgba(5,5,5,0.81));background-image: -moz-linear-gradient(180deg, #0281bb, rgba(5,5,5,0.81));background-image: -ms-linear-gradient(180deg, #0281bb, rgba(5,5,5,0.81));background-image: -o-linear-gradient(180deg, #0281bb, rgba(5,5,5,0.81));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0281bb', endColorstr='#ce050505' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0281bb', endColorstr='#ce050505' );";background-image: linear-gradient(180deg, #0281bb, rgba(5,5,5,0.81));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row .container { background-color: transparent; background-image: none; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row .container > .video-iframe-container { display: none; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row > .video-iframe-container { display: none; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .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); }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row .container { border-width: 0; border-radius: 0; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#TTzqQXuQb0cmxHcMKTJGFtD3kSqO30iE { color:#ffffff;display:block;width:36.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:19.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x1RTiSXN31gn5aIbd0vpVAT4eZrUWrJR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:4.875rem;left:14.25rem; }
#QFnIHFZzWfChf83VVaMZnyUR7c7vIRTN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:4.875rem;left:35.9375rem; }
#w07ebMkVem1yRQdshMnwndmae27dAIm7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:4.875rem;left:56.1875rem; }
#WT9DaDeIGDeosLE2RGR9rWXdyFWP982L { color:#f0ab02;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:13.75rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZJCJb6LcyEsft4Ui9Lvu2tPqrxytH3D9 { color:#f0ab02;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:35.4375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IL0nGcgfkECbT53KMvES43q2gQpfFcT1 { color:#f0ab02;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.75rem;left:55.6875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NNxogF9VxAKFxvqe458nJVss5LExzrmQ { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.6875rem;left:10.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MkATlNsgN0o8l4bDrzHKaMvS3RFSqgoi { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6875rem;left:32.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvWolLDeFwzgRnNPSMAD5wPikTiXnmWR { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.6875rem;left:51.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyGDoXDZfVApPBEApv3ZxlIkuaTyKxoW { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.875rem;left:8.1875rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IZeItNW2zXyLT7iQACNhgCrHEevmwsCt { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.875rem;left:29.875rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPWEEKKK4UDTfpoTGLX4TWyDipmgmKyk { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.875rem;left:50.125rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G8bSvDoqtEHixBtroa1LoSlGML5WFV7c { background-color:#f0ab02;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.8125rem;left:23.75rem;display:block; }
#aRfXOx8oCmBlXP1cQQ7TfRXbSbfGTAkf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oqSygDE9N2KmV9ysXkWCzgrT8tJlB4FM { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:23.625rem;left:30.8125rem; }
#zq5v2x8yy8mL84JoTNKsBkFRNburkJpK { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.625rem;left:31.6875rem; }
#MDAQudPSI23KQMzqGeCxONKE99O6wgoR { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.625rem;left:32.5625rem; }
#lkqEcOR5nffMWPreppAiuD01sM7y3MiT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:23.625rem;left:33.4375rem; }
#vN14DNlFbzm5s20hqtFQEtS4Zeinqs1N { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:23.625rem;left:34.3125rem; }
#CGVHoGPr5fVMGMpNf4TJcqK2TGIC9zNt { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.625rem;left:35.375rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(5,5,5,0.81);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 > .row .container { background-color: transparent; background-image: none; }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 > .row .container > .video-iframe-container { display: none; }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 > .row > .video-iframe-container { display: none; }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 > .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); }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 > .row .container { border-width: 0; border-radius: 0; }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#WHMgiyCzOmvJupDSHk8quHDmB98Zvhly { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:1.875rem;left:1.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IwLKXoGeocMLm2ECEQW0vIi73Z3BIyhw { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:8.25rem;left:1.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GvR8rRzQx3nMoEOCyTEl8oyLcrLLEeWO { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:1.875rem;left:22.75rem;height:6.09375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DU669ZZ1Kr3hQFZqJM4mernvNC0UwzQH { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:1.875rem;left:42.9375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NCM8hfHOPl2SgZU7fasM99w2aWuHhQkc { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:1.875rem;left:63.75rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zV1UTvW5aGDvRAiA8AydKlEKTZJJ2xQI { 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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(5,5,5,0.81);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:1.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.25rem;left:63.8125rem;display:block; }
#f39wNpnNf9iSDV5cWoeCkkCk4e4cz6ef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFNfz8A5spBFRuh0QTMKFTl4cegCzeA0 { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:8.25rem;left:65.0625rem;height:1.21875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FGk2w9ISIEfFhagrFXWK0IwgMTgu2L5K { color:rgba(255,255,255,0.04);display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:4.328125rem;left:1.5rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bg0CO0WVeZs6abX0SdF0nDHFW26JEagd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:9.5rem;top:5.1875rem;left:32.75rem;overflow:hidden;display:block; }
#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN { position:relative;display:none; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN { border-width: 0; border-radius: 0; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#v4BMvkLXVl5WVenUrgm3Z7RuTKSrZuLc { background-color:transparent;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: none;box-sizing:border-box;color:#fe2121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:43.4375rem;display:none; }
#qTPz7Pzzw7IcPBB1ygzSIiCIBmE5Dy7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy { display:none; }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iMblwS4lObibMH9z6T4KH6HBNlRfauXB { width:12.5rem;height:3.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdiCMaX3b5TosR65UceOXJfW3sZTLpTD { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5cx88qmzEivN3BlP1vgz9EfbgySKnwy { width:3.125rem;height:3.125rem;display:none; }
#e5cx88qmzEivN3BlP1vgz9EfbgySKnwy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #lyI7m96pPE9GDlVPx5m02arVOotFTXbb { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6tR29dQS6JkdkUpfKz7sq0iRNR25XXm { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTdMW6wmTPx3rxEZpdeN6wkON6H7pbNq { width:9.875rem;height:1.125rem;top:1.875rem;left:37.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXFJUSgbZO1394puEhOCP5c4yKvaoTf6 { width:13.75rem;height:2.5rem;top:2.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Fxp4wQXPxvhdVbdGJ3n9n4wTMsJCLQ { display:block; }
 }@media only screen and (max-width: 763px) { #bRcFzrSO0trqOmOcC8iMPVxvZhTLTtLI { width:1.5625rem;height:0;top:4.8125rem;left:18.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ14w1b5WOgXkfn2gIqH13cN4w6gkonI { width:1.5625rem;height:0;top:4.8125rem;left:34.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcGJNTGHS4bf26BE8uplu0NKI6i6OHU7 { top:1.875rem;left:42.8125rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfWipLOiro8DQLcrHiDzE0gfS3pdqOC9 { top:2.1875rem;left:26.875rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHdhULNvDtVtemG49yBqyTF8AMbVzxnG { width:18.8125rem;height:3.5625rem;top:18rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFCqEIfkMzdWMqqmTl1M9MH7eFm3JbdS { display:block; }
 }@media only screen and (max-width: 763px) { #TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ { display:block; }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7DPLLIAAaXxoDVcfZdODZ65xPOeo4MO { width:11.125rem;height:3.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0XmDGFtA6pIylfEF7dmtiDdFS663GOb { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBpGMan20GCsol3XJILiBdud4ob6xJTT { width:3.125rem;height:3.125rem;display:none; }
#fBpGMan20GCsol3XJILiBdud4ob6xJTT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #NwJmPob3dgrV9QbFOHsPN5NWTgl3ZpiL { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qy6Im6COqGvtPOphfAE5mklb35VS1Kfd { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EqTxPTDsdbLLrCzxoDsNunvKxGxS4LQe { width:9.875rem;height:1.125rem;top:1.875rem;left:37.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1zEsGlrXSCv2Q8lmKKdVGsBLiDRI0AI { width:13.75rem;height:2.5rem;top:2.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #gezhvnHQ7a8cvVpzxOFOvC3hCKqPXm4O { display:block; }
 }@media only screen and (max-width: 763px) { #k87WqFDicX0kfc6tsI0iD8ZIJsog2Znd { top:1.625rem;left:13.5625rem;width:10.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THAisNZMOlq2VeU31shruLVgJO62nqbM { width:6.25rem;height:0.75rem;top:4.25rem;left:17.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXdNupff4M9MqEpadJB2RHLyQ7fFcT0h { width:1.5625rem;height:0;top:4.8125rem;left:18.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efb7XtZ0Tbsyor6Fdoo29JLZmhDMJhAJ { top:3.375rem;left:18.6875rem;width:4rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV3Gw6JuNxFEqM6NX4mRzPcsbAqeZOD0 { width:3.375rem;height:2.375rem;top:2.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz1PXHyoilTJq5VsfTUQeso8Wt72zGoW { width:5.9375rem;height:0.6875rem;top:2.5625rem;left:17.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpGMh9yaVnXOOcdbVKrZDLST07Ry8zfi { top:1.0625rem;left:13.5625rem;width:10.75rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eixztlx49FI9LJQbHfSlpRFp4z2i5FXg { top:1.625rem;left:29.6875rem;width:10.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIO1JCOEUKGvtf1LkncxkE27lFb1xxd0 { width:6.3125rem;height:0.6875rem;top:4.0625rem;left:33.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDeTvpndee7XHp72BA1KccRJoMX5uoKD { width:2.875rem;height:2.875rem;top:2.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP8cuG6tzyKoBdJo64Z7aK7WEBgTTTr9 { width:1.5625rem;height:0;top:4.8125rem;left:34.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNEgfZoaIFNUDO0dzXgsdr8r47f8wuvl { width:4.875rem;height:1.375rem;top:2.4375rem;left:34.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM4SeyMTuWcfN93fcgFoIsdDSeBgcZUK { top:1.0625rem;left:29.6875rem;width:10.75rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoAfFKfPVyGa4SlQPLmR9NSDoD6Kb599 { top:1.875rem;left:42.8125rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnQkCIkbQZz4vFyTFKLBDybBGblfGu2a { top:2.1875rem;left:26.875rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPTntpJax54UDWu1CcxRwHwD6HSWNCcq { display:none; }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vUxn1aIDCTlie76WKaI2kg2ooMlLT1mz { width:12.5rem;height:3.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TALrN4mF6wvxLtVBdmZsGQLHc052aTGe { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMbdggmyOOC7u68WexNT4FTIfZyQX4so { width:3.125rem;height:3.125rem;display:none; }
#vMbdggmyOOC7u68WexNT4FTIfZyQX4so > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #GZbxcemE18hkU1VHypn0TmgefiM5RD9v { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrhoqTTyy9BVl7esDWkRsIW1FgTcTGmR { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcb0BJEMzPTpKXEDbh2dO3SU6Zt1GMfi { width:9.875rem;height:1.125rem;top:1.875rem;left:37.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLmTRfnwlDTmVCJTTUg5yGuei4fT6tLC { width:13.75rem;height:2.5rem;top:2.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozdfk59u8Gb22GQv9iDAyXA7VPfcJoGT { display:block; }
 }@media only screen and (max-width: 763px) { #c5iltm0ZIxQOIudfKIValOeDg8xeGlnF { top:1.625rem;left:13.5625rem;width:10.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ktf4riFGmzFlcTrePDLWIuBf2STppE { width:6.25rem;height:0.75rem;top:4.25rem;left:17.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCZtFG74Xl6d5DCmz0Sw6Xl3wdeV8lNo { width:1.5625rem;height:0;top:4.8125rem;left:18.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu4qgdFTvASkTTa2EmlKXI1AqUy9ONbT { top:3.375rem;left:18.6875rem;width:4rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrNvtxG9nkAUpMcFeJZXZdDzk2bfs4Px { width:3.375rem;height:2.375rem;top:2.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNVK4vWxv3QrJvG7QHeor0TamKCeWNbn { width:5.9375rem;height:0.6875rem;top:2.5625rem;left:17.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2xm0TZRvfT4iUVePdA5xaNXRz6rCvXy { top:1.0625rem;left:13.5625rem;width:10.75rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzhbXSFAVFu83Pn7Vpfr7xG85MFIU3bR { width:1.5625rem;height:0;top:4.8125rem;left:34.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUvK4rqA82mT02IVMPPokVXhbMg4M342 { top:1.875rem;left:42.8125rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H97kJMRHtGQqbRfh3n6Jz9T5Ox5klDdv { top:2.1875rem;left:26.875rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I38TKJNTQ6KCHT60OScMT1OEynZQyqNL { width:12.5rem;height:3.5625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iu6vgELmdEy6pDL3Umn0TGKk7L4zzEGB { width:12.5rem;height:3.5625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXoXHqKlZtqFJMuHekbdAPivPwDWyEDF { width:12.5rem;height:3.5625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqyQF4m8DT3TCKVo2hWmXIZsdT3P95eo { width:4rem;height:1.25rem;top:2.5rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 { display:block; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZqdr3klqU4OJ6Qq3nwXQoi6yUzKvJiT { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXfXohnmriy8M8ENoFZISbK3ZuxOA92H { width:3.125rem;height:3.125rem;display:none; }
#aXfXohnmriy8M8ENoFZISbK3ZuxOA92H > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #rnaCwILVJKbmVek3MDGkPWQwBXhmUBcI { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UISrNGzBWSkUmNrsXciQuoRnBf4R7Xan { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWSMqMxzJrb4WUbFftCD6TcImhTGoZqX { top:0.5625rem;left:8.25rem;width:2.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Xca4Q2TWwXcNW58OSHiZLlnbrctuMA { top:0.6875rem;left:0rem;width:2.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8pk7ikG39A4bytBzZDrkwBMnsTTHd2v { top:0.5rem;left:26.125rem;width:2.1875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqX5ThXup5fgshKat4izdnwBoSyrveV5 { top:0.5625rem;left:44.9375rem;width:2.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slzJCFSX0vussdDuUTbt2h52ipwVa5FA { width:9.25rem;height:1.125rem;top:1.0625rem;left:38.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2rM1TlqZrZSe9kGcCTUO63Xw9onKWL4 { width:9.875rem;height:1.125rem;top:1.0625rem;left:28.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSvIPNTaXluQXQzh4ulnimpRihVzJVmv { width:9.875rem;height:1.125rem;top:1.0625rem;left:10.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8dI1Qb6vaOANb0oTOiBbp4ACJ3k9IVo { width:7.375rem;height:1.125rem;top:1.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 { display:block; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtbSo60PbOmpcRhNOTVrHlNUlc7QN1aC { width:33.6875rem;height:3.625rem;top:39.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPSb8fPw5PTdwwX0A28IboPXs4F65KG7 { width:22.375rem;height:13.6875rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8JHHta6AFkVa8FplBXCrCGBADePpUDg { width:5.8125rem;height:1.3125rem;top:34.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ7pcVZyxPgOoLrfQCkX0oxS0O1rATTr { width:20.5625rem;height:0.125rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfwuk2q3teARX0zT1vUoTBARTypLTyEo { width:20.5rem;height:1.3125rem;top:24.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG9EhaQvI40hQOwxtwxgFRsQBNXNVPZo { width:21.4375rem;height:1.4375rem;top:5.4375rem;left:18.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moSMeuXBJezfczk6JiMTzLxSvvDtfVFN { width:20.5625rem;height:4.875rem;top:26.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtu4Izq8dfABr6MH7XEcWkspAkZ86LTz { top:34.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grNTIeHy0uk77c42XlSKuaQSZ1MmoenJ { top:23.5625rem;left:10.1875rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baKnOIK34ZBcPOlkMUeebyzaMTeGhFrp { width:0.9375rem;height:0.9375rem;top:35.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiotpNdLWzQRGGmUzZTKbDN1h6D70SBi { width:0.9375rem;height:0.9375rem;top:35.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #viEXdd9kSHOdEFrWZkCBkwPen2kylPre { width:0.9375rem;height:0.9375rem;top:35.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB1ff3ebw7yyQaCu2NzVCzapFZy4eQcZ { width:0.9375rem;height:0.9375rem;top:35.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhSQEPPSMG0yMvbL9h4ec2BegtZNLE8T { width:0.9375rem;height:0.9375rem;top:35.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw1RIVDNJK4cMc2xhhFNsTleDcehfUOl { width:28.5625rem;height:20.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tT9Fkcw409R9KE5bPR9rT347p6bb23gU { width:29.625rem;height:1.375rem;top:23.3125rem;left:18.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTz3Wfw2ClPGMEZM7lfwboxzkcK0gaQ { top:4rem;left:0rem;width:28.875rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPwrFfv7Xl1ZHTgVtnkvM9h3pavoImBS { width:2.375rem;height:1.6875rem;top:34.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFqFuEIHr5wLfQCQF0nU8epT3eUrBRxL { width:2.375rem;height:1.6875rem;top:26.5625rem;left:41.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPaPhospJ40B7InehWsZEssu3MwRxM7E { width:2.875rem;height:2.875rem;top:2.3125rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nq9q3T6001MfNGtQnuok0TCMVP2xJ4M4 { width:0.9375rem;height:0.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLNyy5d8a4VPKOwqX02pIoxcqEBxlZBb { width:0.9375rem;height:0.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saiZTXhmhsIN8mx7p7GnPxa3puENVQ9A { width:0.9375rem;height:0.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNXh6S4IOaSpZmJS5d5LRS4CedDcpEhu { width:0.9375rem;height:0.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nENv3hXfTOgdltd05cBWz0TF6oGDuJ3G { width:0.9375rem;height:0.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qETkItR1ymZDFuxpT4sPb9thGXXACq3W { width:16.5rem;height:;top:1.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzpTqiDIZUACIpTwf8KEuhcnD6Trqo5c { top:11.1875rem;left:0rem;width:28.875rem;height:;font-size:1rem;display:block; }#wzpTqiDIZUACIpTwf8KEuhcnD6Trqo5c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #qGppbzCxDQ706b30oZIJaaMzcQMNIJlQ { top:2.9375rem;left:26.9375rem;width:20.8125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2KyT1HuxbWhOclTQNisM1ZiIRnGxfS0 { top:1.75rem;left:24.75rem;width:23rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coaHNqMb4SBs4IDkbwQDZv950qTgrmg5 { top:31.1875rem;left:24.75rem;width:23rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmArkrW7sZ1yMEQdmPfC8xpDvL7ytq0 { top:31.1875rem;left:24.75rem;width:23rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbmHTuwtvKL8mvGZfNxzJBP29HVUl1ON { width:1.5625rem;height:0;top:35.4375rem;left:39.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm4JrMUA5sw06hh4OwZO1GzIEa0EgI7e { top:31.6875rem;left:33.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHH2J0iIqnuATmFAriZbg7r3JlrDgUuy { top:31.625rem;left:39.0625rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpDt38RoDkRStUZbFxuSnCiwyNxHXZT6 { top:31.5rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IynKTTOKktRKTm79K72tOOacuTwek0D4 { top:31.8125rem;left:43.125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn1rEMH9CVTplekCRie8SFbttudplh0n { width:20.1875rem;height:3.5625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRN3ZOdR22udVaIthvBdvliGvmkFPHcF { display:block; }
 }@media only screen and (max-width: 763px) { #o4K8dT3kBUCp55dDXuhmIdei8noiTn6J { width:47.75rem;height:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6ZP0hIkmaWbhC0OrHBA9leMRPw50wRV { display:none; }
 }@media only screen and (max-width: 763px) { #iVDEZswAArmw3CluvskS18PSxFgsJsxv { display:block; }#iVDEZswAArmw3CluvskS18PSxFgsJsxv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre { display:flex;width:9rem;height:5.0625rem;top:1.6875rem;left:12.625rem; }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #wpc7uZ0OAq6kWCXJ4PwvZaXDqSwqycAg { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #gURhm6DQBfJTDw1EyvE2DKvlb6SBgzxN {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #qPBqcwV0Gv2vNlCVqHsEO7iycImD29RP {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #FduXS5uMSdaMJ4svJcfp52i8TdQ2caAB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #S32Clm3kFPtOaogxab6J9DezcJrQl1nd {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #Vg48K1eMNc1Skg3n6ylJoTO9SxThFhm5 {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #EwpBMI3Q3zshesQDlTcB5uGmzZvG5fSb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #lm1vgGAhz8zou5LQUh90JhVQrU7C2Pml {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #gXxO93bMBQbi5Dm3ikLi5g5QUHhD4fs1 {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #LRkLSMNTqfGzZuuevZI8FLC0apb3EgDi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #DcNIQOqk0CF71OF8fXEnskEDtnMGizs4 {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #DCb81rzMyRr1qOD9oWcDN9dsX4s4TMlE {  }
 }@media only screen and (max-width: 763px) { #XcTiTXMMSNQasdlxMgRfCFFPVOOyWvkM { top:2.125rem;left:6.875rem;width:23.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLKr3s0VkFybdKeNkFABD5HISPesy7rk { display:block; }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EolvEnRHHAInT967w0JwqA2a05zCqiQe { width:47.75rem;height:;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvdAZ7rW4KmipIuKRDSyPeZiwFGxXkch { width:33.6875rem;height:18.75rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm64UoAr1G2IaIT080lRNTMUsL9kToXQ { width:31.25rem;height:0.125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLnSqKxeyIs8sIxhtgWE2m2Tt4GxMrft { width:0.9375rem;height:0.9375rem;top:24.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW3zBHdsmp9PikrtsGA6MLkKSZiQpCVQ { width:0.9375rem;height:0.9375rem;top:24.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGRJ5x9Zp1TSctdK7BX2KOJdg4A5wu32 { width:5.8125rem;height:1.3125rem;top:24.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cww5W7QvbnMh12uZ1DbaTp5Xy0RhLNu6 { width:31.1875rem;height:9.8125rem;top:12.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Q944zoItMs615GQ7TB2JOyEJQPvVmi { width:0.9375rem;height:0.9375rem;top:24.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mklEGGkq9ZgwIiSrBzvOAyqUfDkEa4Sg { width:0.9375rem;height:0.9375rem;top:24.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZLMagObLXaGrQ4213UkbnpTrWdqgo5l { width:0.9375rem;height:0.9375rem;top:24.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5vUlCHyFMnpo9ZgPm3TsgD7boXLNgl0 { width:29.625rem;height:1.375rem;top:12.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb7V4PhBP7OVUEEHouk9rVSGSb4AbxUT { width:24.5rem;height:1.5rem;top:9.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLWTy1hWwbfx8QTKLqhlh1A1waOyxyWr { width:3rem;height:2.125rem;top:23.8125rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGoUgFROBSwbstLyWHPSZRc4Ca0AnmKN { top:8.6875rem;left:19.875rem;width:27.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3GIt5pnBRpwuyDuG42F2n2IG7XtBtmm { top:23.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZF2pZkCw2IxUqRopWhTRTQVxgicr8se { top:24.25rem;left:5.9375rem;width:4.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gQepgNzUxiBH0UMhubEImw3m1TeCMQ { width:3.375rem;height:0.9375rem;top:24.4375rem;left:6.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU5b1vTUaAi6EE1xWGr1zWwiGbU4piof { width:33.6875rem;height:18.75rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AagbTwZk1Q8vK7xCKV6ImWNLA8lGmxLc { width:31.25rem;height:0.125rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR0XCsr5TeyfZ5nITBrFlOpi1P9lK1Ef { width:3rem;height:2.125rem;top:44.5rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKMUcxAxn4UnKQ83x3P9uUwPqwsr77FR { width:31.1875rem;height:9.8125rem;top:32.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM01kxoNGaZkiuThmmCGkrbniiVPOQAb { top:44.9375rem;left:5.9375rem;width:4.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgui35HglaSK7M0TWGUxe0zvNrwsWlfq { width:3.375rem;height:0.9375rem;top:45.125rem;left:6.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI3aAXwZrnHTheg7uDorMTpiReE4rlbV { width:0.9375rem;height:0.9375rem;top:45.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgooNOxV4d4Fvpy68NHfJRbzXQ7zsTDl { width:0.9375rem;height:0.9375rem;top:45.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtAK4ccz9CAoDgFcZWgykrfOW5oOEi6Q { width:0.9375rem;height:0.9375rem;top:45.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz4m8pVT4mgv9hn68oLuyqhpC6PW8Ti1 { width:5.8125rem;height:1.3125rem;top:44.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGC7b4KFNlHvzq6gHbAdhOEXGTyD9k2J { width:0.9375rem;height:0.9375rem;top:45.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQkBQEJrwMov7bmVHG9xy50eTEtct4G1 { width:0.9375rem;height:0.9375rem;top:45.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcVv9DxPA430lSwiLlqFJkDwL0BMvlIp { width:29.625rem;height:1.375rem;top:33.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl8OH9xmHMtIgD8iIb2Pqv1vrXeU9aI8 { width:27.25rem;height:1.5rem;top:30.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8nyp15FJGmaNip9BO5KpHQmxb8ZQo2s { top:44.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fibIPI6IiJhtDg3t0Gtut2WMTCQgMnhZ { width:33.6875rem;height:18.75rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuK9CRaoE3VB5WhByItAQbUaUh7bfEt2 { width:3rem;height:2.125rem;top:65rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faakBAH6Z5MLwrrDMZ0E5Pw34TZh8CkT { top:65.4375rem;left:5.9375rem;width:4.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7qqNbb8SMvk2kwC6C20ouTDewcsKMeN { width:3.375rem;height:0.9375rem;top:65.625rem;left:6.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQMllzkUZFwJaWGsbRWPMSEbiVQol0Gl { width:0.9375rem;height:0.9375rem;top:65.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4kiptWT0WaLPyIo44IHmnTLrUyXFnlD { width:31.25rem;height:0.125rem;top:64rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA8GX5TD1VTxFlGH9wlQihh32LxFIk2H { width:0.9375rem;height:0.9375rem;top:65.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ats9mWGLd5DAoF4xJF0l3wbxaBpTIFqA { width:31.1875rem;height:8.4375rem;top:53.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTul9CHdwTdPxGAIaZZCy34TSAquTam9 { width:0.9375rem;height:0.9375rem;top:65.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E37OB8HHM4INraJeUm2R1bIwZcpQzzQf { width:5.8125rem;height:1.3125rem;top:65.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhDMXHWberMhnhKXgmBVpOxcSMNETzva { width:0.9375rem;height:0.9375rem;top:65.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfRsuTx9iSo2TkUUln7B2AqzPqQoDwLU { width:0.9375rem;height:0.9375rem;top:65.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt8L4hmknbkQMtz6fo8CxTxLA4zaXqQn { top:65rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhp3KI5QGSKfSWsOh7wcP1RBl89ED56W { width:29.625rem;height:1.375rem;top:53.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZHvmWksX96XD39MMrP7O51KlgWtaWrc { width:24.5rem;height:1.5rem;top:51.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B62lW1WmUC4tfIVN25Fo9Ukdigx0RBKD { top:29.375rem;left:19.875rem;width:27.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTafWPhctMz1Ci7JxJf5WneAwucIT8wq { top:49.875rem;left:13.9375rem;width:33.8125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLd1mbOvp1yfVHIZs5L3Gpmn779mtkcM { width:27.5rem;height:3.0625rem;top:70.1875rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3qVK5e5U7HqlmmihLEnGavSAOwyAGcT { display:block; }
 }@media only screen and (max-width: 763px) { #KtNhGZLDfTyyCWa9HU4JOkR9xJfPrGB6 { width:33rem;height:2.0625rem;top:4.8125rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc { display:block; }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSaKhhrTkyX1so9CXkrdkkkyDH8iXXeg { top:1.3125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuwwTKahAzBFNZi67gBoUfet7Vm9uVbh { top:15.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9MtxNtWpwLPnE0VSyIG2IdSOIrFl7P0 { width:9.25rem;height:1.125rem;top:12.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWLwEMMvDFHKatTNcowOV1M3TXmQqfNQ { top:1.3125rem;left:10.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFf2zCmdqn2BUK8XcVWi2ETT3gCr3bS0 { top:1.3125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg6FaPL95qkyTpxTsWssgHWv35wBrIIu { top:1.3125rem;left:25.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhXxs3RRTODNNissriHizrTyG9Kx98XM { top:11.75rem;left:0rem;width:12.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usngVyNTFNyXDKnrRo73BUd0GUuT1xAn { width:9.6875rem;height:1.125rem;top:12.25rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev2FTXA8Ek4sCJCLOU3XAapnCL4KoN3U { top:11.75rem;left:10.125rem;width:12.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baeO4Q633s29D9TKiTdz5Qdp0y1vE0xn { width:9.25rem;height:1.125rem;top:12.25rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi9VvmrqBqlG3GVbRN4ltSBCVUUCz3Kq { top:11.75rem;left:25.4375rem;width:12.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaEqik9UMQklUsWzEQdLe17WgsJzynvF { width:9.25rem;height:1.125rem;top:12.25rem;left:38.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAdB9DaGTn1CGiE9qMTMt3wlPKvzdh7u { top:11.75rem;left:35.25rem;width:12.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTE6sowGDu76Bs8NtAInOgvhroFZ73P { top:26.25rem;left:0rem;width:12.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmGkorU3K3c0KoMO3wddktdGzUfaEQCx { width:9.875rem;height:1.125rem;top:26.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymOisAkdN6rrRSns7ThE9Uqugivf7Oqb { top:15.75rem;left:10.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH7wu0l1H8whJy5nO7CxLeg2K7fzNSic { top:26.1875rem;left:10.125rem;width:12.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3UTTD594lvToAQWRKq1cwLIZs0QSTk7 { width:9.25rem;height:1.125rem;top:26.6875rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZM1w94UVKm9AIrzGqBUZSoJpToIQe8w { top:15.75rem;left:25.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gruNkhFyisI9Zka7tDehhJZSNR9fukPz { top:26.1875rem;left:25.4375rem;width:12.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlLkCBTILuvyS6aJD6k5EMrlxbgkfVvf { width:9.25rem;height:1.125rem;top:26.6875rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J95XB7sAKf5GGcctfw3hLUlO4VqK2Bf2 { top:15.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkNUFMIZSyJhALUwO3BL4ObRS9ZeAgvl { top:26.1875rem;left:35.25rem;width:12.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN6VqvMkqDvlf0EZp4ToXcyDo28n7MxH { width:9.8125rem;height:1.125rem;top:26.75rem;left:37.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtCQNIl7Uby21u4Crh6Uw4k5fwK9ws4b { width:22.8125rem;height:1.125rem;top:34.0625rem;left:12.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXe1U4dKzoD57GrkQ07AovPPuZvAhmom { width:21.5625rem;height:3.5625rem;top:29.75rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrsoXE1nTLkaphrxckMHJhhSIUveoola { display:block; }
 }@media only screen and (max-width: 763px) { #bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr { display:block; }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwzJfTLZTkTrbMTIuPt2QPE3t4dozerP { width:27.875rem;height:;top:3.5rem;left:13.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwcvWxTpe4B0EiAqi5m0L8q1WcgEO29h { top:5.875rem;left:32.75rem;width:15rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f919p21uCTL6TDlE2kC91PM9yihDDxPJ { width:28.625rem;height:;top:9.25rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT00g2LebTMcHExTl6qumAOvB2ItuvPt { top:2.6875rem;left:0rem;width:25.125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp8WLHuJrk66CwVXwAQ6JvNde9xEXRzG { width:27.5rem;height:3.0625rem;top:17.25rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #phEso4iTBneVMOcAfS1yqufTkDEnuSDi { display:block; }
 }@media only screen and (max-width: 763px) { #uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT { display:block; }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L585UpgaCcQ32xDVPhSwGspquxGCVmoy { width:8.5625rem;height:1.1875rem;top:9.75rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abfGSGTXXEDh9zQxJGPJGhMVBk8aJxWL { width:13rem;height:5.25rem;top:11.5625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1XrHFDqKBknH1ZBLG1iAgESC6PzZ9vu { width:10.75rem;height:1.1875rem;top:9.8125rem;left:18.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmCW7G9u1uPLLyuBEIikn7t2R5LD7WT3 { width:13rem;height:5.25rem;top:11.8125rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHTre4SCHCCF4nv31QFiTTrr7uSO4ida { width:9.875rem;height:1.1875rem;top:9.75rem;left:35.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl2BQkEcJc6cFEmfus8WvRHiDvZXi84t { width:13rem;height:5.25rem;top:11.625rem;left:33.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXK7lggc07M9s1GM0ApZfgRdCZaPEBmy { width:21.125rem;height:;top:1.9375rem;left:10.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkgewc0ZBiV1RbcKEGmp90cLaZuOZEAD { width:2.5rem;height:2.5rem;top:6.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvrxJERT6MV3BOlfhI7b2OAV3Nd7mQbo { width:2.5rem;height:2.5rem;top:6.375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTpV2GQvP2vASVwUmJbRorftD05c99E { width:2.5rem;height:2.5rem;top:6.375rem;left:39.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 { display:block; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTzqQXuQb0cmxHcMKTJGFtD3kSqO30iE { width:36.375rem;height:1.75rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1RTiSXN31gn5aIbd0vpVAT4eZrUWrJR { top:4.875rem;left:7.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFnIHFZzWfChf83VVaMZnyUR7c7vIRTN { top:4.875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w07ebMkVem1yRQdshMnwndmae27dAIm7 { top:4.875rem;left:35.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT9DaDeIGDeosLE2RGR9rWXdyFWP982L { width:4.1875rem;height:1.125rem;top:8.75rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJCJb6LcyEsft4Ui9Lvu2tPqrxytH3D9 { width:4.1875rem;height:1.125rem;top:8.75rem;left:19.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL0nGcgfkECbT53KMvES43q2gQpfFcT1 { width:4.1875rem;height:1.125rem;top:8.75rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNxogF9VxAKFxvqe458nJVss5LExzrmQ { width:10.25rem;height:1.25rem;top:10.6875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkATlNsgN0o8l4bDrzHKaMvS3RFSqgoi { width:10.25rem;height:1.25rem;top:10.6875rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvWolLDeFwzgRnNPSMAD5wPikTiXnmWR { width:11.625rem;height:1.25rem;top:10.6875rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyGDoXDZfVApPBEApv3ZxlIkuaTyKxoW { width:15.3125rem;height:3.375rem;top:12.875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZeItNW2zXyLT7iQACNhgCrHEevmwsCt { width:15.3125rem;height:3.375rem;top:12.875rem;left:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPWEEKKK4UDTfpoTGLX4TWyDipmgmKyk { width:15.3125rem;height:3.375rem;top:12.875rem;left:29.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8bSvDoqtEHixBtroa1LoSlGML5WFV7c { width:27.5rem;height:3.0625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRfXOx8oCmBlXP1cQQ7TfRXbSbfGTAkf { display:block; }
 }@media only screen and (max-width: 763px) { #oqSygDE9N2KmV9ysXkWCzgrT8tJlB4FM { width:0.9375rem;height:0.9375rem;top:23.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq5v2x8yy8mL84JoTNKsBkFRNburkJpK { width:0.9375rem;height:0.9375rem;top:23.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDAQudPSI23KQMzqGeCxONKE99O6wgoR { width:0.9375rem;height:0.9375rem;top:23.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkqEcOR5nffMWPreppAiuD01sM7y3MiT { width:0.9375rem;height:0.9375rem;top:23.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN14DNlFbzm5s20hqtFQEtS4Zeinqs1N { width:0.9375rem;height:0.9375rem;top:23.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGVHoGPr5fVMGMpNf4TJcqK2TGIC9zNt { width:8.8125rem;height:1rem;top:23.625rem;left:15.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 { display:block; }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHMgiyCzOmvJupDSHk8quHDmB98Zvhly { width:13.125rem;height:;top:1.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwLKXoGeocMLm2ECEQW0vIi73Z3BIyhw { width:23.0625rem;height:;top:8.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvR8rRzQx3nMoEOCyTEl8oyLcrLLEeWO { width:11.3125rem;height:;top:1.875rem;left:9.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU669ZZ1Kr3hQFZqJM4mernvNC0UwzQH { width:11.5rem;height:;top:1.875rem;left:29.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCM8hfHOPl2SgZU7fasM99w2aWuHhQkc { width:5.75rem;height:1.1875rem;top:1.875rem;left:42rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV1UTvW5aGDvRAiA8AydKlEKTZJJ2xQI { width:9.75rem;height:1.9375rem;top:3.25rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #f39wNpnNf9iSDV5cWoeCkkCk4e4cz6ef { display:block; }
 }@media only screen and (max-width: 763px) { #lFNfz8A5spBFRuh0QTMKFTl4cegCzeA0 { width:8.4375rem;height:1.1875rem;top:8.25rem;left:39.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGk2w9ISIEfFhagrFXWK0IwgMTgu2L5K { width:6.6875rem;height:1.25rem;top:4.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg0CO0WVeZs6abX0SdF0nDHFW26JEagd { width:9.5rem;height:4.875rem;top:5.1875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4s8eba4mEOuTO2xhCKcu4kIlsk06asN { display:none; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v4BMvkLXVl5WVenUrgm3Z7RuTKSrZuLc { width:7.0625rem;height:1rem;top:1.5625rem;left:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTPz7Pzzw7IcPBB1ygzSIiCIBmE5Dy7B { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row .container { background-color: transparent; background-image: none; }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row .container > .video-iframe-container { display: none; }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row > .video-iframe-container { display: none; }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .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); }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row .container { border-width: 0; border-radius: 0; }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heTyBQZbNkiFMSw5cFPstnXBl0UaAQBy > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMblwS4lObibMH9z6T4KH6HBNlRfauXB { width:10.4375rem;height:3.125rem;top:16.1875rem;left:4.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdiCMaX3b5TosR65UceOXJfW3sZTLpTD { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e5cx88qmzEivN3BlP1vgz9EfbgySKnwy { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#e5cx88qmzEivN3BlP1vgz9EfbgySKnwy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #lyI7m96pPE9GDlVPx5m02arVOotFTXbb { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X6tR29dQS6JkdkUpfKz7sq0iRNR25XXm { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tTdMW6wmTPx3rxEZpdeN6wkON6H7pbNq { width:9.875rem;height:auto;top:1.875rem;left:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JXFJUSgbZO1394puEhOCP5c4yKvaoTf6 { width:11.125rem;height:3rem;top:5.625rem;left:4.4375rem;color:#fe2121;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8Fxp4wQXPxvhdVbdGJ3n9n4wTMsJCLQ { display:block; }
 }@media only screen and (max-width: 763px) { #bRcFzrSO0trqOmOcC8iMPVxvZhTLTtLI { width:7.5rem;height:0;top:5.6875rem;left:11.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #fJ14w1b5WOgXkfn2gIqH13cN4w6gkonI { width:1.5625rem;height:0;top:18.375rem;left:9.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #fcGJNTGHS4bf26BE8uplu0NKI6i6OHU7 { width:0.0625rem;height:3.125rem;top:10.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfWipLOiro8DQLcrHiDzE0gfS3pdqOC9 { width:0.0625rem;height:3.125rem;top:6.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHdhULNvDtVtemG49yBqyTF8AMbVzxnG { width:19.375rem;height:3.5625rem;top:0rem;left:0.3125rem;z-index:15013;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lFCqEIfkMzdWMqqmTl1M9MH7eFm3JbdS { display:block; }
 }@media only screen and (max-width: 763px) { #TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ { background-color:#0281bb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row .container { border-width: 0; border-radius: 0; }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBRSk1tcDHCboqW39x5uncrUbDKUnbGZ > .row .container { width:20rem;height:5.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M7DPLLIAAaXxoDVcfZdODZ65xPOeo4MO { width:8.6875rem;height:3.125rem;top:16.1875rem;left:4.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0XmDGFtA6pIylfEF7dmtiDdFS663GOb { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fBpGMan20GCsol3XJILiBdud4ob6xJTT { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#fBpGMan20GCsol3XJILiBdud4ob6xJTT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #NwJmPob3dgrV9QbFOHsPN5NWTgl3ZpiL { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qy6Im6COqGvtPOphfAE5mklb35VS1Kfd { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EqTxPTDsdbLLrCzxoDsNunvKxGxS4LQe { width:9.875rem;height:auto;top:1.875rem;left:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D1zEsGlrXSCv2Q8lmKKdVGsBLiDRI0AI { width:11.125rem;height:3rem;top:5.625rem;left:4.4375rem;color:#fe2121;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gezhvnHQ7a8cvVpzxOFOvC3hCKqPXm4O { display:block; }
 }@media only screen and (max-width: 763px) { #k87WqFDicX0kfc6tsI0iD8ZIJsog2Znd { width:9.8125rem;height:4.25rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THAisNZMOlq2VeU31shruLVgJO62nqbM { width:7.1875rem;height:0.73095625rem;top:3.5625rem;left:2.8125rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VXdNupff4M9MqEpadJB2RHLyQ7fFcT0h { width:7.5rem;height:0;top:5.6875rem;left:11.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #efb7XtZ0Tbsyor6Fdoo29JLZmhDMJhAJ { width:4rem;height:0.625rem;top:2.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV3Gw6JuNxFEqM6NX4mRzPcsbAqeZOD0 { width:3rem;height:2.125rem;top:2.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz1PXHyoilTJq5VsfTUQeso8Wt72zGoW { width:5.9375rem;height:0.73095625rem;top:2.125rem;left:3.4375rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BpGMh9yaVnXOOcdbVKrZDLST07Ry8zfi { width:9.8125rem;height:0.875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eixztlx49FI9LJQbHfSlpRFp4z2i5FXg { width:9.8125rem;height:4.25rem;top:1rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIO1JCOEUKGvtf1LkncxkE27lFb1xxd0 { width:6.625rem;height:0.6494125rem;top:3.625rem;left:13.1875rem;font-size:0.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NDeTvpndee7XHp72BA1KccRJoMX5uoKD { width:2.5625rem;height:2.5625rem;top:1.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP8cuG6tzyKoBdJo64Z7aK7WEBgTTTr9 { width:1.5625rem;height:0;top:18.375rem;left:9.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #QNEgfZoaIFNUDO0dzXgsdr8r47f8wuvl { width:4.5625rem;height:1.25rem;top:1.9375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM4SeyMTuWcfN93fcgFoIsdDSeBgcZUK { width:9.8125rem;height:0.875rem;top:0.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoAfFKfPVyGa4SlQPLmR9NSDoD6Kb599 { width:0.0625rem;height:3.125rem;top:10.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnQkCIkbQZz4vFyTFKLBDybBGblfGu2a { width:0.0625rem;height:3.125rem;top:6.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPTntpJax54UDWu1CcxRwHwD6HSWNCcq { background-color:#0281bb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row .container { background-color: transparent; background-image: none; }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row .container > .video-iframe-container { display: none; }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row > .video-iframe-container { display: none; }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .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); }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row .container { border-width: 0; border-radius: 0; }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FPTntpJax54UDWu1CcxRwHwD6HSWNCcq > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUxn1aIDCTlie76WKaI2kg2ooMlLT1mz { width:10.4375rem;height:3.125rem;top:16.1875rem;left:4.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TALrN4mF6wvxLtVBdmZsGQLHc052aTGe { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vMbdggmyOOC7u68WexNT4FTIfZyQX4so { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#vMbdggmyOOC7u68WexNT4FTIfZyQX4so > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #GZbxcemE18hkU1VHypn0TmgefiM5RD9v { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yrhoqTTyy9BVl7esDWkRsIW1FgTcTGmR { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vcb0BJEMzPTpKXEDbh2dO3SU6Zt1GMfi { width:9.875rem;height:auto;top:1.875rem;left:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eLmTRfnwlDTmVCJTTUg5yGuei4fT6tLC { width:11.125rem;height:3rem;top:5.625rem;left:4.4375rem;color:#fe2121;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozdfk59u8Gb22GQv9iDAyXA7VPfcJoGT { display:block; }
 }@media only screen and (max-width: 763px) { #c5iltm0ZIxQOIudfKIValOeDg8xeGlnF { width:9.8125rem;height:3.375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ktf4riFGmzFlcTrePDLWIuBf2STppE { width:7.1875rem;height:0.73095625rem;top:2.9375rem;left:2.8125rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OCZtFG74Xl6d5DCmz0Sw6Xl3wdeV8lNo { width:7.5rem;height:0;top:5.6875rem;left:11.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #pu4qgdFTvASkTTa2EmlKXI1AqUy9ONbT { width:4rem;height:0.625rem;top:2.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrNvtxG9nkAUpMcFeJZXZdDzk2bfs4Px { width:3rem;height:2.125rem;top:1.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNVK4vWxv3QrJvG7QHeor0TamKCeWNbn { width:5.9375rem;height:0.73095625rem;top:1.5rem;left:3.4375rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S2xm0TZRvfT4iUVePdA5xaNXRz6rCvXy { width:9.8125rem;height:0.875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzhbXSFAVFu83Pn7Vpfr7xG85MFIU3bR { width:1.5625rem;height:0;top:18.375rem;left:9.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #yUvK4rqA82mT02IVMPPokVXhbMg4M342 { width:0.0625rem;height:3.125rem;top:10.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H97kJMRHtGQqbRfh3n6Jz9T5Ox5klDdv { width:0.0625rem;height:3.125rem;top:6.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I38TKJNTQ6KCHT60OScMT1OEynZQyqNL { width:4.3125rem;height:4.3125rem;top:-1.0625rem;left:8.5rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #iu6vgELmdEy6pDL3Umn0TGKk7L4zzEGB { width:10.4375rem;height:3.125rem;top:2.25rem;left:12.0625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #XXoXHqKlZtqFJMuHekbdAPivPwDWyEDF { width:10.4375rem;height:3.125rem;top:2.625rem;left:12.0625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #FqyQF4m8DT3TCKVo2hWmXIZsdT3P95eo { width:9.6875rem;height:2.8125rem;top:1.21875rem;left:10.3125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 { background-color:rgba(114,114,114,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row .container { background-color: transparent; background-image: none; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row .container > .video-iframe-container { display: none; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row > .video-iframe-container { display: none; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .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); }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row .container { border-width: 0; border-radius: 0; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmHHS3m5tRUGvQ7osEQZcMDOTKHdvoG0 > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZqdr3klqU4OJ6Qq3nwXQoi6yUzKvJiT { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aXfXohnmriy8M8ENoFZISbK3ZuxOA92H { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#aXfXohnmriy8M8ENoFZISbK3ZuxOA92H > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #rnaCwILVJKbmVek3MDGkPWQwBXhmUBcI { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UISrNGzBWSkUmNrsXciQuoRnBf4R7Xan { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PWSMqMxzJrb4WUbFftCD6TcImhTGoZqX { width:2.75rem;height:2.875rem;top:7.3125rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1Xca4Q2TWwXcNW58OSHiZLlnbrctuMA { width:2.0625rem;height:1.875rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8pk7ikG39A4bytBzZDrkwBMnsTTHd2v { width:1.875rem;height:2rem;top:0.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqX5ThXup5fgshKat4izdnwBoSyrveV5 { width:2.875rem;height:2.8125rem;top:13.5625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #slzJCFSX0vussdDuUTbt2h52ipwVa5FA { width:9.25rem;height:auto;top:1.0625rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S2rM1TlqZrZSe9kGcCTUO63Xw9onKWL4 { width:7.875rem;height:0.9746125rem;top:0.6875rem;left:12.125rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nSvIPNTaXluQXQzh4ulnimpRihVzJVmv { width:7.375rem;height:0.9746125rem;top:0.6875rem;left:2.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q8dI1Qb6vaOANb0oTOiBbp4ACJ3k9IVo { width:7.375rem;height:auto;top:1.0625rem;left:6.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 { background-color:#0281bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row .container { background-color: transparent; background-image: none; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row .container > .video-iframe-container { display: none; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row > .video-iframe-container { display: none; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .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); }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row .container { border-width: 0; border-radius: 0; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNDilOkAArTdXhv2w2UTQmda1kbUmJz3 > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtbSo60PbOmpcRhNOTVrHlNUlc7QN1aC { width:18.75rem;height:0;top:41.25634765625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rPSb8fPw5PTdwwX0A28IboPXs4F65KG7 { width:20rem;height:14.1875rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8JHHta6AFkVa8FplBXCrCGBADePpUDg { width:5.8125rem;height:1.3125rem;top:70.5rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ7pcVZyxPgOoLrfQCkX0oxS0O1rATTr { width:18.375rem;height:0.125rem;top:69.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfwuk2q3teARX0zT1vUoTBARTypLTyEo { width:18.375rem;height:1.2246125rem;top:60.625rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PG9EhaQvI40hQOwxtwxgFRsQBNXNVPZo { width:20rem;height:0;top:67rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #moSMeuXBJezfczk6JiMTzLxSvvDtfVFN { width:18.375rem;height:6.12305rem;top:62.5625rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Wtu4Izq8dfABr6MH7XEcWkspAkZ86LTz { width:2.1875rem;height:2.1875rem;top:70.0625rem;left:0.625rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #grNTIeHy0uk77c42XlSKuaQSZ1MmoenJ { width:11.9375rem;height:11.9375rem;top:50.625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #baKnOIK34ZBcPOlkMUeebyzaMTeGhFrp { display:flex;width:0.9375rem;height:0.9375rem;top:70.6875rem;left:12.8125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #kiotpNdLWzQRGGmUzZTKbDN1h6D70SBi { display:flex;width:0.9375rem;height:0.9375rem;top:70.6875rem;left:11.9375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #viEXdd9kSHOdEFrWZkCBkwPen2kylPre { display:flex;width:0.9375rem;height:0.9375rem;top:70.6875rem;left:11.0625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #lB1ff3ebw7yyQaCu2NzVCzapFZy4eQcZ { display:flex;width:0.9375rem;height:0.9375rem;top:70.6875rem;left:10.1875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #hhSQEPPSMG0yMvbL9h4ec2BegtZNLE8T { display:flex;width:0.9375rem;height:0.9375rem;top:70.6875rem;left:9.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #fw1RIVDNJK4cMc2xhhFNsTleDcehfUOl { top:69.5rem;left:0rem;width:20rem;height:14.125rem;z-index:14998;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT9Fkcw409R9KE5bPR9rT347p6bb23gU { width:20rem;height:0;top:71.90625rem;left:-1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #VcTz3Wfw2ClPGMEZM7lfwboxzkcK0gaQ { width:20rem;height:4.0625rem;top:10.0625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MPwrFfv7Xl1ZHTgVtnkvM9h3pavoImBS { width:2.375rem;height:1.6875rem;top:110.85986328125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFqFuEIHr5wLfQCQF0nU8epT3eUrBRxL { width:2.375rem;height:1.6875rem;top:81.1875rem;left:0.8125rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #rPaPhospJ40B7InehWsZEssu3MwRxM7E { width:1.9375rem;height:1.9375rem;top:81.0625rem;left:6.3125rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #Nq9q3T6001MfNGtQnuok0TCMVP2xJ4M4 { display:flex;width:0.9375rem;height:0.9375rem;top:8.1875rem;left:2.5625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #oLNyy5d8a4VPKOwqX02pIoxcqEBxlZBb { display:flex;width:0.9375rem;height:0.9375rem;top:8.1875rem;left:1.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #saiZTXhmhsIN8mx7p7GnPxa3puENVQ9A { display:flex;width:0.9375rem;height:0.9375rem;top:8.1875rem;left:3.4375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #FNXh6S4IOaSpZmJS5d5LRS4CedDcpEhu { display:flex;width:0.9375rem;height:0.9375rem;top:8.1875rem;left:4.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #nENv3hXfTOgdltd05cBWz0TF6oGDuJ3G { display:flex;width:0.9375rem;height:0.9375rem;top:8.1875rem;left:5.125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #qETkItR1ymZDFuxpT4sPb9thGXXACq3W { width:12rem;height:0.9746125rem;top:8.1875rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wzpTqiDIZUACIpTwf8KEuhcnD6Trqo5c { width:20rem;height:4.5244125rem;top:14.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#wzpTqiDIZUACIpTwf8KEuhcnD6Trqo5c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #qGppbzCxDQ706b30oZIJaaMzcQMNIJlQ { width:18.75rem;height:21.75rem;top:25.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2KyT1HuxbWhOclTQNisM1ZiIRnGxfS0 { width:20rem;height:29.9375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coaHNqMb4SBs4IDkbwQDZv950qTgrmg5 { width:20rem;height:6.0625rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmArkrW7sZ1yMEQdmPfC8xpDvL7ytq0 { width:20rem;height:1.6875rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbmHTuwtvKL8mvGZfNxzJBP29HVUl1ON { width:1.5625rem;height:0;top:88.53125rem;left:6.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #sm4JrMUA5sw06hh4OwZO1GzIEa0EgI7e { width:4.6875rem;height:4.6875rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHH2J0iIqnuATmFAriZbg7r3JlrDgUuy { width:4.875rem;height:4.875rem;top:53.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpDt38RoDkRStUZbFxuSnCiwyNxHXZT6 { width:4.875rem;height:4.875rem;top:53.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IynKTTOKktRKTm79K72tOOacuTwek0D4 { width:4.625rem;height:4.625rem;top:53.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn1rEMH9CVTplekCRie8SFbttudplh0n { width:18.8125rem;height:3.5625rem;top:19.90625rem;left:0.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRN3ZOdR22udVaIthvBdvliGvmkFPHcF { display:block; }
 }@media only screen and (max-width: 763px) { #o4K8dT3kBUCp55dDXuhmIdei8noiTn6J { top:0rem;left:0rem;width:20rem;height:10rem;z-index:15132;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k6ZP0hIkmaWbhC0OrHBA9leMRPw50wRV { top:72.25rem;left:0rem;width:20rem;height:1.8125rem;z-index:15133;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iVDEZswAArmw3CluvskS18PSxFgsJsxv { display:block; }#iVDEZswAArmw3CluvskS18PSxFgsJsxv > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre { display:flex;width:9rem;height:5.0625rem;top:5.1240234375rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #wpc7uZ0OAq6kWCXJ4PwvZaXDqSwqycAg { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #gURhm6DQBfJTDw1EyvE2DKvlb6SBgzxN {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #qPBqcwV0Gv2vNlCVqHsEO7iycImD29RP {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #FduXS5uMSdaMJ4svJcfp52i8TdQ2caAB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #S32Clm3kFPtOaogxab6J9DezcJrQl1nd {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #Vg48K1eMNc1Skg3n6ylJoTO9SxThFhm5 {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #EwpBMI3Q3zshesQDlTcB5uGmzZvG5fSb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #lm1vgGAhz8zou5LQUh90JhVQrU7C2Pml {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #gXxO93bMBQbi5Dm3ikLi5g5QUHhD4fs1 {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #LRkLSMNTqfGzZuuevZI8FLC0apb3EgDi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #DcNIQOqk0CF71OF8fXEnskEDtnMGizs4 {  }
 }@media only screen and (max-width: 763px) { #qy3ggBGPUmSiAOvXWAPeX56Fk0k84bre #DCb81rzMyRr1qOD9oWcDN9dsX4s4TMlE {  }
 }@media only screen and (max-width: 763px) { #XcTiTXMMSNQasdlxMgRfCFFPVOOyWvkM { width:14.3125rem;height:3.25rem;top:1.0009765625rem;left:2.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLKr3s0VkFybdKeNkFABD5HISPesy7rk { display:block; }#oLKr3s0VkFybdKeNkFABD5HISPesy7rk > .row .container { width:20rem;height:114.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EolvEnRHHAInT967w0JwqA2a05zCqiQe { width:20rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cvdAZ7rW4KmipIuKRDSyPeZiwFGxXkch { width:20rem;height:19.0625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm64UoAr1G2IaIT080lRNTMUsL9kToXQ { width:18.375rem;height:0.125rem;top:40.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLnSqKxeyIs8sIxhtgWE2m2Tt4GxMrft { display:flex;width:0.9375rem;height:0.9375rem;top:41.875rem;left:10.1875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #cW3zBHdsmp9PikrtsGA6MLkKSZiQpCVQ { display:flex;width:0.9375rem;height:0.9375rem;top:41.875rem;left:9.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #cGRJ5x9Zp1TSctdK7BX2KOJdg4A5wu32 { width:3.0625rem;height:1.3125rem;top:41.6875rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cww5W7QvbnMh12uZ1DbaTp5Xy0RhLNu6 { width:18.375rem;height:11.37205625rem;top:27.9375rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F5Q944zoItMs615GQ7TB2JOyEJQPvVmi { display:flex;width:0.9375rem;height:0.9375rem;top:41.875rem;left:8.4375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #mklEGGkq9ZgwIiSrBzvOAyqUfDkEa4Sg { display:flex;width:0.9375rem;height:0.9375rem;top:41.875rem;left:7.5625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #XZLMagObLXaGrQ4213UkbnpTrWdqgo5l { display:flex;width:0.9375rem;height:0.9375rem;top:41.875rem;left:6.6875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #k5vUlCHyFMnpo9ZgPm3TsgD7boXLNgl0 { width:20rem;height:1.13720625rem;top:29.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Rb7V4PhBP7OVUEEHouk9rVSGSb4AbxUT { width:18.375rem;height:1.13720625rem;top:26.25rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qLWTy1hWwbfx8QTKLqhlh1A1waOyxyWr { width:2.5rem;height:1.75rem;top:41.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGoUgFROBSwbstLyWHPSZRc4Ca0AnmKN { width:19.3125rem;height:13rem;top:12.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g3GIt5pnBRpwuyDuG42F2n2IG7XtBtmm { width:2.1875rem;height:2.1875rem;top:41.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZF2pZkCw2IxUqRopWhTRTQVxgicr8se { width:4.25rem;height:1.1875rem;top:41.75rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gQepgNzUxiBH0UMhubEImw3m1TeCMQ { width:3.375rem;height:0.875rem;top:41.9375rem;left:12rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yU5b1vTUaAi6EE1xWGr1zWwiGbU4piof { width:20rem;height:18.75rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AagbTwZk1Q8vK7xCKV6ImWNLA8lGmxLc { width:18.375rem;height:0.125rem;top:72.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR0XCsr5TeyfZ5nITBrFlOpi1P9lK1Ef { width:3rem;height:2.125rem;top:74rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKMUcxAxn4UnKQ83x3P9uUwPqwsr77FR { width:18.375rem;height:11.3720625rem;top:61.4375rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IM01kxoNGaZkiuThmmCGkrbniiVPOQAb { width:4.25rem;height:1.1875rem;top:74.4375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgui35HglaSK7M0TWGUxe0zvNrwsWlfq { width:3.375rem;height:0.875rem;top:74.625rem;left:12rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dI3aAXwZrnHTheg7uDorMTpiReE4rlbV { display:flex;width:0.9375rem;height:0.9375rem;top:74.5625rem;left:10rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #kgooNOxV4d4Fvpy68NHfJRbzXQ7zsTDl { display:flex;width:0.9375rem;height:0.9375rem;top:74.5625rem;left:9.125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #RtAK4ccz9CAoDgFcZWgykrfOW5oOEi6Q { display:flex;width:0.9375rem;height:0.9375rem;top:74.5625rem;left:8.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #hz4m8pVT4mgv9hn68oLuyqhpC6PW8Ti1 { width:3.125rem;height:1.3125rem;top:74.4375rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGC7b4KFNlHvzq6gHbAdhOEXGTyD9k2J { display:flex;width:0.9375rem;height:0.9375rem;top:74.5625rem;left:7.375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #yQkBQEJrwMov7bmVHG9xy50eTEtct4G1 { display:flex;width:0.9375rem;height:0.9375rem;top:74.5625rem;left:6.5rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #VcVv9DxPA430lSwiLlqFJkDwL0BMvlIp { width:20rem;height:1.13720625rem;top:62.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Pl8OH9xmHMtIgD8iIb2Pqv1vrXeU9aI8 { width:18.375rem;height:1.13720625rem;top:59.5625rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b8nyp15FJGmaNip9BO5KpHQmxb8ZQo2s { width:2.1875rem;height:2.1875rem;top:73.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fibIPI6IiJhtDg3t0Gtut2WMTCQgMnhZ { width:20rem;height:17.1875rem;top:92.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuK9CRaoE3VB5WhByItAQbUaUh7bfEt2 { width:3rem;height:2.125rem;top:106.3125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #faakBAH6Z5MLwrrDMZ0E5Pw34TZh8CkT { width:4.25rem;height:1.1875rem;top:106.75rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7qqNbb8SMvk2kwC6C20ouTDewcsKMeN { width:3.375rem;height:0.875rem;top:106.9375rem;left:12rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xQMllzkUZFwJaWGsbRWPMSEbiVQol0Gl { display:flex;width:0.9375rem;height:0.9375rem;top:106.875rem;left:10.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #T4kiptWT0WaLPyIo44IHmnTLrUyXFnlD { width:18.375rem;height:0.125rem;top:104.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA8GX5TD1VTxFlGH9wlQihh32LxFIk2H { display:flex;width:0.9375rem;height:0.9375rem;top:106.875rem;left:9.375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Ats9mWGLd5DAoF4xJF0l3wbxaBpTIFqA { width:18.375rem;height:9.09765rem;top:94.9375rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DTul9CHdwTdPxGAIaZZCy34TSAquTam9 { display:flex;width:0.9375rem;height:0.9375rem;top:106.875rem;left:8.5rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #E37OB8HHM4INraJeUm2R1bIwZcpQzzQf { width:5.8125rem;height:1.3125rem;top:106.6875rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhDMXHWberMhnhKXgmBVpOxcSMNETzva { display:flex;width:0.9375rem;height:0.9375rem;top:106.875rem;left:7.625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #XfRsuTx9iSo2TkUUln7B2AqzPqQoDwLU { display:flex;width:0.9375rem;height:0.9375rem;top:106.875rem;left:6.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #pt8L4hmknbkQMtz6fo8CxTxLA4zaXqQn { width:2.1875rem;height:2.1875rem;top:106.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhp3KI5QGSKfSWsOh7wcP1RBl89ED56W { width:18.375rem;height:0;top:87.994140625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #SZHvmWksX96XD39MMrP7O51KlgWtaWrc { width:18.1875rem;height:1.13720625rem;top:92.9375rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #B62lW1WmUC4tfIVN25Fo9Ukdigx0RBKD { width:20rem;height:13.452625rem;top:45.5rem;left:0rem;overflow:hidden;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xTafWPhctMz1Ci7JxJf5WneAwucIT8wq { width:20rem;height:11.125rem;top:78.6875rem;left:0rem;overflow:hidden;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #JLd1mbOvp1yfVHIZs5L3Gpmn779mtkcM { width:19rem;height:3.0625rem;top:110.25rem;left:0.5rem;font-size:1.125rem;z-index:15002;background-color:#0281bb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #u3qVK5e5U7HqlmmihLEnGavSAOwyAGcT { display:block; }
 }@media only screen and (max-width: 763px) { #KtNhGZLDfTyyCWa9HU4JOkR9xJfPrGB6 { width:14.125rem;height:4.548825rem;top:6.0625rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc { display:block; }#S576BSDfb3x9GKqFVzxNrSlSZXK9SzBc > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSaKhhrTkyX1so9CXkrdkkkyDH8iXXeg { width:9.375rem;height:9.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuwwTKahAzBFNZi67gBoUfet7Vm9uVbh { width:9.375rem;height:9.375rem;top:1.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9MtxNtWpwLPnE0VSyIG2IdSOIrFl7P0 { width:8.125rem;height:0.9746125rem;top:9.0625rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWLwEMMvDFHKatTNcowOV1M3TXmQqfNQ { width:9.375rem;height:9.375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFf2zCmdqn2BUK8XcVWi2ETT3gCr3bS0 { width:9.375rem;height:9.375rem;top:33.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg6FaPL95qkyTpxTsWssgHWv35wBrIIu { width:9.375rem;height:9.375rem;top:11.5rem;left:10.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uhXxs3RRTODNNissriHizrTyG9Kx98XM { width:9.375rem;height:2.125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usngVyNTFNyXDKnrRo73BUd0GUuT1xAn { width:8.1875rem;height:0.9746125rem;top:19.375rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ev2FTXA8Ek4sCJCLOU3XAapnCL4KoN3U { width:9.375rem;height:2.125rem;top:18.8125rem;left:10.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #baeO4Q633s29D9TKiTdz5Qdp0y1vE0xn { width:7rem;height:0.9746125rem;top:19.375rem;left:11.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oi9VvmrqBqlG3GVbRN4ltSBCVUUCz3Kq { width:9.375rem;height:2.125rem;top:40.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaEqik9UMQklUsWzEQdLe17WgsJzynvF { width:8.25rem;height:0.9746125rem;top:41.375rem;left:11.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAdB9DaGTn1CGiE9qMTMt3wlPKvzdh7u { width:9.375rem;height:2.125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTE6sowGDu76Bs8NtAInOgvhroFZ73P { width:9.375rem;height:2.125rem;top:8.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmGkorU3K3c0KoMO3wddktdGzUfaEQCx { width:8.1875rem;height:0.9746125rem;top:9.0625rem;left:11.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymOisAkdN6rrRSns7ThE9Uqugivf7Oqb { width:9.375rem;height:9.375rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH7wu0l1H8whJy5nO7CxLeg2K7fzNSic { width:9.375rem;height:2.125rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3UTTD594lvToAQWRKq1cwLIZs0QSTk7 { width:7.5625rem;height:0.9746125rem;top:30.125rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZM1w94UVKm9AIrzGqBUZSoJpToIQe8w { width:9.375rem;height:9.375rem;top:22.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gruNkhFyisI9Zka7tDehhJZSNR9fukPz { width:9.375rem;height:2.125rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlLkCBTILuvyS6aJD6k5EMrlxbgkfVvf { width:9.25rem;height:0.9746125rem;top:30.125rem;left:10.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J95XB7sAKf5GGcctfw3hLUlO4VqK2Bf2 { width:9.375rem;height:9.375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkNUFMIZSyJhALUwO3BL4ObRS9ZeAgvl { width:9.375rem;height:2.125rem;top:29.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN6VqvMkqDvlf0EZp4ToXcyDo28n7MxH { width:7.625rem;height:0.9746125rem;top:41.375rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtCQNIl7Uby21u4Crh6Uw4k5fwK9ws4b { width:17.8125rem;height:1.13720625rem;top:48.75rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #UXe1U4dKzoD57GrkQ07AovPPuZvAhmom { width:18.8125rem;height:3.5625rem;top:44.1875rem;left:0.625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #FrsoXE1nTLkaphrxckMHJhhSIUveoola { display:block; }
 }@media only screen and (max-width: 763px) { #bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr { display:block; }#bCM2HqTWXBhLK1US4mK9ahkMFQmwpLDr > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwzJfTLZTkTrbMTIuPt2QPE3t4dozerP { width:20rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cwcvWxTpe4B0EiAqi5m0L8q1WcgEO29h { width:8.375rem;height:9.8125rem;top:26.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f919p21uCTL6TDlE2kC91PM9yihDDxPJ { width:20rem;height:7.8735375rem;top:5.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HT00g2LebTMcHExTl6qumAOvB2ItuvPt { width:17.5625rem;height:13.875rem;top:22.125rem;left:0rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wp8WLHuJrk66CwVXwAQ6JvNde9xEXRzG { width:19rem;height:3.0625rem;top:16.84375rem;left:0.5rem;font-size:1.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #phEso4iTBneVMOcAfS1yqufTkDEnuSDi { display:block; }
 }@media only screen and (max-width: 763px) { #uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT { display:block; }#uhOlNUIOmFovuXMZBu7LXQ9x6zLtlTGT > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L585UpgaCcQ32xDVPhSwGspquxGCVmoy { width:8.625rem;height:1.13720625rem;top:6.625rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abfGSGTXXEDh9zQxJGPJGhMVBk8aJxWL { width:14.75rem;height:5.25rem;top:8.6875rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1XrHFDqKBknH1ZBLG1iAgESC6PzZ9vu { width:8.4375rem;height:1.13720625rem;top:18.875rem;left:5.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmCW7G9u1uPLLyuBEIikn7t2R5LD7WT3 { width:14.75rem;height:5.25rem;top:21rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lHTre4SCHCCF4nv31QFiTTrr7uSO4ida { width:9rem;height:1.13720625rem;top:31.125rem;left:5.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kl2BQkEcJc6cFEmfus8WvRHiDvZXi84t { width:14.75rem;height:5.25rem;top:33.3125rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXK7lggc07M9s1GM0ApZfgRdCZaPEBmy { width:16.3125rem;height:1.21875rem;top:1.22265625rem;left:1.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jkgewc0ZBiV1RbcKEGmp90cLaZuOZEAD { width:2.375rem;height:2.375rem;top:15.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvrxJERT6MV3BOlfhI7b2OAV3Nd7mQbo { width:1.875rem;height:1.875rem;top:3.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTpV2GQvP2vASVwUmJbRorftD05c99E { width:2.375rem;height:2.375rem;top:27.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 { background-color:#0281bb;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row .container { background-color: transparent; background-image: none; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row .container > .video-iframe-container { display: none; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row > .video-iframe-container { display: none; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .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); }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5SUofFqgIhtu73e3UcZ7m0TTvVrBAO6 > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTzqQXuQb0cmxHcMKTJGFtD3kSqO30iE { width:14.625rem;height:2.5996125rem;top:1.125rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1RTiSXN31gn5aIbd0vpVAT4eZrUWrJR { display:flex;width:3.125rem;height:3.125rem;top:5.09375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QFnIHFZzWfChf83VVaMZnyUR7c7vIRTN { display:flex;width:3.125rem;height:3.125rem;top:17.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #w07ebMkVem1yRQdshMnwndmae27dAIm7 { display:flex;width:3.125rem;height:3.125rem;top:29.53125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WT9DaDeIGDeosLE2RGR9rWXdyFWP982L { width:4.1875rem;height:1.13720625rem;top:8.59375rem;left:7.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJCJb6LcyEsft4Ui9Lvu2tPqrxytH3D9 { width:4.1875rem;height:1.13720625rem;top:20.3125rem;left:7.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IL0nGcgfkECbT53KMvES43q2gQpfFcT1 { width:4.1875rem;height:1.13720625rem;top:33.28125rem;left:7.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNxogF9VxAKFxvqe458nJVss5LExzrmQ { width:10.25rem;height:1.13720625rem;top:10.54296875rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkATlNsgN0o8l4bDrzHKaMvS3RFSqgoi { width:10.25rem;height:1.13720625rem;top:22.1875rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvWolLDeFwzgRnNPSMAD5wPikTiXnmWR { width:11.625rem;height:1.13720625rem;top:35.15625rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyGDoXDZfVApPBEApv3ZxlIkuaTyKxoW { width:15.3125rem;height:3.41161875rem;top:12.1552734375rem;left:2.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZeItNW2zXyLT7iQACNhgCrHEevmwsCt { width:15.3125rem;height:3.41161875rem;top:24.1875rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPWEEKKK4UDTfpoTGLX4TWyDipmgmKyk { width:15.3125rem;height:3.41161875rem;top:36.90625rem;left:2.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8bSvDoqtEHixBtroa1LoSlGML5WFV7c { width:19rem;height:3.0625rem;top:41.6875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRfXOx8oCmBlXP1cQQ7TfRXbSbfGTAkf { display:block; }
 }@media only screen and (max-width: 763px) { #oqSygDE9N2KmV9ysXkWCzgrT8tJlB4FM { display:flex;width:0.9375rem;height:0.9375rem;top:45.625rem;left:7.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #zq5v2x8yy8mL84JoTNKsBkFRNburkJpK { display:flex;width:0.9375rem;height:0.9375rem;top:45.625rem;left:8.625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #MDAQudPSI23KQMzqGeCxONKE99O6wgoR { display:flex;width:0.9375rem;height:0.9375rem;top:45.625rem;left:9.5625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #lkqEcOR5nffMWPreppAiuD01sM7y3MiT { display:flex;width:0.9375rem;height:0.9375rem;top:45.625rem;left:10.5rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #vN14DNlFbzm5s20hqtFQEtS4Zeinqs1N { display:flex;width:0.9375rem;height:0.9375rem;top:45.625rem;left:11.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #CGVHoGPr5fVMGMpNf4TJcqK2TGIC9zNt { width:8.8125rem;height:1.05615rem;top:47.3125rem;left:5.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 { display:block; }#utO383loQ9iXJ18MXLE5VGnHf1TgVhQ1 > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHMgiyCzOmvJupDSHk8quHDmB98Zvhly { width:13.125rem;height:2.0625rem;top:0.875rem;left:3.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwLKXoGeocMLm2ECEQW0vIi73Z3BIyhw { width:20rem;height:2.0625rem;top:20.4375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvR8rRzQx3nMoEOCyTEl8oyLcrLLEeWO { width:11.3125rem;height:5.15625rem;top:4.625rem;left:4.34375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DU669ZZ1Kr3hQFZqJM4mernvNC0UwzQH { width:11.5rem;height:3.09375rem;top:9.75rem;left:4.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NCM8hfHOPl2SgZU7fasM99w2aWuHhQkc { width:5.75rem;height:1.03125rem;top:15.75rem;left:7.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zV1UTvW5aGDvRAiA8AydKlEKTZJJ2xQI { width:9.75rem;height:1.9375rem;top:17.25rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f39wNpnNf9iSDV5cWoeCkkCk4e4cz6ef { display:block; }
 }@media only screen and (max-width: 763px) { #lFNfz8A5spBFRuh0QTMKFTl4cegCzeA0 { width:8.4375rem;height:1.03125rem;top:22.5rem;left:5.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGk2w9ISIEfFhagrFXWK0IwgMTgu2L5K { width:5.5rem;height:1.03125rem;top:24.78125rem;left:7.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bg0CO0WVeZs6abX0SdF0nDHFW26JEagd { width:12.4375rem;height:6.5rem;top:15.40625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4s8eba4mEOuTO2xhCKcu4kIlsk06asN { background-color:#fe2121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container { background-color: transparent; background-image: none; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container > .video-iframe-container { display: none; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row > .video-iframe-container { display: none; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .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); }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container { border-width: 0; border-radius: 0; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4BMvkLXVl5WVenUrgm3Z7RuTKSrZuLc { width:20rem;height:3.3125rem;top:0.15625rem;left:0rem;color:#ffffff;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qTPz7Pzzw7IcPBB1ygzSIiCIBmE5Dy7B { display:block; }
 }