.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-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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e01783;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#LCxoVsBF0samwT0htgOsDSH8GpQt3kPz { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:13.6875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:1.4375rem;left:5.375rem;height:17.7934375rem;font-style:normal;display:block; }
#m5nmZtXVhwkHnlXWPaRI6lqgLCD8nBpG { color:#f5eb00;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:16.25rem;left:6.0625rem;height:1.86865rem;font-style:normal;display:block; }
#Cfe45Osm4IBQHkoSop7vCu0Sxgzd6ndD { color:#ffffff;display:block;width:34.124875rem;position:absolute;font-family:roboto;font-size:9.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:16.0625rem;left:5.6875rem;height:12.756125rem;font-style:normal;display:block; }
#CFUBsntaVgdIscNZmoRSsATOLGyb3rZv { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:6.875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:25.1875rem;left:5.875rem;height:8.9375rem;font-style:normal;display:block; }
#NoOMeW3Zw1KdF3JFTRZiknZvX93NVI4T { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:roboto;font-size:5.5rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:31.8125rem;left:6rem;height:7.149875rem;font-style:normal;display:block; }
#cpmUzOdQOdVcbmLS5SeX0eOaD0uhl1s9 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.62456875rem;width:4.62456875rem;top:32.6875rem;left:26.25rem;overflow:hidden;display:block; }
#wa1IcthbPQmJOdZ8GdHG5kv7MQ6RJXEW { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.75rem;width:31.25rem;top:0rem;left:37.49955368042rem;overflow:hidden;display:block; }
#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container { background-color: transparent; background-image: none; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container > .video-iframe-container { display: none; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row > .video-iframe-container { display: none; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .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); }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container { border-width: 0; border-radius: 0; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row > .video-iframe-container {  }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#SsycZI6Hn7v7TaBz576aZiwLwUs2w1q9 { color:#0e65e5;display:block;width:23.875rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:5rem;left:6.25rem;height:6.3245625rem;font-style:normal;display:block; }
#J54nXugDuepfxTX3tOP0Jp87lZqmtKoT { color:#283031;display:block;width:24.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:13.9375rem;left:6.25rem;height:4.875rem;font-style:normal;display:block; }
#nV5Z5c8Lh8AFMLB5ESTC3EWxe0H7CXUF { color:#283031;display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:20.625rem;left:6.25rem;height:8.125rem;display:block; }
#TBBLeMeRzlJ8S7vn0wOidKrZP1MEbaci { background-color:#0e65e5;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:6.375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:32.125rem;left:6.25rem;display:block; }
#WiiiK6TpNFauJh6GIytM4aGN8y2SM3dS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zbUgeJ89549XaCiFhHQz8Lss1n5Nt01g { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:30.875rem;top:5rem;left:37.664159751038rem;overflow:hidden;display:block; }
#MiZqnHPBaAcGWCEA2L7D3JModFs2ypRS { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.75rem;width:15.5rem;top:7.5rem;left:39.946021184139rem;overflow:hidden;display:block; }
#zwUZ2SXK5UpATIEoiIwa0OTVtsiggc68 { color:#283031;display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:23.1875rem;left:56.3125rem;height:15.92088125rem;display:block; }
#ordnF4eALckd3NWmRezsUBd0EsmFyaFv { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:18rem;top:27.5rem;left:37.5rem;overflow:hidden;display:block; }
#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00aeef;background-image:none;position:relative;display:block; }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row .container { background-color: transparent; background-image: none; }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row .container > .video-iframe-container { display: none; }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row > .video-iframe-container { display: none; }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .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); }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row .container { border-width: 0; border-radius: 0; }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row > .video-iframe-container {  }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:75rem;position:relative;display:block; }#RPUkk3d9KLxWAyJmtAiv3NVMT4dX5ANS { color:#ffffff;display:block;width:62.4375rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:100016;line-height:1.1;letter-spacing:0;top:6.1875rem;left:6.1875rem;height:6.324225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCtlo8zh5gd6sxZNtitBa5lbOVSxtV6L { position:absolute;display:block;z-index:100018;background-color:#0000a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.1875rem;width:6.1875rem;top:16.187855243683rem;left:6.25rem;display:block; }
#C7rdyJ0DIAiq0Xclxt02KRLdQcO4F0Iz { position:absolute;display:block;z-index:100019;background-color:#0000a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.1874125rem;width:6.1874125rem;top:16.187855243683rem;left:37.49955368042rem;display:block; }
#TdAaTaDPTMa1kHEESypUbysvZkKcqLJI { color:#f5eb00;display:block;width:5.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:16.876153469086rem;left:13.749555587769rem;height:1.625rem;display:block; }
#JwTceiTgbKVpQp11hTELalJok5LXDTf9 { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:18.74982213974rem;left:13.749555587769rem;height:3.25rem;display:block; }
#ce9XDGpqx1sVHpDlVv93Ad11hX5FdiWH { color:#f5eb00;display:block;width:5.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.813653945923rem;left:44.99955368042rem;height:1.625rem;display:block; }
#c53Nyc9h6wPT4NlDzaZrEolh90EJzMPO { color:#ffffff;display:block;width:17.4374375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:18.626508712769rem;left:44.99955368042rem;height:3.25rem;display:block; }
#WIVK7JpRmMsISghMvSptRARR9WPRWuZc { position:absolute;display:block;z-index:100019;background-color:#0000a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.1874125rem;width:6.1874125rem;top:28.687410831451rem;left:6.25rem;display:block; }
#yTW11LRU7S79HH1CVVP8v3HN71NpSsEh { position:absolute;display:block;z-index:100020;background-color:#0000a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.1874125rem;width:6.1874125rem;top:28.687855243683rem;left:37.49955368042rem;display:block; }
#RpAETpOnhtFJUeedbIWpn9on8BA6pT1w { position:absolute;display:block;z-index:100020;background-color:#0000a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.1874125rem;width:6.1874125rem;top:41.187853813171rem;left:6.25rem;display:block; }
#bDrLUyBbb4Z4bIh2iTkIwy9wdI44FO4F { position:absolute;display:block;z-index:100021;background-color:#0000a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.1874125rem;width:6.1874125rem;top:41.187853813171rem;left:37.49955368042rem;display:block; }
#zymy29QycQUsCtssV4fezHQHIRcfyT5y { position:absolute;display:block;z-index:100021;background-color:#0000a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:6.1874125rem;width:6.1874125rem;top:53.68740940094rem;left:6.25rem;display:block; }
#TSTRfLvUIzKeTDqS1EbXTEDoqLJKbixa { background-color:#0e65e5;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.812125rem;height:6.37475rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:53.68785572052rem;left:37.49955368042rem;display:block; }
#yODT4bfvRAEG1hcWsrHQtnJKkPKuEByz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eEefFxd3lCrvS0L4NfTxFTXUN8V42n6B { color:#f5eb00;display:block;width:5.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:29.251152992249rem;left:13.749555587769rem;height:1.625rem;display:block; }
#TuI3ogdRDtNniVTk3RSAkrQQQJ10BtBo { color:#f5eb00;display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:29.313652992249rem;left:44.99955368042rem;height:1.625rem;display:block; }
#oofFdOZ7NC9Zz86TgxT9JMuzVeFORTqx { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:31.125266075134rem;left:13.749555587769rem;height:3.25rem;display:block; }
#HEU7N0w8qin90tUcW39CNBHt8bm28ffs { color:#ffffff;display:block;width:17.4374375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:31.188652992249rem;left:44.99955368042rem;height:3.25rem;display:block; }
#JgxJGEfQmQvayqXhSaW00kTr0r3UDDQr { color:#f5eb00;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:41.937851905822rem;left:13.749555587769rem;height:1.625rem;display:block; }
#vS1UVs8EHBgDOHTs0NwbCtx6bJKhc42l { color:#ffffff;display:block;width:18.3749375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:43.812851905822rem;left:13.749555587769rem;height:3.25rem;display:block; }
#cwSRcXo6vTg4vKTUh28tOxI4V7NEnI4r { color:#f5eb00;display:block;width:18.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:41.937851905822rem;left:44.99955368042rem;height:1.625rem;display:block; }
#HvrtZqgJ5QZXtuDBTbqDOsQllPC0Tpeg { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:43.812851905822rem;left:44.99955368042rem;height:3.25rem;display:block; }
#ye1Mfmx3u1So4JsChUmDiBoQGcPIcn3m { color:#f5eb00;display:block;width:13.812125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:53.312851905822rem;left:13.749555587769rem;height:1.625rem;display:block; }
#O9AtpsDRlyovC5BCKz3aUzfqH9UTLAqq { color:#ffffff;display:block;width:18.3749375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:55.249997138977rem;left:13.749555587769rem;height:4.875rem;display:block; }
#lzmaaBkvOQaPo72mgKFL2qCR4NNMKrd0 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:4.25rem;top:18.563564300537rem;left:6.9662130281287rem;overflow:hidden;display:block; }
#bT8Ze13BcKk9UXsAnoGWaIt0XOkAn5nw { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:17.06312084198rem;left:38.43714293042rem;overflow:hidden;display:block; }
#LGAVWn358z78sOrzwTkmvku8zbvAptVf { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:4.8125rem;top:30.687853813171rem;left:7rem;overflow:hidden;display:block; }
#v74LphkrnHKCubDRxTvPHmJBi2g0sSfU { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:29.937853813171rem;left:38.62526393042rem;overflow:hidden;display:block; }
#RBXDM44ZbOpFdp9f2sFF4vMTppIcTPxr { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:41.687498092651rem;left:38.31205368042rem;overflow:hidden;display:block; }
#R7v3J6RkA5GeXvcqwD5VkHoGzNGpC0U0 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:42.125rem;left:7.2479572296144rem;overflow:hidden;display:block; }
#Q7i6INcPSxIJK16qDkvLTzq33DoDU1tS { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.875rem;top:55.061873942383rem;left:7.5478360356431rem;overflow:hidden;display:block; }
#lLm0feeoww5T33wKSbcSiPMiRV6bV422 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef6c8cce-e6a1-4f4c-ac9f-40bd3f63833f/Grid1stroke_googleslides01_25TRANS.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422.adaptive-delivery-prevent-bg, #lLm0feeoww5T33wKSbcSiPMiRV6bV422.lazyload, #lLm0feeoww5T33wKSbcSiPMiRV6bV422.lazyloading { background-image: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { background-color: transparent; background-image: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container > .video-iframe-container { display: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row > .video-iframe-container { display: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .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); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { border-width: 0; border-radius: 0; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row > .video-iframe-container {  }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#IA1XtWJ4div2r5t1qeph7ftUXPsT51tX { color:#0e65e5;display:block;width:29.1875rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:100016;line-height:1.1;letter-spacing:0;top:6.2504386901856rem;left:6.25rem;height:6.3245625rem;font-style:normal;display:block; }
#aW1dtTaWaZqvshCVOdtcd0TuJEhWRtDb { color:#283031;display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:15.626777648926rem;left:6.25rem;height:8.125rem;display:block; }
#WwTwFTEEs9zxtIcfcciPX0gs2DgPUmVu { background-color:#0e65e5;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8116875rem;height:6.37475rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:26.812407493591rem;left:6.25rem;display:block; }
#DHvVuhdWStu1Bw7rE82rAvvKOdsLn99y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DV4UZ2NeJo3FVbTtZdJaXfnfGiKtdUxk { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.687125rem;width:28.3123125rem;top:11.813298225403rem;left:39.99955368042rem;display:block; }
#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00aeef;background-image:none;position:relative;display:block; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { background-color: transparent; background-image: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container > .video-iframe-container { display: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row > .video-iframe-container { display: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .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); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { border-width: 0; border-radius: 0; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row > .video-iframe-container {  }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { font-size:0.875rem;font-family:arial;height:89.9375rem;width:75rem;position:relative;display:block; }#c1RzKTDo6xrzfZREQNv2HDpEvxF27FuT { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:100017;line-height:1.1;letter-spacing:0;top:6.1252651214599rem;left:12.5625rem;height:6.3245625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UsqC0o63Ui5bSyFmffIuBOSrqJzdf8hX { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.0625rem;width:50.0625rem;top:15.619226455689rem;left:12.499555587769rem;display:block; }
#gdWytgeSyNokmAPNtiTzDESIuF1UcpEy { color:#ffffff;display:block;width:50.2499375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:45.376861572266rem;left:12.499555587769rem;height:3.25rem;display:block; }
#F4zkMhEC0HTzIdIPTLBkyv0KDp395HlF { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:100018;line-height:1.1;letter-spacing:0;top:56.125708818436rem;left:6.4373207092288rem;height:9.4863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8CJQe2Af8XBZMAkgJiZin0DyeeEruKZ { position:absolute;display:block;z-index:100021;background-color:#0000a9;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.5rem;width:2.5rem;top:57.375rem;left:43.75rem;display:block; }
#w3lhJp20aVDIRcycAQfMhlVwElGAr71l { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100020;line-height:1.2;letter-spacing:0;top:57.063209533691rem;left:47.56205368042rem;height:3rem;display:block; }
#czwi3z6xxtVkxVNi6r9yNa75wzf1bW5q { position:absolute;display:block;z-index:100022;background-color:#f5eb00;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.75rem;width:24.875rem;top:61.125709533691rem;left:43.62455368042rem;display:block; }
#ZsTTIrXTLpmrT7FG4ClmReToG4L68URE { color:#0000a9;display:block;width:24.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:62.375709533691rem;left:43.74955368042rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L6VUZFgmBIFoQN7lciXQG0txflvFBn53 { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:57.375rem;left:43.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fLHH549g43gqh9cdCW16TkF3kNLawSTa { position:absolute;display:block;z-index:100024;background-color:#0000a9;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.5rem;width:2.5rem;top:66.8125rem;left:43.6875rem;display:block; }
#wkSQl7vDmHRHMerqZKZXp0FtoTpVaoSm { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:66.875rem;left:43.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EADLXiMe32t35Mtr4kv2ucamXSWr8KVo { color:#ffffff;display:block;width:18rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.2;letter-spacing:0;top:66.437320709231rem;left:47.874641418457rem;height:3rem;display:block; }
#NMzhmy6lKmum6x7npXhg9lRzllr8bL7H { position:absolute;display:block;z-index:100023;background-color:#f5eb00;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.75rem;width:24.8125rem;top:70.500709533694rem;left:43.62455368042rem;display:block; }
#qyguVvNB9UhRklemmnK27ytTrsob0Fuk { color:#0000a9;display:block;width:24.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:71.562942504881rem;left:43.81205368042rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#meO70K8qUyNnPsmDMy8BwE5u35EgR67Q { position:absolute;display:block;z-index:100022;background-color:#0000a9;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.5rem;width:2.5rem;top:76.125rem;left:43.75rem;display:block; }
#ttqJB0HJqMg5sqr0SCtW8ryOdRF7Lck3 { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:76.25rem;left:43.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MeW4xbpKh0Mcg59iOmDkGfqR0N8ZCSCU { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.2;letter-spacing:0;top:75.813209533694rem;left:47.62455368042rem;height:3rem;display:block; }
#OtXAJ7bKmPAVkWtsQB8pLtDMWPRTDsRW { position:absolute;display:block;z-index:100024;background-color:#f5eb00;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.75rem;width:24.875rem;top:79.875709533694rem;left:43.56205368042rem;display:block; }
#g1TAwIoB57SZEUKoT6ZHwdC8CTJ0hdWT { color:#0000a9;display:block;width:22.562125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100025;line-height:1.1;letter-spacing:0;top:80.500797271731rem;left:44.937854766846rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWULTmd9zGlIfF75HTRfoT6Ru0xmKXTS { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.8748125rem;width:19.8748125rem;top:66.749814033506rem;left:4.1872329711914rem;overflow:hidden;display:block; }
#zUcssDUn0625zhZukutKymbu02T9WDo6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0af042c-ce3c-4dbb-abb2-92effb9351c3/Screenshot001_04082022_093224.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#zUcssDUn0625zhZukutKymbu02T9WDo6.adaptive-delivery-prevent-bg, #zUcssDUn0625zhZukutKymbu02T9WDo6.lazyload, #zUcssDUn0625zhZukutKymbu02T9WDo6.lazyloading { background-image: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { background-color: transparent; background-image: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container > .video-iframe-container { display: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row > .video-iframe-container { display: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .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); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { border-width: 0; border-radius: 0; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row > .video-iframe-container {  }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:75rem;position:relative;display:block; }#W40MB3bQtfqW3AhM2JSNRDSPdxyhgoJv { color:#0e65e5;display:block;width:27.5625rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;top:6.1878542900086rem;left:6.25rem;height:9.4863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DivO89hWIxv3Q8ksmTUt8iPvKUSSKDM8 { color:#0e65e5;display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100026;line-height:1.2;letter-spacing:0;top:30.5rem;left:41.2802734375rem;height:6.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tK0pqP0OTy0WRqdg0OZC5tz1vJL4U7eJ { color:#283031;display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:38.0625rem;left:42.2177734375rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#FIms12RaTXC3DbUPnJJzNWod4PKnBUDT { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.687125rem;width:28.499625rem;top:11.187855243683rem;left:39.99955368042rem;display:block; }
#mrry5bdCtwER3hMQC1FTrExmJNrHUMi4 { color:#283031;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:21.3125rem;left:6.0625rem;height:3.25rem;display:block; }
#ODN5Bfpg5J7UiPxfmaryuwUrZXyt48dH { position:absolute;display:block;z-index:100028;background-color:#e01783;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:7.375rem;top:17.6875rem;left:6.25rem;display:block; }
#ocpT2EK5Ep4f5aPzZiMKG9SFc9AkTGhL { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:18.3125rem;left:7.375rem;height:1.29980625rem;font-style:normal;display:block; }
#XDbTb4BH7vgqiwTt0nk3vTc4MmRxEINv { position:absolute;display:block;z-index:100029;background-color:#e01783;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:8.125rem;top:26.90625rem;left:6.25rem;display:block; }
#bbvcwSO6EQsumoAi2hxMTxMNusTRzRBD { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:27.53759765625rem;left:7.21875rem;height:1.29980625rem;font-style:normal;display:block; }
#qkP0hwrpIcEHppd4RDiR0PpyFVXaSR3b { color:#283031;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:30.875rem;left:6.0625rem;height:4.875rem;display:block; }
#cHm38Sk8Pr85KAK8nnQekn1fIcCFKt9P { position:absolute;display:block;z-index:100030;background-color:#e01783;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:8.125rem;top:38.40625rem;left:6.25rem;display:block; }
#gJM5HC4SGMlsHlTdHlXXVJd1FhoNvGDl { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:39.1064453125rem;left:7.125rem;height:1.29980625rem;font-style:normal;display:block; }
#oiEVxlvCw4HNTGrS3IBZCtLLopg97mwi { color:#283031;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:42.3564453125rem;left:6.0625rem;height:4.875rem;display:block; }
#bHm6EgJUNSUQTyLoeehuOi5GdAGM4nov { color:#0e65e5;display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100027;line-height:1.2;letter-spacing:0;top:35.25rem;left:41.81103515625rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e01783;background-image:none;position:relative;display:block; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container { background-color: transparent; background-image: none; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container > .video-iframe-container { display: none; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row > .video-iframe-container { display: none; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .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); }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container { border-width: 0; border-radius: 0; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row > .video-iframe-container {  }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#hSNknyeqMKTQXxpdKEAc7WAIxahzoVbo { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:14.5rem;top:12.6875rem;left:55.9375rem;overflow:hidden;display:block; }
#R3hC2xanR7VeSs1SKFq3N8qzJIfD4VRq { color:#e01783;display:block;width:12.31225rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:6.375rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#cZuOTJBcMxrGeJRFRcd2z679tHhfw8gW { color:#e01783;display:block;width:12.62475rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:24.75rem;left:22.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqqT7Va94FfePNcT2W0n3fGifRHi1OKV { color:#e01783;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:24.75rem;left:40.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wdt9PcReu0eFBD5rFxhLcRPpFiuqft21 { color:#e01783;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:24.5625rem;left:57.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fP0ZlbCZAPcvrcEtNHKk3Ln9EVOWa7WP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:6.0009794235229rem;left:0rem;height:2.8750875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XnDTEiUMHzkpAS0cKZMMnLoLlfTfaeb8 { color:#e01783;display:block;width:11.37475rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100017;line-height:1.1;letter-spacing:0;top:26.3125rem;left:6.875rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#WtwhPP8PvnceLfZTul2xHMqg8MLvPzmV { color:#e01783;display:block;width:12.562125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1;letter-spacing:0;top:26.6875rem;left:22.625rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#cpTmSrKaTfa0rvFb4QJ9WzAWmXuw9BlT { color:#e01783;display:block;width:12.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:26.6875rem;left:40rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gabi26tkmyrkTavHuE67dknK8zLg7V4Q { color:#e01783;display:block;width:9.9374375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.1;letter-spacing:0;top:26.3125rem;left:58.875rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#CK73naZlRETrieLkbzLm8UewfpVl5qEE { color:#000000;display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:26.0625rem;left:2.5rem;height:0;display:block; }
#ZbE2yUNFtJT9EmEHXsVq5rmD4ZMkZMT1 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100013;line-height:1.2;letter-spacing:0;top:29.1875rem;left:6.90576171875rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHJEQV2R5rrT8GUdpI9HGxPiEzaT0Pkp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:29.1875rem;left:22.625rem;height:2.2745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJOTInULFNJQVRMqEhf5HR9TTHrhwS2f { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:29.0556640625rem;left:40.3125rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zbR2uGiTB86EI1lCJ5oEmDAy102d7XMI { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:29.1875rem;left:57.6875rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#ERHQp01KIl2cwZuEAhMN5IcaWHD20NSw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4998125rem;width:12.4374375rem;top:13.3125rem;left:40.125rem;overflow:hidden;display:block; }
#TXWuxadCyg1PZLdxZgTDT1sOcIJNSCV1 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:10.3125rem;top:11.625rem;left:23.875rem;overflow:hidden;display:block; }
#P7EGF6UDHZ4gT7HooQk63MITvKqX6795 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5623125rem;width:14.5623125rem;top:9.25rem;left:5.125rem;overflow:hidden;display:block; }
#hPCulVTiTCfKwOasrfpkTZgGMTs6EOcN { position:absolute;display:block;z-index:100001;background-color:#f5eb00;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.0625rem;width:12.4375rem;top:23.75rem;left:40.125rem;display:block; }
#Rm2AmOzmdZ0vKBWSyEhCkKDDvmhpCDn6 { position:absolute;display:block;z-index:100002;background-color:#f5eb00;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.125rem;width:12.5rem;top:23.6875rem;left:22.6875rem;display:block; }
#ipmImJP1HZpvgEKXG0tzgmVhIaatNACR { position:absolute;display:block;z-index:99998;background-color:#f5eb00;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.9375rem;width:12.4375rem;top:23.8125rem;left:6.3125rem;display:block; }
#cvHEyKFWTGFyJDqLU2MwqSsHHMqdRf4x { position:absolute;display:block;z-index:100002;background-color:#f5eb00;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.9375rem;width:12.5rem;top:23.8125rem;left:57.625rem;display:block; }
#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e65e5;background-image:none;position:relative;display:block; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container { background-color: transparent; background-image: none; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container > .video-iframe-container { display: none; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row > .video-iframe-container { display: none; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .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); }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container { border-width: 0; border-radius: 0; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row > .video-iframe-container {  }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#bNFPyTcy4BOadTQLi9M1miANotayVNVp { color:#ffffff;display:block;width:65.061875rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:6.0635662078858rem;left:5rem;height:2.8750875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#igyyCD4OZUpumKB9e9gtmixk0sFU0kqd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#0e65e5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8108125rem;height:6.37475rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.81357383728rem;left:28.124111175537rem;display:block; }
#XmfrRELe85h2yk0QGlTMvXT2TuLRgW2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sPHygDox9tbPRDwui6v0Nf6mUe93hINk { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:10.689365386963rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #LCxoVsBF0samwT0htgOsDSH8GpQt3kPz { top:1.4375rem;left:0rem;width:25.625rem;height:17.75rem;font-size:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5nmZtXVhwkHnlXWPaRI6lqgLCD8nBpG { top:16.25rem;left:0rem;width:25rem;height:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfe45Osm4IBQHkoSop7vCu0Sxgzd6ndD { top:16.0625rem;left:0rem;width:34.0625rem;height:12.75rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFUBsntaVgdIscNZmoRSsATOLGyb3rZv { top:25.1875rem;left:0rem;width:25.625rem;height:8.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoOMeW3Zw1KdF3JFTRZiknZvX93NVI4T { top:31.8125rem;left:0rem;width:20.1875rem;height:7.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpmUzOdQOdVcbmLS5SeX0eOaD0uhl1s9 { top:32.6875rem;left:12.625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa1IcthbPQmJOdZ8GdHG5kv7MQ6RJXEW { top:0rem;left:16.5rem;width:31.25rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE { display:block; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsycZI6Hn7v7TaBz576aZiwLwUs2w1q9 { top:5rem;left:0rem;width:23.875rem;height:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J54nXugDuepfxTX3tOP0Jp87lZqmtKoT { top:13.9375rem;left:0rem;width:24.75rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV5Z5c8Lh8AFMLB5ESTC3EWxe0H7CXUF { top:20.625rem;left:0rem;width:25.0625rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBBLeMeRzlJ8S7vn0wOidKrZP1MEbaci { width:18.8125rem;height:6.375rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiiiK6TpNFauJh6GIytM4aGN8y2SM3dS { display:block; }
 }@media only screen and (max-width: 763px) { #zbUgeJ89549XaCiFhHQz8Lss1n5Nt01g { top:5rem;left:16.875rem;width:30.875rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiZqnHPBaAcGWCEA2L7D3JModFs2ypRS { top:7.5rem;left:26.321021184139rem;width:15.5rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwUZ2SXK5UpATIEoiIwa0OTVtsiggc68 { top:23.1875rem;left:35.1875rem;width:12.5625rem;height:15.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordnF4eALckd3NWmRezsUBd0EsmFyaFv { top:27.5rem;left:23.875rem;width:18rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL { display:block; }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPUkk3d9KLxWAyJmtAiv3NVMT4dX5ANS { top:6.1875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCtlo8zh5gd6sxZNtitBa5lbOVSxtV6L { top:16.1875rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7rdyJ0DIAiq0Xclxt02KRLdQcO4F0Iz { top:16.1875rem;left:23.87455368042rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdAaTaDPTMa1kHEESypUbysvZkKcqLJI { top:16.875rem;left:0.12455558776856rem;width:5.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTceiTgbKVpQp11hTELalJok5LXDTf9 { top:18.6875rem;left:0.12455558776856rem;width:17.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce9XDGpqx1sVHpDlVv93Ad11hX5FdiWH { top:16.8125rem;left:31.37455368042rem;width:5.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c53Nyc9h6wPT4NlDzaZrEolh90EJzMPO { top:18.625rem;left:30.375rem;width:17.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIVK7JpRmMsISghMvSptRARR9WPRWuZc { top:28.625rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTW11LRU7S79HH1CVVP8v3HN71NpSsEh { top:28.6875rem;left:23.87455368042rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAETpOnhtFJUeedbIWpn9on8BA6pT1w { top:41.1875rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDrLUyBbb4Z4bIh2iTkIwy9wdI44FO4F { top:41.1875rem;left:23.87455368042rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zymy29QycQUsCtssV4fezHQHIRcfyT5y { top:53.625rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTRfLvUIzKeTDqS1EbXTEDoqLJKbixa { width:18.75rem;height:6.3125rem;top:53.6875rem;left:23.87455368042rem;display:block; }
 }@media only screen and (max-width: 763px) { #yODT4bfvRAEG1hcWsrHQtnJKkPKuEByz { display:block; }
 }@media only screen and (max-width: 763px) { #eEefFxd3lCrvS0L4NfTxFTXUN8V42n6B { top:29.25rem;left:0.12455558776856rem;width:5.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuI3ogdRDtNniVTk3RSAkrQQQJ10BtBo { top:29.3125rem;left:31.37455368042rem;width:7.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oofFdOZ7NC9Zz86TgxT9JMuzVeFORTqx { top:31.125rem;left:0.12455558776856rem;width:18.375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEU7N0w8qin90tUcW39CNBHt8bm28ffs { top:31.1875rem;left:30.375rem;width:17.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgxJGEfQmQvayqXhSaW00kTr0r3UDDQr { top:41.9375rem;left:0.12455558776856rem;width:13.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS1UVs8EHBgDOHTs0NwbCtx6bJKhc42l { top:43.8125rem;left:0.12455558776856rem;width:18.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwSRcXo6vTg4vKTUh28tOxI4V7NEnI4r { top:41.9375rem;left:29.75rem;width:18rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvrtZqgJ5QZXtuDBTbqDOsQllPC0Tpeg { top:43.8125rem;left:30.875rem;width:16.875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye1Mfmx3u1So4JsChUmDiBoQGcPIcn3m { top:53.3125rem;left:0.12455558776856rem;width:13.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9AtpsDRlyovC5BCKz3aUzfqH9UTLAqq { top:55.1875rem;left:0.12455558776856rem;width:18.3125rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzmaaBkvOQaPo72mgKFL2qCR4NNMKrd0 { top:18.5625rem;left:0rem;width:4.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8Ze13BcKk9UXsAnoGWaIt0XOkAn5nw { top:17.0625rem;left:24.81214293042rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGAVWn358z78sOrzwTkmvku8zbvAptVf { top:30.6875rem;left:0rem;width:4.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v74LphkrnHKCubDRxTvPHmJBi2g0sSfU { top:29.9375rem;left:25.00026393042rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBXDM44ZbOpFdp9f2sFF4vMTppIcTPxr { top:41.625rem;left:24.68705368042rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7v3J6RkA5GeXvcqwD5VkHoGzNGpC0U0 { top:42.125rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7i6INcPSxIJK16qDkvLTzq33DoDU1tS { top:55rem;left:0rem;width:3.875rem;height:3.4377384237939rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLm0feeoww5T33wKSbcSiPMiRV6bV422 { display:block; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IA1XtWJ4div2r5t1qeph7ftUXPsT51tX { top:6.25rem;left:0rem;width:29.1875rem;height:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW1dtTaWaZqvshCVOdtcd0TuJEhWRtDb { top:15.625rem;left:0rem;width:25.6875rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwTwFTEEs9zxtIcfcciPX0gs2DgPUmVu { width:18.75rem;height:6.3125rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHvVuhdWStu1Bw7rE82rAvvKOdsLn99y { display:block; }
 }@media only screen and (max-width: 763px) { #DV4UZ2NeJo3FVbTtZdJaXfnfGiKtdUxk { top:11.8125rem;left:19.4375rem;width:28.25rem;height:15.652599244587rem;display:block; }
 }@media only screen and (max-width: 763px) { #URsALnMgM5qIKrQT6uVTdTD4aotGQFSG { display:block; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1RzKTDo6xrzfZREQNv2HDpEvxF27FuT { top:6.125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsqC0o63Ui5bSyFmffIuBOSrqJzdf8hX { top:15.5625rem;left:0rem;width:47.75rem;height:26.766229712859rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdWytgeSyNokmAPNtiTzDESIuF1UcpEy { top:45.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4zkMhEC0HTzIdIPTLBkyv0KDp395HlF { top:56.125rem;left:0rem;width:27.5rem;height:9.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8CJQe2Af8XBZMAkgJiZin0DyeeEruKZ { top:57.375rem;left:30.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lhJp20aVDIRcycAQfMhlVwElGAr71l { top:57.0625rem;left:27.25rem;width:20.5rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czwi3z6xxtVkxVNi6r9yNa75wzf1bW5q { top:61.125rem;left:16.625rem;width:24.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsTTIrXTLpmrT7FG4ClmReToG4L68URE { top:62.375rem;left:23.0625rem;width:24.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6VUZFgmBIFoQN7lciXQG0txflvFBn53 { top:57.375rem;left:30.125rem;width:2.5rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLHH549g43gqh9cdCW16TkF3kNLawSTa { top:66.8125rem;left:30.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkSQl7vDmHRHMerqZKZXp0FtoTpVaoSm { top:66.875rem;left:30rem;width:2.5rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADLXiMe32t35Mtr4kv2ucamXSWr8KVo { top:66.375rem;left:29.8125rem;width:17.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMzhmy6lKmum6x7npXhg9lRzllr8bL7H { top:70.5rem;left:16.6875rem;width:24.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyguVvNB9UhRklemmnK27ytTrsob0Fuk { top:71.5625rem;left:23.125rem;width:24.625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meO70K8qUyNnPsmDMy8BwE5u35EgR67Q { top:76.125rem;left:30.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttqJB0HJqMg5sqr0SCtW8ryOdRF7Lck3 { top:76.25rem;left:30.125rem;width:2.5rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeW4xbpKh0Mcg59iOmDkGfqR0N8ZCSCU { top:75.8125rem;left:27.125rem;width:20.625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtXAJ7bKmPAVkWtsQB8pLtDMWPRTDsRW { top:79.875rem;left:16.6875rem;width:24.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1TAwIoB57SZEUKoT6ZHwdC8CTJ0hdWT { top:80.5rem;left:25.25rem;width:22.5rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWULTmd9zGlIfF75HTRfoT6Ru0xmKXTS { top:66.6875rem;left:0rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUcssDUn0625zhZukutKymbu02T9WDo6 { display:block; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W40MB3bQtfqW3AhM2JSNRDSPdxyhgoJv { top:6.1875rem;left:0rem;width:27.5625rem;height:9.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DivO89hWIxv3Q8ksmTUt8iPvKUSSKDM8 { top:30.5rem;left:21.8125rem;width:25.9375rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK0pqP0OTy0WRqdg0OZC5tz1vJL4U7eJ { top:38.0625rem;left:22.6875rem;width:25.0625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIms12RaTXC3DbUPnJJzNWod4PKnBUDT { top:11.1875rem;left:19.25rem;width:28.4375rem;height:15.652929369685rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrry5bdCtwER3hMQC1FTrExmJNrHUMi4 { top:21.3125rem;left:0rem;width:27.9375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODN5Bfpg5J7UiPxfmaryuwUrZXyt48dH { top:17.6875rem;left:0rem;width:7.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocpT2EK5Ep4f5aPzZiMKG9SFc9AkTGhL { top:18.3125rem;left:0rem;width:5.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbTb4BH7vgqiwTt0nk3vTc4MmRxEINv { top:26.875rem;left:0rem;width:8.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbvcwSO6EQsumoAi2hxMTxMNusTRzRBD { top:27.5rem;left:0rem;width:6.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkP0hwrpIcEHppd4RDiR0PpyFVXaSR3b { top:30.875rem;left:0rem;width:27.9375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHm38Sk8Pr85KAK8nnQekn1fIcCFKt9P { top:38.375rem;left:0rem;width:8.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJM5HC4SGMlsHlTdHlXXVJd1FhoNvGDl { top:39.0625rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiEVxlvCw4HNTGrS3IBZCtLLopg97mwi { top:42.3125rem;left:0rem;width:27.9375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHm6EgJUNSUQTyLoeehuOi5GdAGM4nov { top:35.25rem;left:21.8125rem;width:25.9375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT { display:block; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSNknyeqMKTQXxpdKEAc7WAIxahzoVbo { top:12.6875rem;left:21.375rem;width:14.4375rem;height:11.077051705633rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3hC2xanR7VeSs1SKFq3N8qzJIfD4VRq { top:24.6875rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZuOTJBcMxrGeJRFRcd2z679tHhfw8gW { top:24.75rem;left:11.3125rem;width:12.5625rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqqT7Va94FfePNcT2W0n3fGifRHi1OKV { top:24.75rem;left:23.3125rem;width:12.5rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdt9PcReu0eFBD5rFxhLcRPpFiuqft21 { top:24.5625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP0ZlbCZAPcvrcEtNHKk3Ln9EVOWa7WP { top:6rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnDTEiUMHzkpAS0cKZMMnLoLlfTfaeb8 { top:26.3125rem;left:0.625rem;width:11.3125rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtwhPP8PvnceLfZTul2xHMqg8MLvPzmV { top:26.6875rem;left:11.375rem;width:12.5rem;height:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpTmSrKaTfa0rvFb4QJ9WzAWmXuw9BlT { top:26.6875rem;left:23.4375rem;width:12.375rem;height:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gabi26tkmyrkTavHuE67dknK8zLg7V4Q { top:26.3125rem;left:35.8125rem;width:9.875rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK73naZlRETrieLkbzLm8UewfpVl5qEE { top:26.0625rem;left:0rem;width:14.8125rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbE2yUNFtJT9EmEHXsVq5rmD4ZMkZMT1 { top:29.1875rem;left:0.6875rem;width:11.25rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHJEQV2R5rrT8GUdpI9HGxPiEzaT0Pkp { top:29.1875rem;left:11.375rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOTInULFNJQVRMqEhf5HR9TTHrhwS2f { top:29rem;left:23.6875rem;width:12.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbR2uGiTB86EI1lCJ5oEmDAy102d7XMI { top:29.1875rem;left:35.4375rem;width:12.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERHQp01KIl2cwZuEAhMN5IcaWHD20NSw { top:13.3125rem;left:23.4375rem;width:12.375rem;height:10.446666817421rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWuxadCyg1PZLdxZgTDT1sOcIJNSCV1 { top:11.625rem;left:13.5625rem;width:10.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7EGF6UDHZ4gT7HooQk63MITvKqX6795 { top:9.25rem;left:0rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPCulVTiTCfKwOasrfpkTZgGMTs6EOcN { top:23.75rem;left:23.4375rem;width:12.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2AmOzmdZ0vKBWSyEhCkKDDvmhpCDn6 { top:23.6875rem;left:11.375rem;width:12.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipmImJP1HZpvgEKXG0tzgmVhIaatNACR { top:23.8125rem;left:0rem;width:12.375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvHEyKFWTGFyJDqLU2MwqSsHHMqdRf4x { top:23.8125rem;left:35.25rem;width:12.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT { display:block; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNFPyTcy4BOadTQLi9M1miANotayVNVp { top:6.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igyyCD4OZUpumKB9e9gtmixk0sFU0kqd { width:18.75rem;height:6.3125rem;top:14.8125rem;left:14.499111175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmfrRELe85h2yk0QGlTMvXT2TuLRgW2T { display:block; }
 }@media only screen and (max-width: 763px) { #sPHygDox9tbPRDwui6v0Nf6mUe93hINk { top:10.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCxoVsBF0samwT0htgOsDSH8GpQt3kPz { width:15.0625rem;height:8.774875rem;top:1.25rem;left:2.375rem;font-size:6.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5nmZtXVhwkHnlXWPaRI6lqgLCD8nBpG { width:12.6875rem;height:0.89355625rem;top:8.76953125rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cfe45Osm4IBQHkoSop7vCu0Sxgzd6ndD { width:15rem;height:6.17480625rem;top:8.875rem;left:2.5rem;font-size:4.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFUBsntaVgdIscNZmoRSsATOLGyb3rZv { width:15.1875rem;height:4.46875rem;top:13.3125rem;left:2.3125rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NoOMeW3Zw1KdF3JFTRZiknZvX93NVI4T { width:11.5rem;height:3.4121125rem;top:16.875rem;left:3.75rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cpmUzOdQOdVcbmLS5SeX0eOaD0uhl1s9 { width:2.5625rem;height:2.5625rem;top:17.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa1IcthbPQmJOdZ8GdHG5kv7MQ6RJXEW { width:20rem;height:28rem;top:27.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE { display:block; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsycZI6Hn7v7TaBz576aZiwLwUs2w1q9 { width:18.8125rem;height:3.8496125rem;top:2.3125rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J54nXugDuepfxTX3tOP0Jp87lZqmtKoT { width:17.4375rem;height:5.19921875rem;top:7.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV5Z5c8Lh8AFMLB5ESTC3EWxe0H7CXUF { width:17.5625rem;height:7.7988125rem;top:13.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBBLeMeRzlJ8S7vn0wOidKrZP1MEbaci { width:15rem;height:3.8125rem;top:46.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiiiK6TpNFauJh6GIytM4aGN8y2SM3dS { display:block; }
 }@media only screen and (max-width: 763px) { #zbUgeJ89549XaCiFhHQz8Lss1n5Nt01g { width:20rem;height:11.3764375rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiZqnHPBaAcGWCEA2L7D3JModFs2ypRS { width:9.125rem;height:21.1875rem;top:23.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwUZ2SXK5UpATIEoiIwa0OTVtsiggc68 { width:12.5625rem;height:0;top:97.2753625rem;left:3.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ordnF4eALckd3NWmRezsUBd0EsmFyaFv { width:13.0625rem;height:8.3125rem;top:35.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL { background-color:#00aeef;background-image:none;display:block; }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row .container { background-color: transparent; background-image: none; }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row .container > .video-iframe-container { display: none; }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row > .video-iframe-container { display: none; }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .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); }#JiXJ8t0gUfFq3AfydpDTNSEI8PTHDwrL > .row .container { width:20rem;height:87.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPUkk3d9KLxWAyJmtAiv3NVMT4dX5ANS { width:17.5625rem;height:7.699225rem;top:2.4375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCtlo8zh5gd6sxZNtitBa5lbOVSxtV6L { width:4.0625rem;height:3.8125rem;top:11.187500357628rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7rdyJ0DIAiq0Xclxt02KRLdQcO4F0Iz { width:4.0625rem;height:4.0625rem;top:21.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdAaTaDPTMa1kHEESypUbysvZkKcqLJI { width:17.4375rem;height:1.29980625rem;top:16.137691020966rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwTceiTgbKVpQp11hTELalJok5LXDTf9 { width:17.375rem;height:2.5996125rem;top:17.437500953674rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ce9XDGpqx1sVHpDlVv93Ad11hX5FdiWH { width:17.5625rem;height:1.29980625rem;top:26.13720703125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c53Nyc9h6wPT4NlDzaZrEolh90EJzMPO { width:17.375rem;height:2.5996125rem;top:27.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIVK7JpRmMsISghMvSptRARR9WPRWuZc { width:4.0625rem;height:4.0625rem;top:31.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTW11LRU7S79HH1CVVP8v3HN71NpSsEh { width:4.0625rem;height:4.0625rem;top:41.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAETpOnhtFJUeedbIWpn9on8BA6pT1w { width:4.0625rem;height:4.0625rem;top:51.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDrLUyBbb4Z4bIh2iTkIwy9wdI44FO4F { width:4.0625rem;height:4.0625rem;top:61.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zymy29QycQUsCtssV4fezHQHIRcfyT5y { width:4.0625rem;height:4.0625rem;top:69.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTRfLvUIzKeTDqS1EbXTEDoqLJKbixa { width:14.9375rem;height:3.875rem;top:81.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yODT4bfvRAEG1hcWsrHQtnJKkPKuEByz { display:block; }
 }@media only screen and (max-width: 763px) { #eEefFxd3lCrvS0L4NfTxFTXUN8V42n6B { width:17.6875rem;height:1.29980625rem;top:36.1376953125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuI3ogdRDtNniVTk3RSAkrQQQJ10BtBo { width:17.625rem;height:1.29980625rem;top:46.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oofFdOZ7NC9Zz86TgxT9JMuzVeFORTqx { width:17.625rem;height:2.5996125rem;top:37.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEU7N0w8qin90tUcW39CNBHt8bm28ffs { width:17.5rem;height:2.5996125rem;top:47.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgxJGEfQmQvayqXhSaW00kTr0r3UDDQr { width:17.6875rem;height:1.29980625rem;top:56.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vS1UVs8EHBgDOHTs0NwbCtx6bJKhc42l { width:17.125rem;height:2.5996125rem;top:57.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwSRcXo6vTg4vKTUh28tOxI4V7NEnI4r { width:17.5625rem;height:1.29980625rem;top:66.1376953125rem;left:1.25rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvrtZqgJ5QZXtuDBTbqDOsQllPC0Tpeg { width:17.625rem;height:1.29980625rem;top:67.3876953125rem;left:1.25rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ye1Mfmx3u1So4JsChUmDiBoQGcPIcn3m { width:17.4375rem;height:1.29980625rem;top:74.8876953125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O9AtpsDRlyovC5BCKz3aUzfqH9UTLAqq { width:17.5rem;height:2.5996125rem;top:76.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzmaaBkvOQaPo72mgKFL2qCR4NNMKrd0 { width:2.75rem;height:1rem;top:12.562500476837rem;left:8.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bT8Ze13BcKk9UXsAnoGWaIt0XOkAn5nw { width:2.375rem;height:2.375rem;top:22.000000953674rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGAVWn358z78sOrzwTkmvku8zbvAptVf { width:2.625rem;height:1.25rem;top:32.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v74LphkrnHKCubDRxTvPHmJBi2g0sSfU { width:2.5625rem;height:2.5625rem;top:41.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBXDM44ZbOpFdp9f2sFF4vMTppIcTPxr { width:3.125rem;height:3.125rem;top:61.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7v3J6RkA5GeXvcqwD5VkHoGzNGpC0U0 { width:2.75rem;height:2.75rem;top:51.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7i6INcPSxIJK16qDkvLTzq33DoDU1tS { width:2.6875rem;height:2.375rem;top:70.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLm0feeoww5T33wKSbcSiPMiRV6bV422 { background-color:#ffffff;background-image:none;display:block; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { background-color: transparent; background-image: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container > .video-iframe-container { display: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row > .video-iframe-container { display: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .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); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IA1XtWJ4div2r5t1qeph7ftUXPsT51tX { width:17.4375rem;height:3.8496125rem;top:13.75rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW1dtTaWaZqvshCVOdtcd0TuJEhWRtDb { width:17.5625rem;height:7.7988125rem;top:18.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwTwFTEEs9zxtIcfcciPX0gs2DgPUmVu { width:15.0625rem;height:3.8125rem;top:28.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHvVuhdWStu1Bw7rE82rAvvKOdsLn99y { display:block; }
 }@media only screen and (max-width: 763px) { #DV4UZ2NeJo3FVbTtZdJaXfnfGiKtdUxk { height:11.0810625rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URsALnMgM5qIKrQT6uVTdTD4aotGQFSG { background-color:#00aeef;background-image:none;display:block; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { background-color: transparent; background-image: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container > .video-iframe-container { display: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row > .video-iframe-container { display: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .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); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1RzKTDo6xrzfZREQNv2HDpEvxF27FuT { width:17.5rem;height:5.7744125rem;top:2.375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsqC0o63Ui5bSyFmffIuBOSrqJzdf8hX { height:11.2109375rem;width:20rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdWytgeSyNokmAPNtiTzDESIuF1UcpEy { width:16.9375rem;height:6.499rem;top:22.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4zkMhEC0HTzIdIPTLBkyv0KDp395HlF { width:17.1875rem;height:5.7744125rem;top:32.5rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8CJQe2Af8XBZMAkgJiZin0DyeeEruKZ { width:2.4375rem;height:2.4375rem;top:40rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lhJp20aVDIRcycAQfMhlVwElGAr71l { width:17.75rem;height:2.3994125rem;top:42.97607421875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #czwi3z6xxtVkxVNi6r9yNa75wzf1bW5q { width:15.125rem;height:3.75rem;top:46.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsTTIrXTLpmrT7FG4ClmReToG4L68URE { width:20rem;height:1.29980625rem;top:47.4501953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6VUZFgmBIFoQN7lciXQG0txflvFBn53 { width:2.5rem;height:1.94970625rem;top:40.3125rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLHH549g43gqh9cdCW16TkF3kNLawSTa { width:2.5rem;height:2.5rem;top:51.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkSQl7vDmHRHMerqZKZXp0FtoTpVaoSm { width:2.5rem;height:1.94970625rem;top:51.5625rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADLXiMe32t35Mtr4kv2ucamXSWr8KVo { width:17.625rem;height:2.3994125rem;top:54.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMzhmy6lKmum6x7npXhg9lRzllr8bL7H { width:15.1875rem;height:3.75rem;top:57.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyguVvNB9UhRklemmnK27ytTrsob0Fuk { width:12.6875rem;height:2.5996125rem;top:58.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meO70K8qUyNnPsmDMy8BwE5u35EgR67Q { width:2.5rem;height:2.5rem;top:62.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttqJB0HJqMg5sqr0SCtW8ryOdRF7Lck3 { width:2.5rem;height:1.94970625rem;top:62.8125rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeW4xbpKh0Mcg59iOmDkGfqR0N8ZCSCU { width:20rem;height:2.3994125rem;top:65.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtXAJ7bKmPAVkWtsQB8pLtDMWPRTDsRW { width:15.125rem;height:3.75rem;top:68.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1TAwIoB57SZEUKoT6ZHwdC8CTJ0hdWT { width:17.625rem;height:2.19921875rem;top:69.6875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWULTmd9zGlIfF75HTRfoT6Ru0xmKXTS { width:19.8125rem;height:19.8125rem;top:51.7841875rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUcssDUn0625zhZukutKymbu02T9WDo6 { background-color:#ffffff;background-image:none;display:block; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { background-color: transparent; background-image: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container > .video-iframe-container { display: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row > .video-iframe-container { display: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .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); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W40MB3bQtfqW3AhM2JSNRDSPdxyhgoJv { width:17.5625rem;height:5.7744125rem;top:2.4375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DivO89hWIxv3Q8ksmTUt8iPvKUSSKDM8 { width:17.5625rem;height:7.7988125rem;top:52.4375rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tK0pqP0OTy0WRqdg0OZC5tz1vJL4U7eJ { width:17.5rem;height:3.8994125rem;top:61.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIms12RaTXC3DbUPnJJzNWod4PKnBUDT { height:11.0083125rem;width:20rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrry5bdCtwER3hMQC1FTrExmJNrHUMi4 { width:17.625rem;height:3.8994125rem;top:13.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODN5Bfpg5J7UiPxfmaryuwUrZXyt48dH { width:7.375rem;height:2.5625rem;top:9.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocpT2EK5Ep4f5aPzZiMKG9SFc9AkTGhL { width:5.625rem;height:1.29980625rem;top:10.63720703125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbTb4BH7vgqiwTt0nk3vTc4MmRxEINv { width:8.125rem;height:2.5625rem;top:18.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbvcwSO6EQsumoAi2hxMTxMNusTRzRBD { width:6.1875rem;height:1.29980625rem;top:19.32470703125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkP0hwrpIcEHppd4RDiR0PpyFVXaSR3b { width:17.5625rem;height:5.19921875rem;top:22.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHm38Sk8Pr85KAK8nnQekn1fIcCFKt9P { width:8.125rem;height:2.5625rem;top:28.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJM5HC4SGMlsHlTdHlXXVJd1FhoNvGDl { width:6.5625rem;height:1.29980625rem;top:29.375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiEVxlvCw4HNTGrS3IBZCtLLopg97mwi { width:17.5rem;height:3.8994125rem;top:32.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHm6EgJUNSUQTyLoeehuOi5GdAGM4nov { width:0.8125rem;height:2.25rem;top:58.3125rem;left:16.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT { display:block; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSNknyeqMKTQXxpdKEAc7WAIxahzoVbo { width:11.625rem;height:8.9375rem;top:50.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3hC2xanR7VeSs1SKFq3N8qzJIfD4VRq { width:14.9375rem;height:1.70605625rem;top:16.3125rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZuOTJBcMxrGeJRFRcd2z679tHhfw8gW { width:14.9375rem;height:1.70605625rem;top:32.03125rem;left:2.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqqT7Va94FfePNcT2W0n3fGifRHi1OKV { width:15.125rem;height:1.70605625rem;top:45.375rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdt9PcReu0eFBD5rFxhLcRPpFiuqft21 { width:15.0625rem;height:1.70605625rem;top:59.5625rem;left:2.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fP0ZlbCZAPcvrcEtNHKk3Ln9EVOWa7WP { width:17.5rem;height:3.5rem;top:2.5625rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnDTEiUMHzkpAS0cKZMMnLoLlfTfaeb8 { width:15rem;height:0.82470625rem;top:17.98828125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtwhPP8PvnceLfZTul2xHMqg8MLvPzmV { width:15rem;height:0.75rem;top:33.8125rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpTmSrKaTfa0rvFb4QJ9WzAWmXuw9BlT { width:15rem;height:0.75rem;top:47.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gabi26tkmyrkTavHuE67dknK8zLg7V4Q { width:12.625rem;height:0.82470625rem;top:61.25rem;left:3.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CK73naZlRETrieLkbzLm8UewfpVl5qEE { width:14.875rem;height:0;top:17.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbE2yUNFtJT9EmEHXsVq5rmD4ZMkZMT1 { width:14.9375rem;height:0;top:24.625rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHJEQV2R5rrT8GUdpI9HGxPiEzaT0Pkp { width:14.9375rem;height:0;top:54.94238125rem;left:2.5rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #TJOTInULFNJQVRMqEhf5HR9TTHrhwS2f { width:14.9375rem;height:0;top:89.60449375rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbR2uGiTB86EI1lCJ5oEmDAy102d7XMI { width:14.9375rem;height:0;top:100.87841875rem;left:2.5rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ERHQp01KIl2cwZuEAhMN5IcaWHD20NSw { width:9.9375rem;height:8.375rem;top:36.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWuxadCyg1PZLdxZgTDT1sOcIJNSCV1 { width:8.3125rem;height:10.125rem;top:21.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7EGF6UDHZ4gT7HooQk63MITvKqX6795 { width:10.4375rem;height:10.4375rem;top:5.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPCulVTiTCfKwOasrfpkTZgGMTs6EOcN { width:15.125rem;height:3.8125rem;top:44.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2AmOzmdZ0vKBWSyEhCkKDDvmhpCDn6 { width:14.9375rem;height:3.8125rem;top:31.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipmImJP1HZpvgEKXG0tzgmVhIaatNACR { width:14.9375rem;height:3.9375rem;top:15.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvHEyKFWTGFyJDqLU2MwqSsHHMqdRf4x { width:15rem;height:3.8125rem;top:58.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT { display:block; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNFPyTcy4BOadTQLi9M1miANotayVNVp { width:17.4375rem;height:5.25rem;top:2.4375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igyyCD4OZUpumKB9e9gtmixk0sFU0kqd { width:17.625rem;height:3.75rem;top:13.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmfrRELe85h2yk0QGlTMvXT2TuLRgW2T { display:block; }
 }@media only screen and (max-width: 763px) { #sPHygDox9tbPRDwui6v0Nf6mUe93hINk { width:17.625rem;height:2.5996125rem;top:8.875rem;left:1.3125rem;font-size:1rem;display:block; }
 }