.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF { position:relative;display:block; }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF { background-color: transparent; background-image: none; }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF > .row .container > .video-iframe-container { display: none; }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF > .row > .video-iframe-container { display: none; }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF > .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); }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF { border-width: 0; border-radius: 0; }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF > .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:5.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vH0R7JoGF8ahwskSd6JG0i223VRP4nWz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:11.5rem;top:0.6875rem;left:28.8125rem;overflow:hidden;display:block; }
#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk { position:relative;display:block; }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk { background-color: transparent; background-image: none; }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk > .row .container > .video-iframe-container { display: none; }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk > .row > .video-iframe-container { display: none; }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk > .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); }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk { border-width: 0; border-radius: 0; }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XUvriXknutpFaTZmckuiLBFZBGtkXlz0 { color:#1b2670;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.59375rem;left:13.75rem;height:1.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;display:block; }
#z5ck0ioaFMgoETStudFArM7TMSZR5UrD { color:#1b2670;display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:1.59375rem;left:50rem;height:1.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:left;text-align-last:left;display:block; }
#kwgWVfXZLE8vZz5VOfEzTlXdG4mO9PXT { color:#1b2670;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.59375rem;left:31.84375rem;height:1.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;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#r89E9dmh7H07PDhwTlq6Irtzx07eBVFP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6865rem;width:22.812rem;top:1.435546875rem;left:0rem;overflow:hidden;display:block; }
#T6JpQGK0mk2EDDeJPm9quusTZCQ7qfsL { position:absolute;display:block;z-index:15001;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:5.625rem;width:5.625rem;top:1.625rem;left:22.8125rem;overflow:hidden;display:block; }
#aHCBbMTFaIaKN6Fh1hnL0l3bqsGXkTTT { color:#333333;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1rem;left:29.125rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zIJ1go1TiquZvRB7iIuOKVKXGcSS3XvD { color:#777777;display:block;width:14.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:29.125rem;height:4.03515625rem;display:block; }#zIJ1go1TiquZvRB7iIuOKVKXGcSS3XvD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zIJ1go1TiquZvRB7iIuOKVKXGcSS3XvD li:before{  }
#XowVLZp9kLKR2abz2DIyD6crx5DU9rXX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:1.75rem;left:47.8125rem;overflow:hidden;display:block; }
#P0vFDGAlf1ZS7eZNTJzp57aBnXe3eFy8 { color:#777777;display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:53.75rem;height:5.171875rem;display:block; }#P0vFDGAlf1ZS7eZNTJzp57aBnXe3eFy8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P0vFDGAlf1ZS7eZNTJzp57aBnXe3eFy8 li:before{  }
#KPnBEMqy0qMDr6FLfXOm0eDE00pcW9Oz { color:#333333;display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:53.75rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y6edwitiZSRUmUlAT4iwSM5GuxTEqTE8 { color:#777777;display:block;width:16.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28.875rem;height:4.859375rem;display:block; }#y6edwitiZSRUmUlAT4iwSM5GuxTEqTE8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y6edwitiZSRUmUlAT4iwSM5GuxTEqTE8 li:before{  }
#FvMOlRvT4TKU0u0hK07GtZAuJ0gO75gk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:12.125rem;left:22.8125rem;overflow:hidden;display:block; }
#SGr5SchuUWP7ik8TLisVO3Wxf3HFc5pS { color:#777777;display:block;width:18.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.75rem;left:53.75rem;height:;display:block; }#SGr5SchuUWP7ik8TLisVO3Wxf3HFc5pS li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#SGr5SchuUWP7ik8TLisVO3Wxf3HFc5pS li:before{  }
#QQZAfXbC7HE2iO1szNvbqvn9cFr9UVXf { color:#333333;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.625rem;left:53.750000953674rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VpNoD9NgnrrMf6vM6FC2Co9wdLe5Kwza { color:#333333;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5rem;left:28.875rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ovHTPdZJLcxNfX7Z2h65pGXga0UXv3om { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:13.8125rem;left:48.000000953674rem;overflow:hidden;display:block; }
#qzOpoRx2quyzCxOeiB6kuGzmrhZWzCNx { position:absolute;display:block;z-index:15016;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:5.625rem;width:5.625rem;top:23.998439788818rem;left:27.562500953674rem;overflow:hidden;display:block; }
#tK4WOxK3TdToxZOemTJlgPuwTHBzQGqR { color:#777777;display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:24.825000762939rem;left:35.750000953674rem;height:;display:block; }#tK4WOxK3TdToxZOemTJlgPuwTHBzQGqR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tK4WOxK3TdToxZOemTJlgPuwTHBzQGqR li:before{  }
#NnvRUT2ps2nemU6wNINOSdNnWD9PG4r6 { color:#333333;display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.049221038818rem;left:35.750000953674rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KIbNuEE440fHHNmLVvak389NcNacWi4Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #dc2664, #1b2670);background-image: -moz-linear-gradient(161deg, #dc2664, #1b2670);background-image: -ms-linear-gradient(161deg, #dc2664, #1b2670);background-image: -o-linear-gradient(161deg, #dc2664, #1b2670);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc2664', endColorstr='#1b2670' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc2664', endColorstr='#1b2670' );";background-image: linear-gradient(161deg, #dc2664, #1b2670);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KIbNuEE440fHHNmLVvak389NcNacWi4Q > .row .container { background-color: transparent; background-image: none; }#KIbNuEE440fHHNmLVvak389NcNacWi4Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIbNuEE440fHHNmLVvak389NcNacWi4Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIbNuEE440fHHNmLVvak389NcNacWi4Q > .row .container > .video-iframe-container { display: none; }#KIbNuEE440fHHNmLVvak389NcNacWi4Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIbNuEE440fHHNmLVvak389NcNacWi4Q > .row > .video-iframe-container { display: none; }#KIbNuEE440fHHNmLVvak389NcNacWi4Q > .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); }#KIbNuEE440fHHNmLVvak389NcNacWi4Q > .row .container { border-width: 0; border-radius: 0; }#KIbNuEE440fHHNmLVvak389NcNacWi4Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIbNuEE440fHHNmLVvak389NcNacWi4Q > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy { position:relative;display:block; }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy { background-color: transparent; background-image: none; }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy > .row .container > .video-iframe-container { display: none; }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy > .row > .video-iframe-container { display: none; }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy > .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); }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy { border-width: 0; border-radius: 0; }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nptVqsTGTPrgTQcxBezyP64CADrOZNJB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:28.75rem;top:0rem;left:41.875rem;overflow:hidden;display:block; }
#MIRFxLWFaxH0gdbltR0dVRJN3rRfiocV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.3242173194885rem;left:0rem;overflow:hidden;display:block; }
#oN6A15xg1d8xddBOpmlWNotovfbpVe0e { color:#333333;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3249998092651rem;left:5.5rem;height:1.95rem;display:block; }
#WLWTvwHfHZqeB2C4uHTFRwp8hbQ3cdNT { color:#777777;display:block;width:30.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4484378099441rem;left:5.5rem;height:5.171875rem;display:block; }#WLWTvwHfHZqeB2C4uHTFRwp8hbQ3cdNT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WLWTvwHfHZqeB2C4uHTFRwp8hbQ3cdNT li:before{  }
#VPFMQwVF3PKklhkac03p00ysd6Lzken8 { color:#777777;display:block;width:27.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:2.75rem;left:5.46875rem;height:1.0004875rem;display:block; }
#TbmtdDD6VoJrCfzxS97DTVx01zB4HW3I { color:#777777;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.975000023842rem;left:4.2374992370606rem;height:;display:block; }#TbmtdDD6VoJrCfzxS97DTVx01zB4HW3I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TbmtdDD6VoJrCfzxS97DTVx01zB4HW3I li:before{  }
#E8lJGl3OesiQurGPEz6palbGddsHmT9E { color:#777777;display:block;width:27.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:26.162500023842rem;left:4.2351560592651rem;height:1.0004875rem;display:block; }
#sTsSKWn8XQdcXMcoX2cBb5E1llSR3rSg { color:#333333;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.212501168251rem;left:4.2351560592651rem;height:1.95rem;display:block; }
#fEZoDIAFLvAqlNLENfZulu4BqrZCu6w7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:21.5625rem;left:38.125rem;overflow:hidden;display:block; }
#FHrv1wsvlGUsWoV0tvV9XSAd6XaA17Z3 { color:#777777;display:block;width:27.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:13.447656393051rem;left:4.2351560592651rem;height:1.0004875rem;display:block; }
#TEsKLRoBdPKTWTCvnv7UxitVKqbgJ9gi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:11.272656083107rem;left:0rem;overflow:hidden;display:block; }
#eA8C1SK4cROQFx33cB4v040kMEc3pdUq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:24.262500405312rem;left:0rem;overflow:hidden;display:block; }
#OQmATXXwKJBRKxNiJW3b37TKcwPI1MFE { color:#777777;display:block;width:30.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.475000023842rem;left:41.875000953674rem;height:6.619625rem;display:block; }#OQmATXXwKJBRKxNiJW3b37TKcwPI1MFE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OQmATXXwKJBRKxNiJW3b37TKcwPI1MFE li:before{  }
#xxLIIfGXti4GzUM1iAz47AHrg4zKGfUD { color:#777777;display:block;width:27.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:24.6875rem;left:41.875000953674rem;height:1.0004875rem;display:block; }
#TpaKacW2T60oanAmpGwm05tiW5ve76fP { color:#333333;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.837501168251rem;left:42.612500190735rem;height:3.8994125rem;display:block; }
#iysybSNB7NmUg6TpbDeWmEgkmg8BxBQA { color:#777777;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.210156440735rem;left:4.84375rem;height:7.756375rem;display:block; }#iysybSNB7NmUg6TpbDeWmEgkmg8BxBQA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iysybSNB7NmUg6TpbDeWmEgkmg8BxBQA li:before{  }
#TkTGhBTwVaQPgGU2oH1RZAN1TTJuOn3N { color:#333333;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.447656273842rem;left:4.71875rem;height:1.95rem;display:block; }
#WlGDfF0FomuzoLRO8fTTDiewK6ksi5y5 { color:#c7136c;display:block;width:28.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:34.56875038147rem;left:41.875000953674rem;height:1.21875rem;font-style:normal;display:block; }
#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw { position:relative;display:block; }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw { background-color: transparent; background-image: none; }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw > .row .container > .video-iframe-container { display: none; }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw > .row > .video-iframe-container { display: none; }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw > .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); }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw { border-width: 0; border-radius: 0; }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw > .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:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rs5MFCTy9zBGTTI23ULRTneQggvhGule { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:13.125rem;top:3.125rem;left:30.937500953674rem;overflow:hidden;display:block; }
#ofr7TxAJgi3V23XnGTNnA9TVABdIB5P8 { color:#1b2670;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:31.250000953674rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #1b2670, #dc2664);background-image: -moz-linear-gradient(161deg, #1b2670, #dc2664);background-image: -ms-linear-gradient(161deg, #1b2670, #dc2664);background-image: -o-linear-gradient(161deg, #1b2670, #dc2664);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2670', endColorstr='#dc2664' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2670', endColorstr='#dc2664' );";background-image: linear-gradient(161deg, #1b2670, #dc2664);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk > .row .container { background-color: transparent; background-image: none; }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk > .row .container > .video-iframe-container { display: none; }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk > .row > .video-iframe-container { display: none; }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk > .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); }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk > .row .container { border-width: 0; border-radius: 0; }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 { position:relative;display:block; }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 { background-color: transparent; background-image: none; }#yTIC10y2aTA0d65F5INl60Iou3XowJa5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 > .row .container > .video-iframe-container { display: none; }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 > .row > .video-iframe-container { display: none; }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 > .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); }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 { border-width: 0; border-radius: 0; }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 > .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:16.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bCzFqly9NdkGTRqmEeIKgIH5NwznbriV { color:#1b2670;display:block;width:37.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.25rem;left:18.6875rem;height:4.221675rem;text-align:center;text-align-last:center;display:block; }
#bgJx2wTm5v9JN0pbZHPLJlJcghbcq7hO { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:5.6875rem;top:5.5rem;left:1.5rem;overflow:hidden;display:block; }
#QBF0K4SEg9hE9Vy9OGLBIxvGBqqHZWk3 { color:#1b2670;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:8.125rem;left:9.75rem;height:3.375rem;display:block; }
#lP1A68Ud5c08TgOtSh2bJtuUMLHpSzvU { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15029;line-height:2.1;letter-spacing:0;top:6.625rem;left:34.4375rem;height:4.201175rem;display:block; }
#u3JiBgH6b9EHCJzGEcQhyfqhesc5GNxT { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15030;line-height:2.1;letter-spacing:0;top:6.625rem;left:53.625rem;height:4.201175rem;display:block; }
#vvEcAvqnKsD85nOSyFGvZfO2pvqdlw5E { color:#1b2670;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:11.5rem;left:34.4375rem;height:1.29931875rem;display:block; }
#DlZLQcVUTJ95qPg0lfpxrZiQ8xlMyIgB { color:#091769;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.4990234375rem;left:53.625rem;height:1.29931875rem;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; }
#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde { position:relative;display:block; }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde { background-color: transparent; background-image: none; }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde > .row .container > .video-iframe-container { display: none; }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde > .row > .video-iframe-container { display: none; }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde > .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); }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde { border-width: 0; border-radius: 0; }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VkCXvXs5o864q2ZBm96vT9l3afU616kW { color:#1b2670;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4124984741211rem;left:0rem;height:1.3rem;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) { #rvVwqVgwETRT82OGWyDJCiJVTDoiULKF { display:block; }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH0R7JoGF8ahwskSd6JG0i223VRP4nWz { top:0.6875rem;left:15.1875rem;width:11.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T84W0akb3xTN0xk3G5pLaaRHbolZ98xk { display:block; }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUvriXknutpFaTZmckuiLBFZBGtkXlz0 { top:1.5625rem;left:4.5625rem;width:11.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ck0ioaFMgoETStudFArM7TMSZR5UrD { top:1.5625rem;left:31.75rem;width:14.125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwgWVfXZLE8vZz5VOfEzTlXdG4mO9PXT { top:1.5625rem;left:18.15625rem;width:11.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r89E9dmh7H07PDhwTlq6Irtzx07eBVFP { top:1.375rem;left:0rem;width:22.75rem;height:29.605816017885rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6JpQGK0mk2EDDeJPm9quusTZCQ7qfsL { top:1.625rem;left:9.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHCBbMTFaIaKN6Fh1hnL0l3bqsGXkTTT { top:1rem;left:15.5rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIJ1go1TiquZvRB7iIuOKVKXGcSS3XvD { top:3.25rem;left:15.5rem;width:14.25rem;height:4rem;font-size:0.875rem;display:block; }#zIJ1go1TiquZvRB7iIuOKVKXGcSS3XvD li:before{  }
 }@media only screen and (max-width: 763px) { #XowVLZp9kLKR2abz2DIyD6crx5DU9rXX { top:1.75rem;left:34.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0vFDGAlf1ZS7eZNTJzp57aBnXe3eFy8 { top:3.3125rem;left:27.8125rem;width:19.9375rem;height:5.125rem;font-size:0.875rem;display:block; }#P0vFDGAlf1ZS7eZNTJzp57aBnXe3eFy8 li:before{  }
 }@media only screen and (max-width: 763px) { #KPnBEMqy0qMDr6FLfXOm0eDE00pcW9Oz { top:1.125rem;left:32.1875rem;width:15.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6edwitiZSRUmUlAT4iwSM5GuxTEqTE8 { top:13.8125rem;left:15.25rem;width:16.625rem;height:4.875rem;font-size:0.875rem;display:block; }#y6edwitiZSRUmUlAT4iwSM5GuxTEqTE8 li:before{  }
 }@media only screen and (max-width: 763px) { #FvMOlRvT4TKU0u0hK07GtZAuJ0gO75gk { top:12.125rem;left:9.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGr5SchuUWP7ik8TLisVO3Wxf3HFc5pS { top:13.75rem;left:28.875rem;width:18.875rem;height:;font-size:0.875rem;display:block; }#SGr5SchuUWP7ik8TLisVO3Wxf3HFc5pS li:before{  }
 }@media only screen and (max-width: 763px) { #QQZAfXbC7HE2iO1szNvbqvn9cFr9UVXf { top:11.625rem;left:30.6875rem;width:17.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpNoD9NgnrrMf6vM6FC2Co9wdLe5Kwza { top:11.5rem;left:15.25rem;width:12.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovHTPdZJLcxNfX7Z2h65pGXga0UXv3om { top:13.8125rem;left:34.375000953674rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzOpoRx2quyzCxOeiB6kuGzmrhZWzCNx { top:23.9375rem;left:13.937500953674rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK4WOxK3TdToxZOemTJlgPuwTHBzQGqR { top:24.8125rem;left:19.0625rem;width:28.6875rem;height:;font-size:0.875rem;display:block; }#tK4WOxK3TdToxZOemTJlgPuwTHBzQGqR li:before{  }
 }@media only screen and (max-width: 763px) { #NnvRUT2ps2nemU6wNINOSdNnWD9PG4r6 { top:22rem;left:22.125000953674rem;width:15.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIbNuEE440fHHNmLVvak389NcNacWi4Q { display:block; }#KIbNuEE440fHHNmLVvak389NcNacWi4Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsCS452biw9szVGFDxVQhtTZiOtuMnpy { display:block; }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nptVqsTGTPrgTQcxBezyP64CADrOZNJB { top:0rem;left:19rem;width:28.75rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIRFxLWFaxH0gdbltR0dVRJN3rRfiocV { top:1.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN6A15xg1d8xddBOpmlWNotovfbpVe0e { top:1.3125rem;left:0rem;width:28.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLWTvwHfHZqeB2C4uHTFRwp8hbQ3cdNT { top:4.4375rem;left:0rem;width:30.6875rem;height:5.125rem;font-size:0.875rem;display:block; }#WLWTvwHfHZqeB2C4uHTFRwp8hbQ3cdNT li:before{  }
 }@media only screen and (max-width: 763px) { #VPFMQwVF3PKklhkac03p00ysd6Lzken8 { top:2.75rem;left:0rem;width:27.4375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbmtdDD6VoJrCfzxS97DTVx01zB4HW3I { top:27.9375rem;left:0rem;width:32rem;height:;font-size:0.875rem;display:block; }#TbmtdDD6VoJrCfzxS97DTVx01zB4HW3I li:before{  }
 }@media only screen and (max-width: 763px) { #E8lJGl3OesiQurGPEz6palbGddsHmT9E { top:26.125rem;left:0rem;width:27.4375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTsSKWn8XQdcXMcoX2cBb5E1llSR3rSg { top:24.1875rem;left:0rem;width:28.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEZoDIAFLvAqlNLENfZulu4BqrZCu6w7 { top:21.5625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHrv1wsvlGUsWoV0tvV9XSAd6XaA17Z3 { top:13.4375rem;left:0rem;width:27.4375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEsKLRoBdPKTWTCvnv7UxitVKqbgJ9gi { top:11.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA8C1SK4cROQFx33cB4v040kMEc3pdUq { top:24.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmATXXwKJBRKxNiJW3b37TKcwPI1MFE { top:26.4375rem;left:17.0625rem;width:30.6875rem;height:6.625rem;font-size:0.875rem;display:block; }#OQmATXXwKJBRKxNiJW3b37TKcwPI1MFE li:before{  }
 }@media only screen and (max-width: 763px) { #xxLIIfGXti4GzUM1iAz47AHrg4zKGfUD { top:24.6875rem;left:20.3125rem;width:27.4375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpaKacW2T60oanAmpGwm05tiW5ve76fP { top:20.8125rem;left:19.6875rem;width:28.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iysybSNB7NmUg6TpbDeWmEgkmg8BxBQA { top:15.1875rem;left:0rem;width:32rem;height:7.75rem;font-size:0.875rem;display:block; }#iysybSNB7NmUg6TpbDeWmEgkmg8BxBQA li:before{  }
 }@media only screen and (max-width: 763px) { #TkTGhBTwVaQPgGU2oH1RZAN1TTJuOn3N { top:11.4375rem;left:0rem;width:28.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlGDfF0FomuzoLRO8fTTDiewK6ksi5y5 { top:34.5625rem;left:19.5rem;width:28.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDotckq4S2CaqU3nvuGvudcTw5VqKCPw { display:block; }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs5MFCTy9zBGTTI23ULRTneQggvhGule { top:3.125rem;left:17.312500953674rem;width:13.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofr7TxAJgi3V23XnGTNnA9TVABdIB5P8 { top:1.0625rem;left:17.625000953674rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk { display:block; }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTIC10y2aTA0d65F5INl60Iou3XowJa5 { display:block; }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCzFqly9NdkGTRqmEeIKgIH5NwznbriV { top:1.25rem;left:5.0625rem;width:37.625rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgJx2wTm5v9JN0pbZHPLJlJcghbcq7hO { top:5.5rem;left:0rem;width:5.6875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBF0K4SEg9hE9Vy9OGLBIxvGBqqHZWk3 { top:8.125rem;left:0rem;width:20.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP1A68Ud5c08TgOtSh2bJtuUMLHpSzvU { top:6.625rem;left:20.8125rem;width:16.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3JiBgH6b9EHCJzGEcQhyfqhesc5GNxT { top:6.5625rem;left:30.5rem;width:17.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvEcAvqnKsD85nOSyFGvZfO2pvqdlw5E { top:11.5rem;left:20.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlZLQcVUTJ95qPg0lfpxrZiQ8xlMyIgB { top:11.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde { display:block; }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkCXvXs5o864q2ZBm96vT9l3afU616kW { top:1.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rvVwqVgwETRT82OGWyDJCiJVTDoiULKF { display:block; }#rvVwqVgwETRT82OGWyDJCiJVTDoiULKF > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH0R7JoGF8ahwskSd6JG0i223VRP4nWz { width:11.5rem;height:3.25rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T84W0akb3xTN0xk3G5pLaaRHbolZ98xk { display:block; }#T84W0akb3xTN0xk3G5pLaaRHbolZ98xk > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUvriXknutpFaTZmckuiLBFZBGtkXlz0 { width:11.3125rem;height:1.6875rem;top:1.25rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ck0ioaFMgoETStudFArM7TMSZR5UrD { width:14.125rem;height:1.6875rem;top:7.125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kwgWVfXZLE8vZz5VOfEzTlXdG4mO9PXT { width:11.3125rem;height:1.6875rem;top:4.1875rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:123.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r89E9dmh7H07PDhwTlq6Irtzx07eBVFP { width:20rem;height:26.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6JpQGK0mk2EDDeJPm9quusTZCQ7qfsL { width:5.625rem;height:5.625rem;top:28.5270625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHCBbMTFaIaKN6Fh1hnL0l3bqsGXkTTT { width:12.5rem;height:1.95rem;top:35.464584350586rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIJ1go1TiquZvRB7iIuOKVKXGcSS3XvD { width:17.875rem;height:4.0375rem;top:38.102083206177rem;left:0.5625rem;font-size:0.875rem;display:block; }#zIJ1go1TiquZvRB7iIuOKVKXGcSS3XvD li:before{  }
 }@media only screen and (max-width: 763px) { #XowVLZp9kLKR2abz2DIyD6crx5DU9rXX { width:5.625rem;height:5.625rem;top:44.2020625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0vFDGAlf1ZS7eZNTJzp57aBnXe3eFy8 { width:18.5rem;height:6.3125rem;top:54.152084350586rem;left:0.625rem;font-size:0.875rem;display:block; }#P0vFDGAlf1ZS7eZNTJzp57aBnXe3eFy8 li:before{  }
 }@media only screen and (max-width: 763px) { #KPnBEMqy0qMDr6FLfXOm0eDE00pcW9Oz { width:15.5625rem;height:1.95rem;top:51.0770625rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6edwitiZSRUmUlAT4iwSM5GuxTEqTE8 { width:16.625rem;height:4.8625rem;top:73.664583206175rem;left:0.5625rem;font-size:0.875rem;display:block; }#y6edwitiZSRUmUlAT4iwSM5GuxTEqTE8 li:before{  }
 }@media only screen and (max-width: 763px) { #FvMOlRvT4TKU0u0hK07GtZAuJ0gO75gk { width:5.625rem;height:5.625rem;top:63.5770625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGr5SchuUWP7ik8TLisVO3Wxf3HFc5pS { width:18.875rem;height:6.0625rem;top:91.2145625rem;left:0.5625rem;font-size:0.875rem;display:block; }#SGr5SchuUWP7ik8TLisVO3Wxf3HFc5pS li:before{  }
 }@media only screen and (max-width: 763px) { #QQZAfXbC7HE2iO1szNvbqvn9cFr9UVXf { width:17.0625rem;height:1.95rem;top:87.702083587644rem;left:1.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VpNoD9NgnrrMf6vM6FC2Co9wdLe5Kwza { width:12.5rem;height:1.95rem;top:70.4520625rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovHTPdZJLcxNfX7Z2h65pGXga0UXv3om { width:5.25rem;height:5.25rem;top:81.152084350588rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzOpoRx2quyzCxOeiB6kuGzmrhZWzCNx { width:5.625rem;height:5.625rem;top:99.877082824706rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK4WOxK3TdToxZOemTJlgPuwTHBzQGqR { width:20rem;height:9.725rem;top:111.1020625rem;left:0rem;font-size:0.875rem;display:block; }#tK4WOxK3TdToxZOemTJlgPuwTHBzQGqR li:before{  }
 }@media only screen and (max-width: 763px) { #NnvRUT2ps2nemU6wNINOSdNnWD9PG4r6 { width:15.5625rem;height:1.95rem;top:106.90208435059rem;left:2.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIbNuEE440fHHNmLVvak389NcNacWi4Q { display:block; }#KIbNuEE440fHHNmLVvak389NcNacWi4Q > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsCS452biw9szVGFDxVQhtTZiOtuMnpy { display:block; }#JsCS452biw9szVGFDxVQhtTZiOtuMnpy > .row .container { width:20rem;height:107.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nptVqsTGTPrgTQcxBezyP64CADrOZNJB { width:20rem;height:13.260869565218rem;top:0.92499923706056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIRFxLWFaxH0gdbltR0dVRJN3rRfiocV { width:3.125rem;height:3.125rem;top:16.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN6A15xg1d8xddBOpmlWNotovfbpVe0e { width:20rem;height:1.95rem;top:20.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLWTvwHfHZqeB2C4uHTFRwp8hbQ3cdNT { width:20rem;height:7.45rem;top:24.45rem;left:0rem;font-size:0.875rem;display:block; }#WLWTvwHfHZqeB2C4uHTFRwp8hbQ3cdNT li:before{  }
 }@media only screen and (max-width: 763px) { #VPFMQwVF3PKklhkac03p00ysd6Lzken8 { width:20rem;height:1rem;top:22.262499809265rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbmtdDD6VoJrCfzxS97DTVx01zB4HW3I { width:20rem;height:12.3125rem;top:65.925rem;left:0rem;font-size:0.875rem;display:block; }#TbmtdDD6VoJrCfzxS97DTVx01zB4HW3I li:before{  }
 }@media only screen and (max-width: 763px) { #E8lJGl3OesiQurGPEz6palbGddsHmT9E { width:20rem;height:1rem;top:63.675rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTsSKWn8XQdcXMcoX2cBb5E1llSR3rSg { width:20rem;height:1.95rem;top:62.1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEZoDIAFLvAqlNLENfZulu4BqrZCu6w7 { width:3.125rem;height:3.125rem;top:81.0604375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHrv1wsvlGUsWoV0tvV9XSAd6XaA17Z3 { width:20rem;height:1rem;top:40.1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEsKLRoBdPKTWTCvnv7UxitVKqbgJ9gi { width:3.125rem;height:3.125rem;top:33.8375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA8C1SK4cROQFx33cB4v040kMEc3pdUq { width:3.125rem;height:3.125rem;top:57.1625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmATXXwKJBRKxNiJW3b37TKcwPI1MFE { width:20rem;height:11.175rem;top:90.8354375rem;left:0rem;font-size:0.875rem;display:block; }#OQmATXXwKJBRKxNiJW3b37TKcwPI1MFE li:before{  }
 }@media only screen and (max-width: 763px) { #xxLIIfGXti4GzUM1iAz47AHrg4zKGfUD { width:20rem;height:1rem;top:88.897918701175rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpaKacW2T60oanAmpGwm05tiW5ve76fP { width:20rem;height:3.9rem;top:85.497917175294rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iysybSNB7NmUg6TpbDeWmEgkmg8BxBQA { width:20rem;height:12.3125rem;top:42.35rem;left:0rem;font-size:0.875rem;display:block; }#iysybSNB7NmUg6TpbDeWmEgkmg8BxBQA li:before{  }
 }@media only screen and (max-width: 763px) { #TkTGhBTwVaQPgGU2oH1RZAN1TTJuOn3N { width:20rem;height:1.95rem;top:38.462501525879rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlGDfF0FomuzoLRO8fTTDiewK6ksi5y5 { width:19.5rem;height:2.4375rem;top:103.3229375rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDotckq4S2CaqU3nvuGvudcTw5VqKCPw { display:block; }#xDotckq4S2CaqU3nvuGvudcTw5VqKCPw > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs5MFCTy9zBGTTI23ULRTneQggvhGule { width:13.125rem;height:3.0625rem;top:2.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofr7TxAJgi3V23XnGTNnA9TVABdIB5P8 { width:12.5rem;height:1.4625rem;top:0.8125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk { display:block; }#yT4UVTutqn0QfhIWeUVJ4zhcPGMJCoDk > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTIC10y2aTA0d65F5INl60Iou3XowJa5 { display:block; }#yTIC10y2aTA0d65F5INl60Iou3XowJa5 > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCzFqly9NdkGTRqmEeIKgIH5NwznbriV { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bgJx2wTm5v9JN0pbZHPLJlJcghbcq7hO { width:5.6875rem;height:8.5625rem;top:3.8500003814698rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBF0K4SEg9hE9Vy9OGLBIxvGBqqHZWk3 { width:20rem;height:3.375rem;top:13.28750038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lP1A68Ud5c08TgOtSh2bJtuUMLHpSzvU { width:16.5625rem;height:4.2rem;top:19.125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3JiBgH6b9EHCJzGEcQhyfqhesc5GNxT { width:17.3125rem;height:4.2rem;top:26.8125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvEcAvqnKsD85nOSyFGvZfO2pvqdlw5E { width:12.5rem;height:1.3rem;top:23.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlZLQcVUTJ95qPg0lfpxrZiQ8xlMyIgB { width:12.5rem;height:1.3rem;top:31.125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde { display:block; }#K1O5UTBbIf9LiD1Pw7NmL8cdXsJaMZde > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkCXvXs5o864q2ZBm96vT9l3afU616kW { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }