.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:67.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TiTDelgufF7Rb91TgczzCx05tTzk0uth { color:#020f3e;display:block;width:65.5625rem;position:absolute;font-family:"instrument sans";font-size:4rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5000152587887rem;left:4.71875rem;height:10.4003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BETmz59DUamgidvdbwlXozTLqorAQBiW { color:#020f3e;display:block;width:41.8125rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19rem;left:16.625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#OMkni94Loqt7p0pkTwyZd2gU2M9e9KVi { 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:1.875rem;width:6rem;top:0.87451171875rem;left:0.796875rem;overflow:hidden;display:block; }
#LT7XdfI09Siuc5e9TBKDN426ZSBHAREW { 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:5.7487rem;width:5.7487rem;top:18.3359375rem;left:3.0442695617676rem;overflow:hidden;display:block; }
#RsoLhpZZXNWTuSgIJW06hV5mUNRECw9A { 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:3.8737rem;width:3.8737rem;top:24.084636688233rem;left:0.58333206176758rem;overflow:hidden;display:block; }
#rAAHxPbaLsFXEEi7ZCrD4TWHBEtTDrkU { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #020f3e;border-left:0.125rem solid #020f3e;border-right:0.125rem solid #020f3e;border-bottom:0.125rem solid #020f3e;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:#020f3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.70833375rem;height:3.39453375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.25rem;left:28.125rem;display:block; }
#oVQMK18ManJWaHKSDzsWOQQ1GPg9geqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akEUz3xSgRZUIG04AW7LE74RHgQf4Gzh { box-sizing:content-box;height:2.1870125rem;width:18.75rem;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:15001;background-color:#f8fbd0;background-image:none;top:29.6875rem;left:28.125rem;display:block; }
#UlyOz1yWkogyd1zZTTwtrJ83xPqyzDZA { 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:1.25rem;width:1.25rem;top:30.125rem;left:29.625rem;overflow:hidden;display:block; }
#FyVsnTqR5mU566ioGPEClW8W3vXDdVP0 { 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:1.25rem;width:1.25rem;top:30.125rem;left:30.8125rem;overflow:hidden;display:block; }
#IPOsmVoXCBwesoK32plz99x2eyxqkIl7 { 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:1.25rem;width:1.25rem;top:30.125rem;left:32.0625rem;overflow:hidden;display:block; }
#WJNcaMR648xwrBSm8P7N7FqGT44rq9fT { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30.125rem;left:33.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EX09acTP6TZ1k8z65HfPS79Ncu6lISFL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.625rem;width:44rem;top:33.3125rem;left:15.5rem;display:block; }
#TJNcVo6Ia8sgxIcSts1tzWzCftw0im5I { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;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;z-index:15017;background-color:#020f3e;background-image:none;top:25.5625rem;left:65rem;display:block; }
#SWwyA1OBfCaWI2ss5giXvK5HG5wRukZB { box-sizing:content-box;height:0.3125rem;width:15.625rem;position:absolute;display:block;z-index:15018;background-color:#020f3e;background-image:none;top:26.8125rem;left:58.4375rem;display:block; }
#iITdhzbpyUbWMvVJIuc9sAsLr0PmzF7s { box-sizing:content-box;height:15.625rem;width:0.3125rem;position:absolute;display:block;z-index:15019;background-color:#020f3e;background-image:none;top:19rem;left:66.0625rem;display:block; }
#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv > .row .container { background-color: transparent; background-image: none; }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv > .row .container > .video-iframe-container { display: none; }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv > .row > .video-iframe-container { display: none; }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv > .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); }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv > .row .container { border-width: 0; border-radius: 0; }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#brmTpg60ZfQdoDnsKhzCZKIZrVxt72TP { color:#152561;display:block;width:75rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:3.0872375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gvL9fixJk5pQoy9WBDOVGobD8TJmmimR { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(300deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-image: -moz-linear-gradient(300deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-image: -ms-linear-gradient(300deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-image: -o-linear-gradient(300deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8ffabe', endColorstr='#4cafb6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8ffabe', endColorstr='#4cafb6f6' );";background-image: linear-gradient(300deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:14.3125rem;left:8.0625rem;display:block; }
#AbVksDSM8kTaDERqCwVzLo3086GZMy9M { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.0625rem;left:8.4375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrHT3uqWWqHUQ7zv3eU4kT0VBbg3MGHx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-image: -moz-linear-gradient(180deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-image: -ms-linear-gradient(180deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-image: -o-linear-gradient(180deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8ffabe', endColorstr='#4cafb6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8ffabe', endColorstr='#4cafb6f6' );";background-image: linear-gradient(180deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:14.3125rem;left:28rem;display:block; }
#wCiUE2IGJlrS5erz0XiG7rq6dcUfiFnS { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.0625rem;left:28.5rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Embwmpg87lv4CcC22M1LMLG2y09HXZia { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.625rem;left:8.5rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zdytTNlDmTHW8UJKWuVSamEGPcAMkb1R { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.625rem;left:28.4375rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydfGysO6ykGZvnMrwtUyqsT9o7JewzuC { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(56deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-image: -moz-linear-gradient(56deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-image: -ms-linear-gradient(56deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-image: -o-linear-gradient(56deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8ffabe', endColorstr='#4cafb6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8ffabe', endColorstr='#4cafb6f6' );";background-image: linear-gradient(56deg, rgba(143,250,190,0.3), rgba(175,182,246,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:14.3125rem;left:48rem;display:block; }
#noGpys8KdpARrrah2SQgmCWJ1NSiuvKT { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.625rem;left:48.4375rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMOQRbzCtx2GdR0yDKgTEf6HcvBJfly7 { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:48.4375rem;height:2.5986375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DVixTo8vBoNdztvy1WONybvO2wrugZaO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DVixTo8vBoNdztvy1WONybvO2wrugZaO > .row .container { background-color: transparent; background-image: none; }#DVixTo8vBoNdztvy1WONybvO2wrugZaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVixTo8vBoNdztvy1WONybvO2wrugZaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVixTo8vBoNdztvy1WONybvO2wrugZaO > .row .container > .video-iframe-container { display: none; }#DVixTo8vBoNdztvy1WONybvO2wrugZaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVixTo8vBoNdztvy1WONybvO2wrugZaO > .row > .video-iframe-container { display: none; }#DVixTo8vBoNdztvy1WONybvO2wrugZaO > .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); }#DVixTo8vBoNdztvy1WONybvO2wrugZaO > .row .container { border-width: 0; border-radius: 0; }#DVixTo8vBoNdztvy1WONybvO2wrugZaO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DVixTo8vBoNdztvy1WONybvO2wrugZaO > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#tXK92Fp1ATBxx6UpgEdZxA8XxKHTgHVq { color:#152561;display:block;width:75rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.83203125rem;left:0rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG > .row .container { background-color: transparent; background-image: none; }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG > .row .container > .video-iframe-container { display: none; }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG > .row > .video-iframe-container { display: none; }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG > .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); }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG > .row .container { border-width: 0; border-radius: 0; }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#IGD7PUZpiZQtZeQAr6bZV3D28Ek0HOp7 { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:5rem;display:block; }
#tc0iTSgAgLEEENCcEBn9nIZPA7l3bV6w { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:7.3125rem;display:block; }
#cauqGrv1EQBDuKfecNpFdUNcJPkKUT0v { position:absolute;display:block;z-index:15002;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.75rem;width:15.625rem;top:4.1875009536743rem;left:4.6875rem;overflow:hidden;display:block; }
#GqS3Dt4284MESTcKxSpAHKXROvetSOUO { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:55rem;display:block; }
#Sr2BixwJeaAsuh5b8HOuAH1ANyILzp6g { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:57.3125rem;display:block; }
#MMb8nE9ddLfKMqg8aKqaUv5ndSn4zWAA { 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:7.375rem;width:7.375rem;top:3.875rem;left:58.8125rem;overflow:hidden;display:block; }
#EbVnQTTri2y4St5JpMEzW16cqoFcdraI { color:#020f3e;display:block;width:12.75rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:16.6875rem;left:6.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sh8hWkq9uFxJkmoVI0BaUbfCahszlsof { color:#020f3e;display:block;width:13.9375rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:56.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8iE4XJ5Tifv5qvOt8W6B37Fggc0Ca6K { color:#152561;display:block;width:14.1861875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:19.462724685669rem;left:5.375rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfVnzAxdaRXUsC2iAzerHuLT1WfGh6XD { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.4375rem;left:55.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BSy1kSvsLMTgXDVeab4BT37aaHFXT1Kr { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:29.4375rem;display:block; }
#y3kTEsNFX81evz31ZHcO6uNgLJ6EyNB6 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:31.8125rem;display:block; }
#Csd3JzgoZl4L8B9HtpXHmJmu9NxxpfZV { 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:13.25rem;width:8.0625rem;top:0.1875rem;left:32.875rem;overflow:hidden;display:block; }
#SXdR9tEFigarnfO2Hbs2ClqEmLz8vzNv { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:30.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtduUK3o2PkiZ1FenwcgM7NaKaBGKd0e { color:#152561;display:block;width:14.1861875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.4375rem;left:29.8125rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meufHOvnhsf1BwTbEoQevOaos8zBc7K0 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:7.3125rem;display:none; }
#CATyvQSooCBx064ZCiGiV1sfwuRzKZIa { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:5rem;display:none; }
#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm > .row .container { background-color: transparent; background-image: none; }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm > .row .container > .video-iframe-container { display: none; }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm > .row > .video-iframe-container { display: none; }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm > .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); }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm > .row .container { border-width: 0; border-radius: 0; }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#JH4kx8k4OAVLwTBW9nuOZQAHzFMvyiZo { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:5rem;display:block; }
#hhK3GQt0vg6LxQ2l7SwFypJDAQWwT3GI { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:7.3125rem;display:block; }
#lnK95zJfGHJGduNyWQ4VFP75nIUlETNT { position:absolute;display:block;z-index:15002;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.75rem;width:13rem;top:3.92578125rem;left:6rem;overflow:hidden;display:block; }
#wMTP7MaiUMaOtCOHfwi9BzL3cIOgo57y { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:30rem;display:block; }
#Ql7nL0dDF7OrvFPVuMZGsQGLwKfX3mZO { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:32.375rem;display:block; }
#iUEtx944pwCk2W4Uh1rrSull3OpAsGCr { 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:7.4375rem;width:12.375rem;top:3.08203125rem;left:31.3125rem;overflow:hidden;display:block; }
#TnWKPerz0QEOXlqmBma71xF7yoEAmD3I { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:55rem;display:block; }
#wXs9aOFhzObinsL18kclbKUzweXJ6sbt { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:57.375rem;display:block; }
#fShfAyvAAqZ6EgOAA5RZ10swyBs8u1H8 { 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:7.3125rem;width:7.5rem;top:3.9062488079071rem;left:58.75rem;overflow:hidden;display:block; }
#Ogtai1KGpT3sLIlupi2l5q6zS62adIsi { color:#020f3e;display:block;width:16.3125rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.605899810791rem;left:4.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iu8gerJBI39gxSunSKhlBlryXNwID24N { color:#020f3e;display:block;width:13.75rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.605035781861rem;left:30.625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yXgkgocsmzDw0ZEe3ASBf5OJpytcbAs0 { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:56.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ox6BnrugJBPyoQTxxITilvgQPgWo8tl6 { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.4111328125rem;left:5.3125rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQOIRSwTrqII1Al2GuAv7kJsuiHckxtd { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.4375rem;left:30.3125rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTeydWFo6E6Fqzpf8bZT6WJu4ZOUH9mt { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.4375rem;left:55.3125rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w > .row .container { background-color: transparent; background-image: none; }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w > .row .container > .video-iframe-container { display: none; }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w > .row > .video-iframe-container { display: none; }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w > .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); }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w > .row .container { border-width: 0; border-radius: 0; }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#P1TEXJloLMVITfpyiZCFz2M0CT4XhGPP { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:5rem;display:block; }
#Zv0Coyxdvr893ax9fQ7FVJxVhT5g2wBA { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:7.3125rem;display:block; }
#T1wPM7orp799ryAyTS4FDLQtTTIF8U6b { position:absolute;display:block;z-index:15002;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:7.125rem;width:11.875rem;top:3.83984375rem;left:6.375rem;overflow:hidden;display:block; }
#Sp3zTtT3wZpoO9NRtqLvtcOXF9J4tU7L { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:30rem;display:block; }
#w9SNxyo717zzimEwAsTWO3saiG5RQz2n { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:32.375rem;display:block; }
#MZyaSQz3h6EPE2Sd40xqaavZ2iGyCKlv { 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:6.875rem;width:16rem;top:4.125rem;left:29.5rem;overflow:hidden;display:block; }
#bcT2h3eecAhPwtAoW9Kn51HrCdTlucDT { color:#020f3e;display:block;width:15.6875rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.68701171875rem;left:4.75rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exfkzWpuPmgKI4rF6gcii67dCbMk418i { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:31.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lRMFKA3DL7HmQeHsXWJrV7WLGgzeerDs { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.4111328125rem;left:5.3125rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#trgOQGiAe6umqBWJfG6mXCumaxFOFkn5 { color:#152561;display:block;width:14.187rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.4375rem;left:30.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DAdhuR94TbvPhKlpVcQFFKVdWMJ9xMpa { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:56.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT4V4RGSa9qE5nbf68xSu4xTwybdA2N1 { color:#152561;display:block;width:14.1861875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.4375rem;left:55.375rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TeVXTNgE2mO9TyygJt9UvQOZWIBkEzAI { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:55rem;display:block; }
#DlSfbhX1ns9HqaGINb6rVpwTv4SAe5DS { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:57.375rem;display:block; }
#sBgHO4739qz2y5M0PhZT8U0aSAsw0vku { 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:7.4375rem;width:12.375rem;top:3.8437461853027rem;left:56.3125rem;overflow:hidden;display:block; }
#JAPB9svTtH6IqbgUlP3t7sW8lEhAVgaO { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:55rem;display:none; }
#N4yp5if2CbEiG6TsHUmbJKCR8IwL8JUn { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:7.3125rem;display:none; }
#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT > .row .container { background-color: transparent; background-image: none; }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT > .row .container > .video-iframe-container { display: none; }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT > .row > .video-iframe-container { display: none; }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT > .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); }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT > .row .container { border-width: 0; border-radius: 0; }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#TvRrWofry6zTrpUOBCzzdb5T1LFtL0Nb { color:#020f3e;display:block;width:73.4375rem;position:absolute;font-family:"instrument sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.73828125rem;left:0.78125rem;height:6.500975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O { position:relative;display:block; }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O { background-color: transparent; background-image: none; }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O > .row .container > .video-iframe-container { display: none; }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O > .row > .video-iframe-container { display: none; }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O > .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); }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O { border-width: 0; border-radius: 0; }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O > .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; }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VuRDgZErVbi8TVOa7tPKMFtW5TucOcTS { box-sizing:content-box;height:31.25rem;width:71.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.0403645038605rem;left:1.4791660308838rem;border-top:0.125rem solid #020f3e;border-left:0.125rem solid #020f3e;border-right:0.125rem solid #020f3e;border-bottom:0.125rem solid #020f3e;display:block; }
#FEDWes1nrfibwHXh494hmbTLfocKeRk7 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:17.279937744141rem;left:72.248699188231rem; }
#bH0dth3y5gwoxN4vfraAmvZ11JpFAPKB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:17.27995300293rem;left:0.28645706176758rem; }
#TuJGsG9odoipc4xdmWtX06qkKqo2gVqF { box-sizing:content-box;height:28.125rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:#dfe2fc;background-image:none;top:3.6865234375rem;left:3.724365234375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Musf8WEKrHbNorZ164h4Xid5SBteMRTo { box-sizing:content-box;height:28.125rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:#dfe2fc;background-image:none;top:3.6865234375rem;left:27.5rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#lQKJzOWKWx7gLdcoPlGCkWI5XMeZu6N0 { box-sizing:content-box;height:28.125rem;width:20rem;position:absolute;display:block;z-index:15006;background-color:#dfe2fc;background-image:none;top:3.6865234375rem;left:51.312255859375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#rzf4i4M7OlEEat9EX6ZG68Wfd4h07d8P { 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:10.9375rem;width:12.5rem;top:5.57861328125rem;left:7.474365234375rem;overflow:hidden;display:block; }
#ksSbX1wFKtJ8i6mSTmOvIIQxeqZv0XVh { 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:6.9375rem;width:13.75rem;top:7.5781252384187rem;left:30.625rem;overflow:hidden;display:block; }
#S4uRz8uToVslyBNOlZdUZIWLbUucix80 { 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:7.0625rem;width:13.75rem;top:7.5156252384187rem;left:54.436199188233rem;overflow:hidden;display:block; }
#uIqaIV0rvh1XeNyD3wNPa29yJ3LmoWSX { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.192138671875rem;left:7.474365234375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSIJmtmLO0s7LBMHBRGBTzG41gTUrRl7 { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.192138671875rem;left:31.25rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vxoCwrZaqg8E4OPEaho1gcKKIvu9yM6x { color:#020f3e;display:block;width:12.5rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.192138671875rem;left:55.062255859375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iy42VObQz0Oqg9PanbriMsrEwUem06T2 { color:#020f3e;display:block;width:14.12475rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.951904296875rem;left:6.66015625rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#Dmf6JughLem5I9hw4PWGbhA7Qp0p8Pr3 { color:#020f3e;display:block;width:14.1235625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.951904296875rem;left:30.43701171875rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#KunZX7PMpeqyv7MXUmVScH7UVVBBnzw2 { color:#020f3e;display:block;width:14.1235625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.951904296875rem;left:54.249267578125rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT { position:relative;display:block; }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT { background-color: transparent; background-image: none; }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT > .row .container > .video-iframe-container { display: none; }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT > .row > .video-iframe-container { display: none; }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT > .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); }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT { border-width: 0; border-radius: 0; }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT > .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; }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pPJ8Xeo0aaSM2WpGwp7sOlamzSAUKKqF { color:#020f3e;display:block;width:71.5rem;position:absolute;font-family:"instrument sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.46875rem;height:6.500975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs { position:relative;display:block; }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs { background-color: transparent; background-image: none; }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs > .row .container > .video-iframe-container { display: none; }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs > .row > .video-iframe-container { display: none; }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs > .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); }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs { border-width: 0; border-radius: 0; }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs > .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; }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#XZ7mk9UaMkAdzEvxfrv4at8mP5CTMgfP { color:#020f3e;display:block;width:15.0625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.837248802185rem;left:21.70703125rem;height:8.7715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LG6ZXrZleUyvz8kJtoJ0NTtBEvkJ8Czt { position:absolute;display:block;z-index:15003;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:14.875rem;width:18.75rem;top:1.875rem;left:1.453125rem;overflow:hidden;display:block; }
#Tqol6qENxuMQZ7VkWWnSM7ERXUkKo7Ls { color:#020f3e;display:block;width:14.625rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.6250095367432rem;left:21.92578125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D7A5xNeJSyAOGo7XPWm0fTWVeEVTJVyW { color:#020f3e;display:block;width:14.625rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.0221357345581rem;left:58.372394561767rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtwFvXe4PJaKT8exUbJshEBce0SX6GkL { color:#020f3e;display:block;width:14.621125rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:58.375rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M9XkGeUeGkhgETwPC9M0tiPJ9Sk9R2AU { 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:15rem;width:18.75rem;top:1.875rem;left:38.578125rem;overflow:hidden;display:block; }
#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB { position:relative;display:block; }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB { background-color: transparent; background-image: none; }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB > .row .container > .video-iframe-container { display: none; }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB > .row > .video-iframe-container { display: none; }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB > .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); }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB { border-width: 0; border-radius: 0; }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB > .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; }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#g3vskafGwiP405pkhAhqTeM4VTffztGH { 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:14.9375rem;width:18.75rem;top:1.875rem;left:1.65625rem;overflow:hidden;display:block; }
#rQK2EG4lp392I0kAL9wq5a73fs8IPnO6 { color:#020f3e;display:block;width:13.3125rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.0624961853025rem;left:22.375rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UEefDHu8XWdR4d0s2R5XCDD7S8CS6HGS { color:#020f3e;display:block;width:14.625rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:3.4374961853027rem;left:21.71875rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gPhqIUOlhqK90p2ATtpc0wOeQRaXzvMg { 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:15rem;width:18.75rem;top:1.875rem;left:38.645832061767rem;overflow:hidden;display:block; }
#qcLnqg1hloGwyh39FguHOW42SMJ8wFBV { color:#020f3e;display:block;width:14.625rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.4375rem;left:58.875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fMXR7FfzvDTSo11x1EMzKkAw1aQhaL3X { color:#020f3e;display:block;width:12.9375rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.0625rem;left:59.75rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw > .row .container { background-color: transparent; background-image: none; }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw > .row .container > .video-iframe-container { display: none; }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw > .row > .video-iframe-container { display: none; }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw > .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); }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw > .row .container { border-width: 0; border-radius: 0; }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#N1FWLtcvJrrEE4DqQWim7La55NDexG3X { color:#152561;display:block;width:75rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8312273025512rem;left:0rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF > .row .container { background-color: transparent; background-image: none; }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF > .row .container > .video-iframe-container { display: none; }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF > .row > .video-iframe-container { display: none; }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF > .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); }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF > .row .container { border-width: 0; border-radius: 0; }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#sce7TEI84TPFxL4uR0zgzrx8qNTk0qtN { 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:2.25rem;width:2.75rem;top:12rem;left:4.875rem;overflow:hidden;display:block; }
#kOI7v6CMXR31SHkt183BHlmlsnA22SLX { color:#152561;display:block;width:18.3125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.31201171875rem;left:4.125rem;height:6.4965625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GUXcZPfJK9kOHd1tciBDuNhmawFgAf2f { color:#020f3e;display:block;width:16.3745rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.65771484375rem;left:4.3125rem;height:1.29931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hifEdRTUTM7hzgfDDF81JQR1Ob8Vk4er { 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:2.25rem;width:2.75rem;top:12rem;left:29.6875rem;overflow:hidden;display:block; }
#BAiz9ZWJM6TJrW9gZhghfaOhkFkOgSEX { color:#152561;display:block;width:17.8125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15.31201171875rem;left:28.99951171875rem;height:6.4965625rem;font-style:normal;display:block; }
#QkZt1WveGVUs1erxzMTbVqhyZPEtEZzt { color:#020f3e;display:block;width:18.75rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.65771484375rem;left:28.125rem;height:1.29931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAMDNWplsm5aCKk4Li1fcRWdmIiylrgJ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.75rem;top:12rem;left:54rem;overflow:hidden;display:block; }
#EoCFDnKyW6Mv6W9aDMwoH0dgnG6uDFFT { color:#152561;display:block;width:16.875rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:15.3125rem;left:54rem;height:6.4965625rem;font-style:normal;display:block; }
#p2qMvJyogRcZJzlswm3PkoCOzM0WxDSO { color:#020f3e;display:block;width:16.3745rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:23.65478515625rem;left:54.31201171875rem;height:1.29931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXC3KO3pNlyd3EVRxWAUE53vIQJ7fBMH { position:absolute;display:block;z-index:15025;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:12.4375rem;width:12.4375rem;top:1rem;left:31.25rem;overflow:hidden;display:block; }
#TPdpVAwbGeOtAnWg0qgTonQlKyzlCgBP { position:absolute;display:block;z-index:15025;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:12.4375rem;width:12.4375rem;top:4.1249998807907rem;left:56.25rem;overflow:hidden;display:none; }
#irDRfK463KrbrR80LiuC9TNacZ3RCrcV { position:absolute;display:block;z-index:15025;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:12.4375rem;width:12.4375rem;top:4.1249998807907rem;left:6.875rem;overflow:hidden;display:none; }
#oWbqZWo9tBEvKcs2PZUmZN9ER8P1zFln { position:absolute;display:block;z-index:15025;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:12.375rem;width:12.375rem;top:1rem;left:56.25rem;overflow:hidden;display:block; }
#d3iwdFbkedAP34L2XOHvobDt9ugFwPCa { position:absolute;display:block;z-index:15025;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:12.4375rem;width:12.4375rem;top:1rem;left:6.875rem;overflow:hidden;display:block; }
#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 > .row .container { background-color: transparent; background-image: none; }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 > .row .container > .video-iframe-container { display: none; }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 > .row > .video-iframe-container { display: none; }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 > .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); }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 > .row .container { border-width: 0; border-radius: 0; }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:#dfe2fc;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(2,15,62,0.5);border-left:0.0625rem solid rgba(2,15,62,0.5);border-right:0.0625rem solid rgba(2,15,62,0.5);border-bottom:0.0625rem solid rgba(2,15,62,0.5); }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r .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; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:#020f3e;font-family:"instrument sans";height:auto; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r .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;color:#152561;font-family:"instrument sans";font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;height:auto; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r .accordion-trigger.adaptive-delivery-prevent-bg, #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r .accordion-trigger.lazyload, #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r .accordion-trigger.lazyloading { background-image: none; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r { box-sizing:content-box;height:auto;width:26.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15001;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.93489837646487rem;left:41.6875rem; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #P50R96v834uzTTkAZkkn90u5bA7Q6JuS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #aqKRZzp9vZKTFywqNXdGmNb84WwuIuBE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #HKMW5ssOK7LVGtiNohJLvTRt7rTN9aJ2 { display:block;position:relative; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #WXgPsgxWID7RngHgNiJcTKvDDqAhNXwB {  }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #dSmELKPGZ0ZziCZDPwLHQHTNWfqxpz4y {  }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #XZa43GSsyxHZ6mzcH61fX5PRHWPnEN7w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #JNTdSX86p9w20UJtIHHiqBTqscmSKaBD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #TfCXwH1g7zJD5DhJAwg5ZFP5fmtDhu2F { display:block;position:relative; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #BFB07gxbkdqNsLUZowHo1Tr0ChGKy84k {  }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #tq4dlDa8ecG2f1gcoqVQNSSLE42ModMg { display:none; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #NMJVl8xBwhTLZIOUTJmvg7Zu9EheXKmw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #H0hsxmR7HUi62DmeQoE8ID9uf90DbTvT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #IFmpKVy2FpoEwHH3e9tBs5gnMVnrU4ob { display:block;position:relative; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #koiLTMiFvz6vX0HHALyVcp7ftvblW9RM {  }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #r64gMWTuooBwOCaRSMkNo91xiE40O45N { display:none; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #zzqTZXmihqHWs3z6RyzrgqpbGge5iyJ4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #Q2OTxhesF1Kxqz9maEtyRvz7zP18G6AS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #e9pBGgTfRDQL63m7ev9Nughm86f0PvCT { display:block;position:relative; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #IcwZIsOfOwJUT7cTOksTsfo32wOXa6NK {  }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #k4ZROFkwk9k0m9iHEx1FZ0BIT49UxrCr { display:none; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #AqKEqHT2Qi9pWQXFRUly9wlQGTTGqIi4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #HQ7XzwxIqR1GiTmWcn3UOV75udqNWFJh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #K9dBwk4kbiyJuUvt4wX2M2oZsLVrgByi { display:block;position:relative; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #lJqtun4G2uIuVNr1GK4M5s2q6VNR00Ko {  }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #n9cSRVMT33fIAS8UK0gnN9a7F6UfS3HO { display:none; }
#HJ6UJmO9bnws41EIfTNNa8MxwlE03lVT { color:#152561;display:block;width:19.375rem;position:absolute;font-family:"instrument sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625004768372rem;left:2.0625rem;height:3.2504875rem;font-style:normal;display:block; }
#hcPzMzep9u2I2VMLk8qvBoOkDNoTuE0n { color:#152561;display:block;width:27.6875rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:6.2447915077209rem;left:2.0625rem;height:2.5996125rem;display:block; }
#G07tR00pSS5Fah5gAkBH8Eq2Gh9Xodtw { 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:12.8125rem;width:25.1875rem;top:12.523437976837rem;left:6.15625rem;overflow:hidden;display:block; }
#nflGCOWzViM9ZRrtpANc3krVGrWgom9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(223,226,252,0.6), rgba(143,250,190,0.4));background-image: -moz-linear-gradient(360deg, rgba(223,226,252,0.6), rgba(143,250,190,0.4));background-image: -ms-linear-gradient(360deg, rgba(223,226,252,0.6), rgba(143,250,190,0.4));background-image: -o-linear-gradient(360deg, rgba(223,226,252,0.6), rgba(143,250,190,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99dfe2fc', endColorstr='#668ffabe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99dfe2fc', endColorstr='#668ffabe' );";background-image: linear-gradient(360deg, rgba(223,226,252,0.6), rgba(143,250,190,0.4));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k > .row .container { background-color: transparent; background-image: none; }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k > .row .container > .video-iframe-container { display: none; }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k > .row > .video-iframe-container { display: none; }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k > .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); }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k > .row .container { border-width: 0; border-radius: 0; }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#k4KKZ4lq52FZOW06A1OrcOokafe4pL9I { color:#152561;display:block;width:61.6875rem;position:absolute;font-family:"instrument sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3124980926514rem;left:6.65625rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GaZ8zKiti9KRUGLkQE7UGiMzHXCZXpgP { color:#152561;display:block;width:44.875rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.32421875rem;left:15.0625rem;height:1.29948125rem;display:block; }
#M3nVJ8PUdG3WJ8lcuNihsfBkgwtxwVtg { background-color:#5868fa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #152561;border-left:0.0625rem solid #152561;border-right:0.0625rem solid #152561;border-bottom:0.0625rem solid #152561;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.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:"instrument sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:12.115886688233rem;left:28.15625rem;display:block; }
#Jn6rvtdWel2kdWGPdL3wXO7QPibOqGTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpUMhHPH9HxFXABluZILITGgxkKD91cS { position:absolute;display:block;z-index:15019;height:4.75rem;width:8.5rem;top:10.657552719116rem;left:63.5546913147rem;display:block; }
#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefcfb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 > .row .container { background-color: transparent; background-image: none; }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 > .row .container > .video-iframe-container { display: none; }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 > .row > .video-iframe-container { display: none; }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 > .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); }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 > .row .container { border-width: 0; border-radius: 0; }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#JKFhvBa1UzARmzGKFgsL4CFc5BrBrwLz { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.7118053436279rem;left:3.4375rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#ofGZ5diTKzdPxqqvG7V2p9iI8fgBCKVm { color:#152561;display:block;width:19.375rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.2716979980469rem;left:27.875rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#haHSqMFCObPHW6FzBw5JGK7rR6H3A1tL { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:28.4375rem;height:1.13769375rem;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; }
#MXLRBSHSgXhMqHzgmKTCgTsNlXIPaoQ6 { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.1727600097656rem;left:52.5rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#kbEAmaGQJZvaVTLT5CMbxGTFT6b2Z73y { color:#152561;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6267395019531rem;left:52.5rem;height:1.13769375rem;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; }
#MKNkLPbUwkmshQGwEpzs9WKNbxCnMktJ { 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:1.25rem;width:3.9375rem;top:1.6519165039062rem;left:9.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiTDelgufF7Rb91TgczzCx05tTzk0uth { top:7.5rem;left:0rem;width:47.75rem;height:10.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETmz59DUamgidvdbwlXozTLqorAQBiW { top:19rem;left:3rem;width:41.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMkni94Loqt7p0pkTwyZd2gU2M9e9KVi { top:0.8125rem;left:0rem;width:6rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7XdfI09Siuc5e9TBKDN426ZSBHAREW { top:18.3125rem;left:0rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsoLhpZZXNWTuSgIJW06hV5mUNRECw9A { top:24.0625rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAAHxPbaLsFXEEi7ZCrD4TWHBEtTDrkU { width:18.6875rem;height:3.375rem;top:24.25rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVQMK18ManJWaHKSDzsWOQQ1GPg9geqC { display:block; }
 }@media only screen and (max-width: 763px) { #akEUz3xSgRZUIG04AW7LE74RHgQf4Gzh { top:29.6875rem;left:14.5rem;width:18.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlyOz1yWkogyd1zZTTwtrJ83xPqyzDZA { top:30.125rem;left:16rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyVsnTqR5mU566ioGPEClW8W3vXDdVP0 { top:30.125rem;left:17.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPOsmVoXCBwesoK32plz99x2eyxqkIl7 { top:30.125rem;left:18.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJNcaMR648xwrBSm8P7N7FqGT44rq9fT { top:30.125rem;left:19.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX09acTP6TZ1k8z65HfPS79Ncu6lISFL { top:33.3125rem;left:1.875rem;width:43.9375rem;height:27.5858876054rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNcVo6Ia8sgxIcSts1tzWzCftw0im5I { top:25.5625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWwyA1OBfCaWI2ss5giXvK5HG5wRukZB { top:26.8125rem;left:32.125rem;width:15.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITdhzbpyUbWMvVJIuc9sAsLr0PmzF7s { top:19rem;left:47.4375rem;width:0.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv { display:block; }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brmTpg60ZfQdoDnsKhzCZKIZrVxt72TP { width:47.75rem;height:6.125rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvL9fixJk5pQoy9WBDOVGobD8TJmmimR { width:18.875rem;height:10.3125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbVksDSM8kTaDERqCwVzLo3086GZMy9M { width:18.125rem;height:1.25rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrHT3uqWWqHUQ7zv3eU4kT0VBbg3MGHx { width:18.875rem;height:10.3125rem;top:14.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCiUE2IGJlrS5erz0XiG7rq6dcUfiFnS { width:18.125rem;height:1.25rem;top:21.0625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Embwmpg87lv4CcC22M1LMLG2y09HXZia { width:18.125rem;height:3.0625rem;top:16.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdytTNlDmTHW8UJKWuVSamEGPcAMkb1R { width:18.0625rem;height:3.0625rem;top:16.625rem;left:14.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydfGysO6ykGZvnMrwtUyqsT9o7JewzuC { width:18.875rem;height:10.3125rem;top:14.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noGpys8KdpARrrah2SQgmCWJ1NSiuvKT { width:18.125rem;height:3.0625rem;top:16.625rem;left:29.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMOQRbzCtx2GdR0yDKgTEf6HcvBJfly7 { width:18.125rem;height:2.5625rem;top:21.0625rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVixTo8vBoNdztvy1WONybvO2wrugZaO { display:block; }#DVixTo8vBoNdztvy1WONybvO2wrugZaO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXK92Fp1ATBxx6UpgEdZxA8XxKHTgHVq { width:47.75rem;height:3.0625rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTbUJ440V45U9lBkxVBrrTbxXOn72wPG { display:block; }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGD7PUZpiZQtZeQAr6bZV3D28Ek0HOp7 { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc0iTSgAgLEEENCcEBn9nIZPA7l3bV6w { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cauqGrv1EQBDuKfecNpFdUNcJPkKUT0v { width:15.625rem;height:6.75rem;top:4.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqS3Dt4284MESTcKxSpAHKXROvetSOUO { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr2BixwJeaAsuh5b8HOuAH1ANyILzp6g { width:10.3125rem;height:10.3125rem;top:2.375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMb8nE9ddLfKMqg8aKqaUv5ndSn4zWAA { width:7.375rem;height:7.375rem;top:3.875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbVnQTTri2y4St5JpMEzW16cqoFcdraI { width:12.75rem;height:1.9375rem;top:16.6875rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh8hWkq9uFxJkmoVI0BaUbfCahszlsof { width:13.9375rem;height:1.9375rem;top:16.6875rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8iE4XJ5Tifv5qvOt8W6B37Fggc0Ca6K { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yfVnzAxdaRXUsC2iAzerHuLT1WfGh6XD { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BSy1kSvsLMTgXDVeab4BT37aaHFXT1Kr { width:15rem;height:15rem;top:0.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3kTEsNFX81evz31ZHcO6uNgLJ6EyNB6 { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csd3JzgoZl4L8B9HtpXHmJmu9NxxpfZV { width:8.0625rem;height:13.25rem;top:0.1875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXdR9tEFigarnfO2Hbs2ClqEmLz8vzNv { width:12.5rem;height:1.9375rem;top:16.6875rem;left:17rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtduUK3o2PkiZ1FenwcgM7NaKaBGKd0e { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #meufHOvnhsf1BwTbEoQevOaos8zBc7K0 { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CATyvQSooCBx064ZCiGiV1sfwuRzKZIa { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm { display:block; }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JH4kx8k4OAVLwTBW9nuOZQAHzFMvyiZo { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhK3GQt0vg6LxQ2l7SwFypJDAQWwT3GI { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnK95zJfGHJGduNyWQ4VFP75nIUlETNT { width:13rem;height:5.75rem;top:3.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMTP7MaiUMaOtCOHfwi9BzL3cIOgo57y { width:15rem;height:15rem;top:0.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql7nL0dDF7OrvFPVuMZGsQGLwKfX3mZO { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUEtx944pwCk2W4Uh1rrSull3OpAsGCr { width:12.375rem;height:7.4375rem;top:3.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnWKPerz0QEOXlqmBma71xF7yoEAmD3I { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXs9aOFhzObinsL18kclbKUzweXJ6sbt { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fShfAyvAAqZ6EgOAA5RZ10swyBs8u1H8 { width:7.5rem;height:7.3125rem;top:3.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogtai1KGpT3sLIlupi2l5q6zS62adIsi { width:16.3125rem;height:1.9375rem;top:16.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu8gerJBI39gxSunSKhlBlryXNwID24N { width:13.75rem;height:1.9375rem;top:16.5625rem;left:16.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXgkgocsmzDw0ZEe3ASBf5OJpytcbAs0 { width:12.5rem;height:1.9375rem;top:16.6875rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox6BnrugJBPyoQTxxITilvgQPgWo8tl6 { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EQOIRSwTrqII1Al2GuAv7kJsuiHckxtd { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oTeydWFo6E6Fqzpf8bZT6WJu4ZOUH9mt { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w { display:block; }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1TEXJloLMVITfpyiZCFz2M0CT4XhGPP { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv0Coyxdvr893ax9fQ7FVJxVhT5g2wBA { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wPM7orp799ryAyTS4FDLQtTTIF8U6b { width:11.875rem;height:7.125rem;top:3.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp3zTtT3wZpoO9NRtqLvtcOXF9J4tU7L { width:15rem;height:15rem;top:0.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9SNxyo717zzimEwAsTWO3saiG5RQz2n { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZyaSQz3h6EPE2Sd40xqaavZ2iGyCKlv { width:16rem;height:6.875rem;top:4.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcT2h3eecAhPwtAoW9Kn51HrCdTlucDT { width:15.6875rem;height:1.9375rem;top:16.625rem;left:0.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exfkzWpuPmgKI4rF6gcii67dCbMk418i { width:12.5rem;height:1.9375rem;top:16.6875rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMFKA3DL7HmQeHsXWJrV7WLGgzeerDs { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #trgOQGiAe6umqBWJfG6mXCumaxFOFkn5 { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DAdhuR94TbvPhKlpVcQFFKVdWMJ9xMpa { width:12.5rem;height:1.9375rem;top:16.6875rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT4V4RGSa9qE5nbf68xSu4xTwybdA2N1 { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TeVXTNgE2mO9TyygJt9UvQOZWIBkEzAI { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSfbhX1ns9HqaGINb6rVpwTv4SAe5DS { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBgHO4739qz2y5M0PhZT8U0aSAsw0vku { width:12.375rem;height:7.4375rem;top:3.8125rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAPB9svTtH6IqbgUlP3t7sW8lEhAVgaO { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4yp5if2CbEiG6TsHUmbJKCR8IwL8JUn { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT { display:block; }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvRrWofry6zTrpUOBCzzdb5T1LFtL0Nb { top:1.6875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O { display:block; }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuRDgZErVbi8TVOa7tPKMFtW5TucOcTS { top:2rem;left:0rem;width:47.5rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEDWes1nrfibwHXh494hmbTLfocKeRk7 { top:17.25rem;left:45.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH0dth3y5gwoxN4vfraAmvZ11JpFAPKB { top:17.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJGsG9odoipc4xdmWtX06qkKqo2gVqF { top:3.625rem;left:0rem;width:20rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Musf8WEKrHbNorZ164h4Xid5SBteMRTo { top:3.625rem;left:11.75rem;width:20rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQKJzOWKWx7gLdcoPlGCkWI5XMeZu6N0 { top:3.625rem;left:27.625rem;width:20rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzf4i4M7OlEEat9EX6ZG68Wfd4h07d8P { top:5.5625rem;left:2.911865234375rem;width:12.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksSbX1wFKtJ8i6mSTmOvIIQxeqZv0XVh { top:7.5625rem;left:16.9375rem;width:13.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4uRz8uToVslyBNOlZdUZIWLbUucix80 { top:7.5rem;left:31.75rem;width:13.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIqaIV0rvh1XeNyD3wNPa29yJ3LmoWSX { top:18.1875rem;left:2.9114570617676rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSIJmtmLO0s7LBMHBRGBTzG41gTUrRl7 { top:18.1875rem;left:17.5625rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxoCwrZaqg8E4OPEaho1gcKKIvu9yM6x { top:18.1875rem;left:32.248699188233rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy42VObQz0Oqg9PanbriMsrEwUem06T2 { top:21.9375rem;left:1.8125rem;width:14.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmf6JughLem5I9hw4PWGbhA7Qp0p8Pr3 { top:21.9375rem;left:16.748699188233rem;width:14.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KunZX7PMpeqyv7MXUmVScH7UVVBBnzw2 { top:21.9375rem;left:31.75rem;width:14.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT { display:block; }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPJ8Xeo0aaSM2WpGwp7sOlamzSAUKKqF { top:2.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs { display:block; }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZ7mk9UaMkAdzEvxfrv4at8mP5CTMgfP { top:6.8125rem;left:8.8125rem;width:15.0625rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG6ZXrZleUyvz8kJtoJ0NTtBEvkJ8Czt { top:1.875rem;left:0rem;width:18.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqol6qENxuMQZ7VkWWnSM7ERXUkKo7Ls { top:2.625rem;left:9.25rem;width:14.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7A5xNeJSyAOGo7XPWm0fTWVeEVTJVyW { top:3rem;left:33.125rem;width:14.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtwFvXe4PJaKT8exUbJshEBce0SX6GkL { top:8.5625rem;left:33.1875rem;width:14.5625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9XkGeUeGkhgETwPC9M0tiPJ9Sk9R2AU { top:1.875rem;left:23.875rem;width:18.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB { display:block; }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3vskafGwiP405pkhAhqTeM4VTffztGH { top:1.875rem;left:0rem;width:18.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQK2EG4lp392I0kAL9wq5a73fs8IPnO6 { top:8rem;left:10.5625rem;width:13.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEefDHu8XWdR4d0s2R5XCDD7S8CS6HGS { top:3.375rem;left:9.25rem;width:14.625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPhqIUOlhqK90p2ATtpc0wOeQRaXzvMg { top:1.875rem;left:23.875rem;width:18.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcLnqg1hloGwyh39FguHOW42SMJ8wFBV { top:3.4375rem;left:33.125rem;width:14.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMXR7FfzvDTSo11x1EMzKkAw1aQhaL3X { top:8.0625rem;left:34.8125rem;width:12.9375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqQwlBn45MAWpQazw9kbhr7WW9AZTscw { display:block; }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1FWLtcvJrrEE4DqQWim7La55NDexG3X { width:47.75rem;height:3.0625rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmHuk2POT5k866wevEbKB20Dzk0Tl4SF { display:block; }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sce7TEI84TPFxL4uR0zgzrx8qNTk0qtN { width:2.6875rem;height:2.1994052152581rem;top:11.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOI7v6CMXR31SHkt183BHlmlsnA22SLX { width:18.25rem;height:6.4375rem;top:15.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUXcZPfJK9kOHd1tciBDuNhmawFgAf2f { width:16.3125rem;height:1.25rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hifEdRTUTM7hzgfDDF81JQR1Ob8Vk4er { width:2.6875rem;height:2.1994052152581rem;top:11.9375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAiz9ZWJM6TJrW9gZhghfaOhkFkOgSEX { width:17.8125rem;height:7.8125rem;top:15.25rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkZt1WveGVUs1erxzMTbVqhyZPEtEZzt { width:18.75rem;height:1.25rem;top:23.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAMDNWplsm5aCKk4Li1fcRWdmIiylrgJ { width:2.6875rem;height:2.1994052152581rem;top:11.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoCFDnKyW6Mv6W9aDMwoH0dgnG6uDFFT { width:16.875rem;height:6.4375rem;top:15.25rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2qMvJyogRcZJzlswm3PkoCOzM0WxDSO { width:16.3125rem;height:1.25rem;top:23.625rem;left:31.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXC3KO3pNlyd3EVRxWAUE53vIQJ7fBMH { top:0.9375rem;left:17.5625rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPdpVAwbGeOtAnWg0qgTonQlKyzlCgBP { top:4.125rem;left:33.4375rem;width:12.4375rem;height:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #irDRfK463KrbrR80LiuC9TNacZ3RCrcV { top:4.125rem;left:2.3125rem;width:12.4375rem;height:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWbqZWo9tBEvKcs2PZUmZN9ER8P1zFln { top:0.9375rem;left:33.4375rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3iwdFbkedAP34L2XOHvobDt9ugFwPCa { top:0.9375rem;left:2.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 { display:block; }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r { display:flex;height:auto;width:26.5625rem;top:1.5625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #P50R96v834uzTTkAZkkn90u5bA7Q6JuS {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #aqKRZzp9vZKTFywqNXdGmNb84WwuIuBE {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #HKMW5ssOK7LVGtiNohJLvTRt7rTN9aJ2 {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #WXgPsgxWID7RngHgNiJcTKvDDqAhNXwB {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #dSmELKPGZ0ZziCZDPwLHQHTNWfqxpz4y {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #XZa43GSsyxHZ6mzcH61fX5PRHWPnEN7w {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #JNTdSX86p9w20UJtIHHiqBTqscmSKaBD {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #TfCXwH1g7zJD5DhJAwg5ZFP5fmtDhu2F {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #BFB07gxbkdqNsLUZowHo1Tr0ChGKy84k {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #tq4dlDa8ecG2f1gcoqVQNSSLE42ModMg {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #NMJVl8xBwhTLZIOUTJmvg7Zu9EheXKmw {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #H0hsxmR7HUi62DmeQoE8ID9uf90DbTvT {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #IFmpKVy2FpoEwHH3e9tBs5gnMVnrU4ob {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #koiLTMiFvz6vX0HHALyVcp7ftvblW9RM {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #r64gMWTuooBwOCaRSMkNo91xiE40O45N {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #zzqTZXmihqHWs3z6RyzrgqpbGge5iyJ4 {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #Q2OTxhesF1Kxqz9maEtyRvz7zP18G6AS {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #e9pBGgTfRDQL63m7ev9Nughm86f0PvCT {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #IcwZIsOfOwJUT7cTOksTsfo32wOXa6NK {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #k4ZROFkwk9k0m9iHEx1FZ0BIT49UxrCr {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #AqKEqHT2Qi9pWQXFRUly9wlQGTTGqIi4 {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #HQ7XzwxIqR1GiTmWcn3UOV75udqNWFJh {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #K9dBwk4kbiyJuUvt4wX2M2oZsLVrgByi {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #lJqtun4G2uIuVNr1GK4M5s2q6VNR00Ko {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #n9cSRVMT33fIAS8UK0gnN9a7F6UfS3HO {  }
 }@media only screen and (max-width: 763px) { #HJ6UJmO9bnws41EIfTNNa8MxwlE03lVT { top:2.5625rem;left:0rem;width:19.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcPzMzep9u2I2VMLk8qvBoOkDNoTuE0n { top:6.1875rem;left:0rem;width:27.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G07tR00pSS5Fah5gAkBH8Eq2Gh9Xodtw { top:12.5rem;left:0rem;width:25.1875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nflGCOWzViM9ZRrtpANc3krVGrWgom9k { display:block; }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4KKZ4lq52FZOW06A1OrcOokafe4pL9I { top:3.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaZ8zKiti9KRUGLkQE7UGiMzHXCZXpgP { top:7.3125rem;left:1.4375rem;width:44.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nVJ8PUdG3WJ8lcuNihsfBkgwtxwVtg { width:18.6875rem;height:3.375rem;top:12.0625rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn6rvtdWel2kdWGPdL3wXO7QPibOqGTo { display:block; }
 }@media only screen and (max-width: 763px) { #CpUMhHPH9HxFXABluZILITGgxkKD91cS { top:10.625rem;left:39.25rem;width:8.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 { display:block; }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKFhvBa1UzARmzGKFgsL4CFc5BrBrwLz { width:18.125rem;height:1.125rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGZ5diTKzdPxqqvG7V2p9iI8fgBCKVm { width:19.375rem;height:3.375rem;top:3.25rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHSqMFCObPHW6FzBw5JGK7rR6H3A1tL { width:18.125rem;height:1.125rem;top:1.625rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXLRBSHSgXhMqHzgmKTCgTsNlXIPaoQ6 { width:18.125rem;height:1.125rem;top:3.125rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbEAmaGQJZvaVTLT5CMbxGTFT6b2Z73y { width:18.125rem;height:1.125rem;top:1.625rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKNkLPbUwkmshQGwEpzs9WKNbxCnMktJ { top:1.625rem;left:5rem;width:3.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiTDelgufF7Rb91TgczzCx05tTzk0uth { width:20rem;height:7.796875rem;top:3.84765625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETmz59DUamgidvdbwlXozTLqorAQBiW { width:19.125rem;height:2.59895625rem;top:13.125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMkni94Loqt7p0pkTwyZd2gU2M9e9KVi { width:6rem;height:1.875rem;top:0.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7XdfI09Siuc5e9TBKDN426ZSBHAREW { width:1.875rem;height:1.875rem;top:10.770833969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsoLhpZZXNWTuSgIJW06hV5mUNRECw9A { width:1.875rem;height:1.875rem;top:8.9791669845581rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAAHxPbaLsFXEEi7ZCrD4TWHBEtTDrkU { width:9.33333375rem;height:3.08333375rem;top:17.96875rem;left:5.3307294845581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVQMK18ManJWaHKSDzsWOQQ1GPg9geqC { display:block; }
 }@media only screen and (max-width: 763px) { #akEUz3xSgRZUIG04AW7LE74RHgQf4Gzh { width:18.75rem;height:2.125rem;top:22.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlyOz1yWkogyd1zZTTwtrJ83xPqyzDZA { width:1.25rem;height:1.25rem;top:23.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyVsnTqR5mU566ioGPEClW8W3vXDdVP0 { width:1.25rem;height:1.25rem;top:23.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPOsmVoXCBwesoK32plz99x2eyxqkIl7 { width:1.25rem;height:1.25rem;top:23.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJNcaMR648xwrBSm8P7N7FqGT44rq9fT { width:12.5rem;height:1.29948125rem;top:23.125rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX09acTP6TZ1k8z65HfPS79Ncu6lISFL { height:12.556rem;width:20rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNcVo6Ia8sgxIcSts1tzWzCftw0im5I { width:0.1875rem;height:0.1875rem;top:11.625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWwyA1OBfCaWI2ss5giXvK5HG5wRukZB { width:1.5625rem;height:0.0625rem;top:11.6875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITdhzbpyUbWMvVJIuc9sAsLr0PmzF7s { width:0.0625rem;height:1.5625rem;top:10.9375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv { display:block; }#Rms8c5cLiAsqPu2hGsEpAz9AtgkQNabv > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brmTpg60ZfQdoDnsKhzCZKIZrVxt72TP { width:20rem;height:7.796875rem;top:2.6871738433838rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvL9fixJk5pQoy9WBDOVGobD8TJmmimR { width:18.9375rem;height:8.75rem;top:15rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbVksDSM8kTaDERqCwVzLo3086GZMy9M { width:17.5rem;height:1.29948125rem;top:20.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrHT3uqWWqHUQ7zv3eU4kT0VBbg3MGHx { width:18.9375rem;height:8.75rem;top:25.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCiUE2IGJlrS5erz0XiG7rq6dcUfiFnS { width:17.5rem;height:1.29980625rem;top:30.9375rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Embwmpg87lv4CcC22M1LMLG2y09HXZia { width:17.5rem;height:2.5996125rem;top:17.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdytTNlDmTHW8UJKWuVSamEGPcAMkb1R { width:17.5rem;height:2.5996125rem;top:27.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydfGysO6ykGZvnMrwtUyqsT9o7JewzuC { width:18.9375rem;height:8.75rem;top:36.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noGpys8KdpARrrah2SQgmCWJ1NSiuvKT { width:17.5rem;height:2.5996125rem;top:38.375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMOQRbzCtx2GdR0yDKgTEf6HcvBJfly7 { width:14.874rem;height:2.5989625rem;top:41.56201171875rem;left:2.560546875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVixTo8vBoNdztvy1WONybvO2wrugZaO { display:block; }#DVixTo8vBoNdztvy1WONybvO2wrugZaO > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXK92Fp1ATBxx6UpgEdZxA8XxKHTgHVq { width:20rem;height:7.796875rem;top:1.27685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTbUJ440V45U9lBkxVBrrTbxXOn72wPG { display:block; }#tTbUJ440V45U9lBkxVBrrTbxXOn72wPG > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGD7PUZpiZQtZeQAr6bZV3D28Ek0HOp7 { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc0iTSgAgLEEENCcEBn9nIZPA7l3bV6w { width:10.3125rem;height:10.3125rem;top:3.59375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cauqGrv1EQBDuKfecNpFdUNcJPkKUT0v { width:14.375rem;height:8.75rem;top:4.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqS3Dt4284MESTcKxSpAHKXROvetSOUO { width:15rem;height:15rem;top:49.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr2BixwJeaAsuh5b8HOuAH1ANyILzp6g { width:10.3125rem;height:10.3125rem;top:52.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMb8nE9ddLfKMqg8aKqaUv5ndSn4zWAA { width:9.0625rem;height:9.0625rem;top:52.718505859375rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbVnQTTri2y4St5JpMEzW16cqoFcdraI { width:12.5rem;height:1.7871125rem;top:16.875rem;left:3.7500002384186rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh8hWkq9uFxJkmoVI0BaUbfCahszlsof { width:12.5rem;height:3.8994125rem;top:65.375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8iE4XJ5Tifv5qvOt8W6B37Fggc0Ca6K { width:14.1875rem;height:4.38671875rem;top:19.375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfVnzAxdaRXUsC2iAzerHuLT1WfGh6XD { width:14.1875rem;height:4.38671875rem;top:69.9375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSy1kSvsLMTgXDVeab4BT37aaHFXT1Kr { width:15rem;height:15rem;top:49.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3kTEsNFX81evz31ZHcO6uNgLJ6EyNB6 { width:10.3125rem;height:10.3125rem;top:52.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csd3JzgoZl4L8B9HtpXHmJmu9NxxpfZV { width:10.125rem;height:13.3125rem;top:24.702392578125rem;left:4.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXdR9tEFigarnfO2Hbs2ClqEmLz8vzNv { width:12.5rem;height:1.94970625rem;top:41rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtduUK3o2PkiZ1FenwcgM7NaKaBGKd0e { width:14.1875rem;height:4.38671875rem;top:43.5rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meufHOvnhsf1BwTbEoQevOaos8zBc7K0 { width:10.3125rem;height:10.3125rem;top:27.4375rem;left:4.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #CATyvQSooCBx064ZCiGiV1sfwuRzKZIa { width:15rem;height:15rem;top:25.062500953674rem;left:2.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm { display:block; }#fBoIXDBKAtB9rOK1dQa6CPwM2n3tSpGm > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JH4kx8k4OAVLwTBW9nuOZQAHzFMvyiZo { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhK3GQt0vg6LxQ2l7SwFypJDAQWwT3GI { width:10.3125rem;height:10.3125rem;top:3.59375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnK95zJfGHJGduNyWQ4VFP75nIUlETNT { width:12.8125rem;height:10.7495rem;top:2.484130859375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMTP7MaiUMaOtCOHfwi9BzL3cIOgo57y { width:15rem;height:15rem;top:28.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql7nL0dDF7OrvFPVuMZGsQGLwKfX3mZO { width:10.3125rem;height:10.3125rem;top:30.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUEtx944pwCk2W4Uh1rrSull3OpAsGCr { width:12.6245rem;height:7.5rem;top:31.060791015625rem;left:3.85986328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnWKPerz0QEOXlqmBma71xF7yoEAmD3I { width:15rem;height:15rem;top:54.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXs9aOFhzObinsL18kclbKUzweXJ6sbt { width:10.3125rem;height:10.3125rem;top:57.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fShfAyvAAqZ6EgOAA5RZ10swyBs8u1H8 { width:7rem;height:6.875rem;top:59rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogtai1KGpT3sLIlupi2l5q6zS62adIsi { width:15.3125rem;height:3.8994125rem;top:16.937500476837rem;left:2.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iu8gerJBI39gxSunSKhlBlryXNwID24N { width:12.5rem;height:3.8994125rem;top:43.875rem;left:3.7500002384186rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXgkgocsmzDw0ZEe3ASBf5OJpytcbAs0 { width:12.5rem;height:1.94970625rem;top:71.875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ox6BnrugJBPyoQTxxITilvgQPgWo8tl6 { width:14.1875rem;height:4.38671875rem;top:21.399305343628rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQOIRSwTrqII1Al2GuAv7kJsuiHckxtd { width:14.1875rem;height:4.38671875rem;top:74.375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTeydWFo6E6Fqzpf8bZT6WJu4ZOUH9mt { width:14.1875rem;height:4.38671875rem;top:48.3125rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w { display:block; }#F3wRTbHyeRCPyp3yFFnTQmoAFEns2Q4w > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1TEXJloLMVITfpyiZCFz2M0CT4XhGPP { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv0Coyxdvr893ax9fQ7FVJxVhT5g2wBA { width:10.3125rem;height:10.3125rem;top:3.59375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wPM7orp799ryAyTS4FDLQtTTIF8U6b { width:12.4365rem;height:7.312rem;top:4.53125rem;left:3.468017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp3zTtT3wZpoO9NRtqLvtcOXF9J4tU7L { width:15rem;height:15rem;top:54.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9SNxyo717zzimEwAsTWO3saiG5RQz2n { width:10.3125rem;height:10.3125rem;top:56.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZyaSQz3h6EPE2Sd40xqaavZ2iGyCKlv { width:17.4375rem;height:7.4375rem;top:57.62451171875rem;left:0.8916015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcT2h3eecAhPwtAoW9Kn51HrCdTlucDT { width:12.5rem;height:1.94970625rem;top:17.500001907349rem;left:3.7500002384186rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exfkzWpuPmgKI4rF6gcii67dCbMk418i { width:12.5rem;height:1.94970625rem;top:70.436630249025rem;left:3.7500002384186rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRMFKA3DL7HmQeHsXWJrV7WLGgzeerDs { width:14.1875rem;height:4.38671875rem;top:20rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trgOQGiAe6umqBWJfG6mXCumaxFOFkn5 { width:14.1875rem;height:4.38671875rem;top:72.9375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAdhuR94TbvPhKlpVcQFFKVdWMJ9xMpa { width:12.5rem;height:1.94921875rem;top:44.25rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT4V4RGSa9qE5nbf68xSu4xTwybdA2N1 { width:14.1875rem;height:4.38671875rem;top:46.75rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeVXTNgE2mO9TyygJt9UvQOZWIBkEzAI { width:15rem;height:15rem;top:54.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSfbhX1ns9HqaGINb6rVpwTv4SAe5DS { width:10.3125rem;height:10.3125rem;top:56.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBgHO4739qz2y5M0PhZT8U0aSAsw0vku { width:13.562rem;height:8.125rem;top:30.12451171875rem;left:3.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAPB9svTtH6IqbgUlP3t7sW8lEhAVgaO { width:15rem;height:15rem;top:27.9375rem;left:2.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #N4yp5if2CbEiG6TsHUmbJKCR8IwL8JUn { width:10.3125rem;height:10.3125rem;top:30.125rem;left:4.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT { display:block; }#L8uKEaVslBOSeiDTLa0M9pBTkiH1nDiT > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvRrWofry6zTrpUOBCzzdb5T1LFtL0Nb { width:20rem;height:7.796875rem;top:1.8202896118164rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O { display:block; }#Dvp4EKtKvTAIEOsy0TBIbt98OBostF4O > .row .container { width:20rem;height:106.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuRDgZErVbi8TVOa7tPKMFtW5TucOcTS { width:19.9375rem;height:102.25rem;top:2.125rem;left:-0.0625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FEDWes1nrfibwHXh494hmbTLfocKeRk7 { display:flex;width:3.125rem;height:3.125rem;top:68.250021934506rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bH0dth3y5gwoxN4vfraAmvZ11JpFAPKB { display:flex;width:3.125rem;height:3.125rem;top:34.020816802979rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TuJGsG9odoipc4xdmWtX06qkKqo2gVqF { width:20rem;height:28.125rem;top:4rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Musf8WEKrHbNorZ164h4Xid5SBteMRTo { width:20rem;height:28.125rem;top:38.375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQKJzOWKWx7gLdcoPlGCkWI5XMeZu6N0 { width:20rem;height:28.125rem;top:72.75rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzf4i4M7OlEEat9EX6ZG68Wfd4h07d8P { width:18.75rem;height:9.375rem;top:6.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksSbX1wFKtJ8i6mSTmOvIIQxeqZv0XVh { width:18.75rem;height:9.125rem;top:40.875rem;left:0.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4uRz8uToVslyBNOlZdUZIWLbUucix80 { width:18.75rem;height:9.625rem;top:75.25000190735rem;left:0.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIqaIV0rvh1XeNyD3wNPa29yJ3LmoWSX { width:12.5rem;height:1.94921875rem;top:17.125rem;left:3.5625rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rSIJmtmLO0s7LBMHBRGBTzG41gTUrRl7 { width:12.5rem;height:1.94921875rem;top:51.5rem;left:3.5625rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vxoCwrZaqg8E4OPEaho1gcKKIvu9yM6x { width:12.5rem;height:1.94921875rem;top:85.875rem;left:3.5625rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Iy42VObQz0Oqg9PanbriMsrEwUem06T2 { width:14.0625rem;height:5.84895625rem;top:21.5rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmf6JughLem5I9hw4PWGbhA7Qp0p8Pr3 { width:14.0625rem;height:4.38671875rem;top:55.875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KunZX7PMpeqyv7MXUmVScH7UVVBBnzw2 { width:14.0625rem;height:5.84895625rem;top:90.25rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT { display:block; }#CqcWyMyqyAtSgJhlmrwUh4eACbUGD7tT > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPJ8Xeo0aaSM2WpGwp7sOlamzSAUKKqF { width:20rem;height:7.796875rem;top:2.7578125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs { display:block; }#UT71Qgd3BvHmaKc47yTTTGO89EiTe9zs > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZ7mk9UaMkAdzEvxfrv4at8mP5CTMgfP { width:16.3125rem;height:6.497375rem;top:19.375rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG6ZXrZleUyvz8kJtoJ0NTtBEvkJ8Czt { width:18.75rem;height:14.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqol6qENxuMQZ7VkWWnSM7ERXUkKo7Ls { width:20rem;height:1.94921875rem;top:16.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7A5xNeJSyAOGo7XPWm0fTWVeEVTJVyW { width:19.875rem;height:1.94921875rem;top:43.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtwFvXe4PJaKT8exUbJshEBce0SX6GkL { width:14.5625rem;height:5.19791875rem;top:46.25rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9XkGeUeGkhgETwPC9M0tiPJ9Sk9R2AU { width:18.75rem;height:15rem;top:28.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB { display:block; }#OMESSW4fhcBPa3tn6ztvbCyL4wmXFLoB > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3vskafGwiP405pkhAhqTeM4VTffztGH { width:18.75rem;height:14.9375rem;top:1.2499990463257rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQK2EG4lp392I0kAL9wq5a73fs8IPnO6 { width:16.125rem;height:3.8984375rem;top:19.375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEefDHu8XWdR4d0s2R5XCDD7S8CS6HGS { width:20rem;height:1.94921875rem;top:16.875rem;left:0.1875rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gPhqIUOlhqK90p2ATtpc0wOeQRaXzvMg { width:18.75rem;height:15rem;top:28.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcLnqg1hloGwyh39FguHOW42SMJ8wFBV { width:19.8125rem;height:1.94921875rem;top:43.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMXR7FfzvDTSo11x1EMzKkAw1aQhaL3X { width:12.9375rem;height:5.19791875rem;top:46.25rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqQwlBn45MAWpQazw9kbhr7WW9AZTscw { display:block; }#RqQwlBn45MAWpQazw9kbhr7WW9AZTscw > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1FWLtcvJrrEE4DqQWim7La55NDexG3X { width:20rem;height:5.19791875rem;top:2.0737838745117rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmHuk2POT5k866wevEbKB20Dzk0Tl4SF { display:block; }#cmHuk2POT5k866wevEbKB20Dzk0Tl4SF > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sce7TEI84TPFxL4uR0zgzrx8qNTk0qtN { width:2.75rem;height:2.25rem;top:11.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOI7v6CMXR31SHkt183BHlmlsnA22SLX { width:16.875rem;height:7.795875rem;top:15rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GUXcZPfJK9kOHd1tciBDuNhmawFgAf2f { width:16.375rem;height:1.29931875rem;top:24.375rem;left:1.81201171875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hifEdRTUTM7hzgfDDF81JQR1Ob8Vk4er { width:2.75rem;height:2.25rem;top:38.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAiz9ZWJM6TJrW9gZhghfaOhkFkOgSEX { width:16.875rem;height:7.795875rem;top:42.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QkZt1WveGVUs1erxzMTbVqhyZPEtEZzt { width:19.6875rem;height:1.29931875rem;top:51.6875rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAMDNWplsm5aCKk4Li1fcRWdmIiylrgJ { width:2.75rem;height:2.25rem;top:64.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoCFDnKyW6Mv6W9aDMwoH0dgnG6uDFFT { width:16.875rem;height:6.4965625rem;top:68.125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #p2qMvJyogRcZJzlswm3PkoCOzM0WxDSO { width:16.375rem;height:1.29931875rem;top:76.1875rem;left:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXC3KO3pNlyd3EVRxWAUE53vIQJ7fBMH { width:12.4375rem;height:12.4375rem;top:27.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPdpVAwbGeOtAnWg0qgTonQlKyzlCgBP { width:12.4375rem;height:12.4375rem;top:54.6875rem;left:3.6875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #irDRfK463KrbrR80LiuC9TNacZ3RCrcV { width:0.625rem;height:0.625rem;top:8.5927734375rem;left:5.46826171875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #oWbqZWo9tBEvKcs2PZUmZN9ER8P1zFln { width:0.62402375rem;height:0.625rem;top:7.31103515625rem;left:4.31103515625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #d3iwdFbkedAP34L2XOHvobDt9ugFwPCa { width:12.4375rem;height:12.4375rem;top:1.40625rem;left:3.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 { display:block; }#e6xlM7xQKPF2cooUfRGweTgbO9U5SVd9 > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r { display:flex;height:auto;width:17.496125rem;top:20.53515625rem;left:0.0026041865348816rem; }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #P50R96v834uzTTkAZkkn90u5bA7Q6JuS {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #aqKRZzp9vZKTFywqNXdGmNb84WwuIuBE {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #HKMW5ssOK7LVGtiNohJLvTRt7rTN9aJ2 {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #WXgPsgxWID7RngHgNiJcTKvDDqAhNXwB {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #dSmELKPGZ0ZziCZDPwLHQHTNWfqxpz4y {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #XZa43GSsyxHZ6mzcH61fX5PRHWPnEN7w {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #JNTdSX86p9w20UJtIHHiqBTqscmSKaBD {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #TfCXwH1g7zJD5DhJAwg5ZFP5fmtDhu2F {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #BFB07gxbkdqNsLUZowHo1Tr0ChGKy84k {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #tq4dlDa8ecG2f1gcoqVQNSSLE42ModMg {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #NMJVl8xBwhTLZIOUTJmvg7Zu9EheXKmw {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #H0hsxmR7HUi62DmeQoE8ID9uf90DbTvT {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #IFmpKVy2FpoEwHH3e9tBs5gnMVnrU4ob {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #koiLTMiFvz6vX0HHALyVcp7ftvblW9RM {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #r64gMWTuooBwOCaRSMkNo91xiE40O45N {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #zzqTZXmihqHWs3z6RyzrgqpbGge5iyJ4 {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #Q2OTxhesF1Kxqz9maEtyRvz7zP18G6AS {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #e9pBGgTfRDQL63m7ev9Nughm86f0PvCT {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #IcwZIsOfOwJUT7cTOksTsfo32wOXa6NK {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #k4ZROFkwk9k0m9iHEx1FZ0BIT49UxrCr {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #AqKEqHT2Qi9pWQXFRUly9wlQGTTGqIi4 {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #HQ7XzwxIqR1GiTmWcn3UOV75udqNWFJh {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #K9dBwk4kbiyJuUvt4wX2M2oZsLVrgByi {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #lJqtun4G2uIuVNr1GK4M5s2q6VNR00Ko {  }
 }@media only screen and (max-width: 763px) { #dvbZ9HHRHDMuy48o3Nc4D6DuMGmMUO5r #n9cSRVMT33fIAS8UK0gnN9a7F6UfS3HO {  }
 }@media only screen and (max-width: 763px) { #HJ6UJmO9bnws41EIfTNNa8MxwlE03lVT { width:19.375rem;height:2.59895625rem;top:1.1875rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcPzMzep9u2I2VMLk8qvBoOkDNoTuE0n { width:19.0625rem;height:3.8984375rem;top:5rem;left:0.46875rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G07tR00pSS5Fah5gAkBH8Eq2Gh9Xodtw { width:19rem;height:9.25rem;top:10.15234375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nflGCOWzViM9ZRrtpANc3krVGrWgom9k { display:block; }#nflGCOWzViM9ZRrtpANc3krVGrWgom9k > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4KKZ4lq52FZOW06A1OrcOokafe4pL9I { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GaZ8zKiti9KRUGLkQE7UGiMzHXCZXpgP { width:20rem;height:3.8984375rem;top:7.69791875rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3nVJ8PUdG3WJ8lcuNihsfBkgwtxwVtg { width:9.375rem;height:3.125rem;top:13.613292694092rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn6rvtdWel2kdWGPdL3wXO7QPibOqGTo { display:block; }
 }@media only screen and (max-width: 763px) { #CpUMhHPH9HxFXABluZILITGgxkKD91cS { width:2.6875rem;height:3.125rem;top:13.613282442093rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 { display:block; }#OZ9d6TX7Trnh92pJDbv5PEqL6h5I4ay8 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKFhvBa1UzARmzGKFgsL4CFc5BrBrwLz { width:18.125rem;height:1.13769375rem;top:2.9973754882812rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofGZ5diTKzdPxqqvG7V2p9iI8fgBCKVm { width:16.75rem;height:3.41015625rem;top:6.3125rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haHSqMFCObPHW6FzBw5JGK7rR6H3A1tL { width:18.125rem;height:1.13769375rem;top:4.875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXLRBSHSgXhMqHzgmKTCgTsNlXIPaoQ6 { width:18.125rem;height:1.13769375rem;top:12.375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbEAmaGQJZvaVTLT5CMbxGTFT6b2Z73y { width:18.125rem;height:1.13769375rem;top:10.8125rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKNkLPbUwkmshQGwEpzs9WKNbxCnMktJ { width:3.937175rem;height:1.25rem;top:0.97308349609375rem;left:8.0312497615813rem;display:block; }
 }