.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 > .row .container { background-color: transparent; background-image: none; }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 > .row .container > .video-iframe-container { display: none; }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 > .row > .video-iframe-container { display: none; }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 > .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); }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 > .row .container { border-width: 0; border-radius: 0; }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#Lhe8FscvFU5MSTQMUTG922sFsBDbW8bL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:19.6875rem;top:1.7494566440582rem;left:20.156253814698rem;overflow:hidden;display:block; }
#HnHadhUh24ZdL465calWpe0tZlWZw6EO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/CtkCJNXU/head_pc_2182.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyloading { background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:none; }#K8tLg4zx4c7oZE17VHg2ptdleclyNJw0 { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:signika;font-size:2.4375rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.81875038147rem;left:33.999219894409rem;height:5.3625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#D6ITD7Vew3uZOp1BTJOxy7B0oTMDWkLO { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:22.8125rem;left:48.624219894409rem;height:1.05rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JbPq6yFUEnvzerVxtylE7ru5383nZgOo { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:6.6875rem;left:47.5625rem;display:block; }
#xKaVyrUTWm8U0TDAG4btagSVpHDq8muZ { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:6.125rem;left:46.5rem;display:block; }
#hWmVc6rgSOGJWWgkfnKooW4pIxbMardQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:none; }#hWmVc6rgSOGJWWgkfnKooW4pIxbMardQ > .row .container { border-width: 0; border-radius: 0; }#hWmVc6rgSOGJWWgkfnKooW4pIxbMardQ > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:60rem;position:relative;display:none; }#OTg63DH8MqStwE6vxRRCE0whFa46FfyQ { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:1.8359375rem;left:10.09140586853rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb .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; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e80202;background-image:none;color:#ffffff;padding-top:0.548125rem;padding-right:0.488125rem;padding-bottom:0.548125rem;padding-left:0.488125rem;display:block;align-items:center;width:2.92875rem;min-width:2.92875rem;height:2.94625rem;position:relative;font-family:"open sans";font-size:2.1925rem;font-weight:700;line-height:47.14px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3425rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.905rem;height:1.165rem;position:relative;font-family:"open sans";font-size:0.8225rem;font-weight:700;line-height:18.64px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:19.625rem;height:5.55rem;padding-top:0.06875rem;padding-right:0.07rem;padding-bottom:0.06875rem;padding-left:0.07rem;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:6.2109375rem;left:19.8662109375rem;z-index:100009; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #I1tNG5INr6xagdfCRAECLAqq0KxVgRZn { display:flex;position:relative;top:0rem;left:0rem; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #DEAr8NhvbDoKwvHCWDVVgPgBpwGxDIkg { width:auto; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #EqSRynJNOSpuGefotkBnFfGc1fbe81Tk {  }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #nlwIg1DbS2UWruezkZbk9PvKieoznAgd { display:flex;position:relative;top:0rem;left:0rem; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #ER7N1dCARnZlESLVlg9hniv0Bxg2ZhrP {  }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #DUqeG3Otm8BK4DoEniVrBQQeAPghUirp {  }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #fw0VrPGk01CEkFnIICVU85ngimMBT4DJ { display:flex;position:relative;top:0rem;left:0rem; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #fp6eWXf8KymbRRaVRt0gexpKmy85XNTM {  }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #qQq7Wyl01TC9AqTlUy5rEpQhixoyZW3E {  }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #o0qruL885oC6phVHG0ZVnogwGgnqnAwE { display:flex;position:relative;top:0rem;left:0rem; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #TKxW0KApRfTOJxCzaczRQIDrT3PWocJJ {  }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #ogZaBKNObWy1lZ6IXQR7mEsiC71A7Ehm {  }
#Fmatzbom7Edlz9gdmg03uZ5NxyTcX6TR { color:#3e3e3e;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:13.210939407349rem;left:19.218751907349rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsrGZrDkCF9ov9HtVA1BoJRvx6dyZLA0 { color:rgba(0,0,0,0.7);display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:1.8359375rem;left:31.40390586853rem;height:2.8125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL { position:relative;display:block; }#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL { background-color: transparent; background-image: none; }#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL > .row .container > .video-iframe-container { display: none; }#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL > .row > .video-iframe-container { display: none; }#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL > .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); }#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL { border-width: 0; border-radius: 0; }#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL > .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:26.625rem;width:60rem;position:relative;display:block; }#VpTmUJEM4hE0SQrVXibkXU6eyLSllwPf { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:5.6875rem;left:0.625rem;overflow:hidden;display:block; }
#drI3JFssuaZ6XRu1UE04T9m9iDyhhxCE { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.1;letter-spacing:0;top:2.625rem;left:3.8125rem;height:3.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iU5MFFG6hvbMZi4VPW7Do6UBA61ckZ1F { color:#ff0042;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.1;letter-spacing:0;top:23.718750357628rem;left:1.5625rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzvyOuuddFveOLMkixd2VUwWLybvHAbo { position:absolute;display:block;z-index:99999;background-color:#e80202;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:4.375rem;width:17.5rem;top:1.9375rem;left:1.25rem;display:block; }
#aQVdyDOnS0KZOd4l4TTDHlCMkPkqTraV { color:#ff0042;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;top:23.718750357628rem;left:22.187501907349rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBDh8TLWbVyPdDQu0u0oPXzUi6c4npHu { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.1;letter-spacing:0;top:2.625rem;left:23.875rem;height:3.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdsQqqRdDcD5P6vtpqEwwInUBPSvNKxc { position:absolute;display:block;z-index:100006;background-color:#e80202;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:4.375rem;width:17.5rem;top:1.9375rem;left:21.25rem;display:block; }
#q2fp4lggn9cMOnfcC6mZBvw1hfK6gUOD { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:5.2429695129394rem;left:40.625001907349rem;overflow:hidden;display:block; }
#OfAkggbcN1gXTC3xFprmCNBXHUw9kBMk { color:#ff0042;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100026;line-height:1.1;letter-spacing:0;top:23.718750357628rem;left:42.187501907349rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LXofDFbB7y26Mwx22xC82rG2Bt0OGpk0 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100024;line-height:1.1;letter-spacing:0;top:2.625rem;left:41.500001907349rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTD9dX2AapMCfGeSPMDUJRKqZNnBQw4o { position:absolute;display:block;z-index:100013;background-color:#e80202;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:4.375rem;width:17.5rem;top:1.9375rem;left:40.6875rem;display:block; }
#tosG10x3Lg0Sh9Sm0NbBAxZ7flEItDI5 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:5.8054695129394rem;left:20.625001907349rem;overflow:hidden;display:block; }
#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC { position:relative;display:block; }#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC { background-color: transparent; background-image: none; }#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC > .row .container > .video-iframe-container { display: none; }#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC > .row > .video-iframe-container { display: none; }#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC > .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); }#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC { border-width: 0; border-radius: 0; }#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC > .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:28.4375rem;width:60rem;position:relative;display:block; }#yZJZBvKXuUbNczTW7sbJHxnJz0vhhsEN { color:#ff0042;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;top:25.060154914856rem;left:2.1875rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CNlR9gNm0q12HAtlCSvli42UTsvH1STM { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.1;letter-spacing:0;top:2.3617181777954rem;left:1.84375rem;height:3.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAKihdeqd3LZ8anueauuFwbJxbKTPe8l { position:absolute;display:block;z-index:100006;background-color:#e80202;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:4.375rem;width:17.5rem;top:1.6875028610229rem;left:1.25rem;display:block; }
#v2wkGmMyQ9ksQr3Tcdy059dXqoWvMo4k { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:6.0625rem;left:0.625rem;overflow:hidden;display:block; }
#XfqcaW1FRz5cesl9byOEsucmad9XICy8 { color:#ff0042;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100026;line-height:1.1;letter-spacing:0;top:25.060936927796rem;left:22.187501907349rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vb4zzBSkaNW3DbP9T2OTHIFpfiTCUHJx { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100024;line-height:1.1;letter-spacing:0;top:2.3617191314698rem;left:23.031251907349rem;height:3.02445625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MhtrIIeFSMETX5W9io9fEo4l9NwTq837 { position:absolute;display:block;z-index:100013;background-color:#e80202;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:4.375rem;width:17.5rem;top:1.6875028610229rem;left:21.250001907349rem;display:block; }
#AMJu3aaBcmWn5l9qT5nJdGeuhXMMyTO4 { color:#ff0042;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100026;line-height:1.1;letter-spacing:0;top:25.060936927796rem;left:42.187501907349rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PibEC1fQqJkTaTA1U325NshzBi1zp46B { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100024;line-height:1.1;letter-spacing:0;top:2.3617157936096rem;left:43.031251907349rem;height:3.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJhKrpxQe80zUAvy9OLFecaTeT3N3LqI { position:absolute;display:block;z-index:100013;background-color:#e80202;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:4.375rem;width:17.5rem;top:1.6867158412933rem;left:41.250001907349rem;display:block; }
#ENr0hwTnK0AvFlEOtDgpsoxRcTBQcAzM { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:7.340624809265rem;left:40.625001907349rem;overflow:hidden;display:block; }
#SuzfGppZ7UHRBmbyUm3m22QRRIDlQ3pB { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:18.6875rem;top:7.371874809265rem;left:20.656251907349rem;overflow:hidden;display:block; }
#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 { position:relative;display:block; }#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 { background-color: transparent; background-image: none; }#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 > .row .container > .video-iframe-container { display: none; }#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 > .row > .video-iframe-container { display: none; }#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 > .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); }#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 { border-width: 0; border-radius: 0; }#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 > .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:25.9375rem;width:60rem;position:relative;display:block; }#l7DTO5ehIDe8d7fWp85FIm4Fn9SGCiCX { color:#ff0042;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100026;line-height:1.1;letter-spacing:0;top:22.408592224121rem;left:2.0625rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmQllUuCxB2dbGhDEmVAtdiRugJLyRzG { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100024;line-height:1.1;letter-spacing:0;top:2.31640625rem;left:2.96875rem;height:3.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wL5pE0LMNt1PGz6WUzXu6fmT8uSVvhov { position:absolute;display:block;z-index:100013;background-color:#e80202;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:4.375rem;width:17.5rem;top:1.6375017166137rem;left:1.125rem;display:block; }
#lKRTFTS2ddydTpduIKh5Be3abXvT5vGT { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:4.4351511001587rem;left:0.5rem;overflow:hidden;display:block; }
#AOw536pv9vXcc5yk36AdloJgQ0is8XDo { color:#ff0042;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100033;line-height:1.1;letter-spacing:0;top:22.375rem;left:22.000001907349rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B53t7ilHqB0HCSDmpsXbAADPNk8Z6d07 { color:#ffffff;display:block;width:14.6869375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100031;line-height:1.1;letter-spacing:0;top:2.3152179718017rem;left:22.468208312988rem;height:3.0244625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SuJKuOIewOBPnapSmKa7xI7XqwMEJpFN { position:absolute;display:block;z-index:100020;background-color:#e80202;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:4.375rem;width:17.5rem;top:1.6367177963257rem;left:21.062501907349rem;display:block; }
#DGPNl36TMI9Qsaa4Qc6ltn2wgc2v8fpr { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:4.7445297241211rem;left:20.437501907349rem;overflow:hidden;display:block; }
#uqStd8GU0WVRdoHpMqRRM9LI073tWbs7 { position:absolute;display:block;z-index:100022;background-color:#e80202;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:4.375rem;width:17.5rem;top:1.625rem;left:41.1875rem;display:block; }
#IhHqVO1PLclDwm04uHJyzvsrD0DP68eI { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100033;line-height:1.1;letter-spacing:0;top:2.375rem;left:43rem;height:4.53669375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfsyftG0SITHxsTggqD9SWTVMqDJibyS { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:4.8125rem;left:40.5625rem;overflow:hidden;display:block; }
#aIdq1yqVCe83yw3ZmKN4uWhPPKxhqrQh { color:#ff0042;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100036;line-height:1.1;letter-spacing:0;top:22.4375rem;left:42.125rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 > .row .container { background-color: transparent; background-image: none; }#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 > .row .container > .video-iframe-container { display: none; }#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 > .row > .video-iframe-container { display: none; }#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 > .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); }#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 > .row .container { border-width: 0; border-radius: 0; }#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#N06zcxzpyWeMVGv8yGhCt6Ormo7vK9Fx { color:#050025;display:block;width:53.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:2.80859375rem;left:5.21875rem;height:6.1198375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#N06zcxzpyWeMVGv8yGhCt6Ormo7vK9Fx li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#N06zcxzpyWeMVGv8yGhCt6Ormo7vK9Fx li:before{  }
#PsrcInVsDVDW44xCP6P5f9R0tu60Lp4o { color:#050025;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:100010;line-height:1.1;letter-spacing:0;top:1.05859375rem;left:5.21875rem;height:1.03125rem;text-align:left;text-align-last:left;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;display:block; }
#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { background-color: transparent; background-image: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container > .video-iframe-container { display: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row > .video-iframe-container { display: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .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); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { border-width: 0; border-radius: 0; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f10304;background-image:none;position:relative;z-index:auto;display:block; }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T > .row .container { background-color: transparent; background-image: none; }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T > .row .container > .video-iframe-container { display: none; }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T > .row > .video-iframe-container { display: none; }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T > .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); }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T > .row .container { border-width: 0; border-radius: 0; }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#WDGJEnybJUkkNRqKDNT7hoU5pLrz3Htx { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.2;letter-spacing:0;top:2.5625rem;left:38.875001907349rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rh2lhueUztwGafGmZNoovEg0LP1iD9CU { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:18rem;top:1.4062461853027rem;left:0.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 { display:block; }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lhe8FscvFU5MSTQMUTG922sFsBDbW8bL { width:19.6875rem;height:3.75rem;top:1.6875rem;left:14.031253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8tLg4zx4c7oZE17VHg2ptdleclyNJw0 { top:9.8125rem;left:22.6875rem;width:25.0625rem;height:5.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ITD7Vew3uZOp1BTJOxy7B0oTMDWkLO { top:22.8125rem;left:37.375rem;width:10.375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbPq6yFUEnvzerVxtylE7ru5383nZgOo { width:3.125rem;height:3.125rem;top:6.6875rem;left:41.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKaVyrUTWm8U0TDAG4btagSVpHDq8muZ { width:3.125rem;height:3.125rem;top:6.125rem;left:40.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWmVc6rgSOGJWWgkfnKooW4pIxbMardQ { display:block; }#hWmVc6rgSOGJWWgkfnKooW4pIxbMardQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTg63DH8MqStwE6vxRRCE0whFa46FfyQ { top:1.8125rem;left:3.9664058685302rem;width:21.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb .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; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb .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; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb { width:18rem;height:5.0625rem;display:flex;top:6.75rem;left:12.7158203125rem;z-index:100009; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #I1tNG5INr6xagdfCRAECLAqq0KxVgRZn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #DEAr8NhvbDoKwvHCWDVVgPgBpwGxDIkg {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #EqSRynJNOSpuGefotkBnFfGc1fbe81Tk {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #nlwIg1DbS2UWruezkZbk9PvKieoznAgd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #ER7N1dCARnZlESLVlg9hniv0Bxg2ZhrP {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #DUqeG3Otm8BK4DoEniVrBQQeAPghUirp {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #fw0VrPGk01CEkFnIICVU85ngimMBT4DJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #fp6eWXf8KymbRRaVRt0gexpKmy85XNTM {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #qQq7Wyl01TC9AqTlUy5rEpQhixoyZW3E {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #o0qruL885oC6phVHG0ZVnogwGgnqnAwE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #TKxW0KApRfTOJxCzaczRQIDrT3PWocJJ {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #ogZaBKNObWy1lZ6IXQR7mEsiC71A7Ehm {  }
 }@media only screen and (max-width: 763px) { #Fmatzbom7Edlz9gdmg03uZ5NxyTcX6TR { top:13.1875rem;left:13.093751907349rem;width:21.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsrGZrDkCF9ov9HtVA1BoJRvx6dyZLA0 { top:1.8125rem;left:25.27890586853rem;width:15.8125rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL { display:block; }#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpTmUJEM4hE0SQrVXibkXU6eyLSllwPf { width:18.75rem;height:18.75rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drI3JFssuaZ6XRu1UE04T9m9iDyhhxCE { top:2.625rem;left:1.75rem;width:12.3125rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU5MFFG6hvbMZi4VPW7Do6UBA61ckZ1F { top:23.6875rem;left:0rem;width:15.625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzvyOuuddFveOLMkixd2VUwWLybvHAbo { width:17.5rem;height:4.375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQVdyDOnS0KZOd4l4TTDHlCMkPkqTraV { top:23.6875rem;left:16.000001907349rem;width:15.625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBDh8TLWbVyPdDQu0u0oPXzUi6c4npHu { top:2.625rem;left:17.687501907349rem;width:12.3125rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdsQqqRdDcD5P6vtpqEwwInUBPSvNKxc { width:17.5rem;height:4.375rem;top:1.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2fp4lggn9cMOnfcC6mZBvw1hfK6gUOD { width:18.75rem;height:18.75rem;top:5.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfAkggbcN1gXTC3xFprmCNBXHUw9kBMk { top:23.6875rem;left:31.875001907349rem;width:15.625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXofDFbB7y26Mwx22xC82rG2Bt0OGpk0 { top:2.625rem;left:31.6875rem;width:15.9375rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTD9dX2AapMCfGeSPMDUJRKqZNnBQw4o { width:17.5rem;height:4.375rem;top:1.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tosG10x3Lg0Sh9Sm0NbBAxZ7flEItDI5 { width:18.75rem;height:18.75rem;top:5.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #efT4NBHI3thAS5kcUsQx68UqDJQeBDLC { display:block; }#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZJZBvKXuUbNczTW7sbJHxnJz0vhhsEN { top:25rem;left:0.125rem;width:15.625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNlR9gNm0q12HAtlCSvli42UTsvH1STM { top:2.3125rem;left:0rem;width:15.5625rem;height:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAKihdeqd3LZ8anueauuFwbJxbKTPe8l { width:17.5rem;height:4.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2wkGmMyQ9ksQr3Tcdy059dXqoWvMo4k { width:18.75rem;height:18.75rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfqcaW1FRz5cesl9byOEsucmad9XICy8 { top:25rem;left:16.000001907349rem;width:15.625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb4zzBSkaNW3DbP9T2OTHIFpfiTCUHJx { top:2.3125rem;left:16.843208312988rem;width:13.875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhtrIIeFSMETX5W9io9fEo4l9NwTq837 { width:17.5rem;height:4.375rem;top:1.6875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMJu3aaBcmWn5l9qT5nJdGeuhXMMyTO4 { top:25rem;left:31.875001907349rem;width:15.625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PibEC1fQqJkTaTA1U325NshzBi1zp46B { top:2.3125rem;left:32.718751907349rem;width:13.9375rem;height:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJhKrpxQe80zUAvy9OLFecaTeT3N3LqI { width:17.5rem;height:4.375rem;top:1.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENr0hwTnK0AvFlEOtDgpsoxRcTBQcAzM { width:18.75rem;height:18.75rem;top:7.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuzfGppZ7UHRBmbyUm3m22QRRIDlQ3pB { width:18.6875rem;height:18.6875rem;top:7.3125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 { display:block; }#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7DTO5ehIDe8d7fWp85FIm4Fn9SGCiCX { top:22.375rem;left:0rem;width:15.625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmQllUuCxB2dbGhDEmVAtdiRugJLyRzG { top:2.3125rem;left:0rem;width:13.8125rem;height:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL5pE0LMNt1PGz6WUzXu6fmT8uSVvhov { width:17.5rem;height:4.375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKRTFTS2ddydTpduIKh5Be3abXvT5vGT { width:18.75rem;height:18.75rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOw536pv9vXcc5yk36AdloJgQ0is8XDo { top:22.375rem;left:8.25rem;width:15.625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B53t7ilHqB0HCSDmpsXbAADPNk8Z6d07 { top:2.3125rem;left:9.25rem;width:14.625rem;height:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJKuOIewOBPnapSmKa7xI7XqwMEJpFN { width:17.5rem;height:4.375rem;top:1.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGPNl36TMI9Qsaa4Qc6ltn2wgc2v8fpr { width:18.75rem;height:18.75rem;top:4.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqStd8GU0WVRdoHpMqRRM9LI073tWbs7 { width:17.5rem;height:4.375rem;top:1.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhHqVO1PLclDwm04uHJyzvsrD0DP68eI { top:2.3125rem;left:33.811958312988rem;width:13.875rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfsyftG0SITHxsTggqD9SWTVMqDJibyS { width:18.75rem;height:18.75rem;top:4.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIdq1yqVCe83yw3ZmKN4uWhPPKxhqrQh { top:22.4375rem;left:32.125rem;width:15.625rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 { display:block; }#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N06zcxzpyWeMVGv8yGhCt6Ormo7vK9Fx { top:2.75rem;left:0rem;width:47.75rem;height:6.125rem;font-size:0.75rem;display:block; }#N06zcxzpyWeMVGv8yGhCt6Ormo7vK9Fx li:before{  }
 }@media only screen and (max-width: 763px) { #PsrcInVsDVDW44xCP6P5f9R0tu60Lp4o { top:1rem;left:0rem;width:13.25rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { display:block; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T { display:block; }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDGJEnybJUkkNRqKDNT7hoU5pLrz3Htx { top:2.5625rem;left:26.625rem;width:21.125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh2lhueUztwGafGmZNoovEg0LP1iD9CU { width:18rem;height:3.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 { position:relative;z-index:auto;display:block; }#GH7z8QLEr09kuw4Z2HHVkd1i1BsAxPO4 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lhe8FscvFU5MSTQMUTG922sFsBDbW8bL { width:16.375rem;height:3.125rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { background-color:#e80202;background-image:url("https://images.assets-landingi.com/NEg2GocL/head_cel_1050.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyloading { background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K8tLg4zx4c7oZE17VHg2ptdleclyNJw0 { width:20rem;height:4.4rem;top:25.561719179154rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #D6ITD7Vew3uZOp1BTJOxy7B0oTMDWkLO { width:9.4375rem;height:0.9rem;top:32.374999523163rem;left:10.562500357628rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbPq6yFUEnvzerVxtylE7ru5383nZgOo { width:3.75rem;height:3.75rem;top:22.25rem;left:7.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKaVyrUTWm8U0TDAG4btagSVpHDq8muZ { width:3.125rem;height:3.125rem;top:23.125rem;left:9.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWmVc6rgSOGJWWgkfnKooW4pIxbMardQ { display:none; }#hWmVc6rgSOGJWWgkfnKooW4pIxbMardQ > .row .container { width:20rem;height:14.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OTg63DH8MqStwE6vxRRCE0whFa46FfyQ { width:20rem;height:1.71875rem;top:1.75rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb .widget-text.counter-number { padding-top:0.49375rem;padding-right:0.44625rem;padding-bottom:0.49375rem;padding-left:0.44625rem;width:2.676875rem;min-width:2.676875rem;height:2.655rem;font-size:1.97625rem;line-height:42.48px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.56875rem;height:1.04875rem;font-size:0.740625rem;line-height:16.78px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb { width:18.1875rem;height:5rem;display:flex;top:6.3125rem;left:0.8125rem;z-index:100009;padding-top:0.068125rem;padding-right:0.07125rem;padding-bottom:0.068125rem;padding-left:0.07125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #I1tNG5INr6xagdfCRAECLAqq0KxVgRZn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #DEAr8NhvbDoKwvHCWDVVgPgBpwGxDIkg {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #EqSRynJNOSpuGefotkBnFfGc1fbe81Tk {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #nlwIg1DbS2UWruezkZbk9PvKieoznAgd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #ER7N1dCARnZlESLVlg9hniv0Bxg2ZhrP {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #DUqeG3Otm8BK4DoEniVrBQQeAPghUirp {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #fw0VrPGk01CEkFnIICVU85ngimMBT4DJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #fp6eWXf8KymbRRaVRt0gexpKmy85XNTM {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #qQq7Wyl01TC9AqTlUy5rEpQhixoyZW3E {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #o0qruL885oC6phVHG0ZVnogwGgnqnAwE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #TKxW0KApRfTOJxCzaczRQIDrT3PWocJJ {  }
 }@media only screen and (max-width: 763px) { #G5Ea0Zx3zZZxzs8UILNbv1ZnknLIuvnb #ogZaBKNObWy1lZ6IXQR7mEsiC71A7Ehm {  }
 }@media only screen and (max-width: 763px) { #Fmatzbom7Edlz9gdmg03uZ5NxyTcX6TR { width:19.75rem;height:1.05rem;top:11.812500953674rem;left:0.125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AsrGZrDkCF9ov9HtVA1BoJRvx6dyZLA0 { width:15.8125rem;height:1.65rem;top:3.5859375rem;left:2.0937501192093rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL { display:block; }#ksmlagXJcXQQ3TmgEkAZTv9xSuo2LQwL > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpTmUJEM4hE0SQrVXibkXU6eyLSllwPf { width:18.75rem;height:18.75rem;top:3.9117183685302rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drI3JFssuaZ6XRu1UE04T9m9iDyhhxCE { width:12.3125rem;height:3.3rem;top:2.7867193222046rem;left:3.8437498807907rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iU5MFFG6hvbMZi4VPW7Do6UBA61ckZ1F { width:15.625rem;height:1.8rem;top:21.04843711853rem;left:2.1875001192093rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LzvyOuuddFveOLMkixd2VUwWLybvHAbo { width:17.5rem;height:4.375rem;top:2.2492198944092rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQVdyDOnS0KZOd4l4TTDHlCMkPkqTraV { width:15.625rem;height:1.8rem;top:45.0625rem;left:2.1875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aBDh8TLWbVyPdDQu0u0oPXzUi6c4npHu { width:12.31225rem;height:3.3rem;top:49.536687850952rem;left:3.8437500596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cdsQqqRdDcD5P6vtpqEwwInUBPSvNKxc { width:17.5rem;height:4.375rem;top:24.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2fp4lggn9cMOnfcC6mZBvw1hfK6gUOD { width:18.75rem;height:18.75rem;top:27.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfAkggbcN1gXTC3xFprmCNBXHUw9kBMk { width:15.625rem;height:1.8rem;top:68.75rem;left:2.1875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LXofDFbB7y26Mwx22xC82rG2Bt0OGpk0 { width:15.5625rem;height:3.3rem;top:25.286414384842rem;left:2.3103261590004rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kTD9dX2AapMCfGeSPMDUJRKqZNnBQw4o { width:17.5rem;height:4.375rem;top:49rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tosG10x3Lg0Sh9Sm0NbBAxZ7flEItDI5 { width:18.75rem;height:18.75rem;top:51.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efT4NBHI3thAS5kcUsQx68UqDJQeBDLC { display:block; }#efT4NBHI3thAS5kcUsQx68UqDJQeBDLC > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZJZBvKXuUbNczTW7sbJHxnJz0vhhsEN { width:15.625rem;height:1.8rem;top:22.124996185302rem;left:2.1875001192093rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CNlR9gNm0q12HAtlCSvli42UTsvH1STM { width:13.9375rem;height:3.15rem;top:2.4859375953674rem;left:3.0312501192093rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LAKihdeqd3LZ8anueauuFwbJxbKTPe8l { width:17.5rem;height:4.375rem;top:1.8742246627807rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2wkGmMyQ9ksQr3Tcdy059dXqoWvMo4k { width:18.75rem;height:18.75rem;top:4.4250030517578rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfqcaW1FRz5cesl9byOEsucmad9XICy8 { width:15.625rem;height:1.8rem;top:48.1875rem;left:2.1875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vb4zzBSkaNW3DbP9T2OTHIFpfiTCUHJx { width:13.9375rem;height:3.3rem;top:26.75rem;left:3.0625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MhtrIIeFSMETX5W9io9fEo4l9NwTq837 { width:17.5rem;height:4.375rem;top:26.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMJu3aaBcmWn5l9qT5nJdGeuhXMMyTO4 { width:15.625rem;height:1.8rem;top:72.625rem;left:1.875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PibEC1fQqJkTaTA1U325NshzBi1zp46B { width:13.9375rem;height:3.15rem;top:52.5rem;left:3.0625rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SJhKrpxQe80zUAvy9OLFecaTeT3N3LqI { width:17.5rem;height:4.375rem;top:51.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENr0hwTnK0AvFlEOtDgpsoxRcTBQcAzM { width:18.75rem;height:18.75rem;top:54.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuzfGppZ7UHRBmbyUm3m22QRRIDlQ3pB { width:18.6875rem;height:18.6875rem;top:30.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 { display:block; }#CNotaxVMoSqBoMTqAVD8gmfcVUIvWUN3 > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7DTO5ehIDe8d7fWp85FIm4Fn9SGCiCX { width:15.625rem;height:1.8rem;top:20.974212646484rem;left:2.1875001192093rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LmQllUuCxB2dbGhDEmVAtdiRugJLyRzG { width:13.9375rem;height:3.15rem;top:1.3992156982422rem;left:3.0312501192093rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wL5pE0LMNt1PGz6WUzXu6fmT8uSVvhov { width:17.5rem;height:4.375rem;top:0.68749618530275rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKRTFTS2ddydTpduIKh5Be3abXvT5vGT { width:18.75rem;height:18.75rem;top:2.8992156982422rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOw536pv9vXcc5yk36AdloJgQ0is8XDo { width:15.625rem;height:1.8rem;top:44.6875rem;left:2.1875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B53t7ilHqB0HCSDmpsXbAADPNk8Z6d07 { width:13.9375rem;height:3.15rem;top:25.1875rem;left:3.0625rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SuJKuOIewOBPnapSmKa7xI7XqwMEJpFN { width:17.5rem;height:4.375rem;top:24.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGPNl36TMI9Qsaa4Qc6ltn2wgc2v8fpr { width:18.75rem;height:18.75rem;top:27.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqStd8GU0WVRdoHpMqRRM9LI073tWbs7 { width:17.5rem;height:4.375rem;top:48.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhHqVO1PLclDwm04uHJyzvsrD0DP68eI { width:13.9375rem;height:4.725rem;top:48.9375rem;left:3.0625rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dfsyftG0SITHxsTggqD9SWTVMqDJibyS { width:18.75rem;height:18.75rem;top:51.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIdq1yqVCe83yw3ZmKN4uWhPPKxhqrQh { width:15.625rem;height:1.8rem;top:68.8125rem;left:2.1875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 { display:block; }#ABQAIhsyRGCAut7rfJzeTAc3Utrt85J0 > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N06zcxzpyWeMVGv8yGhCt6Ormo7vK9Fx { width:19.99975rem;height:9.6244375rem;top:3.1035308837891rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }#N06zcxzpyWeMVGv8yGhCt6Ormo7vK9Fx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N06zcxzpyWeMVGv8yGhCt6Ormo7vK9Fx li:before{  }
 }@media only screen and (max-width: 763px) { #PsrcInVsDVDW44xCP6P5f9R0tu60Lp4o { width:9.998625rem;height:0.96195625rem;top:1.2603263854981rem;left:4.9997287392616rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { display:block; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T { position:relative;z-index:auto;display:block; }#MXnRKCpcCT8ZfvrhmWR7E4IwBDBQrM7T > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDGJEnybJUkkNRqKDNT7hoU5pLrz3Htx { width:19.0625rem;height:0.975rem;top:5.9187507629394rem;left:0.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh2lhueUztwGafGmZNoovEg0LP1iD9CU { width:18rem;height:3.4375rem;top:1.5rem;left:1rem;display:block; }
 }