.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}body { background-color:#0c042c;background-image:url("https://images.assets-landingi.com/uc/93648493-a648-48d7-81f5-a374e68bead5/bg4.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { position:relative;display:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { background-color: transparent; background-image: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .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); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { border-width: 0; border-radius: 0; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c042c;background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Svzeq6topiAZXwbNKQEpRM5CHPocWKrA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:16.625rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:nunito;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:7.8rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x8JGg2CQQ8JyruGomrt858OBzOlVpTcU { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:16.1865234375rem;left:0rem;height:6.1875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#x8JGg2CQQ8JyruGomrt858OBzOlVpTcU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x8JGg2CQQ8JyruGomrt858OBzOlVpTcU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/27e2e199-cc99-4cbb-b2a8-d161076d836f/check3.svg); }
#fF4A2iC9KfNzguIHR3N9gI8cUTAm1Lln { background-color:#c317e8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.49935rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.999835968017rem;left:0rem;display:block; }
#cDIFz5CWmXERMgXHTvwmIBgUf2ZGbClQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdJIeyWihJKLu4x1iRZBS6Xh5EGdy2V1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.8125rem;width:75rem;display:none; }
#yPEiK2CZpalbdKcUX5I4GDJbE787TiTu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:39.125rem;top:3.71875rem;left:35.875000953674rem;overflow:hidden;display:block; }
#kv8Cfd9enDBXHlUwvyiOPeQoTwbEKNKG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:23.4375rem;top:3.71875rem;left:35.875000953674rem;overflow:hidden;display:none; }
#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { position:relative;display:block; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { background-color: transparent; background-image: none; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container > .video-iframe-container { display: none; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row > .video-iframe-container { display: none; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .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); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { border-width: 0; border-radius: 0; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X2338b78b38e2d53829fbf2d56684e8a { position:relative;display:block; }#X2338b78b38e2d53829fbf2d56684e8a { background-color: transparent; background-image: none; }#X2338b78b38e2d53829fbf2d56684e8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2338b78b38e2d53829fbf2d56684e8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2338b78b38e2d53829fbf2d56684e8a > .row .container > .video-iframe-container { display: none; }#X2338b78b38e2d53829fbf2d56684e8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2338b78b38e2d53829fbf2d56684e8a > .row > .video-iframe-container { display: none; }#X2338b78b38e2d53829fbf2d56684e8a > .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); }#X2338b78b38e2d53829fbf2d56684e8a { border-width: 0; border-radius: 0; }#X2338b78b38e2d53829fbf2d56684e8a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X2338b78b38e2d53829fbf2d56684e8a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dffaeee09502b75397ad650028fe4126 { background-color:#311757;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:1.125rem;left:21.375rem;display:block; }
#ffe9f3d8a6a7dd47a1886014fe9f25c9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cd651d5ed1614246a5baecf6f40f4ec0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.25rem;top:2rem;left:27.9375rem;overflow:hidden;display:block; }
#L3bb831e80d487d48e1ce1a89995c658 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.25rem;top:2rem;left:29.375rem;overflow:hidden;display:block; }
#A12fbfcf8f2ddca145e06569200ffa0d { background-color:#311757;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.125rem;left:31.875rem;display:block; }
#a29a373e668d30807528e8f21fbf612a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x4dae3e13309f676c680b9d1b78b0c88 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.75rem;top:1.9375rem;left:38rem;overflow:hidden;display:block; }
#bc1c8e9725349165538c93a282a88073 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.75rem;top:1.9375rem;left:39.9375rem;overflow:hidden;display:block; }
#Ob874b16e192de2174d41a32d3d12307 { background-color:#311757;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:1.125rem;left:42.1875rem;display:block; }
#Z5d3645423a163222dfef03aa4e92ed2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xad994fedb64c289573649db2a3b1182 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.75rem;top:1.9375rem;left:49.3125rem;overflow:hidden;display:block; }
#f7a2c66c4f97ebcc13efc3049a35813f { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.75rem;top:1.9375rem;left:51.25rem;overflow:hidden;display:block; }
#a0945f17a6f57810c8940ee9cb32d2aa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:1.125rem;left:21.375rem;display:block; }
#B2267364558f629d19dc87ecc744c221 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4f513b3dc0bd26d836f2e54dd830a5b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:1.125rem;left:31.875rem;display:block; }
#b09cdfbde8d7071edb6093860d01faae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ped67e15d05cef1a775c2c569715cdd0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:1.125rem;left:42.1875rem;display:block; }
#x12c1edacff5ff21f9fadc9b25604a69 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b012ab4049dfc9813ae6979e7d5879d7 { box-sizing:content-box;height:3rem;width:32.75rem;position:absolute;display:block;z-index:15004;background-color:#311757;background-image:none;top:0.875rem;left:21.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#R96e8ecbd02f88d016f34e87a21c57c7 { position:absolute;display:block;z-index:15017;height:1.875rem;width:3.375rem;top:1.40625rem;left:0rem;display:block; }
#wa3ba96fab7036dd9a6bed038f45ad5d { position:relative;display:block; }#wa3ba96fab7036dd9a6bed038f45ad5d { background-color: transparent; background-image: none; }#wa3ba96fab7036dd9a6bed038f45ad5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wa3ba96fab7036dd9a6bed038f45ad5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wa3ba96fab7036dd9a6bed038f45ad5d > .row .container > .video-iframe-container { display: none; }#wa3ba96fab7036dd9a6bed038f45ad5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wa3ba96fab7036dd9a6bed038f45ad5d > .row > .video-iframe-container { display: none; }#wa3ba96fab7036dd9a6bed038f45ad5d > .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); }#wa3ba96fab7036dd9a6bed038f45ad5d { border-width: 0; border-radius: 0; }#wa3ba96fab7036dd9a6bed038f45ad5d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wa3ba96fab7036dd9a6bed038f45ad5d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E9769cccffb914cef6062b070291ee04 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.0625rem;left:7.8125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e7a4ab7835354f42f685d7eb7005fc5b { color:#b7b2bd;display:block;width:18.1875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:4.6875rem;left:7.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#d09062380c858fc53f5e9eb68ad11584 { color:#fdfdfd;display:block;width:17.9375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:6.875rem;left:8.1875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#eff38ec1cf0982b4fa2af074f84cc439 { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:8.5625rem;left:8.1875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#l4ce0a4921202bed5d0c6eea66c9ed82 { color:#fdfdfd;display:block;width:8.125rem;position:absolute;font-family:nunito;font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.0625rem;left:7.875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a642ce4bb9c5354007d5782481de5945 { color:#fdfdfd;display:block;width:10.125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15.6875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c8ff07341c5262573ab4b8a2e7635414 { color:#fdfdfd;display:block;width:17.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:13.5625rem;left:7.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#A2b2ca6ddffa50745938bb8291e7c520 { background-color:#c317e8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:16.0625rem;left:7.875rem;display:block; }
#y74c166cd771152dd0c358b878bdf603 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tde714c3f34ac66644a30d75fd17b483 { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:21.875rem;left:9.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#db3da50b3fb2fd6d1e989602c9852122 { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:23.5625rem;left:9.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#k5254b73af83170f4fec9e3d0ee62d68 { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:25.25rem;left:9.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Tb786d85aa0d3c436b0a5dd9d33a7950 { color:#b7b2bd;display:block;width:20rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:28.625rem;left:6.8125rem;height:6.2993125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Nf1833af915eb3303f963abf969f949a { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:0.3125rem;left:28.125rem;height:1.3125rem;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;overflow:hidden;display:block; }
#Hd7853f3cd51322f8904ec2206ffcb7d { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.0625rem;left:28.4375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e4b9e564c9876211255abe23c21b0314 { color:#b7b2bd;display:block;width:17.375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:4.6875rem;left:28.4375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#d2e82f8f646ab07cb98b811aa4f9996c { color:#fdfdfd;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:6.875rem;left:28.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#cc1590ce3883a84fe949a6f9f4bab0ca { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:8.5625rem;left:28.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#d236565a357507122700b53a9dde66e9 { color:#fdfdfd;display:block;width:9.375rem;position:absolute;font-family:nunito;font-size:2rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.0625rem;left:28.4375rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wd16f3b34486d07b6db0e06b25edfad1 { color:#fdfdfd;display:block;width:10.125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.1875rem;left:36.3125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c2e6d0842464b9bbb9ac5efba7c4f630 { color:#fdfdfd;display:block;width:18.125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.5625rem;left:28.4375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a6885993ca730d21e464466dc74771ae { background-color:#c317e8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.0625rem;left:28.375rem;display:block; }
#d3178199cbadbd6fc2b7f2b65d7ef63b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d9585cd233ac29c481034d6a0edd6707 { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:21.875rem;left:30rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#m6d4ed767b9d331a90802c619397bad1 { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:23.5625rem;left:30rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#c72e2426ce5d7b057bc14833896d02d8 { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:25.25rem;left:30rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#a07ba45b089534f90d77b3642513e2bd { color:#b7b2bd;display:block;width:20rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:28.625rem;left:27.375rem;height:6.2993125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#l5561ba02c40dce9175ca367e510cb35 { position:absolute;display:block;z-index:15003;background-color:#5a4579;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:12.4375rem;top:6.75rem;left:48.875rem;display:block; }
#c0fd305d28e99de39277ae4a54aa7be4 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:48.875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#de2670e53024cf894d773ed5a1043f51 { color:#b7b2bd;display:block;width:22rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.6875rem;left:48.9375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#na202a1c9d59fc6843ba1b4507939276 { color:#fdfdfd;display:block;width:16.8125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.84375rem;left:49.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ef9f1afc082c389ec00ea3a3de49f19d { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:8.5625rem;left:49.25rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#N71c5ef9f53b86759d6e2a2315510586 { color:#fdfdfd;display:block;width:9.0625rem;position:absolute;font-family:nunito;font-size:2rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.08749961853rem;left:48.875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m0eef109403255000f439735f6eef56a { color:#fdfdfd;display:block;width:10.125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.1875rem;left:56.6875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h176c530540906cdfdd8ec62e32e42cd { position:absolute;display:block;z-index:15008;background-color:#a094b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.0625rem;top:20.6875rem;left:48.875rem;display:block; }
#ca8ab6cd2e332e71976246051f848073 { background-color:#c317e8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.0625rem;left:48.875rem;display:block; }
#dfc2541cbbb2bec5fc74210a90fb0e3c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bf263e5a02a3a4cd4b593d8e211f0117 { position:absolute;display:block;z-index:15013;background-color:#5a4579;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:10.5rem;top:6.75rem;left:28.375rem;display:block; }
#vc17764b4f97722ab6e2feed7b5ee27f { position:absolute;display:block;z-index:15018;background-color:#a094b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18rem;top:20.6875rem;left:28.375rem;display:block; }
#O63c7b3d381119a14e611c080901a5d5 { position:absolute;display:block;z-index:14997;background-color:#c317e8;background-image:none;border-top:0.125rem solid #c317e8;border-left:0.125rem solid #c317e8;border-right:0.125rem solid #c317e8;border-bottom:0.125rem solid #c317e8;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:10.9375rem;top:0rem;left:27.375rem;display:block; }
#c8d2f04ceb9619835dd5e1590ead97c7 { position:absolute;display:block;z-index:15014;background-color:#5a4579;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:10.5rem;top:6.75rem;left:7.8125rem;display:block; }
#Web15fbb23bca81d46a89a57c8ec415a { position:absolute;display:block;z-index:15019;background-color:#a094b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18rem;top:20.6875rem;left:7.875rem;display:block; }
#ec59ccfaf77bc3ee2b7f2293198b6b24 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:20rem;top:1.875rem;left:6.8125rem;overflow:hidden;display:block; }
#ec4ca73d7d8ea519496c08e80da7235a { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:8.625rem;left:20.25rem;overflow:hidden;display:block; }
#p52bea299082daa4254f23bdc822f9f8 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:21.9375rem;left:7.875rem;overflow:hidden;display:block; }
#sb79aa7346763137fcd50e6a146b02f9 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:23.625rem;left:7.875rem;overflow:hidden;display:block; }
#e02a1439084d3a5b88679a59351e0346 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:0.875rem;top:25.3125rem;left:7.875rem;overflow:hidden;display:block; }
#ndd3402677a1419775d31e298784da57 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:20rem;top:1.875rem;left:27.375rem;overflow:hidden;display:block; }
#L546ed7941b52cbf6757de7dbc59c50f { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:8.625rem;left:41rem;overflow:hidden;display:block; }
#Tb8470b47038b79820b2a4dc578ff517 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:21.9375rem;left:28.375rem;overflow:hidden;display:block; }
#ac17dfe22139b0ff0828779d134ff0ea { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:23.625rem;left:28.375rem;overflow:hidden;display:block; }
#Q0e4594bea9d33a9552fdfc9432c7255 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:0.875rem;top:25.3125rem;left:28.375rem;overflow:hidden;display:block; }
#E80f9178d4ee2a171e4163cfce4b0739 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:20rem;top:1.875rem;left:47.875rem;overflow:hidden;display:block; }
#U93d4b4e4f02fff7ffdb46112c1f8cf2 { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:21.875rem;left:50.5rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#b953ac016447d11fc7c6bed1d4aee4ab { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:23.5625rem;left:50.5rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#dda6507de62dfaf1d13add7618f266cc { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:25.25rem;left:50.5rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#d929f4f91023efa32fa7be94548b24d6 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:21.9375rem;left:48.875rem;overflow:hidden;display:block; }
#c77413e7b7a7517a1d3b5387b9881038 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:23.625rem;left:48.875rem;overflow:hidden;display:block; }
#cc047d183f374b22bece7171725cd528 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:0.875rem;top:25.3125rem;left:48.875rem;overflow:hidden;display:block; }
#Lae2ddff21ecb0ccff4b317a8cd2c901 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:8.625rem;left:61.5rem;overflow:hidden;display:block; }
#A1e95bb355fa86ab1ad4ad328094e1ec { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:20.5rem;display:none; }
#x8064424e785c7bec982178e0e9c5b97 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:20.5rem;display:none; }
#u1421f01146b2eaf4a1f341da5a691ea { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:20.5rem;display:none; }
#Kcea6f7b9401a2dc20ee8af4f73e7543 { color:#b7b2bd;display:block;width:20rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:28.637500762939rem;left:47.84375rem;height:4.4995125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#zb16f7a4e617cafad97b311dfa8d30f8 { color:#fdfdfd;display:block;width:75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:37.75rem;left:0rem;height:1.3125rem;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;overflow:hidden;display:block; }
#g0ff3d280f8ddc74d955c9ea19079953 { position:relative;display:block; }#g0ff3d280f8ddc74d955c9ea19079953 { background-color: transparent; background-image: none; }#g0ff3d280f8ddc74d955c9ea19079953::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0ff3d280f8ddc74d955c9ea19079953 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0ff3d280f8ddc74d955c9ea19079953 > .row .container > .video-iframe-container { display: none; }#g0ff3d280f8ddc74d955c9ea19079953 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0ff3d280f8ddc74d955c9ea19079953 > .row > .video-iframe-container { display: none; }#g0ff3d280f8ddc74d955c9ea19079953 > .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); }#g0ff3d280f8ddc74d955c9ea19079953 { border-width: 0; border-radius: 0; }#g0ff3d280f8ddc74d955c9ea19079953 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g0ff3d280f8ddc74d955c9ea19079953 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H05218e8ddc5b024614fafe916ed1248 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.0375003814698rem;left:28.4375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qe07e0f3cbd7d4acb8e8695b437563ef { color:#b7b2bd;display:block;width:22rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:4.6875rem;left:28.4375rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#fbefc02b0c2fa3aa8651c18e0ad25cbc { color:#fdfdfd;display:block;width:17.9375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:6.84375rem;left:28.8125rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#d3cdc0e2918061c9f7ea685ef2d97b24 { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:8.5625rem;left:28.8125rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#d8a6bd4bca03d5c5dd6d0fa6445bf308 { position:absolute;display:block;z-index:15014;background-color:#5a4579;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:10.5rem;top:6.75rem;left:28.4375rem;display:block; }
#G51a0c12a701a7cc6be2059045638221 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:nunito;font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.0625rem;left:28.4375rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cb2fbff34da3d1f0c3df54d25e17a575 { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.175000190735rem;left:37.5rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F240e0eb2aa1061bbbe74c06c7fd36fb { background-color:#c317e8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:16.0625rem;left:28.375rem;display:block; }
#Fa6eb2fa0e011bbca1dcfb96fb9965c8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e574a3e74422bb175e1ea1c63751166c { position:absolute;display:block;z-index:15019;background-color:#a094b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18rem;top:20.6875rem;left:28.375rem;display:block; }
#v641f5c070dc144c71feac48fcf3de02 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:20rem;top:1.875rem;left:27.375rem;overflow:hidden;display:block; }
#q49e82bd6e3b04810c32db1078bf0ac7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:8.625rem;left:40.875rem;overflow:hidden;display:block; }
#bbc88f8be62ba6059a06f62ea35a6cc4 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:21.9375rem;left:28.375rem;overflow:hidden;display:block; }
#Ubd357188c667a19ea05508dd9a92c4d { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:21.875rem;left:30rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#D4196a5ff4d47399e88de3c5162411f7 { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:23.5625rem;left:30rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#M8f4f6ca8eecff026ac4a87b6aa36a41 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:23.625rem;left:28.375rem;overflow:hidden;display:block; }
#ff410ff198631b2875d7187486e9ea2d { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:25.25rem;left:30rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#c306be086a0d2c1a269ec7928c27763c { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:0.875rem;top:25.3125rem;left:28.375rem;overflow:hidden;display:block; }
#s44b42c46b6fb515b1a9fd0ce5e6b9b8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:20.5rem;display:none; }
#aa020865a14e202fcd241fc1ee89d199 { color:#fdfdfd;display:block;width:75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:29.9375rem;left:0rem;height:1.3125rem;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;overflow:hidden;display:block; }
#q60862ba69cb354f02ed8f94065b8afe { position:relative;display:block; }#q60862ba69cb354f02ed8f94065b8afe { background-color: transparent; background-image: none; }#q60862ba69cb354f02ed8f94065b8afe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q60862ba69cb354f02ed8f94065b8afe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q60862ba69cb354f02ed8f94065b8afe > .row .container > .video-iframe-container { display: none; }#q60862ba69cb354f02ed8f94065b8afe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q60862ba69cb354f02ed8f94065b8afe > .row > .video-iframe-container { display: none; }#q60862ba69cb354f02ed8f94065b8afe > .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); }#q60862ba69cb354f02ed8f94065b8afe { border-width: 0; border-radius: 0; }#q60862ba69cb354f02ed8f94065b8afe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q60862ba69cb354f02ed8f94065b8afe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ea5fc4f06a92edc6ae256252eb43ae4d { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:0.3125rem;left:28.4375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#K19bf95783f5b0384ac328b770829e8d { position:absolute;display:block;z-index:15013;background-color:#5a4579;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:10.5rem;top:6.75rem;left:28.40625rem;display:block; }
#bb25562faedede595531aac8a61ce508 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.0625rem;left:28.4375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cbb1e6b0110710256d177a1d251ca2b0 { color:#b7b2bd;display:block;width:17.5625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:4.7124996185303rem;left:28.40625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#a1cc7a6ed28c7231343da6988706c975 { color:#fdfdfd;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:6.875rem;left:28.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Nde5beb863b8b42b9d04ab5baee5a4fc { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:8.5625rem;left:28.8125rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#e888732614cf40658b465a5adc3e2685 { color:#fdfdfd;display:block;width:9.125rem;position:absolute;font-family:nunito;font-size:2rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.0625rem;left:28.4375rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f9a5a0f9520753b8d40231c8594a118d { color:#fdfdfd;display:block;width:7.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.168749809265rem;left:37.5625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f9ec83a1cf1d15b4b9cf1dd89082ac03 { background-color:#c317e8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.0625rem;left:28.34375rem;display:block; }
#Qbc4ba0029af8182f68a212f32d01973 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0eb709f3e37a3d0c92e06e9d523a904 { position:absolute;display:block;z-index:15018;background-color:#a094b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18rem;top:20.6875rem;left:28.375rem;display:block; }
#Nd347db4f867c41f5801b74b15182ee8 { position:absolute;display:block;z-index:14998;background-color:#c317e8;background-image:none;border-top:0.125rem solid #c317e8;border-left:0.125rem solid #c317e8;border-right:0.125rem solid #c317e8;border-bottom:0.125rem solid #c317e8;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:8.625rem;top:0rem;left:27.4375rem;display:block; }
#J84b862f56cacd3cc973b64603289c91 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:20rem;top:1.875rem;left:27.375rem;overflow:hidden;display:block; }
#Q6bb70edbcf45156faeba4cbd82cc91c { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:8.625rem;left:41rem;overflow:hidden;display:block; }
#P091d3983ef11cbc56cbff8570222b7e { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:21.875rem;left:30rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ccc4414db139f58c4bb49d4e747ea328 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:21.9375rem;left:28.375rem;overflow:hidden;display:block; }
#rc185fa60e66c1edbfa81610feb1b8f8 { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:23.5625rem;left:30rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#bd6ccc71df7e77d18fcbf3793e3f06d5 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:23.625rem;left:28.375rem;overflow:hidden;display:block; }
#O9588373f13d779109b937e5540d8f7a { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:25.25rem;left:30rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#efc765d9ec3c6a511e85679fcac4528d { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:0.875rem;top:25.3125rem;left:28.375rem;overflow:hidden;display:block; }
#zde18ac996cffeb5d039de73a5b4069d { color:#b7b2bd;display:block;width:19.9375rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:28.625rem;left:27.3125rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#c713ccfda1394b7d129b2ec97b3b5212 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:20.5rem;display:none; }
#ib6d5b2ec4179b3b2499fa84f6ad2870 { color:#fdfdfd;display:block;width:75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:32.25rem;left:0rem;height:1.3125rem;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;overflow:hidden;display:block; }
#d2d66a719814fcecae1724d0e473c22f { position:relative;display:block; }#d2d66a719814fcecae1724d0e473c22f { background-color: transparent; background-image: none; }#d2d66a719814fcecae1724d0e473c22f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2d66a719814fcecae1724d0e473c22f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2d66a719814fcecae1724d0e473c22f > .row .container > .video-iframe-container { display: none; }#d2d66a719814fcecae1724d0e473c22f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2d66a719814fcecae1724d0e473c22f > .row > .video-iframe-container { display: none; }#d2d66a719814fcecae1724d0e473c22f > .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); }#d2d66a719814fcecae1724d0e473c22f { border-width: 0; border-radius: 0; }#d2d66a719814fcecae1724d0e473c22f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d2d66a719814fcecae1724d0e473c22f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b0da2bc19d865a761eec9a4919868d76 { color:#fdfdfd;display:block;width:58.875rem;position:absolute;font-family:nunito;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.2624998092651rem;left:8.0625rem;height:2.6rem;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; }
#cc31f6cca68d08b8a1de1451001c5167 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:1.8125rem;top:5.9375rem;left:28.0625rem;overflow:hidden;display:block; }
#eb66b1ccd455e8b709636f83e36879f7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:1.8125rem;top:5.9375rem;left:45.125rem;overflow:hidden;display:block; }
#p50377126b25666492dfe04c19c5faf9 { color:#ffa42e;display:block;width:1.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4375rem;left:30.5rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4e54f12b57c90d183afb0852ac396dd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:4.5625rem;top:6.5rem;left:32.125rem;overflow:hidden;display:block; }
#Kbaa68a12b1e66af893254d0282538cd { color:#fdfdfd;display:block;width:6.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.75rem;left:30.1875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ted3bc649ec8feee710b8c47877b568a { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:3.4375rem;top:9.0625rem;left:31.875rem;overflow:hidden;display:block; }
#D5bdcdf1be2f538f7feb9a213f7d1bc6 { box-sizing:content-box;height:2rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(188,169,211,0.52);background-image:none;top:7.25rem;left:37.5625rem;display:block; }
#Sa416d9c3c79feac3ab12d2f6b61665c { color:#ffa42e;display:block;width:1.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.4375rem;left:38.375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a88f15d5fd0a7238e88690f5f42321d0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:4.5625rem;top:6.5rem;left:40rem;overflow:hidden;display:block; }
#n4f13c715297098aadd4fe47017aad24 { color:#fdfdfd;display:block;width:6.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.75rem;left:38.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ed4bb9822b14b421757d8d4eafff40f8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:3.75rem;top:9.0625rem;left:39.625rem;overflow:hidden;display:block; }
#D9f314dc9fda3cd8ca75978b28ba67fe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:20.5rem;display:none; }
#a947525b48d15d92eeb014b61d40f89e { position:relative;display:block; }#a947525b48d15d92eeb014b61d40f89e { background-color: transparent; background-image: none; }#a947525b48d15d92eeb014b61d40f89e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a947525b48d15d92eeb014b61d40f89e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a947525b48d15d92eeb014b61d40f89e > .row .container > .video-iframe-container { display: none; }#a947525b48d15d92eeb014b61d40f89e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a947525b48d15d92eeb014b61d40f89e > .row > .video-iframe-container { display: none; }#a947525b48d15d92eeb014b61d40f89e > .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); }#a947525b48d15d92eeb014b61d40f89e { border-width: 0; border-radius: 0; }#a947525b48d15d92eeb014b61d40f89e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a947525b48d15d92eeb014b61d40f89e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#be1ebe20bdd85823d5289def64f18693 { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:nunito;font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.94970703125rem;left:8.0625rem;height:4.2246125rem;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; }
#wbbd5ba1c47029908bf0077d77c1ad1c { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:nunito;font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.94970703125rem;left:8.0625rem;height:4.225rem;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:none; }
#c8181ad1a08e71cdb1b8af24ba418d2c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:16.625rem;top:2.5rem;left:0rem;overflow:hidden;display:none; }
#Od51a3e5659bb22f31f9a1470f9f4636 { position:relative;display:none; }#Od51a3e5659bb22f31f9a1470f9f4636 { border-width: 0; border-radius: 0; }#Od51a3e5659bb22f31f9a1470f9f4636 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Od51a3e5659bb22f31f9a1470f9f4636 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#R4db0ac234a1a3c33b5256383c338650 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:1.625rem;left:11.25rem;overflow:hidden;display:none; }
#b23dfe48ffa8a8d683484f4ad29533c4 { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:15.125rem;height:1.1375rem;font-style:normal;display:none; }
#Zfa74dbf21d6ba4022387b736335efb8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:7.4375rem;left:11.25rem;overflow:hidden;display:none; }
#k215dd9efc77e4985e1f3cc26e07013c { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:15.125rem;height:1.1375rem;font-style:normal;display:none; }
#A10f0c5afcbe41303e7d16a908338457 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:13.125rem;left:11.25rem;overflow:hidden;display:none; }
#xc5670c1d31114c59b50a1fc26ee498f { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:18.9375rem;left:11.25rem;overflow:hidden;display:none; }
#Q65416d7139d39af19754225334db4aa { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.0625rem;left:15.125rem;height:1.1375rem;font-style:normal;display:none; }
#f88a17c46fc4d4219c87a0eb51e96af5 { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.25rem;left:15.125rem;height:1.1375rem;font-style:normal;display:none; }
#d0df465bd0752f555e2d48856ee9a02e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:10rem;display:none; }
#wca9ec1cd78c64de07a59e530921c18b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:10rem;display:none; }
#cff69e62ab41b6f33036e04a6f27a87c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:10rem;display:none; }
#b05cc9475ea372bc72b8a91c89092028 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:10rem;display:none; }
#a00bc94c99ba6afc566ce26790cb61b3 { position:relative;display:none; }#a00bc94c99ba6afc566ce26790cb61b3 { border-width: 0; border-radius: 0; }#a00bc94c99ba6afc566ce26790cb61b3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a00bc94c99ba6afc566ce26790cb61b3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Abd3e96cb27fbf747e8dad13799910dc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:18.9375rem;left:37.75rem;overflow:hidden;display:none; }
#f6824347cc662da51719cb9410906da7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:13.125rem;left:37.75rem;overflow:hidden;display:none; }
#b33ece79a712604985d55a0e00a90f7b { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:7.4375rem;left:37.75rem;overflow:hidden;display:none; }
#b3df906aed621c500a24fbba2d85cdfa { color:#fdfdfd;display:block;width:21.9375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:19.0625rem;left:41.625rem;height:1.1375rem;font-style:normal;display:none; }
#c667a66d633e89d150a102cab4c5e562 { color:#fdfdfd;display:block;width:20.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.25rem;left:41.625rem;height:1.1375rem;font-style:normal;display:none; }
#dd3e2d092c2d07a439c407e62f445c17 { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.5625rem;left:41.625rem;height:1.1375rem;font-style:normal;display:none; }
#f5f04259b2937893e68d67de7da68040 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:1.625rem;left:37.75rem;overflow:hidden;display:none; }
#d51841eddaeffb85ec4a3f1365bf12f0 { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.75rem;left:41.625rem;height:1.1375rem;font-style:normal;display:none; }
#A3e72096dbc54b93298004d48a64a2b2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:10rem;display:none; }
#Pda4f2cb2489602b09c4e2550f418bfa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:10rem;display:none; }
#a07e3fd31abd5c58c570d7bdd7bc0828 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:10rem;display:none; }
#be86fd79bb5a3726df9903e5121b44ca { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:10rem;display:none; }
#f24405023fd64dd81e8bc088aefffa23 { position:relative;display:none; }#f24405023fd64dd81e8bc088aefffa23 { border-width: 0; border-radius: 0; }#f24405023fd64dd81e8bc088aefffa23 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f24405023fd64dd81e8bc088aefffa23 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Oaac76ee2ef52f41a7addf2ac4969a68 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Sd6c87cf696fc529b65b0082580dbe31 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#C97c8200d297353ea95d63719108727e { position:absolute;display:block;z-index:15017;height:1.875rem;width:3.375rem;top:1.40625rem;left:0rem;display:none; }
#s9e8cce66ddf9f13cea5159751a00dbd { position:relative;display:block; }#s9e8cce66ddf9f13cea5159751a00dbd { background-color: transparent; background-image: none; }#s9e8cce66ddf9f13cea5159751a00dbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9e8cce66ddf9f13cea5159751a00dbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9e8cce66ddf9f13cea5159751a00dbd > .row .container > .video-iframe-container { display: none; }#s9e8cce66ddf9f13cea5159751a00dbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9e8cce66ddf9f13cea5159751a00dbd > .row > .video-iframe-container { display: none; }#s9e8cce66ddf9f13cea5159751a00dbd > .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); }#s9e8cce66ddf9f13cea5159751a00dbd { border-width: 0; border-radius: 0; }#s9e8cce66ddf9f13cea5159751a00dbd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s9e8cce66ddf9f13cea5159751a00dbd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d0dcc7936419ca129f4b6658325d8984 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:58.375rem;top:0.1875rem;left:8.3125rem;overflow:hidden;display:block; }
#L3fdcb646b452a6739b3b1d11c881beb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:1.625rem;left:11.25rem;overflow:hidden;display:block; }
#o2379649eefa04d0afeb85127d7aeb61 { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:15.125rem;height:1.13720625rem;font-style:normal;display:block; }
#Mf9ffaf67626363747f9a74c0b0e824d { color:#b7b2bd;display:block;width:17.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.4250001907349rem;left:15.125rem;height:2.44921875rem;display:block; }
#D1cf0004e69ca3a37f74d7cd8538406f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:7.4375rem;left:11.25rem;overflow:hidden;display:block; }
#f3d4211dbba336b99a5c6ba6e4de1d9b { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:15.125rem;height:1.13720625rem;font-style:normal;display:block; }
#baae78471bafa3def6d3bc20b2457cd2 { color:#b7b2bd;display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:9.25rem;left:15.125rem;height:2.44921875rem;display:block; }
#c439e3d28ad5e5722ac61a416147d719 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:13.125rem;left:11.25rem;overflow:hidden;display:block; }
#W8c4ee15cbfd26898059155a2927d548 { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.25rem;left:15.125rem;height:1.13720625rem;font-style:normal;display:block; }
#Z065c7b6e79b982085a0d4149a3de931 { color:#b7b2bd;display:block;width:19.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:14.9375rem;left:15.125rem;height:2.44921875rem;display:block; }
#Waa47bd51ab494fb2f6b6ee205b28d98 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:18.9375rem;left:11.25rem;overflow:hidden;display:block; }
#N0c76af91ee5d06a6dc6aba42a99185b { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.0625rem;left:15.125rem;height:1.13720625rem;font-style:normal;display:block; }
#ge8f56c0b0504d6e9cea1d90065439f8 { color:#b7b2bd;display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:20.75rem;left:15.125rem;height:1.2246125rem;display:block; }
#m6fbd20c96110bbcfcfed6178ba5cf17 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:1.625rem;left:37.75rem;overflow:hidden;display:block; }
#y093ee3dbd8db678b09c13953d688d62 { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.75rem;left:41.625rem;height:1.13720625rem;font-style:normal;display:block; }
#a10fdff6b91015e1ca02d91f3b4ba59d { color:#b7b2bd;display:block;width:17.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:3.4375rem;left:41.625rem;height:1.2246125rem;display:block; }
#a8911efea1182a8e541551b14b3e81c8 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:7.4375rem;left:37.75rem;overflow:hidden;display:block; }
#G3bcfb90a151427bff9b15d762effbe6 { color:#fdfdfd;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.5625rem;left:41.625rem;height:1.13720625rem;font-style:normal;display:block; }
#Iecdbe5db306b05ed98a92763cea40ad { color:#b7b2bd;display:block;width:21.3125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:9.25rem;left:41.625rem;height:1.2246125rem;display:block; }
#J0a0287537a01681a997f0aeaa22d616 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:13.125rem;left:37.75rem;overflow:hidden;display:block; }
#x37f9d485e57f8d48fd80bb408ec5f78 { color:#fdfdfd;display:block;width:20.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.25rem;left:41.625rem;height:1.13720625rem;font-style:normal;display:block; }
#I42680161b8153267bb0559bd57b1171 { color:#b7b2bd;display:block;width:22.4375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:14.9375rem;left:41.625rem;height:1.2246125rem;display:block; }
#c47d2d6b772d5ada3c1e289dccda1a23 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:18.9375rem;left:37.75rem;overflow:hidden;display:block; }
#V4e514051561932b75f4276fe6009c5e { color:#fdfdfd;display:block;width:21.9375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:19.0625rem;left:41.625rem;height:1.13720625rem;font-style:normal;display:block; }
#d6309947138bb8a5de9f9f14b4d65fc9 { color:#b7b2bd;display:block;width:20.9375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:20.75rem;left:41.625rem;height:2.44921875rem;display:block; }
#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT { position:relative;display:block; }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT { background-color: transparent; background-image: none; }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT > .row .container > .video-iframe-container { display: none; }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT > .row > .video-iframe-container { display: none; }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT > .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); }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT { border-width: 0; border-radius: 0; }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D48c1ccfc004e77dcaf4b367ee31c06c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:36.75rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#Jfaf0dae18138ad8a43f881babb8496d { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.0625rem;width:36.75rem;top:6.125rem;left:38.25rem;display:block; }
#c1012f280a972ef4a05b48f6f61dded7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:7.8125rem;left:40.0625rem;overflow:hidden;display:block; }
#f8c0ab52c0d7e5cda8d9c1ee2b062302 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gd14704dfecfd338709872ab117cebb2 { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:17.25rem;left:40.375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN { position:relative;display:block; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN { background-color: transparent; background-image: none; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container > .video-iframe-container { display: none; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row > .video-iframe-container { display: none; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .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); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN { border-width: 0; border-radius: 0; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg { position:relative;display:block; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg { background-color: transparent; background-image: none; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container > .video-iframe-container { display: none; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row > .video-iframe-container { display: none; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .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); }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg { border-width: 0; border-radius: 0; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ed09cJd7w4b4Gr1dP3f9xFDZdTFnqQ1C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:36.625rem;top:0rem;left:38.25rem;overflow:hidden;display:block; }
#oOg2dG6kh8Kuun015KXuDvdTK5VxgAVX { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:20.9375rem;width:36.75rem;top:5.1875rem;left:0rem;display:block; }
#gMr52HQcmrBXVc2zKS7LdRNsiisLhs3B { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:6.875rem;left:1.8125rem;overflow:hidden;display:block; }
#nSalVyTAcwN0hXXiALbny4mLv0goJivo { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.25rem;left:2.125rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SE3w1lH5uGm5RvVEcodQECPxPOcuwucI { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:16.3125rem;left:2.125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR { position:relative;display:block; }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR { background-color: transparent; background-image: none; }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR > .row .container > .video-iframe-container { display: none; }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR > .row > .video-iframe-container { display: none; }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR > .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); }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR { border-width: 0; border-radius: 0; }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw { position:relative;display:block; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw { background-color: transparent; background-image: none; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container > .video-iframe-container { display: none; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row > .video-iframe-container { display: none; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .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); }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw { border-width: 0; border-radius: 0; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qqPdAll5nXz65rTppBZAL8g17KQakSBh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:36.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#erKN6Bbx3qV1TVtpsTCbQQ9U2mXFR7s1 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.0625rem;width:36.75rem;top:4.125rem;left:38.25rem;display:block; }
#sRCl6AGabKmI3MNrdobIwTuETBASV5nH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:5.8125rem;left:40.375rem;overflow:hidden;display:block; }
#bRnKRqVrI3QZk4fqlCko38dzZizSBFad { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.1875rem;left:40.375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nNV4GHVmKqLzRksHyZ43PPbGDh00vExD { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:15.25rem;left:40.375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#id2ust79HEK2RLXspr1ueMyIxZsEBiTC { background-color:transparent;background-image:none;border-top:0.0625rem solid #dfdae6;border-left:0.0625rem solid #dfdae6;border-right:0.0625rem solid #dfdae6;border-bottom:0.0625rem solid #dfdae6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.9375rem;left:40.0625rem;display:block; }
#qVEwUP8yvwrLC51WXTFKo3THRITRqM5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU { position:relative;display:block; }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU { background-color: transparent; background-image: none; }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU > .row .container > .video-iframe-container { display: none; }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU > .row > .video-iframe-container { display: none; }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU > .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); }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU { border-width: 0; border-radius: 0; }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT { position:relative;display:block; }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT { background-color: transparent; background-image: none; }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT > .row .container > .video-iframe-container { display: none; }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT > .row > .video-iframe-container { display: none; }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT > .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); }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT { border-width: 0; border-radius: 0; }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g2DL9ooTVyT9AzZzvrDrkUcV8ZkJrxCb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:36.75rem;top:0rem;left:38.25rem;overflow:hidden;display:block; }
#bSuS9BCo1cCbIWPhS7Q3yUzqJ56qI65r { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:24.9375rem;width:36.75rem;top:3.1875rem;left:0rem;display:block; }
#AlAmSrV0PN9S9DIapT17HKv4wDMcDe2s { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:5.25rem;left:1.8125rem;overflow:hidden;display:block; }
#F1lrRe3d9E4CzvmRxwe1C0CKNm4iloHz { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5rem;left:2.125rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uSSSOGx2lH2d5DsAX7QHtCuMnlbeJWD1 { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:14.3125rem;left:2.125rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#aOdZpO7I7lCJ4kwSuSy7aGuUToteHotW { background-color:transparent;background-image:none;border-top:0.0625rem solid #dfdae6;border-left:0.0625rem solid #dfdae6;border-right:0.0625rem solid #dfdae6;border-bottom:0.0625rem solid #dfdae6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.125rem;left:1.8125rem;display:block; }
#vzcLV13w2ZmXAgT4wRIcIvoLp9H5TDiI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ { position:relative;display:block; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ { background-color: transparent; background-image: none; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row .container > .video-iframe-container { display: none; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row > .video-iframe-container { display: none; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .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); }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ { border-width: 0; border-radius: 0; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve { position:relative;display:block; }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve { background-color: transparent; background-image: none; }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve > .row .container > .video-iframe-container { display: none; }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve > .row > .video-iframe-container { display: none; }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve > .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); }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve { border-width: 0; border-radius: 0; }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qGTE8fETgVCWFqi6W1aWKarQ9LJETQnr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:36.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CuNus81Gv5FxPGRoWrTgdQH1QabnT5Ol { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.375rem;width:36.75rem;top:4.125rem;left:38.25rem;display:block; }
#pBVC4cvT9LuZtOKSXxKTbSotSrPJExci { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.4375rem;top:6.125rem;left:40.375rem;overflow:hidden;display:block; }
#nJAwh7uplKXQKlvdMx3KRXJCpLghBbE3 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.1875rem;left:40.375rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TIPgFv0ZTqAHuAAvTXa1UGX5roh0tTss { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:17.625rem;left:40.375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA { position:relative;display:block; }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA { background-color: transparent; background-image: none; }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA > .row .container > .video-iframe-container { display: none; }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA > .row > .video-iframe-container { display: none; }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA > .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); }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA { border-width: 0; border-radius: 0; }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 { position:relative;display:block; }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 { background-color: transparent; background-image: none; }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 > .row .container > .video-iframe-container { display: none; }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 > .row > .video-iframe-container { display: none; }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 > .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); }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 { border-width: 0; border-radius: 0; }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BdB4dbJtLkOo93Bhoan6MKfnZSsUbZuV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:0.1875rem;left:0rem;display:block; }
#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 { position:relative;display:block; }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 { background-color: transparent; background-image: none; }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 > .row .container > .video-iframe-container { display: none; }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 > .row > .video-iframe-container { display: none; }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 > .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); }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 { border-width: 0; border-radius: 0; }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UwbTAOp90TIySBBAcNx5l5crz18koHXV { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:21rem;height:2.1125rem;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; }
#dxCx4wIDbcLSey2S1fPT6vP1J2PfeIAh { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:3.75rem;left:21.75rem;height:3.75rem;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;overflow:hidden;display:block; }
#FFmf0GCM8AE1NPHTPTfkTVwdFPhEI3IV { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:13.375rem;left:36.375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#JaoERxTIPBcSciMwFHs3AXgNtmXGLbmG { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/760087d3-76ba-4059-973a-4feeeeb48603/appstore.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:8.9375057220456rem;left:26.937501907349rem;display:block; }#JaoERxTIPBcSciMwFHs3AXgNtmXGLbmG.adaptive-delivery-prevent-bg, #JaoERxTIPBcSciMwFHs3AXgNtmXGLbmG.lazyload, #JaoERxTIPBcSciMwFHs3AXgNtmXGLbmG.lazyloading { background-image: none; }
#WCFt21u08UGCuZWygON7TKDlHrOhL1xD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uI7XCTRPVfDw1gLhdsWGSqtWhSUpRabU { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5e441ca2-ff4c-4622-b3be-5c97c69768eb/GetItOnGooglePlay_Badge_Web_color_Polishkopia.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8.9375rem;left:37.8125rem;display:block; }#uI7XCTRPVfDw1gLhdsWGSqtWhSUpRabU.adaptive-delivery-prevent-bg, #uI7XCTRPVfDw1gLhdsWGSqtWhSUpRabU.lazyload, #uI7XCTRPVfDw1gLhdsWGSqtWhSUpRabU.lazyloading { background-image: none; }
#EpwvvwP1DpkfkDo6eMaAkTatoGbM1cgv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aif52lgFfpAMN2UcLracZX8dVHhw549o { position:relative;display:block; }#aif52lgFfpAMN2UcLracZX8dVHhw549o { background-color: transparent; background-image: none; }#aif52lgFfpAMN2UcLracZX8dVHhw549o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row .container > .video-iframe-container { display: none; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row > .video-iframe-container { display: none; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .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); }#aif52lgFfpAMN2UcLracZX8dVHhw549o { border-width: 0; border-radius: 0; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rJGaZc8h02pp5pDQdPcVZJQd2Kzrwxgc { color:#ffffff;display:block;width:51.125rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1123046875rem;left:11.9375rem;height:2.1125rem;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; }
#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG { position:relative;display:block; }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG { background-color: transparent; background-image: none; }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG > .row .container > .video-iframe-container { display: none; }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG > .row > .video-iframe-container { display: none; }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG > .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); }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG { border-width: 0; border-radius: 0; }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd .accordion-heading-text { display:block;position:relative;width:100%;font-family:nunito;font-weight:300;font-size:1rem;color:#ffffff;font-style:normal;height:auto; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:nunito;color:#ffffff;font-weight:300;font-style:normal;height:auto;line-height:1.6;overflow:hidden; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_16304978ba91798b0d9c55235e710d16eb627bb9.svg");background-size:contain !important; }#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd .accordion-trigger.adaptive-delivery-prevent-bg, #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd .accordion-trigger.lazyload, #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd .accordion-trigger.lazyloading { background-image: none; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd { box-sizing:content-box;height:auto;width:65.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.0374994277954rem;left:3.8500003814698rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #U0gKVWzBM9PDNapAyN7Ua1TXU3LdU0cn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #IanphySI2a2ImSTISIPPU6TRDxNmfDCw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #tJvTJoumN5p06RO9x5Ad1u8dul5yzMGp { display:block;position:relative; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #vmuQRgMa5ImPxLOH4r0c9HzHlbuKbLCh {  }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #tLVm0lRShs6e8Hlt6L6IiG3Q4gQ2g3Td {  }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #XUuMrbNa5DQTThlgI5Ei72LCgWRwxBPQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #JieanS2ZnSEKQO8NFBTWvurGEpoqxhTi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #FzwF0V0ltW46JyqzguQFJ1hJJV5fWOi9 { display:block;position:relative; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #ZERX2Tr6etTLQ7Fso4RvDRedxDBP3vVb {  }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #TQlOoLl16m75gSxyrsoAUX6H4sUeewq8 { display:none; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #fGVkyVuMx08RkxAhs6BU067qc7az5CIU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #zfb0R3VSBo7dumVJ1BlNA3CfFHG2xalz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #dkgBWqeOq1lA6gb1xwsy3mU7hFTrFz78 { display:block;position:relative; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #Gpi0bWtc2mgM1mrbXlg9ennNmTsc42Nh {  }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xZ1nZeFX96CllRqxZUt8wmpKcP0rNvx5 { display:none; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #x8Z1p1LgIUS6yf872i1qrVkel4xzg7Mb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #MaTTdquN42LopUpUhrwFtUuoNOwJM9M8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #IJAM3mbBdiqkL6RFDZbMl5OlZXWEUb1T { display:block;position:relative; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #bMcsuxxcOXlKDT1mvtAenoidQMcFZODO {  }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #vmaAyUXg4chtT8X42sWtTcqDWA1rTcVW { display:none; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xQIM0cgQNsItQOZivJszUFnho5uWZZxT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #lelxnr7Sq9h7iggLBAO8o1vfgoUHtGIi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #ATIEEcMKRm93dZfve6uFXRanAclKqDSw { display:block;position:relative; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #LqLfOfOuhoVm8fN6gLDTAU4xtcgPcng3 {  }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #cRdw7M4sIenMiSplXJ73y2WNvTB9Liek { display:none; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #AeMvNxaox2Z4z4ezg3JJJHXI7kR64TMC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #EZbKanJRNMeTUk4OrXpwbIelC9rClTbW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #OudTXtn9pmFgN4paGVzKSvxLuwNO76Vb { display:block;position:relative; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #ibi63N9tBosvk0kafhPbJidCrN0Aes5u {  }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #a42F4ToMTNKCiCc3KIoHpyQeo6bPV0Th { display:none; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xWdFUuvz0yc2XFDTzGi7mhefv9zUOKsJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #tTqbHndppSoFt5hU6Wt2Hlu1nigNyOP6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #SQ1PC1f8gGhDClgJFIDCuoKwuOJNkuzP { display:block;position:relative; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #q8FagLN5ZOkykhFSE7E1vvWasw6HA6RN {  }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #mHZOJ9TbOsFd0BNO8tWhKXtrVErragfv { display:none; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xV5eBTmcwZkC2NNOF7HexXft1LWIX4Lm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #bSBPcDle3lMTp5hbndZWE5m1vHfwhg2x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #K3XEScLcMBDvcteVdG7HDmoSsoflod4N { display:block;position:relative; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #MGhrJpHAXOsbk8a9CvRqoS4zsiqTcmk0 {  }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #CvTXatRKAu5P1IMWZC9Q5G74c4nFWUx1 { display:none; }
#wf6bb67870e9095fb44b1a783995da23 { position:relative;display:block; }#wf6bb67870e9095fb44b1a783995da23 { background-color: transparent; background-image: none; }#wf6bb67870e9095fb44b1a783995da23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf6bb67870e9095fb44b1a783995da23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf6bb67870e9095fb44b1a783995da23 > .row .container > .video-iframe-container { display: none; }#wf6bb67870e9095fb44b1a783995da23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf6bb67870e9095fb44b1a783995da23 > .row > .video-iframe-container { display: none; }#wf6bb67870e9095fb44b1a783995da23 > .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); }#wf6bb67870e9095fb44b1a783995da23 { border-width: 0; border-radius: 0; }#wf6bb67870e9095fb44b1a783995da23 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wf6bb67870e9095fb44b1a783995da23 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g05b75c59a0746c1623ca5408f7aef23 { color:rgba(255,255,255,0.64);display:block;width:60rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:0.51953125rem;left:7.5rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { position:relative;display:block; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { background-color: transparent; background-image: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .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); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { border-width: 0; border-radius: 0; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XBh0fBif2C8LicocEPshOiZUxNH7UhGn { color:#ffffff;display:block;width:71.9375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:5.4375rem;left:1.1875rem;height:4.79883125rem;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;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { display:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { width:47.75rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Svzeq6topiAZXwbNKQEpRM5CHPocWKrA { width:16.625rem;height:3.125rem;top:3.625rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { width:21.9375rem;height:4.7125rem;top:8.5625rem;left:1.8750000596046rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8JGg2CQQ8JyruGomrt858OBzOlVpTcU { width:22.5625rem;height:7.5rem;top:14.8623046875rem;left:1.875rem;font-size:0.875rem;display:block; }#x8JGg2CQQ8JyruGomrt858OBzOlVpTcU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/27e2e199-cc99-4cbb-b2a8-d161076d836f/check3.svg); }
 }@media only screen and (max-width: 1199px) { #fF4A2iC9KfNzguIHR3N9gI8cUTAm1Lln { width:16.5rem;height:3.5rem;top:23.999219894409rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cDIFz5CWmXERMgXHTvwmIBgUf2ZGbClQ { display:block; }
 }@media only screen and (max-width: 1199px) { #vdJIeyWihJKLu4x1iRZBS6Xh5EGdy2V1 { width:47.75rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yPEiK2CZpalbdKcUX5I4GDJbE787TiTu { width:22.4375rem;height:12.875rem;top:9.4367193222044rem;left:25.214970653163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kv8Cfd9enDBXHlUwvyiOPeQoTwbEKNKG { width:23.4375rem;height:13.5rem;top:3.6875rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { display:block; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X2338b78b38e2d53829fbf2d56684e8a { display:block; }#X2338b78b38e2d53829fbf2d56684e8a > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dffaeee09502b75397ad650028fe4126 { width:10rem;height:2.5rem;top:1.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffe9f3d8a6a7dd47a1886014fe9f25c9 { display:block; }
 }@media only screen and (max-width: 1199px) { #cd651d5ed1614246a5baecf6f40f4ec0 { width:1.25rem;height:0.8125rem;top:2rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L3bb831e80d487d48e1ce1a89995c658 { width:1.25rem;height:0.8125rem;top:2rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A12fbfcf8f2ddca145e06569200ffa0d { width:10.3125rem;height:2.5rem;top:1.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a29a373e668d30807528e8f21fbf612a { display:block; }
 }@media only screen and (max-width: 1199px) { #x4dae3e13309f676c680b9d1b78b0c88 { width:1.75rem;height:0.875rem;top:1.9375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bc1c8e9725349165538c93a282a88073 { width:1.75rem;height:0.875rem;top:1.9375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ob874b16e192de2174d41a32d3d12307 { width:10.9375rem;height:2.5rem;top:1.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5d3645423a163222dfef03aa4e92ed2 { display:block; }
 }@media only screen and (max-width: 1199px) { #Xad994fedb64c289573649db2a3b1182 { width:1.75rem;height:0.875rem;top:1.9375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7a2c66c4f97ebcc13efc3049a35813f { width:1.75rem;height:0.875rem;top:1.9375rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0945f17a6f57810c8940ee9cb32d2aa { width:10rem;height:2.5rem;top:1.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B2267364558f629d19dc87ecc744c221 { display:block; }
 }@media only screen and (max-width: 1199px) { #H4f513b3dc0bd26d836f2e54dd830a5b { width:10.3125rem;height:2.5rem;top:1.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b09cdfbde8d7071edb6093860d01faae { display:block; }
 }@media only screen and (max-width: 1199px) { #Ped67e15d05cef1a775c2c569715cdd0 { width:10.9375rem;height:2.5rem;top:1.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x12c1edacff5ff21f9fadc9b25604a69 { display:block; }
 }@media only screen and (max-width: 1199px) { #b012ab4049dfc9813ae6979e7d5879d7 { width:32.75rem;height:3rem;top:0.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R96e8ecbd02f88d016f34e87a21c57c7 { width:3.375rem;height:1.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wa3ba96fab7036dd9a6bed038f45ad5d { display:block; }#wa3ba96fab7036dd9a6bed038f45ad5d > .row .container { width:47.75rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E9769cccffb914cef6062b070291ee04 { width:19.625rem;height:1.4625rem;top:3.3500003814698rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e7a4ab7835354f42f685d7eb7005fc5b { width:19.625rem;height:1.3125rem;top:5rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d09062380c858fc53f5e9eb68ad11584 { width:19.625rem;height:1.3125rem;top:7.09375rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eff38ec1cf0982b4fa2af074f84cc439 { width:12.125rem;height:1.125rem;top:8.9375rem;left:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4ce0a4921202bed5d0c6eea66c9ed82 { width:8.8125rem;height:2.6rem;top:10.5rem;left:4.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a642ce4bb9c5354007d5782481de5945 { width:10.125rem;height:1.1375rem;top:11.625rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8ff07341c5262573ab4b8a2e7635414 { width:19.625rem;height:1.3125rem;top:13.21875rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A2b2ca6ddffa50745938bb8291e7c520 { width:18rem;height:3rem;top:15.356250762939rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y74c166cd771152dd0c358b878bdf603 { display:block; }
 }@media only screen and (max-width: 1199px) { #Tde714c3f34ac66644a30d75fd17b483 { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #db3da50b3fb2fd6d1e989602c9852122 { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #k5254b73af83170f4fec9e3d0ee62d68 { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tb786d85aa0d3c436b0a5dd9d33a7950 { width:20rem;height:7.2rem;top:20.4375rem;left:3.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nf1833af915eb3303f963abf969f949a { width:10.5rem;height:1.3125rem;top:0.375rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hd7853f3cd51322f8904ec2206ffcb7d { width:18.5625rem;height:1.4625rem;top:3.375rem;left:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4b9e564c9876211255abe23c21b0314 { width:19.6875rem;height:1.3125rem;top:5rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d2e82f8f646ab07cb98b811aa4f9996c { width:19.625rem;height:1.3125rem;top:7.09375rem;left:25.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cc1590ce3883a84fe949a6f9f4bab0ca { width:12.1875rem;height:1.125rem;top:8.9375rem;left:25.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d236565a357507122700b53a9dde66e9 { width:9.125rem;height:2.6rem;top:10.49374961853rem;left:25.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wd16f3b34486d07b6db0e06b25edfad1 { width:7.75rem;height:1.1375rem;top:11.643750190735rem;left:33.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c2e6d0842464b9bbb9ac5efba7c4f630 { width:17.625rem;height:1.1375rem;top:13.24374961853rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6885993ca730d21e464466dc74771ae { width:18rem;height:3rem;top:15.356249809265rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3178199cbadbd6fc2b7f2b65d7ef63b { display:block; }
 }@media only screen and (max-width: 1199px) { #d9585cd233ac29c481034d6a0edd6707 { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #m6d4ed767b9d331a90802c619397bad1 { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c72e2426ce5d7b057bc14833896d02d8 { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a07ba45b089534f90d77b3642513e2bd { width:20rem;height:6.3rem;top:20.4375rem;left:24.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5561ba02c40dce9175ca367e510cb35 { width:12.4375rem;height:1.625rem;top:35.125rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c0fd305d28e99de39277ae4a54aa7be4 { width:18.5625rem;height:1.4625rem;top:31.375rem;left:14.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #de2670e53024cf894d773ed5a1043f51 { width:18.875rem;height:1.3125rem;top:33.02499961853rem;left:14.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #na202a1c9d59fc6843ba1b4507939276 { width:20rem;height:1.3125rem;top:35.21875rem;left:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ef9f1afc082c389ec00ea3a3de49f19d { width:12.4375rem;height:1.125rem;top:37.0625rem;left:15.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N71c5ef9f53b86759d6e2a2315510586 { width:8.4375rem;height:2.6rem;top:38.625rem;left:14.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0eef109403255000f439735f6eef56a { width:10.125rem;height:1.1375rem;top:39.731250762939rem;left:22.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h176c530540906cdfdd8ec62e32e42cd { width:18rem;height:0.0625rem;top:47.0625rem;left:14.84375rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 1199px) { #ca8ab6cd2e332e71976246051f848073 { width:18rem;height:3rem;top:43.4375rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfc2541cbbb2bec5fc74210a90fb0e3c { display:block; }
 }@media only screen and (max-width: 1199px) { #bf263e5a02a3a4cd4b593d8e211f0117 { width:10.5rem;height:1.625rem;top:7rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vc17764b4f97722ab6e2feed7b5ee27f { width:18rem;height:0.0625rem;top:13.84375rem;left:25.125rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 1199px) { #O63c7b3d381119a14e611c080901a5d5 { width:11.625rem;height:2.625rem;top:0rem;left:24.3125rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 1199px) { #c8d2f04ceb9619835dd5e1590ead97c7 { width:10.5rem;height:1.625rem;top:7rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Web15fbb23bca81d46a89a57c8ec415a { width:18rem;height:0.0625rem;top:15.918749809265rem;left:4.4375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #ec59ccfaf77bc3ee2b7f2293198b6b24 { width:5.625rem;height:7.375rem;top:6.5625rem;left:8.8125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #ec4ca73d7d8ea519496c08e80da7235a { width:0.875rem;height:0.875rem;top:9.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p52bea299082daa4254f23bdc822f9f8 { width:1.125rem;height:1.125rem;top:21.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sb79aa7346763137fcd50e6a146b02f9 { width:1rem;height:1rem;top:23.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #e02a1439084d3a5b88679a59351e0346 { width:0.875rem;height:1rem;top:25.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ndd3402677a1419775d31e298784da57 { width:5.75rem;height:7.5rem;top:5.875rem;left:36.3125rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 1199px) { #L546ed7941b52cbf6757de7dbc59c50f { width:0.875rem;height:0.875rem;top:9.0625rem;left:37.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tb8470b47038b79820b2a4dc578ff517 { width:1.125rem;height:1.125rem;top:21.9375rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ac17dfe22139b0ff0828779d134ff0ea { width:1rem;height:1rem;top:23.625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q0e4594bea9d33a9552fdfc9432c7255 { width:0.875rem;height:1rem;top:25.3125rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E80f9178d4ee2a171e4163cfce4b0739 { width:4.4375rem;height:5.8125rem;top:37.6875rem;left:28.4375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 1199px) { #U93d4b4e4f02fff7ffdb46112c1f8cf2 { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b953ac016447d11fc7c6bed1d4aee4ab { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dda6507de62dfaf1d13add7618f266cc { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #d929f4f91023efa32fa7be94548b24d6 { width:1.125rem;height:1.125rem;top:21.9375rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c77413e7b7a7517a1d3b5387b9881038 { width:1rem;height:1rem;top:23.625rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cc047d183f374b22bece7171725cd528 { width:0.875rem;height:1rem;top:25.3125rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Lae2ddff21ecb0ccff4b317a8cd2c901 { width:0.875rem;height:0.875rem;top:37.1875rem;left:27.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A1e95bb355fa86ab1ad4ad328094e1ec { top:1.9375rem;left:3.4375rem;width:20rem;height:17.875rem;z-index:14993;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #x8064424e785c7bec982178e0e9c5b97 { top:1.9375rem;left:24.21875rem;width:20rem;height:17.875rem;z-index:14994;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #u1421f01146b2eaf4a1f341da5a691ea { top:30.0625rem;left:13.8125rem;width:20rem;height:17.875rem;z-index:14995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Kcea6f7b9401a2dc20ee8af4f73e7543 { width:20rem;height:4.5rem;top:48.5625rem;left:13.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zb16f7a4e617cafad97b311dfa8d30f8 { width:47.75rem;height:1.3125rem;top:55.46875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g0ff3d280f8ddc74d955c9ea19079953 { display:block; }#g0ff3d280f8ddc74d955c9ea19079953 > .row .container { width:47.75rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H05218e8ddc5b024614fafe916ed1248 { width:19.625rem;height:1.4625rem;top:3.375rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qe07e0f3cbd7d4acb8e8695b437563ef { width:19.625rem;height:1.3125rem;top:5.0249996185303rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbefc02b0c2fa3aa8651c18e0ad25cbc { width:19.625rem;height:1.3125rem;top:7.125rem;left:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3cdc0e2918061c9f7ea685ef2d97b24 { width:12.125rem;height:1.125rem;top:8.9375rem;left:15.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8a6bd4bca03d5c5dd6d0fa6445bf308 { width:10.5rem;height:1.625rem;top:6.96875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G51a0c12a701a7cc6be2059045638221 { width:9.25rem;height:2.6rem;top:11.137499809265rem;left:14.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cb2fbff34da3d1f0c3df54d25e17a575 { width:10.125rem;height:1.1375rem;top:12.24374961853rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F240e0eb2aa1061bbbe74c06c7fd36fb { width:18rem;height:3rem;top:15.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fa6eb2fa0e011bbca1dcfb96fb9965c8 { display:block; }
 }@media only screen and (max-width: 1199px) { #e574a3e74422bb175e1ea1c63751166c { width:19.625rem;height:0.0625rem;top:15.5rem;left:14.3125rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 1199px) { #v641f5c070dc144c71feac48fcf3de02 { width:5.625rem;height:7.375rem;top:10.112500190735rem;left:21.0625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 1199px) { #q49e82bd6e3b04810c32db1078bf0ac7 { width:0.875rem;height:0.875rem;top:9.0625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bbc88f8be62ba6059a06f62ea35a6cc4 { width:1.125rem;height:1.125rem;top:21.9375rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ubd357188c667a19ea05508dd9a92c4d { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D4196a5ff4d47399e88de3c5162411f7 { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #M8f4f6ca8eecff026ac4a87b6aa36a41 { width:1rem;height:1rem;top:23.625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ff410ff198631b2875d7187486e9ea2d { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c306be086a0d2c1a269ec7928c27763c { width:0.875rem;height:1rem;top:25.3125rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s44b42c46b6fb515b1a9fd0ce5e6b9b8 { top:1.90625rem;left:13.8125rem;width:20rem;height:17.875rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #aa020865a14e202fcd241fc1ee89d199 { width:47.75rem;height:1.3125rem;top:21.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q60862ba69cb354f02ed8f94065b8afe { display:block; }#q60862ba69cb354f02ed8f94065b8afe > .row .container { width:47.75rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ea5fc4f06a92edc6ae256252eb43ae4d { width:7.6875rem;height:1.3125rem;top:0.3125rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K19bf95783f5b0384ac328b770829e8d { width:10.5rem;height:1.625rem;top:6.96875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bb25562faedede595531aac8a61ce508 { width:19.625rem;height:1.4625rem;top:3.375rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbb1e6b0110710256d177a1d251ca2b0 { width:19.625rem;height:1.3125rem;top:5rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1cc7a6ed28c7231343da6988706c975 { width:19.625rem;height:1.3125rem;top:7.125rem;left:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nde5beb863b8b42b9d04ab5baee5a4fc { width:12.1875rem;height:1.125rem;top:8.9375rem;left:15.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e888732614cf40658b465a5adc3e2685 { width:10.5rem;height:2.6rem;top:11.14999961853rem;left:14.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9a5a0f9520753b8d40231c8594a118d { width:10.125rem;height:1.1375rem;top:12.25625038147rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9ec83a1cf1d15b4b9cf1dd89082ac03 { width:18rem;height:3rem;top:15.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qbc4ba0029af8182f68a212f32d01973 { display:block; }
 }@media only screen and (max-width: 1199px) { #d0eb709f3e37a3d0c92e06e9d523a904 { width:18rem;height:0.0625rem;top:15.5rem;left:14.375rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 1199px) { #Nd347db4f867c41f5801b74b15182ee8 { width:8.625rem;height:2.625rem;top:0rem;left:13.8125rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 1199px) { #J84b862f56cacd3cc973b64603289c91 { width:5.625rem;height:7.375rem;top:6.4375rem;left:21.1875rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6bb70edbcf45156faeba4cbd82cc91c { width:0.875rem;height:0.875rem;top:9.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P091d3983ef11cbc56cbff8570222b7e { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ccc4414db139f58c4bb49d4e747ea328 { width:1.125rem;height:1.125rem;top:21.9375rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rc185fa60e66c1edbfa81610feb1b8f8 { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bd6ccc71df7e77d18fcbf3793e3f06d5 { width:1rem;height:1rem;top:23.625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #O9588373f13d779109b937e5540d8f7a { width:18.875rem;height:1.3125rem;top:7rem;left:25.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #efc765d9ec3c6a511e85679fcac4528d { width:0.875rem;height:1rem;top:25.3125rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zde18ac996cffeb5d039de73a5b4069d { width:19.9375rem;height:1.8rem;top:20.4375rem;left:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c713ccfda1394b7d129b2ec97b3b5212 { top:1.9375rem;left:13.8125rem;width:20rem;height:17.875rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #ib6d5b2ec4179b3b2499fa84f6ad2870 { width:47.75rem;height:1.3125rem;top:23.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d2d66a719814fcecae1724d0e473c22f { display:block; }#d2d66a719814fcecae1724d0e473c22f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b0da2bc19d865a761eec9a4919868d76 { width:47.75rem;height:0.9746125rem;top:2.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cc31f6cca68d08b8a1de1451001c5167 { width:1.8125rem;height:4.625rem;top:5.9375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eb66b1ccd455e8b709636f83e36879f7 { width:1.8125rem;height:4.625rem;top:5.9375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p50377126b25666492dfe04c19c5faf9 { width:1.75rem;height:1.1375rem;top:6.4375rem;left:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t4e54f12b57c90d183afb0852ac396dd { width:4.5625rem;height:1rem;top:6.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kbaa68a12b1e66af893254d0282538cd { width:6.875rem;height:1.125rem;top:7.75rem;left:16.562500953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ted3bc649ec8feee710b8c47877b568a { width:3.4375rem;height:0.9375rem;top:9.0625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5bdcdf1be2f538f7feb9a213f7d1bc6 { width:0.0625rem;height:2rem;top:7.25rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sa416d9c3c79feac3ab12d2f6b61665c { width:1.75rem;height:1.125rem;top:6.4375rem;left:24.750000953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a88f15d5fd0a7238e88690f5f42321d0 { width:4.5625rem;height:1rem;top:6.5rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n4f13c715297098aadd4fe47017aad24 { width:6.875rem;height:1.125rem;top:7.75rem;left:24.437500953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ed4bb9822b14b421757d8d4eafff40f8 { width:3.75rem;height:0.9375rem;top:9.0625rem;left:26rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9f314dc9fda3cd8ca75978b28ba67fe { width:20.5rem;height:5.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a947525b48d15d92eeb014b61d40f89e { display:block; }#a947525b48d15d92eeb014b61d40f89e > .row .container { width:47.75rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #be1ebe20bdd85823d5289def64f18693 { width:47.75rem;height:2.5996125rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbbd5ba1c47029908bf0077d77c1ad1c { width:47.75rem;height:2.6rem;top:1.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c8181ad1a08e71cdb1b8af24ba418d2c { width:16.625rem;height:3.125rem;top:3.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Od51a3e5659bb22f31f9a1470f9f4636 { display:none; }#Od51a3e5659bb22f31f9a1470f9f4636 > .row .container { width:47.75rem;height:1.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #R4db0ac234a1a3c33b5256383c338650 { width:2.5rem;height:2.4375rem;top:1.4375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b23dfe48ffa8a8d683484f4ad29533c4 { width:17.25rem;height:1.1375rem;top:1.5625rem;left:4.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Zfa74dbf21d6ba4022387b736335efb8 { width:2.5rem;height:2.4375rem;top:6.125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #k215dd9efc77e4985e1f3cc26e07013c { width:17.25rem;height:1.1375rem;top:6.25rem;left:4.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #A10f0c5afcbe41303e7d16a908338457 { width:2.5rem;height:2.4375rem;top:10.8125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xc5670c1d31114c59b50a1fc26ee498f { width:2.5rem;height:2.4375rem;top:15.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q65416d7139d39af19754225334db4aa { width:17.25rem;height:1.1375rem;top:15.6875rem;left:4.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f88a17c46fc4d4219c87a0eb51e96af5 { width:17.25rem;height:1.1375rem;top:10.9375rem;left:4.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #d0df465bd0752f555e2d48856ee9a02e { width:10rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wca9ec1cd78c64de07a59e530921c18b { width:10rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cff69e62ab41b6f33036e04a6f27a87c { width:10rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b05cc9475ea372bc72b8a91c89092028 { width:10rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a00bc94c99ba6afc566ce26790cb61b3 { display:none; }#a00bc94c99ba6afc566ce26790cb61b3 > .row .container { width:47.75rem;height:1.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Abd3e96cb27fbf747e8dad13799910dc { width:2.5rem;height:2.4375rem;top:14.5625rem;left:23.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f6824347cc662da51719cb9410906da7 { width:2.5rem;height:2.4375rem;top:9.8125rem;left:23.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b33ece79a712604985d55a0e00a90f7b { width:2.5rem;height:2.4375rem;top:5.125rem;left:23.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b3df906aed621c500a24fbba2d85cdfa { width:20.375rem;height:1.1375rem;top:14.6875rem;left:26.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c667a66d633e89d150a102cab4c5e562 { width:19.1875rem;height:1.1375rem;top:9.9375rem;left:26.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dd3e2d092c2d07a439c407e62f445c17 { width:17.25rem;height:1.1375rem;top:5.25rem;left:26.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f5f04259b2937893e68d67de7da68040 { width:2.5rem;height:2.4375rem;top:1.4375rem;left:23.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #d51841eddaeffb85ec4a3f1365bf12f0 { width:17.25rem;height:1.1375rem;top:1.5625rem;left:26.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #A3e72096dbc54b93298004d48a64a2b2 { width:10rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Pda4f2cb2489602b09c4e2550f418bfa { width:10rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a07e3fd31abd5c58c570d7bdd7bc0828 { width:10rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #be86fd79bb5a3726df9903e5121b44ca { width:10rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f24405023fd64dd81e8bc088aefffa23 { display:none; }#f24405023fd64dd81e8bc088aefffa23 > .row .container { width:47.75rem;height:1.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Oaac76ee2ef52f41a7addf2ac4969a68 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Sd6c87cf696fc529b65b0082580dbe31 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #C97c8200d297353ea95d63719108727e { width:3.375rem;height:1.875rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s9e8cce66ddf9f13cea5159751a00dbd { display:block; }#s9e8cce66ddf9f13cea5159751a00dbd > .row .container { width:47.75rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d0dcc7936419ca129f4b6658325d8984 { width:47.75rem;height:20.040685224839rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L3fdcb646b452a6739b3b1d11c881beb { width:2.5rem;height:2.4375rem;top:1.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2379649eefa04d0afeb85127d7aeb61 { width:17.25rem;height:1.1375rem;top:1.5625rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mf9ffaf67626363747f9a74c0b0e824d { width:17.625rem;height:2.2744125rem;top:3rem;left:4.125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #D1cf0004e69ca3a37f74d7cd8538406f { width:2.5rem;height:2.4375rem;top:6.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f3d4211dbba336b99a5c6ba6e4de1d9b { width:17.25rem;height:1.1375rem;top:6.25rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #baae78471bafa3def6d3bc20b2457cd2 { width:19.4375rem;height:2.2744125rem;top:7.75rem;left:4.125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #c439e3d28ad5e5722ac61a416147d719 { width:2.5rem;height:2.4375rem;top:10.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8c4ee15cbfd26898059155a2927d548 { width:17.25rem;height:1.1375rem;top:10.9375rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z065c7b6e79b982085a0d4149a3de931 { width:19.3125rem;height:2.2744125rem;top:12.4375rem;left:4.125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Waa47bd51ab494fb2f6b6ee205b28d98 { width:2.5rem;height:2.4375rem;top:15.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N0c76af91ee5d06a6dc6aba42a99185b { width:17.25rem;height:1.1375rem;top:15.6875rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ge8f56c0b0504d6e9cea1d90065439f8 { width:19.4375rem;height:1.1375rem;top:17.1875rem;left:4.125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #m6fbd20c96110bbcfcfed6178ba5cf17 { width:2.5rem;height:2.4375rem;top:1.4375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y093ee3dbd8db678b09c13953d688d62 { width:17.25rem;height:1.1375rem;top:1.5625rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a10fdff6b91015e1ca02d91f3b4ba59d { width:17.625rem;height:1.13720625rem;top:3rem;left:26.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #a8911efea1182a8e541551b14b3e81c8 { width:2.5rem;height:2.4375rem;top:5.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G3bcfb90a151427bff9b15d762effbe6 { width:17.25rem;height:1.1375rem;top:5.25rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iecdbe5db306b05ed98a92763cea40ad { width:17.875rem;height:2.2744125rem;top:6.75rem;left:26.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #J0a0287537a01681a997f0aeaa22d616 { width:2.5rem;height:2.4375rem;top:9.8125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x37f9d485e57f8d48fd80bb408ec5f78 { width:19.1875rem;height:1.1375rem;top:9.9375rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I42680161b8153267bb0559bd57b1171 { width:19.1875rem;height:2.2744125rem;top:11.4375rem;left:26.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #c47d2d6b772d5ada3c1e289dccda1a23 { width:2.5rem;height:2.4375rem;top:14.5625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4e514051561932b75f4276fe6009c5e { width:20.375rem;height:1.1375rem;top:14.6875rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d6309947138bb8a5de9f9f14b4d65fc9 { width:19.625rem;height:2.2744125rem;top:16.1875rem;left:26.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT { display:block; }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D48c1ccfc004e77dcaf4b367ee31c06c { width:23.75rem;height:18rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jfaf0dae18138ad8a43f881babb8496d { width:23.3125rem;height:21.125rem;top:0.5625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1012f280a972ef4a05b48f6f61dded7 { width:3.625rem;height:3.625rem;top:4.75rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f8c0ab52c0d7e5cda8d9c1ee2b062302 { width:18.375rem;height:1.625rem;top:9.9375rem;left:25.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gd14704dfecfd338709872ab117cebb2 { width:18.375rem;height:5.25rem;top:12.4375rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN { display:block; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GtuH9Ooqn9rLAX53islSrG2osktNFJzg { display:block; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container { width:47.75rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ed09cJd7w4b4Gr1dP3f9xFDZdTFnqQ1C { width:23.25rem;height:18.9375rem;top:0.5625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOg2dG6kh8Kuun015KXuDvdTK5VxgAVX { width:23.3125rem;height:21.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMr52HQcmrBXVc2zKS7LdRNsiisLhs3B { width:3.625rem;height:3.625rem;top:3rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nSalVyTAcwN0hXXiALbny4mLv0goJivo { width:18.375rem;height:3.25rem;top:8.0625rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SE3w1lH5uGm5RvVEcodQECPxPOcuwucI { width:18.375rem;height:6.5625rem;top:12.125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR { display:block; }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw { display:block; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container { width:47.75rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qqPdAll5nXz65rTppBZAL8g17KQakSBh { width:23.3125rem;height:19.8125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erKN6Bbx3qV1TVtpsTCbQQ9U2mXFR7s1 { width:23.3125rem;height:21.125rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRCl6AGabKmI3MNrdobIwTuETBASV5nH { width:3.375rem;height:3.375rem;top:2.25rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRnKRqVrI3QZk4fqlCko38dzZizSBFad { width:18.375rem;height:1.625rem;top:7.25rem;left:25.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nNV4GHVmKqLzRksHyZ43PPbGDh00vExD { width:18.375rem;height:5.25rem;top:9.75rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #id2ust79HEK2RLXspr1ueMyIxZsEBiTC { width:11.3125rem;height:3rem;top:16rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qVEwUP8yvwrLC51WXTFKo3THRITRqM5y { display:block; }
 }@media only screen and (max-width: 1199px) { #dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU { display:block; }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT { display:block; }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT > .row .container { width:47.75rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g2DL9ooTVyT9AzZzvrDrkUcV8ZkJrxCb { width:23.1875rem;height:19.75rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bSuS9BCo1cCbIWPhS7Q3yUzqJ56qI65r { width:23.3125rem;height:21.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AlAmSrV0PN9S9DIapT17HKv4wDMcDe2s { width:3.625rem;height:3.625rem;top:2.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1lrRe3d9E4CzvmRxwe1C0CKNm4iloHz { width:18.375rem;height:1.625rem;top:7.5rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSSSOGx2lH2d5DsAX7QHtCuMnlbeJWD1 { width:18.375rem;height:5.25rem;top:10rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOdZpO7I7lCJ4kwSuSy7aGuUToteHotW { width:11.3125rem;height:3rem;top:16.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzcLV13w2ZmXAgT4wRIcIvoLp9H5TDiI { display:block; }
 }@media only screen and (max-width: 1199px) { #I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ { display:block; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zATXBtzm2vKAKzDXTh96wrTXg8cLQWve { display:block; }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve > .row .container { width:47.75rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qGTE8fETgVCWFqi6W1aWKarQ9LJETQnr { width:23.3125rem;height:19.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CuNus81Gv5FxPGRoWrTgdQH1QabnT5Ol { width:23.3125rem;height:21.125rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBVC4cvT9LuZtOKSXxKTbSotSrPJExci { width:3.375rem;height:4.3125rem;top:3.1875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJAwh7uplKXQKlvdMx3KRXJCpLghBbE3 { width:18.375rem;height:3.25rem;top:9.15625rem;left:25.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIPgFv0ZTqAHuAAvTXa1UGX5roh0tTss { width:18.375rem;height:3.9375rem;top:13.125rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA { display:block; }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 { display:block; }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BdB4dbJtLkOo93Bhoan6MKfnZSsUbZuV { width:47.75rem;height:0.0625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 { display:block; }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 > .row .container { width:47.75rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UwbTAOp90TIySBBAcNx5l5crz18koHXV { width:26.0625rem;height:2.275rem;top:0rem;left:10.84375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxCx4wIDbcLSey2S1fPT6vP1J2PfeIAh { width:23.125rem;height:3rem;top:4.125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FFmf0GCM8AE1NPHTPTfkTVwdFPhEI3IV { width:20rem;height:4.5rem;top:38.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JaoERxTIPBcSciMwFHs3AXgNtmXGLbmG { width:10.25rem;height:3rem;top:9rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WCFt21u08UGCuZWygON7TKDlHrOhL1xD { display:block; }
 }@media only screen and (max-width: 1199px) { #uI7XCTRPVfDw1gLhdsWGSqtWhSUpRabU { width:10.125rem;height:3rem;top:9rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EpwvvwP1DpkfkDo6eMaAkTatoGbM1cgv { display:block; }
 }@media only screen and (max-width: 1199px) { #aif52lgFfpAMN2UcLracZX8dVHhw549o { display:block; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row .container { width:47.75rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rJGaZc8h02pp5pDQdPcVZJQd2Kzrwxgc { width:47.75rem;height:2.1125rem;top:2.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG { display:block; }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd { display:flex;height:auto;width:45.25rem;top:2.8125rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #U0gKVWzBM9PDNapAyN7Ua1TXU3LdU0cn {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #IanphySI2a2ImSTISIPPU6TRDxNmfDCw {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #tJvTJoumN5p06RO9x5Ad1u8dul5yzMGp {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #vmuQRgMa5ImPxLOH4r0c9HzHlbuKbLCh {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #tLVm0lRShs6e8Hlt6L6IiG3Q4gQ2g3Td {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #XUuMrbNa5DQTThlgI5Ei72LCgWRwxBPQ {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #JieanS2ZnSEKQO8NFBTWvurGEpoqxhTi {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #FzwF0V0ltW46JyqzguQFJ1hJJV5fWOi9 {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #ZERX2Tr6etTLQ7Fso4RvDRedxDBP3vVb {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #TQlOoLl16m75gSxyrsoAUX6H4sUeewq8 {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #fGVkyVuMx08RkxAhs6BU067qc7az5CIU {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #zfb0R3VSBo7dumVJ1BlNA3CfFHG2xalz {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #dkgBWqeOq1lA6gb1xwsy3mU7hFTrFz78 {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #Gpi0bWtc2mgM1mrbXlg9ennNmTsc42Nh {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xZ1nZeFX96CllRqxZUt8wmpKcP0rNvx5 {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #x8Z1p1LgIUS6yf872i1qrVkel4xzg7Mb {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #MaTTdquN42LopUpUhrwFtUuoNOwJM9M8 {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #IJAM3mbBdiqkL6RFDZbMl5OlZXWEUb1T {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #bMcsuxxcOXlKDT1mvtAenoidQMcFZODO {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #vmaAyUXg4chtT8X42sWtTcqDWA1rTcVW {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xQIM0cgQNsItQOZivJszUFnho5uWZZxT {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #lelxnr7Sq9h7iggLBAO8o1vfgoUHtGIi {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #ATIEEcMKRm93dZfve6uFXRanAclKqDSw {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #LqLfOfOuhoVm8fN6gLDTAU4xtcgPcng3 {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #cRdw7M4sIenMiSplXJ73y2WNvTB9Liek {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #AeMvNxaox2Z4z4ezg3JJJHXI7kR64TMC {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #EZbKanJRNMeTUk4OrXpwbIelC9rClTbW {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #OudTXtn9pmFgN4paGVzKSvxLuwNO76Vb {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #ibi63N9tBosvk0kafhPbJidCrN0Aes5u {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #a42F4ToMTNKCiCc3KIoHpyQeo6bPV0Th {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xWdFUuvz0yc2XFDTzGi7mhefv9zUOKsJ {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #tTqbHndppSoFt5hU6Wt2Hlu1nigNyOP6 {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #SQ1PC1f8gGhDClgJFIDCuoKwuOJNkuzP {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #q8FagLN5ZOkykhFSE7E1vvWasw6HA6RN {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #mHZOJ9TbOsFd0BNO8tWhKXtrVErragfv {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xV5eBTmcwZkC2NNOF7HexXft1LWIX4Lm {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #bSBPcDle3lMTp5hbndZWE5m1vHfwhg2x {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #K3XEScLcMBDvcteVdG7HDmoSsoflod4N {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #MGhrJpHAXOsbk8a9CvRqoS4zsiqTcmk0 {  }
 }@media only screen and (max-width: 1199px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #CvTXatRKAu5P1IMWZC9Q5G74c4nFWUx1 {  }
 }@media only screen and (max-width: 1199px) { #wf6bb67870e9095fb44b1a783995da23 { display:block; }#wf6bb67870e9095fb44b1a783995da23 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g05b75c59a0746c1623ca5408f7aef23 { width:47.75rem;height:1.3994125rem;top:0.51953125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { display:block; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XBh0fBif2C8LicocEPshOiZUxNH7UhGn { width:47.75rem;height:5.6rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#110029;background-image:url("https://images.assets-landingi.com/uc/9c573f93-7b39-4fd2-8802-d2855ca4263f/bg_mobile.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { display:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Svzeq6topiAZXwbNKQEpRM5CHPocWKrA { width:10.625rem;height:1.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { width:20rem;height:7.06875rem;top:5.9993486404419rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8JGg2CQQ8JyruGomrt858OBzOlVpTcU { width:18.9371875rem;height:10.125rem;top:14.859211921692rem;left:0rem;font-size:0.875rem;display:block; }#x8JGg2CQQ8JyruGomrt858OBzOlVpTcU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/27e2e199-cc99-4cbb-b2a8-d161076d836f/check3.svg); }
 }@media only screen and (max-width: 763px) { #fF4A2iC9KfNzguIHR3N9gI8cUTAm1Lln { width:18.75rem;height:3rem;top:26.297199249267rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDIFz5CWmXERMgXHTvwmIBgUf2ZGbClQ { display:block; }
 }@media only screen and (max-width: 763px) { #vdJIeyWihJKLu4x1iRZBS6Xh5EGdy2V1 { top:31.362499237061rem;left:0rem;width:20rem;height:12.4375rem;z-index:15022;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yPEiK2CZpalbdKcUX5I4GDJbE787TiTu { width:20rem;height:11.533546325879rem;top:32.171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kv8Cfd9enDBXHlUwvyiOPeQoTwbEKNKG { width:20rem;height:11.5rem;top:31.77968788147rem;left:0rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { display:block; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2338b78b38e2d53829fbf2d56684e8a { display:block; }#X2338b78b38e2d53829fbf2d56684e8a > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dffaeee09502b75397ad650028fe4126 { width:6.375rem;height:2.5rem;top:0.78125005960463rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ffe9f3d8a6a7dd47a1886014fe9f25c9 { display:block; }
 }@media only screen and (max-width: 763px) { #cd651d5ed1614246a5baecf6f40f4ec0 { width:1.0625rem;height:0.6875rem;top:2.3748915195465rem;left:2.1875002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3bb831e80d487d48e1ce1a89995c658 { width:1.0625rem;height:0.6875rem;top:2.3748915195465rem;left:3.3745660781861rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A12fbfcf8f2ddca145e06569200ffa0d { width:6.375rem;height:2.5rem;top:0.8125rem;left:6.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #a29a373e668d30807528e8f21fbf612a { display:block; }
 }@media only screen and (max-width: 763px) { #x4dae3e13309f676c680b9d1b78b0c88 { width:1.5rem;height:0.75rem;top:2.3748915195465rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc1c8e9725349165538c93a282a88073 { width:1.5rem;height:0.75rem;top:2.3748915195465rem;left:10.062392234803rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob874b16e192de2174d41a32d3d12307 { width:6.375rem;height:2.5rem;top:0.78125rem;left:13.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Z5d3645423a163222dfef03aa4e92ed2 { display:block; }
 }@media only screen and (max-width: 763px) { #Xad994fedb64c289573649db2a3b1182 { width:1.5rem;height:0.75rem;top:2.3748915195465rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7a2c66c4f97ebcc13efc3049a35813f { width:1.5rem;height:0.75rem;top:2.3748915195465rem;left:16.687284469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0945f17a6f57810c8940ee9cb32d2aa { width:6.375rem;height:2.5rem;top:0.78125005960463rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2267364558f629d19dc87ecc744c221 { display:block; }
 }@media only screen and (max-width: 763px) { #H4f513b3dc0bd26d836f2e54dd830a5b { width:6.375rem;height:2.5rem;top:0.8125rem;left:6.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b09cdfbde8d7071edb6093860d01faae { display:block; }
 }@media only screen and (max-width: 763px) { #Ped67e15d05cef1a775c2c569715cdd0 { width:6.375rem;height:2.5rem;top:0.81217449903488rem;left:13.312174797058rem;font-size:0.875rem;text-align:left;text-align-last:left;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x12c1edacff5ff21f9fadc9b25604a69 { display:block; }
 }@media only screen and (max-width: 763px) { #b012ab4049dfc9813ae6979e7d5879d7 { width:20rem;height:3rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R96e8ecbd02f88d016f34e87a21c57c7 { width:3.375rem;height:0.625rem;top:0rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa3ba96fab7036dd9a6bed038f45ad5d { display:block; }#wa3ba96fab7036dd9a6bed038f45ad5d > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9769cccffb914cef6062b070291ee04 { width:16.625rem;height:1.4624rem;top:28.4375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7a4ab7835354f42f685d7eb7005fc5b { width:18rem;height:1.3125rem;top:29.875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d09062380c858fc53f5e9eb68ad11584 { width:17.9375rem;height:1.3125rem;top:31.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eff38ec1cf0982b4fa2af074f84cc439 { width:11.8125rem;height:1.125rem;top:33.5rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4ce0a4921202bed5d0c6eea66c9ed82 { width:7.8125rem;height:2.6rem;top:35.30624961853rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a642ce4bb9c5354007d5782481de5945 { width:10.125rem;height:1.1375rem;top:36.393749237061rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ff07341c5262573ab4b8a2e7635414 { width:18.5rem;height:1.3125rem;top:37.75rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2b2ca6ddffa50745938bb8291e7c520 { width:18rem;height:3rem;top:40.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y74c166cd771152dd0c358b878bdf603 { display:block; }
 }@media only screen and (max-width: 763px) { #Tde714c3f34ac66644a30d75fd17b483 { width:14.3125rem;height:0;top:140.1875rem;left:1.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #db3da50b3fb2fd6d1e989602c9852122 { width:14.3125rem;height:0;top:140.1875rem;left:1.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5254b73af83170f4fec9e3d0ee62d68 { width:14.3125rem;height:0;top:140.1875rem;left:1.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tb786d85aa0d3c436b0a5dd9d33a7950 { width:20rem;height:7.2rem;top:45.5rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1833af915eb3303f963abf969f949a { width:9.5625rem;height:1.3125rem;top:0.1875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd7853f3cd51322f8904ec2206ffcb7d { width:17.5625rem;height:1.4625rem;top:2.875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4b9e564c9876211255abe23c21b0314 { width:17.6875rem;height:1.3125rem;top:4.3125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2e82f8f646ab07cb98b811aa4f9996c { width:16.75rem;height:1.3125rem;top:6.375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc1590ce3883a84fe949a6f9f4bab0ca { width:11.8125rem;height:1.125rem;top:8.0625rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d236565a357507122700b53a9dde66e9 { width:8.25rem;height:2.6rem;top:9.949999809265rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd16f3b34486d07b6db0e06b25edfad1 { width:5rem;height:1.1375rem;top:11.05624961853rem;left:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2e6d0842464b9bbb9ac5efba7c4f630 { width:17.125rem;height:1.1375rem;top:12.487500190735rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6885993ca730d21e464466dc74771ae { width:18rem;height:3rem;top:14.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3178199cbadbd6fc2b7f2b65d7ef63b { display:block; }
 }@media only screen and (max-width: 763px) { #d9585cd233ac29c481034d6a0edd6707 { width:14.3125rem;height:0;top:140.1875rem;left:1.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6d4ed767b9d331a90802c619397bad1 { width:14.3125rem;height:0;top:140.1875rem;left:1.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c72e2426ce5d7b057bc14833896d02d8 { width:14.3125rem;height:0;top:140.1875rem;left:1.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a07ba45b089534f90d77b3642513e2bd { width:20rem;height:6.3rem;top:20.0625rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l5561ba02c40dce9175ca367e510cb35 { width:12.4375rem;height:1.625rem;top:58.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0fd305d28e99de39277ae4a54aa7be4 { width:18.5625rem;height:1.4625rem;top:55rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de2670e53024cf894d773ed5a1043f51 { width:16.6875rem;height:1.3125rem;top:56.4375rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #na202a1c9d59fc6843ba1b4507939276 { width:16.875rem;height:1.3125rem;top:58.3125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9f1afc082c389ec00ea3a3de49f19d { width:11.8125rem;height:1.125rem;top:60.125rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N71c5ef9f53b86759d6e2a2315510586 { width:8.375rem;height:2.6rem;top:62.375rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0eef109403255000f439735f6eef56a { width:10.125rem;height:1.1375rem;top:63.5rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h176c530540906cdfdd8ec62e32e42cd { width:12.5rem;height:0.0625rem;top:70.4375rem;left:3.75rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #ca8ab6cd2e332e71976246051f848073 { width:18rem;height:3rem;top:66.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfc2541cbbb2bec5fc74210a90fb0e3c { display:block; }
 }@media only screen and (max-width: 763px) { #bf263e5a02a3a4cd4b593d8e211f0117 { width:10.5rem;height:1.625rem;top:6.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc17764b4f97722ab6e2feed7b5ee27f { width:20rem;height:0.0625rem;top:54.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O63c7b3d381119a14e611c080901a5d5 { width:10.9375rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8d2f04ceb9619835dd5e1590ead97c7 { width:10.5rem;height:1.625rem;top:31.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Web15fbb23bca81d46a89a57c8ec415a { width:20rem;height:0.0625rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec59ccfaf77bc3ee2b7f2293198b6b24 { width:20rem;height:26.222222222222rem;top:120.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec4ca73d7d8ea519496c08e80da7235a { width:1rem;height:1rem;top:33.5625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p52bea299082daa4254f23bdc822f9f8 { width:1.125rem;height:1.125rem;top:21.9375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sb79aa7346763137fcd50e6a146b02f9 { width:1rem;height:1rem;top:23.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e02a1439084d3a5b88679a59351e0346 { width:0.875rem;height:1rem;top:25.3125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndd3402677a1419775d31e298784da57 { width:20rem;height:26.086956521739rem;top:139.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L546ed7941b52cbf6757de7dbc59c50f { width:1rem;height:1rem;top:8.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb8470b47038b79820b2a4dc578ff517 { width:1.125rem;height:1.125rem;top:21.9375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ac17dfe22139b0ff0828779d134ff0ea { width:1rem;height:1rem;top:23.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0e4594bea9d33a9552fdfc9432c7255 { width:0.875rem;height:1rem;top:25.3125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E80f9178d4ee2a171e4163cfce4b0739 { width:20rem;height:26.197183098592rem;top:169.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U93d4b4e4f02fff7ffdb46112c1f8cf2 { width:14.3125rem;height:0;top:140.1875rem;left:1.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b953ac016447d11fc7c6bed1d4aee4ab { width:14.3125rem;height:0;top:140.1875rem;left:1.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dda6507de62dfaf1d13add7618f266cc { width:14.3125rem;height:0;top:140.1875rem;left:1.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d929f4f91023efa32fa7be94548b24d6 { width:1.125rem;height:1.125rem;top:21.9375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c77413e7b7a7517a1d3b5387b9881038 { width:1rem;height:1rem;top:23.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cc047d183f374b22bece7171725cd528 { width:0.875rem;height:1rem;top:25.3125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lae2ddff21ecb0ccff4b317a8cd2c901 { width:1rem;height:1rem;top:60.1875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1e95bb355fa86ab1ad4ad328094e1ec { width:20rem;height:17.875rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8064424e785c7bec982178e0e9c5b97 { width:20rem;height:17.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1421f01146b2eaf4a1f341da5a691ea { width:20rem;height:17.875rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcea6f7b9401a2dc20ee8af4f73e7543 { width:20rem;height:4.5rem;top:71.75rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zb16f7a4e617cafad97b311dfa8d30f8 { width:20rem;height:1.3125rem;top:77.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ff3d280f8ddc74d955c9ea19079953 { display:block; }#g0ff3d280f8ddc74d955c9ea19079953 > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H05218e8ddc5b024614fafe916ed1248 { width:18.5rem;height:1.4625rem;top:2.875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe07e0f3cbd7d4acb8e8695b437563ef { width:18rem;height:1.3125rem;top:4.3125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbefc02b0c2fa3aa8651c18e0ad25cbc { width:17.9375rem;height:1.3125rem;top:6.375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3cdc0e2918061c9f7ea685ef2d97b24 { width:11.8125rem;height:1.125rem;top:8.0625rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8a6bd4bca03d5c5dd6d0fa6445bf308 { width:10.5rem;height:1.625rem;top:6.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G51a0c12a701a7cc6be2059045638221 { width:9.0625rem;height:2.6rem;top:9.9375rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb2fbff34da3d1f0c3df54d25e17a575 { width:7.6875rem;height:1.1375rem;top:11.0625rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F240e0eb2aa1061bbbe74c06c7fd36fb { width:18rem;height:3rem;top:14.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6eb2fa0e011bbca1dcfb96fb9965c8 { display:block; }
 }@media only screen and (max-width: 763px) { #e574a3e74422bb175e1ea1c63751166c { width:20rem;height:0.0625rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v641f5c070dc144c71feac48fcf3de02 { width:20rem;height:26.222222222222rem;top:44.706250190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q49e82bd6e3b04810c32db1078bf0ac7 { width:1rem;height:1rem;top:8.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbc88f8be62ba6059a06f62ea35a6cc4 { width:1.125rem;height:1.125rem;top:56.28125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ubd357188c667a19ea05508dd9a92c4d { width:14.25rem;height:auto;top:21.875rem;left:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4196a5ff4d47399e88de3c5162411f7 { width:14.3125rem;height:0;top:23.5625rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8f4f6ca8eecff026ac4a87b6aa36a41 { width:1rem;height:1rem;top:57.96875rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ff410ff198631b2875d7187486e9ea2d { width:14.3125rem;height:0;top:25.25rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c306be086a0d2c1a269ec7928c27763c { width:0.875rem;height:1rem;top:59.65625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s44b42c46b6fb515b1a9fd0ce5e6b9b8 { width:20rem;height:17.926829268293rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa020865a14e202fcd241fc1ee89d199 { width:20rem;height:1.3125rem;top:21.1145625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q60862ba69cb354f02ed8f94065b8afe { display:block; }#q60862ba69cb354f02ed8f94065b8afe > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ea5fc4f06a92edc6ae256252eb43ae4d { width:14rem;height:1.3125rem;top:0.21875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K19bf95783f5b0384ac328b770829e8d { width:10.5rem;height:1.625rem;top:6.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb25562faedede595531aac8a61ce508 { width:18.625rem;height:1.4625rem;top:2.875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbb1e6b0110710256d177a1d251ca2b0 { width:17.6875rem;height:1.3125rem;top:4.3125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1cc7a6ed28c7231343da6988706c975 { width:16.75rem;height:1.3125rem;top:6.375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nde5beb863b8b42b9d04ab5baee5a4fc { width:11.8125rem;height:1.125rem;top:8.0625rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e888732614cf40658b465a5adc3e2685 { width:9.5625rem;height:2.6rem;top:9.9375rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9a5a0f9520753b8d40231c8594a118d { width:8.3125rem;height:1.1375rem;top:11.0625rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ec83a1cf1d15b4b9cf1dd89082ac03 { width:18rem;height:3rem;top:14.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbc4ba0029af8182f68a212f32d01973 { display:block; }
 }@media only screen and (max-width: 763px) { #d0eb709f3e37a3d0c92e06e9d523a904 { width:20rem;height:0.0625rem;top:15.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nd347db4f867c41f5801b74b15182ee8 { width:8.625rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J84b862f56cacd3cc973b64603289c91 { width:20rem;height:26.222222222222rem;top:41.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6bb70edbcf45156faeba4cbd82cc91c { width:1rem;height:1rem;top:8.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P091d3983ef11cbc56cbff8570222b7e { width:14.25rem;height:auto;top:21.875rem;left:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccc4414db139f58c4bb49d4e747ea328 { width:1.125rem;height:1.125rem;top:21.9375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rc185fa60e66c1edbfa81610feb1b8f8 { width:14.3125rem;height:0;top:23.5625rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bd6ccc71df7e77d18fcbf3793e3f06d5 { width:1rem;height:1rem;top:23.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9588373f13d779109b937e5540d8f7a { width:14.3125rem;height:0;top:25.25rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #efc765d9ec3c6a511e85679fcac4528d { width:0.875rem;height:1rem;top:25.3125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zde18ac996cffeb5d039de73a5b4069d { width:20rem;height:1.8rem;top:20.125rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c713ccfda1394b7d129b2ec97b3b5212 { width:20rem;height:17.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib6d5b2ec4179b3b2499fa84f6ad2870 { width:20rem;height:1.3125rem;top:23.4875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2d66a719814fcecae1724d0e473c22f { display:block; }#d2d66a719814fcecae1724d0e473c22f > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0da2bc19d865a761eec9a4919868d76 { width:20rem;height:0.975rem;top:1.4375rem;left:0rem;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cc31f6cca68d08b8a1de1451001c5167 { width:1.1875rem;height:3rem;top:2.9624996185302rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb66b1ccd455e8b709636f83e36879f7 { width:1.1875rem;height:3rem;top:2.9624996185302rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p50377126b25666492dfe04c19c5faf9 { width:1.75rem;height:1.1375rem;top:2.875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4e54f12b57c90d183afb0852ac396dd { width:4.5625rem;height:1rem;top:2.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbaa68a12b1e66af893254d0282538cd { width:6.875rem;height:1.1375rem;top:3.875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ted3bc649ec8feee710b8c47877b568a { width:3.4375rem;height:0.9375rem;top:5.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5bdcdf1be2f538f7feb9a213f7d1bc6 { width:0.0625rem;height:2rem;top:3.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa416d9c3c79feac3ab12d2f6b61665c { width:1.75rem;height:1.1375rem;top:2.75rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a88f15d5fd0a7238e88690f5f42321d0 { width:4.5625rem;height:1rem;top:2.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4f13c715297098aadd4fe47017aad24 { width:6.875rem;height:1.1375rem;top:3.875rem;left:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed4bb9822b14b421757d8d4eafff40f8 { width:3.75rem;height:0.9375rem;top:5.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9f314dc9fda3cd8ca75978b28ba67fe { top:1rem;left:0rem;width:20rem;height:5.6875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a947525b48d15d92eeb014b61d40f89e { display:block; }#a947525b48d15d92eeb014b61d40f89e > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #be1ebe20bdd85823d5289def64f18693 { width:20rem;height:0;top:2.3623046875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbbd5ba1c47029908bf0077d77c1ad1c { width:15.3125rem;height:1.94970625rem;top:1.125rem;left:0.625rem;font-size:1.5rem;z-index:15003;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c8181ad1a08e71cdb1b8af24ba418d2c { width:7.875rem;height:1.375rem;top:1.4375rem;left:11.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Od51a3e5659bb22f31f9a1470f9f4636 { display:block; }#Od51a3e5659bb22f31f9a1470f9f4636 > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4db0ac234a1a3c33b5256383c338650 { width:2.5rem;height:2.4375rem;top:0.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b23dfe48ffa8a8d683484f4ad29533c4 { width:7.375rem;height:2.2744125rem;top:2.9562501907349rem;left:1.125rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zfa74dbf21d6ba4022387b736335efb8 { width:2.5rem;height:2.4375rem;top:0.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k215dd9efc77e4985e1f3cc26e07013c { width:8.25rem;height:2.2744125rem;top:2.9375rem;left:11rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A10f0c5afcbe41303e7d16a908338457 { width:2.5rem;height:2.4375rem;top:6.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc5670c1d31114c59b50a1fc26ee498f { width:2.5rem;height:2.4375rem;top:6.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q65416d7139d39af19754225334db4aa { width:5.1875rem;height:2.2744125rem;top:9.625rem;left:12.53125rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f88a17c46fc4d4219c87a0eb51e96af5 { width:7rem;height:2.2744125rem;top:9.625rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d0df465bd0752f555e2d48856ee9a02e { top:0rem;left:0rem;width:9.75rem;height:6rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wca9ec1cd78c64de07a59e530921c18b { top:0rem;left:10.25rem;width:9.75rem;height:6rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cff69e62ab41b6f33036e04a6f27a87c { top:6.5625rem;left:0rem;width:9.75rem;height:6rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b05cc9475ea372bc72b8a91c89092028 { top:6.58749961853rem;left:10.25rem;width:9.75rem;height:6rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a00bc94c99ba6afc566ce26790cb61b3 { display:block; }#a00bc94c99ba6afc566ce26790cb61b3 > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Abd3e96cb27fbf747e8dad13799910dc { width:2.5rem;height:2.4375rem;top:7.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6824347cc662da51719cb9410906da7 { width:2.5rem;height:2.4375rem;top:7.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b33ece79a712604985d55a0e00a90f7b { width:2.5rem;height:2.4375rem;top:0.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3df906aed621c500a24fbba2d85cdfa { width:8.75rem;height:1.94921875rem;top:10rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c667a66d633e89d150a102cab4c5e562 { width:7.5rem;height:1.94921875rem;top:10rem;left:11.375rem;font-size:0.75rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dd3e2d092c2d07a439c407e62f445c17 { width:9rem;height:2.2744125rem;top:3.125rem;left:10.625rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f5f04259b2937893e68d67de7da68040 { width:2.5rem;height:2.4375rem;top:0.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d51841eddaeffb85ec4a3f1365bf12f0 { width:7.125rem;height:2.2744125rem;top:3.125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A3e72096dbc54b93298004d48a64a2b2 { top:0rem;left:10.25rem;width:9.75rem;height:6rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pda4f2cb2489602b09c4e2550f418bfa { top:0rem;left:0rem;width:9.75rem;height:6rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a07e3fd31abd5c58c570d7bdd7bc0828 { top:6.625rem;left:10.25rem;width:9.75rem;height:6rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #be86fd79bb5a3726df9903e5121b44ca { top:6.625rem;left:0rem;width:9.75rem;height:6rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f24405023fd64dd81e8bc088aefffa23 { display:block; }#f24405023fd64dd81e8bc088aefffa23 { background-color: transparent; background-image: none; }#f24405023fd64dd81e8bc088aefffa23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f24405023fd64dd81e8bc088aefffa23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f24405023fd64dd81e8bc088aefffa23 > .row .container > .video-iframe-container { display: none; }#f24405023fd64dd81e8bc088aefffa23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f24405023fd64dd81e8bc088aefffa23 > .row > .video-iframe-container { display: none; }#f24405023fd64dd81e8bc088aefffa23 > .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); }#f24405023fd64dd81e8bc088aefffa23 > .row .container { width:20rem;background-color:transparent;background-image:none;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oaac76ee2ef52f41a7addf2ac4969a68 { top:0.0625rem;left:8.5625rem;width:1.25rem;height:0.25rem;z-index:15000;background-color:#d619ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Sd6c87cf696fc529b65b0082580dbe31 { top:0.0625rem;left:10.25rem;width:0.25rem;height:0.25rem;z-index:15001;background-color:#fdfdfd;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C97c8200d297353ea95d63719108727e { width:1.25rem;height:0.625rem;top:0.78125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #s9e8cce66ddf9f13cea5159751a00dbd { display:none; }#s9e8cce66ddf9f13cea5159751a00dbd > .row .container { width:20rem;height:1.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d0dcc7936419ca129f4b6658325d8984 { width:20rem;height:8.3939790575919rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3fdcb646b452a6739b3b1d11c881beb { width:2.5rem;height:2.4375rem;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2379649eefa04d0afeb85127d7aeb61 { width:8.5625rem;height:0;top:2.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mf9ffaf67626363747f9a74c0b0e824d { width:17.625rem;height:0;top:13.125rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1cf0004e69ca3a37f74d7cd8538406f { width:2.5rem;height:2.4375rem;top:1.3010406494141rem;left:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3d4211dbba336b99a5c6ba6e4de1d9b { width:17.25rem;height:0;top:16.375rem;left:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #baae78471bafa3def6d3bc20b2457cd2 { width:19.4375rem;height:0;top:17.875rem;left:0.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c439e3d28ad5e5722ac61a416147d719 { width:3.5625rem;height:3.4734375rem;top:20.9375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8c4ee15cbfd26898059155a2927d548 { width:17.25rem;height:0;top:21.0625rem;left:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z065c7b6e79b982085a0d4149a3de931 { width:19.3125rem;height:0;top:22.5625rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Waa47bd51ab494fb2f6b6ee205b28d98 { width:3.5625rem;height:3.4734375rem;top:25.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0c76af91ee5d06a6dc6aba42a99185b { width:17.25rem;height:0;top:25.8125rem;left:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ge8f56c0b0504d6e9cea1d90065439f8 { width:19.4375rem;height:0;top:27.3125rem;left:0.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6fbd20c96110bbcfcfed6178ba5cf17 { width:3.5625rem;height:3.4734375rem;top:2.6875rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y093ee3dbd8db678b09c13953d688d62 { width:17.25rem;height:0;top:9.3125rem;left:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a10fdff6b91015e1ca02d91f3b4ba59d { width:17.625rem;height:0;top:13.125rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8911efea1182a8e541551b14b3e81c8 { width:3.5625rem;height:3.4734375rem;top:6.375rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3bcfb90a151427bff9b15d762effbe6 { width:17.25rem;height:0;top:15.375rem;left:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iecdbe5db306b05ed98a92763cea40ad { width:20rem;height:0;top:16.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0a0287537a01681a997f0aeaa22d616 { width:3.5625rem;height:3.4734375rem;top:11.0625rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x37f9d485e57f8d48fd80bb408ec5f78 { width:20rem;height:0;top:20.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I42680161b8153267bb0559bd57b1171 { width:20rem;height:0;top:21.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c47d2d6b772d5ada3c1e289dccda1a23 { width:3.5625rem;height:3.4734375rem;top:15.8125rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4e514051561932b75f4276fe6009c5e { width:20rem;height:0;top:24.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6309947138bb8a5de9f9f14b4d65fc9 { width:20rem;height:0;top:26.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT { display:block; }#DfvglL1QXzPzKnPaVCVNiTECnaOfsPIT > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D48c1ccfc004e77dcaf4b367ee31c06c { width:20rem;height:15.125rem;top:13.187502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfaf0dae18138ad8a43f881babb8496d { width:20rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1012f280a972ef4a05b48f6f61dded7 { width:2.5rem;height:2.5rem;top:1.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8c0ab52c0d7e5cda8d9c1ee2b062302 { width:17.875rem;height:1.625rem;top:4.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd14704dfecfd338709872ab117cebb2 { width:18.3125rem;height:5.25rem;top:6.625rem;left:1rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN { display:none; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GtuH9Ooqn9rLAX53islSrG2osktNFJzg { display:block; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ed09cJd7w4b4Gr1dP3f9xFDZdTFnqQ1C { width:19.875rem;height:16.1875rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOg2dG6kh8Kuun015KXuDvdTK5VxgAVX { width:20rem;height:15.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMr52HQcmrBXVc2zKS7LdRNsiisLhs3B { width:2.5rem;height:2.5rem;top:1.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSalVyTAcwN0hXXiALbny4mLv0goJivo { width:16.9375rem;height:3.25rem;top:4.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE3w1lH5uGm5RvVEcodQECPxPOcuwucI { width:18.0625rem;height:6.5625rem;top:8rem;left:1rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR { display:none; }#llEiA1nZQoCFaG6tzmiGJ54g6QwlhmnR > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw { display:block; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqPdAll5nXz65rTppBZAL8g17KQakSBh { width:20rem;height:17rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erKN6Bbx3qV1TVtpsTCbQQ9U2mXFR7s1 { width:20rem;height:17.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRCl6AGabKmI3MNrdobIwTuETBASV5nH { width:2.5rem;height:2.5rem;top:1.13134765625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRnKRqVrI3QZk4fqlCko38dzZizSBFad { width:18.0625rem;height:1.625rem;top:4.4375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNV4GHVmKqLzRksHyZ43PPbGDh00vExD { width:18.4375rem;height:5.25rem;top:6.8125rem;left:1rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #id2ust79HEK2RLXspr1ueMyIxZsEBiTC { width:18.75rem;height:3rem;top:13.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVEwUP8yvwrLC51WXTFKo3THRITRqM5y { display:block; }
 }@media only screen and (max-width: 763px) { #dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU { display:none; }#dhP9yiowNaBu9qFT3LJwH5TURCHZUzqU > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT { display:block; }#qz05GT1C8X7VZeJ7cGx3CRbHdEtI9wlT > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2DL9ooTVyT9AzZzvrDrkUcV8ZkJrxCb { width:20rem;height:17rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSuS9BCo1cCbIWPhS7Q3yUzqJ56qI65r { width:20rem;height:17.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlAmSrV0PN9S9DIapT17HKv4wDMcDe2s { width:2.5rem;height:2.5rem;top:2.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1lrRe3d9E4CzvmRxwe1C0CKNm4iloHz { width:18.5rem;height:1.625rem;top:5.625rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSSSOGx2lH2d5DsAX7QHtCuMnlbeJWD1 { width:18.125rem;height:5.25rem;top:7.8125rem;left:1rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aOdZpO7I7lCJ4kwSuSy7aGuUToteHotW { width:18.75rem;height:3rem;top:14.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzcLV13w2ZmXAgT4wRIcIvoLp9H5TDiI { display:block; }
 }@media only screen and (max-width: 763px) { #I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ { display:none; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zATXBtzm2vKAKzDXTh96wrTXg8cLQWve { display:block; }#zATXBtzm2vKAKzDXTh96wrTXg8cLQWve > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGTE8fETgVCWFqi6W1aWKarQ9LJETQnr { width:20rem;height:17rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuNus81Gv5FxPGRoWrTgdQH1QabnT5Ol { width:20rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBVC4cvT9LuZtOKSXxKTbSotSrPJExci { width:1.875rem;height:2.5rem;top:1.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJAwh7uplKXQKlvdMx3KRXJCpLghBbE3 { width:16.9375rem;height:3.25rem;top:4.25rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIPgFv0ZTqAHuAAvTXa1UGX5roh0tTss { width:18.5625rem;height:3.9375rem;top:8.3125rem;left:1rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA { display:none; }#nvz6ZgbZ2yXIm2KRaZesxslTXRHAtmcA > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 { display:block; }#xpwvevyUuIGgWCuQ5L0RAnMQKiFDGcd2 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdB4dbJtLkOo93Bhoan6MKfnZSsUbZuV { width:20rem;height:0.0625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 { display:block; }#DTNOSeZUFZvJ7gCawUiBgyP5Ws2k83X7 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwbTAOp90TIySBBAcNx5l5crz18koHXV { width:16.125rem;height:4.55rem;top:1.5rem;left:0.1875rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dxCx4wIDbcLSey2S1fPT6vP1J2PfeIAh { width:20rem;height:4.5rem;top:7.75rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FFmf0GCM8AE1NPHTPTfkTVwdFPhEI3IV { width:20rem;height:4.5rem;top:13.5625rem;left:0rem;font-size:1rem;line-height:1.5;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JaoERxTIPBcSciMwFHs3AXgNtmXGLbmG { width:9.3125rem;height:2.625rem;top:20.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCFt21u08UGCuZWygON7TKDlHrOhL1xD { display:block; }
 }@media only screen and (max-width: 763px) { #uI7XCTRPVfDw1gLhdsWGSqtWhSUpRabU { width:9.25rem;height:2.75rem;top:20.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpwvvwP1DpkfkDo6eMaAkTatoGbM1cgv { display:block; }
 }@media only screen and (max-width: 763px) { #aif52lgFfpAMN2UcLracZX8dVHhw549o { display:block; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJGaZc8h02pp5pDQdPcVZJQd2Kzrwxgc { width:20rem;height:2.1125rem;top:1.568359375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG { display:block; }#ZkUb1R8bWDw3OOobXWAwvi9fyvMFCmcG > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd { display:flex;height:auto;width:17.5rem;top:0.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #U0gKVWzBM9PDNapAyN7Ua1TXU3LdU0cn {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #IanphySI2a2ImSTISIPPU6TRDxNmfDCw {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #tJvTJoumN5p06RO9x5Ad1u8dul5yzMGp {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #vmuQRgMa5ImPxLOH4r0c9HzHlbuKbLCh {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #tLVm0lRShs6e8Hlt6L6IiG3Q4gQ2g3Td {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #XUuMrbNa5DQTThlgI5Ei72LCgWRwxBPQ {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #JieanS2ZnSEKQO8NFBTWvurGEpoqxhTi {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #FzwF0V0ltW46JyqzguQFJ1hJJV5fWOi9 {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #ZERX2Tr6etTLQ7Fso4RvDRedxDBP3vVb {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #TQlOoLl16m75gSxyrsoAUX6H4sUeewq8 {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #fGVkyVuMx08RkxAhs6BU067qc7az5CIU {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #zfb0R3VSBo7dumVJ1BlNA3CfFHG2xalz {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #dkgBWqeOq1lA6gb1xwsy3mU7hFTrFz78 {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #Gpi0bWtc2mgM1mrbXlg9ennNmTsc42Nh {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xZ1nZeFX96CllRqxZUt8wmpKcP0rNvx5 {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #x8Z1p1LgIUS6yf872i1qrVkel4xzg7Mb {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #MaTTdquN42LopUpUhrwFtUuoNOwJM9M8 {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #IJAM3mbBdiqkL6RFDZbMl5OlZXWEUb1T {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #bMcsuxxcOXlKDT1mvtAenoidQMcFZODO {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #vmaAyUXg4chtT8X42sWtTcqDWA1rTcVW {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xQIM0cgQNsItQOZivJszUFnho5uWZZxT {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #lelxnr7Sq9h7iggLBAO8o1vfgoUHtGIi {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #ATIEEcMKRm93dZfve6uFXRanAclKqDSw {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #LqLfOfOuhoVm8fN6gLDTAU4xtcgPcng3 {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #cRdw7M4sIenMiSplXJ73y2WNvTB9Liek {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #AeMvNxaox2Z4z4ezg3JJJHXI7kR64TMC {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #EZbKanJRNMeTUk4OrXpwbIelC9rClTbW {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #OudTXtn9pmFgN4paGVzKSvxLuwNO76Vb {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #ibi63N9tBosvk0kafhPbJidCrN0Aes5u {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #a42F4ToMTNKCiCc3KIoHpyQeo6bPV0Th {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xWdFUuvz0yc2XFDTzGi7mhefv9zUOKsJ {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #tTqbHndppSoFt5hU6Wt2Hlu1nigNyOP6 {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #SQ1PC1f8gGhDClgJFIDCuoKwuOJNkuzP {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #q8FagLN5ZOkykhFSE7E1vvWasw6HA6RN {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #mHZOJ9TbOsFd0BNO8tWhKXtrVErragfv {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #xV5eBTmcwZkC2NNOF7HexXft1LWIX4Lm {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #bSBPcDle3lMTp5hbndZWE5m1vHfwhg2x {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #K3XEScLcMBDvcteVdG7HDmoSsoflod4N {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #MGhrJpHAXOsbk8a9CvRqoS4zsiqTcmk0 {  }
 }@media only screen and (max-width: 763px) { #gbqxcHyrTbhJ8Sic3Kzes9c4niRFOTLd #CvTXatRKAu5P1IMWZC9Q5G74c4nFWUx1 {  }
 }@media only screen and (max-width: 763px) { #wf6bb67870e9095fb44b1a783995da23 { display:block; }#wf6bb67870e9095fb44b1a783995da23 > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g05b75c59a0746c1623ca5408f7aef23 { width:20rem;height:1.3125rem;top:0.9375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { display:block; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBh0fBif2C8LicocEPshOiZUxNH7UhGn { width:20rem;height:11.8125rem;top:1.96875rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }