.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:url("https://images.assets-landingi.com/796vNcQG/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(242deg, #c32a43, #c1121c);background-image: -moz-linear-gradient(242deg, #c32a43, #c1121c);background-image: -ms-linear-gradient(242deg, #c32a43, #c1121c);background-image: -o-linear-gradient(242deg, #c32a43, #c1121c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c32a43', endColorstr='#c1121c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c32a43', endColorstr='#c1121c' );";background-image: linear-gradient(242deg, #c32a43, #c1121c);background-size:initial !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; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container { background-color: transparent; background-image: none; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container > .video-iframe-container { display: none; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row > .video-iframe-container { display: none; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .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); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container { border-width: 0; border-radius: 0; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#Z8SHMDcNaBXPqRIGqlsP5zUJl8KZrsTe { display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.125rem;left:0rem;height:2.54980625rem;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;font-style:normal;color:#25231b;display:block; }
#V1UoRmysz0KuKxTSbrhEa53iGuQmcFG5 { display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6241321563721rem;left:0rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { background-color: transparent; background-image: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container > .video-iframe-container { display: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container { display: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .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); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { border-width: 0; border-radius: 0; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#X3fHbIBDHCRSTcmuPou8bnmZf3ISGrXy { display:block;width:67.1875rem;position:absolute;font-family:"roboto condensed";font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.90625rem;height:8.7734375rem;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;font-style:normal;color:#c1121c;display:block; }
#ukwFVp8cCDuC4HZedL3Ot0FmBoBNf5GT { 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:32.6875rem;width:40.9375rem;top:22.625rem;left:17.03125rem;overflow:hidden;display:block; }
#pPpZRpEd4iLHhErwTRsmwGMiuXSi0THC { display:block;width:74.875rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0rem;height:5.6875rem;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;font-style:normal;color:#25231b;display:block; }
#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 > .row .container { border-width: 0; border-radius: 0; }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:none; }#dxcZbWR2UracZ9IT2eH3P65utNCiSKTu { 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:32rem;width:40.125rem;top:17.0625rem;left:16.750001907349rem;overflow:hidden;display:block; }
#iS8wGkpthqTJLBkchQEb7UUkTbF50MpA { display:block;width:74.875rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:5.6875rem;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;font-style:normal;color:#25231b;display:block; }
#S24L9HcRVsTVpiCaUfV6WbBVg6R24mLE { display:block;width:67.1875rem;position:absolute;font-family:"roboto condensed";font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.90625rem;height:13.16015625rem;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;font-style:normal;color:#cc1c1c;display:none; }
#ipGzWg4PmrnqB0sOPzBSwNmoSR7hIVLd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ipGzWg4PmrnqB0sOPzBSwNmoSR7hIVLd > .row .container { border-width: 0; border-radius: 0; }#ipGzWg4PmrnqB0sOPzBSwNmoSR7hIVLd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipGzWg4PmrnqB0sOPzBSwNmoSR7hIVLd > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:none; }#G8uor5p7MmToyw0Qb4Nm6CEv2bzEyWDm { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"roboto condensed";font-size:3.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9785161018372rem;left:1.916015625rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8A9LuVbOLGfc8riNzO0pw8JBTWEsXze { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.0156254768369rem;left:1.96875rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3bJznS6OzHiacxTXHcFtic0yXm4FhUN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.75rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.1744790077209rem;left:20.187501907349rem; }
#PCQuA7oIyxgd3UT9xEp8AI6SS4Tr7Kfh { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"roboto condensed";font-size:3.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.8125rem;left:43.125rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FX2CbNBzLA6TgF8vTHIc4BX1lZaPgFOE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.75rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2rem;left:61.375rem; }
#ull9GSW7KGsZ2FzAS3dPFGCi9zCw8cNi { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.8125rem;left:43.1875rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZd6RISpOPGsU39wwNrByKRNqbxBofmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC > .row .container { background-color: transparent; background-image: none; }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC > .row .container > .video-iframe-container { display: none; }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC > .row > .video-iframe-container { display: none; }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC > .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); }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC > .row .container { border-width: 0; border-radius: 0; }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#niHSEaJPx1PTiClT33eDhJSdgDIonyHK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.75rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.90559959411619rem;left:26.062501907349rem; }
#HJwdAWJX9xieo53yIyLLZMJbSvHlBEDd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.75rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.0006523132324rem;left:62.87500190735rem; }
#mWFOr3q0a7TIBadLnCvL5L5wsPR6Nuq5 { color:#000000;display:block;width:22.686875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9778652191162rem;left:1.3430995941162rem;height:5.6044875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfi8cKFaJqBPA6azAnVLvOkJoh1Tnahl { color:#000000;display:block;width:22.686875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2rem;left:39.291666030884rem;height:5.6044875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ > .row .container { background-color: transparent; background-image: none; }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ > .row .container > .video-iframe-container { display: none; }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ > .row > .video-iframe-container { display: none; }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ > .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); }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ > .row .container { border-width: 0; border-radius: 0; }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#pMBUXe9WEvCyi9sEdRtMQ4DQxMAU5LpU { color:#000000;display:block;width:65.625rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:3.375rem;left:4.9375rem;height:2.19986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rzI41leMspPNzAdKUQkKThE201ZTVrP2 { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:11.8125rem;left:14.75rem; }
#XdI4Ug14WIHZsAZgQ1i0Q6EF4XnFL23W { color:#000000;display:block;width:42.125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:11.1875rem;left:16.875rem;height:1.7871125rem;display:block; }
#zvpWUwxERaIkS6K26SXFp4RJtTQXa5PE { color:#000000;display:block;width:42.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:14.625rem;left:16.875rem;height:1.7871125rem;display:block; }
#PQcOa4yxfZl9QrNnzdKbKlC9udQJQ8E2 { color:#000000;display:block;width:23.18625rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:18.0625rem;left:16.875rem;height:1.7871125rem;display:block; }
#B4ktkgz9rsWfQAe3CvtTXdHm70RG3Pyp { color:#000000;display:block;width:38.625rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:21.5rem;left:16.875rem;height:1.7871125rem;display:block; }
#VWURDHW6hSqvVx5un0U9tMiozsqoTsTU { color:#000000;display:block;width:45.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:25.0625rem;left:16.75rem;height:1.7871125rem;display:block; }
#mbMTsBVrIpm6kyRnW9NP2GwoVpA3IWgt { color:#000000;display:block;width:41.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:28.375rem;left:16.875rem;height:1.7871125rem;display:block; }
#WzvDEG6BT4ouCfewVJbcVMaX3xBeWzQ1 { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:31.8125rem;left:16.875rem;height:1.7871125rem;display:block; }
#iI54pLdmZ4BI4aJKpGDJwiGqZABRLDpW { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:35.1875rem;left:16.75rem;height:1.7871125rem;display:block; }
#AoQT0JdNTA1D1UokqrEsRUNpEkqFISQF { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:15.3125rem;left:14.75rem; }
#oiaI1WNt4L7iULT6fDwcsXSOkqKqh0Jd { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:18.6875rem;left:14.75rem; }
#Lg9U3AeVuAR2PTFiSidtEqnCzcTRpsq2 { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:22.125rem;left:14.75rem; }
#VIKT9QPsehBp2o5GZ88m2BasZQh8mqyR { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:25.6875rem;left:14.75rem; }
#Sh1REUtmul7SLnaxwVNEEkSIdhJCcdbU { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:29rem;left:14.75rem; }
#ZeyZ4pmrvQwGaDL2tPgHP9O7TTsHEbQm { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:32.4375rem;left:14.75rem; }
#uPs19iDv4UkCvSedpJ9HtKDybu0Og2D4 { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:35.9375rem;left:14.75rem; }
#tLzO0zofat7CB7ETE1filp4eg8eSI3Rd { box-sizing:content-box;height:30.5rem;width:57.3111875rem;position:absolute;display:block;z-index:15062;background-color:#fff5cc;background-image:none;top:8.625rem;left:8.6875rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
#F8Z7bGNLVFDvoKlvEQHOMsVGATTwgynn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F8Z7bGNLVFDvoKlvEQHOMsVGATTwgynn > .row .container { border-width: 0; border-radius: 0; }#F8Z7bGNLVFDvoKlvEQHOMsVGATTwgynn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8Z7bGNLVFDvoKlvEQHOMsVGATTwgynn > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:none; }#pXeAcB7TAU2NdaLk9sbqMmcLRPZiJGqP { box-sizing:content-box;height:29.5625rem;width:64.25rem;position:absolute;display:block;z-index:15000;background-color:#fffeec;background-image:none;top:2.4375rem;left:5.375rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#i6CDE9to5ngQwqsV7yvLuBO5AgauZinh { background-color:#3cd458;background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:16rem;left:6.5rem;display:block; }
#TaAhkuAhqLaeTadgv1CZBw69eTRApN4m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsclBNfg3KOQQRPgTFWxHez8Kgm7gJ9G { color:#222223;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:12.5625rem;left:7.375rem;height:2.5996125rem;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; }
#WkXGGTRQo4nDI0hvdVgZ6ucmWK1RHMfW { color:#ff0000;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:8.5625rem;left:7.375rem;height:4rem;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; }
#oemTwesvAEX4lFA74FTUyGMnSJ9v6LW2 { color:#222223;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:5.5625rem;left:7.375rem;height:2.8997375rem;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; }
#saqibkUBVFSNhntW1DLny1SFuVuK6pkK { position:absolute;display:block;z-index:15124;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.875rem;width:5.4375rem;top:26.6875rem;left:57.875rem;overflow:hidden;display:block; }
#Gr9qEmTsatV4tUcipqIU3Kmrlte71ID8 { position:absolute;display:block;z-index:15125;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:2.125rem;top:26.8125rem;left:13.1875rem;overflow:hidden;display:block; }
#Io9mGy3h3fn3BBbEO9bTRSvvE8UgfKCC { color:#626262;display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:27rem;left:38.625rem;height:1.69986875rem;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; }
#dInK3czrrNcfMxdCcxCuIzuLUGZB6tpg { color:#626262;display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:27rem;left:16.1875rem;height:1.69986875rem;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; }
#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ > .row .container { background-color: transparent; background-image: none; }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ > .row .container > .video-iframe-container { display: none; }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ > .row > .video-iframe-container { display: none; }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ > .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); }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ > .row .container { border-width: 0; border-radius: 0; }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#KO6RhF8vmIRVIHTcC1KcTb91oJMMqJWM { background-color:#3cd458;background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:16rem;left:6.5rem;display:block; }
#PxctIzdLAaqAoR0Z9ThxVtiLMHQL1wOf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L1ARMgzh3MSeuaeaHSVRE20FzipnqgcA { color:#222223;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:12.5625rem;left:7.375rem;height:2.5996125rem;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; }
#e9asel34En3vE7CT7a3kvve2BIVMacpc { color:#ff0000;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:8.5625rem;left:7.375rem;height:4rem;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; }
#sXpmOMSsSngttnkMRWp17K7s6bwNPrtu { color:#222223;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:5.5625rem;left:7.375rem;height:2.8994125rem;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; }
#PEzm30pmrz1sh5lT3Jw8UNo8XKaqpRfm { position:absolute;display:block;z-index:15124;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.875rem;width:5.4375rem;top:26.6875rem;left:57.875rem;overflow:hidden;display:block; }
#zfENyimWBWD13enn54XPbOFQLECQPAP1 { position:absolute;display:block;z-index:15125;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:2.125rem;top:26.8125rem;left:13.1875rem;overflow:hidden;display:block; }
#iyXSd9Jp08GPDTrdS8ixPBKin0gCWEOf { color:#626262;display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:27rem;left:38.625rem;height:1.69986875rem;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; }
#q0g7cB3XxTPQ8cKt5BwFh2oz5Z0TraTP { color:#626262;display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:27rem;left:16.1875rem;height:1.69986875rem;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; }
#fxskDUigAtl2GB9heNAls4BdBxu7MtGf { box-sizing:content-box;height:27rem;width:68.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:3.21875rem;left:2.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ > .row .container { border-width: 0; border-radius: 0; }#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#qdS3CKkG7NaU3x1dDwbLLAFOMz16ADJx { color:#626262;display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.70003125rem;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; }
#hIFTky3TpkyRNFHe3hdWKhGLHgTgzdwH { 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:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:block; }
#oBggSIxobWqoWcsN9MNeSGPE2ZFi0H6c { background-color:#3cd458;background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:block; }
#LSukr8bwoDbaD8Vo172yDF2B3Dlcus8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XyLK5egZXGVJhwVK62IvUDgDNpg2StTz { color:#626262;display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.70003125rem;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; }
#sMBfO6eFb1bxe3OgP5e7EwHP18LEf7d5 { color:#222223;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.600025rem;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; }
#Kx6vEaSBBCInUA55xEKCq4U0hkvFuNuu { 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:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:block; }
#uuzeTC9Eku1rXznaVlFJCESlS34UvJtL { color:#ff0000;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:7.999525rem;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; }
#c7fiITdGKkJV5XMAVE7BPf7ANGlTCDr6 { color:#222223;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8994125rem;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; }
#GQKTlMvP2TolCBU9bnKAhfB3NBbTzCHA { box-sizing:content-box;height:31.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:0.625rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row .container { background-color: transparent; background-image: none; }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row .container > .video-iframe-container { display: none; }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row > .video-iframe-container { display: none; }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .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); }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row .container { border-width: 0; border-radius: 0; }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Fb2xCI7hpRSPAkfiINnLAsz620JZuSNS { 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:4.3125rem;width:13.75rem;top:0.5625rem;left:30.625001907349rem;overflow:hidden;display:block; }
#VVmbnMhGfBJyGTl4pUeZr8TbazqMmWg3 { display:block;width:67.1875rem;position:absolute;font-family:"roboto condensed";font-size:3.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.375rem;left:3.90625rem;height:14.381075rem;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;font-style:normal;color:#25231b;display:none; }
#boppnnufSTe552017n1cIxmSdpCkNnR8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { background-color: transparent; background-image: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container > .video-iframe-container { display: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container { display: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .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); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { border-width: 0; border-radius: 0; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.59304046630859rem;left:7.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HBWLbfipoCR6Rg76bsBATk0mp7DGkSql { background-color:#ffffff;background-image:none;display:block; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container { background-color: transparent; background-image: none; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container > .video-iframe-container { display: none; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row > .video-iframe-container { display: none; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .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); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8SHMDcNaBXPqRIGqlsP5zUJl8KZrsTe { width:28.875rem;height:9.375rem;top:4.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1UoRmysz0KuKxTSbrhEa53iGuQmcFG5 { width:28.875rem;height:9.375rem;top:4.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi { display:block; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3fHbIBDHCRSTcmuPou8bnmZf3ISGrXy { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukwFVp8cCDuC4HZedL3Ot0FmBoBNf5GT { top:22.625rem;left:3.40625rem;width:40.9375rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPpZRpEd4iLHhErwTRsmwGMiuXSi0THC { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 { display:block; }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxcZbWR2UracZ9IT2eH3P65utNCiSKTu { top:17.0625rem;left:3.1250019073486rem;width:40.125rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS8wGkpthqTJLBkchQEb7UUkTbF50MpA { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S24L9HcRVsTVpiCaUfV6WbBVg6R24mLE { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipGzWg4PmrnqB0sOPzBSwNmoSR7hIVLd { display:block; }#ipGzWg4PmrnqB0sOPzBSwNmoSR7hIVLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8uor5p7MmToyw0Qb4Nm6CEv2bzEyWDm { top:1.9375rem;left:0rem;width:19.8125rem;height:5.0625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8A9LuVbOLGfc8riNzO0pw8JBTWEsXze { top:7rem;left:0rem;width:19.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3bJznS6OzHiacxTXHcFtic0yXm4FhUN { top:1.125rem;left:13.375001907349rem;width:8rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCQuA7oIyxgd3UT9xEp8AI6SS4Tr7Kfh { top:2.8125rem;left:23.875rem;width:19.8125rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2CbNBzLA6TgF8vTHIc4BX1lZaPgFOE { top:2rem;left:39.75rem;width:8rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ull9GSW7KGsZ2FzAS3dPFGCi9zCw8cNi { top:7.8125rem;left:23.875rem;width:19.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZd6RISpOPGsU39wwNrByKRNqbxBofmC { display:block; }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niHSEaJPx1PTiClT33eDhJSdgDIonyHK { top:0.875rem;left:15.875rem;width:8rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJwdAWJX9xieo53yIyLLZMJbSvHlBEDd { top:1rem;left:39.75rem;width:8rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWFOr3q0a7TIBadLnCvL5L5wsPR6Nuq5 { top:1.9375rem;left:0rem;width:22.625rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfi8cKFaJqBPA6azAnVLvOkJoh1Tnahl { top:2rem;left:23.875rem;width:22.625rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ { display:block; }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMBUXe9WEvCyi9sEdRtMQ4DQxMAU5LpU { top:3.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzI41leMspPNzAdKUQkKThE201ZTVrP2 { top:11.8125rem;left:1.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdI4Ug14WIHZsAZgQ1i0Q6EF4XnFL23W { top:11.1875rem;left:3.25rem;width:42.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvpWUwxERaIkS6K26SXFp4RJtTQXa5PE { top:14.625rem;left:3.25rem;width:42.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQcOa4yxfZl9QrNnzdKbKlC9udQJQ8E2 { top:18.0625rem;left:3.25rem;width:23.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4ktkgz9rsWfQAe3CvtTXdHm70RG3Pyp { top:21.5rem;left:3.25rem;width:38.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWURDHW6hSqvVx5un0U9tMiozsqoTsTU { top:25.0625rem;left:2.5625rem;width:45.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbMTsBVrIpm6kyRnW9NP2GwoVpA3IWgt { top:28.375rem;left:3.25rem;width:41.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzvDEG6BT4ouCfewVJbcVMaX3xBeWzQ1 { top:31.8125rem;left:3.25rem;width:44.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI54pLdmZ4BI4aJKpGDJwiGqZABRLDpW { top:35.1875rem;left:3.125rem;width:43.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoQT0JdNTA1D1UokqrEsRUNpEkqFISQF { top:15.3125rem;left:1.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiaI1WNt4L7iULT6fDwcsXSOkqKqh0Jd { top:18.6875rem;left:1.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg9U3AeVuAR2PTFiSidtEqnCzcTRpsq2 { top:22.125rem;left:1.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIKT9QPsehBp2o5GZ88m2BasZQh8mqyR { top:25.6875rem;left:1.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh1REUtmul7SLnaxwVNEEkSIdhJCcdbU { top:29rem;left:1.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeyZ4pmrvQwGaDL2tPgHP9O7TTsHEbQm { top:32.4375rem;left:1.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPs19iDv4UkCvSedpJ9HtKDybu0Og2D4 { top:35.9375rem;left:1.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLzO0zofat7CB7ETE1filp4eg8eSI3Rd { top:8.625rem;left:0rem;width:47.375rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Z7bGNLVFDvoKlvEQHOMsVGATTwgynn { display:block; }#F8Z7bGNLVFDvoKlvEQHOMsVGATTwgynn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXeAcB7TAU2NdaLk9sbqMmcLRPZiJGqP { top:2.4375rem;left:0rem;width:47.75rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6CDE9to5ngQwqsV7yvLuBO5AgauZinh { width:46.75rem;height:10rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaAhkuAhqLaeTadgv1CZBw69eTRApN4m { display:block; }
 }@media only screen and (max-width: 763px) { #TsclBNfg3KOQQRPgTFWxHez8Kgm7gJ9G { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkXGGTRQo4nDI0hvdVgZ6ucmWK1RHMfW { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oemTwesvAEX4lFA74FTUyGMnSJ9v6LW2 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saqibkUBVFSNhntW1DLny1SFuVuK6pkK { top:26.6875rem;left:42.3125rem;width:5.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr9qEmTsatV4tUcipqIU3Kmrlte71ID8 { top:26.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io9mGy3h3fn3BBbEO9bTRSvvE8UgfKCC { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dInK3czrrNcfMxdCcxCuIzuLUGZB6tpg { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ { display:block; }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO6RhF8vmIRVIHTcC1KcTb91oJMMqJWM { width:46.75rem;height:10rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxctIzdLAaqAoR0Z9ThxVtiLMHQL1wOf { display:block; }
 }@media only screen and (max-width: 763px) { #L1ARMgzh3MSeuaeaHSVRE20FzipnqgcA { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9asel34En3vE7CT7a3kvve2BIVMacpc { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXpmOMSsSngttnkMRWp17K7s6bwNPrtu { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEzm30pmrz1sh5lT3Jw8UNo8XKaqpRfm { top:26.6875rem;left:42.3125rem;width:5.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfENyimWBWD13enn54XPbOFQLECQPAP1 { top:26.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyXSd9Jp08GPDTrdS8ixPBKin0gCWEOf { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0g7cB3XxTPQ8cKt5BwFh2oz5Z0TraTP { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxskDUigAtl2GB9heNAls4BdBxu7MtGf { top:3.1875rem;left:0rem;width:47rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ { display:none; }#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qdS3CKkG7NaU3x1dDwbLLAFOMz16ADJx { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIFTky3TpkyRNFHe3hdWKhGLHgTgzdwH { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBggSIxobWqoWcsN9MNeSGPE2ZFi0H6c { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSukr8bwoDbaD8Vo172yDF2B3Dlcus8L { display:block; }
 }@media only screen and (max-width: 763px) { #XyLK5egZXGVJhwVK62IvUDgDNpg2StTz { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMBfO6eFb1bxe3OgP5e7EwHP18LEf7d5 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6vEaSBBCInUA55xEKCq4U0hkvFuNuu { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuzeTC9Eku1rXznaVlFJCESlS34UvJtL { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7fiITdGKkJV5XMAVE7BPf7ANGlTCDr6 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQKTlMvP2TolCBU9bnKAhfB3NBbTzCHA { top:0.625rem;left:0rem;width:47rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW { display:none; }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fb2xCI7hpRSPAkfiINnLAsz620JZuSNS { top:0.5625rem;left:17.000001907349rem;width:13.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVmbnMhGfBJyGTl4pUeZr8TbazqMmWg3 { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #boppnnufSTe552017n1cIxmSdpCkNnR8 { display:block; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { top:0.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #HBWLbfipoCR6Rg76bsBATk0mp7DGkSql { background-color:transparent;background-image: -webkit-linear-gradient(327deg, #ca2440, #c8102e);background-image: -moz-linear-gradient(327deg, #ca2440, #c8102e);background-image: -ms-linear-gradient(327deg, #ca2440, #c8102e);background-image: -o-linear-gradient(327deg, #ca2440, #c8102e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2440', endColorstr='#c8102e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2440', endColorstr='#c8102e' );";background-image: linear-gradient(327deg, #ca2440, #c8102e);background-size:initial !important;display:block; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container { background-color: transparent; background-image: none; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container > .video-iframe-container { display: none; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row > .video-iframe-container { display: none; }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .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); }#HBWLbfipoCR6Rg76bsBATk0mp7DGkSql > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8SHMDcNaBXPqRIGqlsP5zUJl8KZrsTe { width:20rem;height:1.79980625rem;top:1.3125019073486rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1UoRmysz0KuKxTSbrhEa53iGuQmcFG5 { width:20rem;height:13.15721875rem;top:4.0842022895813rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi.adaptive-delivery-prevent-bg, #usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi.lazyload, #usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi.lazyloading { background-image: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { width:20rem;height:30.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X3fHbIBDHCRSTcmuPou8bnmZf3ISGrXy { width:20rem;height:6.58008125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukwFVp8cCDuC4HZedL3Ot0FmBoBNf5GT { width:13.6875rem;height:10.9375rem;top:17.857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPpZRpEd4iLHhErwTRsmwGMiuXSi0THC { width:20rem;height:5.11816875rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 { display:block; }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 { background-color: transparent; background-image: none; }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 > .row .container > .video-iframe-container { display: none; }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 > .row > .video-iframe-container { display: none; }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 > .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); }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 { border-width: 0; border-radius: 0; }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwPgU6vGwJ4LeSuOzy0rPI8ATI21mFV4 > .row .container { width:20rem;height:34.8125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxcZbWR2UracZ9IT2eH3P65utNCiSKTu { width:20rem;height:15.9375rem;top:16.387855001966rem;left:0.046442687747032rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iS8wGkpthqTJLBkchQEb7UUkTbF50MpA { width:20rem;height:4.875rem;top:9.4169921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S24L9HcRVsTVpiCaUfV6WbBVg6R24mLE { width:20rem;height:6.58008125rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ipGzWg4PmrnqB0sOPzBSwNmoSR7hIVLd { display:none; }#ipGzWg4PmrnqB0sOPzBSwNmoSR7hIVLd > .row .container { width:20rem;height:38rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G8uor5p7MmToyw0Qb4Nm6CEv2bzEyWDm { width:19.8125rem;height:0;top:1.25rem;left:0.0625rem;font-size:2rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U8A9LuVbOLGfc8riNzO0pw8JBTWEsXze { width:19.5rem;height:0;top:7.5625rem;left:0.25rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b3bJznS6OzHiacxTXHcFtic0yXm4FhUN { display:flex;width:8rem;height:7.75rem;top:10.625rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #PCQuA7oIyxgd3UT9xEp8AI6SS4Tr7Kfh { width:19.8125rem;height:0;top:19.625rem;left:0.0625rem;font-size:2rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FX2CbNBzLA6TgF8vTHIc4BX1lZaPgFOE { display:flex;width:8rem;height:7.75rem;top:28.9375rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #ull9GSW7KGsZ2FzAS3dPFGCi9zCw8cNi { width:19.5rem;height:0;top:25.875rem;left:0.25rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XZd6RISpOPGsU39wwNrByKRNqbxBofmC { display:block; }#XZd6RISpOPGsU39wwNrByKRNqbxBofmC > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niHSEaJPx1PTiClT33eDhJSdgDIonyHK { display:flex;width:4.6875rem;height:4.6875rem;top:1.375rem;left:7.6875rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #HJwdAWJX9xieo53yIyLLZMJbSvHlBEDd { display:flex;width:4.6875rem;height:4.6875rem;top:14.0625rem;left:7.6875rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #mWFOr3q0a7TIBadLnCvL5L5wsPR6Nuq5 { width:20rem;height:5.25rem;top:6.9375rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfi8cKFaJqBPA6azAnVLvOkJoh1Tnahl { width:20rem;height:5.25rem;top:19.1875rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ { display:none; }#ilp1u5osWJRicl4K3sJPiE5E3EyUVQNZ > .row .container { width:20rem;height:89.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pMBUXe9WEvCyi9sEdRtMQ4DQxMAU5LpU { width:20rem;height:2.1984875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzI41leMspPNzAdKUQkKThE201ZTVrP2 { display:flex;width:0.625rem;height:0.625rem;top:7.885743359375rem;left:6.125732421875rem; }
 }@media only screen and (max-width: 763px) { #XdI4Ug14WIHZsAZgQ1i0Q6EF4XnFL23W { width:12.5rem;height:1.86889375rem;top:7.260743359375rem;left:7.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvpWUwxERaIkS6K26SXFp4RJtTQXa5PE { width:20rem;height:1.86889375rem;top:10.698243359375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQcOa4yxfZl9QrNnzdKbKlC9udQJQ8E2 { width:20rem;height:1.86889375rem;top:14.135743359375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4ktkgz9rsWfQAe3CvtTXdHm70RG3Pyp { width:20rem;height:1.86889375rem;top:17.573243359375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWURDHW6hSqvVx5un0U9tMiozsqoTsTU { width:20rem;height:3.73779375rem;top:21.13647578125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbMTsBVrIpm6kyRnW9NP2GwoVpA3IWgt { width:20rem;height:1.86889375rem;top:24.448243359375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzvDEG6BT4ouCfewVJbcVMaX3xBeWzQ1 { width:20rem;height:1.86889375rem;top:27.885743359375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI54pLdmZ4BI4aJKpGDJwiGqZABRLDpW { width:20rem;height:5.6066875rem;top:31.2609875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoQT0JdNTA1D1UokqrEsRUNpEkqFISQF { display:flex;width:0.625rem;height:0.625rem;top:11.38549921875rem;left:6.125732421875rem; }
 }@media only screen and (max-width: 763px) { #oiaI1WNt4L7iULT6fDwcsXSOkqKqh0Jd { display:flex;width:0.625rem;height:0.625rem;top:14.760743359375rem;left:6.125732421875rem; }
 }@media only screen and (max-width: 763px) { #Lg9U3AeVuAR2PTFiSidtEqnCzcTRpsq2 { display:flex;width:0.625rem;height:0.625rem;top:18.198243359375rem;left:6.125732421875rem; }
 }@media only screen and (max-width: 763px) { #VIKT9QPsehBp2o5GZ88m2BasZQh8mqyR { display:flex;width:0.625rem;height:0.625rem;top:21.76147578125rem;left:6.125732421875rem; }
 }@media only screen and (max-width: 763px) { #Sh1REUtmul7SLnaxwVNEEkSIdhJCcdbU { display:flex;width:0.625rem;height:0.625rem;top:25.073243359375rem;left:6.125732421875rem; }
 }@media only screen and (max-width: 763px) { #ZeyZ4pmrvQwGaDL2tPgHP9O7TTsHEbQm { display:flex;width:0.625rem;height:0.625rem;top:28.510743359375rem;left:6.125732421875rem; }
 }@media only screen and (max-width: 763px) { #uPs19iDv4UkCvSedpJ9HtKDybu0Og2D4 { display:flex;width:0.625rem;height:0.625rem;top:32.01049921875rem;left:6.125732421875rem; }
 }@media only screen and (max-width: 763px) { #tLzO0zofat7CB7ETE1filp4eg8eSI3Rd { width:19.625rem;height:30.4375rem;top:4.6984875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Z7bGNLVFDvoKlvEQHOMsVGATTwgynn { display:none; }#F8Z7bGNLVFDvoKlvEQHOMsVGATTwgynn > .row .container { width:20rem;height:181.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pXeAcB7TAU2NdaLk9sbqMmcLRPZiJGqP { width:20rem;height:46.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6CDE9to5ngQwqsV7yvLuBO5AgauZinh { width:19rem;height:10rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaAhkuAhqLaeTadgv1CZBw69eTRApN4m { display:block; }
 }@media only screen and (max-width: 763px) { #TsclBNfg3KOQQRPgTFWxHez8Kgm7gJ9G { width:20rem;height:0;top:139.33984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkXGGTRQo4nDI0hvdVgZ6ucmWK1RHMfW { width:20rem;height:0;top:130.08984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oemTwesvAEX4lFA74FTUyGMnSJ9v6LW2 { width:20rem;height:0;top:120.83984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saqibkUBVFSNhntW1DLny1SFuVuK6pkK { width:5.375rem;height:1.8534482758621rem;top:170.40234375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr9qEmTsatV4tUcipqIU3Kmrlte71ID8 { width:2.0625rem;height:2.0625rem;top:148.58984375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io9mGy3h3fn3BBbEO9bTRSvvE8UgfKCC { width:19.25rem;height:0;top:161.15234375rem;left:0.375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dInK3czrrNcfMxdCcxCuIzuLUGZB6tpg { width:18.625rem;height:0;top:151.90234375rem;left:0.6875rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ { display:none; }#rQJ8y1WpuXAt6p4Hp04mfikm8Zequ1UJ > .row .container { width:20rem;height:181.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KO6RhF8vmIRVIHTcC1KcTb91oJMMqJWM { width:19rem;height:10rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxctIzdLAaqAoR0Z9ThxVtiLMHQL1wOf { display:block; }
 }@media only screen and (max-width: 763px) { #L1ARMgzh3MSeuaeaHSVRE20FzipnqgcA { width:20rem;height:0;top:139.33984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9asel34En3vE7CT7a3kvve2BIVMacpc { width:20rem;height:7.7988125rem;top:130.08984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXpmOMSsSngttnkMRWp17K7s6bwNPrtu { width:20rem;height:2.8994125rem;top:120.83984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEzm30pmrz1sh5lT3Jw8UNo8XKaqpRfm { width:5.375rem;height:1.8534482758621rem;top:170.40234375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfENyimWBWD13enn54XPbOFQLECQPAP1 { width:2.0625rem;height:2.0625rem;top:148.58984375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyXSd9Jp08GPDTrdS8ixPBKin0gCWEOf { width:19.25rem;height:0;top:161.15234375rem;left:0.375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0g7cB3XxTPQ8cKt5BwFh2oz5Z0TraTP { width:18.625rem;height:0;top:151.90234375rem;left:0.6875rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxskDUigAtl2GB9heNAls4BdBxu7MtGf { width:19.25rem;height:34.375rem;top:1.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ { display:block; }#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdS3CKkG7NaU3x1dDwbLLAFOMz16ADJx { width:13.625rem;height:1.19986875rem;top:26.125rem;left:5.529296875rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIFTky3TpkyRNFHe3hdWKhGLHgTgzdwH { width:3.5rem;height:1.25rem;top:26.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBggSIxobWqoWcsN9MNeSGPE2ZFi0H6c { width:18.1865rem;height:7.8125rem;top:15.0302734375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSukr8bwoDbaD8Vo172yDF2B3Dlcus8L { display:block; }
 }@media only screen and (max-width: 763px) { #XyLK5egZXGVJhwVK62IvUDgDNpg2StTz { width:11.93725rem;height:1.19986875rem;top:23.9375rem;left:5.5rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMBfO6eFb1bxe3OgP5e7EwHP18LEf7d5 { width:20rem;height:1.79980625rem;top:11.998291015625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6vEaSBBCInUA55xEKCq4U0hkvFuNuu { width:2.061525rem;height:2.061525rem;top:23.5rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuzeTC9Eku1rXznaVlFJCESlS34UvJtL { width:20rem;height:4.548825rem;top:5.999755859375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7fiITdGKkJV5XMAVE7BPf7ANGlTCDr6 { width:20rem;height:2.3994125rem;top:2.93701171875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQKTlMvP2TolCBU9bnKAhfB3NBbTzCHA { width:19.25rem;height:27.6875rem;top:1.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW { background-color:#ffffff;background-image:none;display:block; }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row .container { background-color: transparent; background-image: none; }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row .container > .video-iframe-container { display: none; }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row > .video-iframe-container { display: none; }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .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); }#oTZbsmHJoI7F2lUJTkqwHUquZyLf4oEW > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fb2xCI7hpRSPAkfiINnLAsz620JZuSNS { width:10.25rem;height:3.0625rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVmbnMhGfBJyGTl4pUeZr8TbazqMmWg3 { width:20rem;height:0;top:24.260773181915rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #boppnnufSTe552017n1cIxmSdpCkNnR8 { display:block; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { width:20rem;height:4.3828125rem;top:0.89577484130862rem;left:0rem;font-size:0.5625rem;display:block; }
 }