.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9SQBYSnN/Bez_nazwy_1_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#GduTn1NDScn1oL4O7eN7ArsnGT8i8wOU { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:16.124267578125rem;left:0.93701171875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pfmikpqQm9rpQdDBrOA04MJAKtXEitNp { color:#000000;display:block;width:29.4995rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:21.56201171875rem;left:1.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FlFNyCUHE8HHaZQSbpTUg1WvAIbrIhIw { background-color:#2550aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:4rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:28.186767578125rem;left:1.0625rem;display:block; }
#eaBRIHOMe8Sc8x0u6APZpVaeevRFHvsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XAQQQr4RerZSkAvA88cbBLwhUHM2PlWN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2550aa;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter semi bold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.749rem;height:2.062013125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:29.124267578125rem;left:17.93505859375rem;display:block; }
#ttO4TWbELeGU7AVXJMTaeqMPUgbXBIvK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fvf0RScMT9uTN9UKUDcoAa3bqHPQFDwg { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8745125rem;width:13.1860625rem;top:4.6875rem;left:1rem;overflow:hidden;display:block; }
#JwCcGVEu69Ko80OCbXslMHLsGWJp1GlA { position:absolute;display:block;z-index:100054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.99975625rem;width:5.37475625rem;top:36.24755859375rem;left:57.374267578125rem;overflow:hidden;display:block; }
#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 > .row .container { background-color: transparent; background-image: none; }#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 > .row .container > .video-iframe-container { display: none; }#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 > .row > .video-iframe-container { display: none; }#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 > .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); }#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 > .row .container { border-width: 0; border-radius: 0; }#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#llReQn610OPO7R8ITICXRpAgDA5Kalbg { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:3.5297317504883rem;left:10.123699188233rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 > .row .container { background-color: transparent; background-image: none; }#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 > .row .container > .video-iframe-container { display: none; }#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 > .row > .video-iframe-container { display: none; }#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 > .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); }#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 > .row .container { border-width: 0; border-radius: 0; }#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#nulWLEtgLlrTeTcmMn4xlTLtKcQ2vKuF { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:0.4375rem;left:8.7489585876462rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQDpvLPca9U8XuZd8tTOJVfA8AqSkbdR { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:0rem;left:5.4375rem;overflow:hidden;display:block; }
#i10KnemharsJTey1DJncbywJVGF4l8GU { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100007;line-height:1.8;letter-spacing:0;top:16rem;left:8.75rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Oeq46AfssCr5gCEUbJKwUZVtbTqLWqBx { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:0rem;left:29.75rem;overflow:hidden;display:block; }
#Reipq1I5TTCOH3z1wq1GTxPwUwyOVhIt { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:15.5625rem;left:5.5rem;overflow:hidden;display:block; }
#sPB1T7yoJ3yF58Gym2lW7O47QIc9Rswp { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:7.9375rem;left:5.1875rem;overflow:hidden;display:block; }
#l8Vo5BLng6QbTHSs91CL2oaUgB3omS3y { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100009;line-height:1.8;letter-spacing:0;top:8.375rem;left:8.75rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xSi8cFnuXgXQoAnDcnpeq4q6GqTPp2uO { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100009;line-height:1.8;letter-spacing:0;top:0.5rem;left:33.0625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VokWOwzBw38PkT2WWSvUxycJQ53Wfqst { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100005;line-height:1.8;letter-spacing:0;top:8.375rem;left:33.0625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PZmishM6ZluX9TIn6rG026rxdGhULpvW { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:7.9375rem;left:29.75rem;overflow:hidden;display:block; }
#HTHteeuxBimVPFlVAHRVKw6FiA6X0hcW { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100005;line-height:1.8;letter-spacing:0;top:16rem;left:33.0625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aexlnASNSQctX3DJgwMKllwL3aEuswVD { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:15.5rem;left:29.6875rem;overflow:hidden;display:block; }
#Rkt8KcOICl1vBT1LR5R6Nrvc1gZ9q4Bd { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:0rem;left:55.125rem;overflow:hidden;display:block; }
#SeZX3mrGLHpnRLsDviJ8Mx1Nsz6ml8qa { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:8.375rem;left:58.5rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RxADew7M87CTJGJ08OO7kKmt1Ed8uCfC { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100011;line-height:1.8;letter-spacing:0;top:0.4375rem;left:58.5rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SZ13IrfR5CiFC1ltHG986PPS4wZl19Qn { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.43645625rem;width:2.125rem;top:8.5625rem;left:55.25rem;overflow:hidden;display:block; }
#RCWZ2ETQ18uoyPkkx9nMvcPo61NkWPIz { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:16rem;left:58.5rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TtJkcvxMcQnueTA5GJcnQrw5kug9D6ZL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:15.5625rem;left:55.1875rem;overflow:hidden;display:block; }
#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB > .row .container { background-color: transparent; background-image: none; }#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB > .row .container > .video-iframe-container { display: none; }#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB > .row > .video-iframe-container { display: none; }#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB > .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); }#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB > .row .container { border-width: 0; border-radius: 0; }#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#eJlbNEH1Puhhn1r0qqIcxL1cdhKhkDxA { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:7.6552734375rem;left:13.6240234375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVWRGZSiq8MPQlVpDlecHWTAWBCp7h92 { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:3.4674377441406rem;left:10.15625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV > .row .container { background-color: transparent; background-image: none; }#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV > .row .container > .video-iframe-container { display: none; }#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV > .row > .video-iframe-container { display: none; }#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV > .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); }#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV > .row .container { border-width: 0; border-radius: 0; }#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#kOgx0W7c30bGAvEFTIXzHcX9QgQ0iQke { position:absolute;display:block;z-index:99999;background-color:#2550aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.9375rem 1.9375rem 5.25rem rgba(0,0,0,0.03) ;height:42.3125rem;width:24.875rem;top:1.436767578125rem;left:11.37451171875rem;display:block; }
#SsFzHv0xwwBxgVAd8rZhLpWaq4QiWPmA { color:#000000;display:block;width:18.31175rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100019;line-height:1.7;letter-spacing:0;top:3.75rem;left:14.625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c9FA4ZgHd3gsciT3GmtOOOZDJJs2DPEO { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.9375rem 1.9375rem 5.25rem rgba(0,0,0,0.03) ;height:42.3125rem;width:24.875rem;top:1.436767578125rem;left:38.812255859375rem;display:block; }
#toqFhwRZQQePF1ATxFZrOd6iU0wdNBTF { color:#000000;display:block;width:20.249rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:400;z-index:100047;line-height:1.7;letter-spacing:0;top:10.125rem;left:42.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#toqFhwRZQQePF1ATxFZrOd6iU0wdNBTF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#toqFhwRZQQePF1ATxFZrOd6iU0wdNBTF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/y3liohz5/not.svg); }
#qJZlsEhmrqfXMF6lZGVBbl44xA135h6d { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:8rem;left:48.56201171875rem;overflow:hidden;display:block; }
#O59y6zdaoSynTaTe0STVN0N5tDoKO9VB { color:#000000;display:block;width:15.99975rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:2.8125rem;left:43.43701171875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FyuqEmyyaAN5HOapLT2w2xvFO0cQaD0a { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"inter regular";font-size:0.875rem;font-weight:300;z-index:100030;line-height:1.7;letter-spacing:0;top:10.125rem;left:13.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#FyuqEmyyaAN5HOapLT2w2xvFO0cQaD0a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FyuqEmyyaAN5HOapLT2w2xvFO0cQaD0a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V5oJrh0N/check_white_01.svg); }
#aubLuAP6abWJ0xD5UCwOhWB9FT80dOeS { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.99975625rem;width:5.37475625rem;top:8.12451171875rem;left:21.124267578125rem;overflow:hidden;display:block; }
#v5l4Ekwb2x11VyUVeuGg8iL2bTiVcxew { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:32.501220703125rem;left:22.87353515625rem;overflow:hidden;display:block; }
#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn > .row .container { background-color: transparent; background-image: none; }#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn > .row .container > .video-iframe-container { display: none; }#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn > .row > .video-iframe-container { display: none; }#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn > .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); }#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn > .row .container { border-width: 0; border-radius: 0; }#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#ndEn5RTSVTCVPQH8EbuFikMsGka1pURO { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:"inter light";font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:3.5297317504883rem;left:10.123699188233rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JSTqtKdGPKG36gKf9Viaqu2V6dHyq3ow { color:#000000;display:block;width:47.749rem;position:absolute;font-family:"inter regular";font-size:1rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:8.0908203125rem;left:13.592529296875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ > .row .container { background-color: transparent; background-image: none; }#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ > .row .container > .video-iframe-container { display: none; }#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ > .row > .video-iframe-container { display: none; }#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ > .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); }#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ > .row .container { border-width: 0; border-radius: 0; }#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#CDybQi6AoNAtRVTwLO8XoiStVUz7Gmik { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:4.375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:0.25rem;left:28.6875rem;display:block; }
#ufN8VWJibf9ZtMo1y0yrQzWKK4qyqpmX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FH5giBTC46TrE0iU9rNZPq2ATLc8DkLh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:4.375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:0.25rem;left:38.3125rem;display:block; }
#FQuA2uzgovkklalSfEZURAo9lLTz44pu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VIabdzqUfuGKMwTKIlOVarHUfi2ryplH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:4.375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0.25rem;left:48.4375rem;display:block; }
#Hn3zMfI02muRXOUdLevxNMM0XEq3kd0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wlNqhWJDTXKgpfpmsnIhKXkAGiICrTpC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#2550aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter regular";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.749rem;height:4.375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:0.3125rem;left:18.75rem;display:block; }
#wqTNhFwIJVvu75XyzeweZyaz11hJAD5E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E8JpiGhio5mCmmXn5CUrhn8MOhsOnfuU { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;height:3.81225625rem;width:7.749rem;top:0.1875rem;left:18.75rem;display:block; }
#P5qTnLPNGzVwxGZKNfDPJUIe3ESV2UgA { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;height:3.81225625rem;width:7.1875rem;top:0.4375rem;left:28.6875rem;display:block; }
#X5mChvpfLXAXewTrRcv9AePwZUzbzpaq { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;height:3.93676875rem;width:7.6245rem;top:0.4375rem;left:38.0625rem;display:block; }
#T5cuCN2g3eF1u99FNlVZrUgw8qUpCiTu { position:absolute;display:block;z-index:100018;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;height:3.81225625rem;width:6.74925rem;top:0.4375rem;left:48.4375rem;display:block; }
#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO { position:relative;display:block; }#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO { background-color: transparent; background-image: none; }#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO > .row .container > .video-iframe-container { display: none; }#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO > .row > .video-iframe-container { display: none; }#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO > .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); }#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO { border-width: 0; border-radius: 0; }#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO > .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:23.125rem;width:75rem;position:relative;display:block; }#iSdwTDTkvpWwyQQ8zfW4xku9glhBIJTD { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:5.436767578125rem;left:5.4365234375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z1gOaz2md0VCnaTaXX9MKq2FV3weirxC { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:1.8125rem;left:1.25rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zrtsr2el0WzyQzPoMrkaNsuKhUCadiBx { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:0.592041015625rem;display:block; }
#L3so3Cc1PvgZO6LDSSQICQ2OtX6WcfHX { color:#2550aa;display:block;width:1rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100030;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:6.3271484375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sBfFASDgmMpbgxccy1AvN8QzpIa0G3bT { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:6.68701171875rem;overflow:hidden;display:block; }
#FLhd5NHyfcoCLSOqLCrVWxMmzrN8qNzb { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:25.43701171875rem;overflow:hidden;display:block; }
#GfmysqF0D8nEErliTkABMQOioyTzADFX { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100023;line-height:1.7;letter-spacing:0;top:1.8125rem;left:20rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MRX23Lun9kzZHDzch0xHmSEvdvGpkQ7L { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.074951171875rem;left:44.18701171875rem;overflow:hidden;display:block; }
#MTniEbt7rWwOxNfV6WWcKTN7fmkSbSlS { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100030;line-height:1.7;letter-spacing:0;top:1.8115234375rem;left:38.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rCU9swnwOZMMRmBgGfDI7x4yFTzKMCso { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100037;line-height:1.7;letter-spacing:0;top:1.748046875rem;left:57.5rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCQ1v0DnLK6RIPC3BfL2T5ypXqDXlmHa { color:#2550aa;display:block;width:10.1855625rem;position:absolute;font-family:"inter new";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:16.63818359375rem;left:41.749267578125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OewHanT0wN7d1egH0KButnWWdspEyxTp { color:#2550aa;display:block;width:12.06175rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:4.1708984375rem;left:3.34228515625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AtTfsm3XhHGbUvenMOtSlwQK1iXLrERT { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:22.093505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sOeRrD4CKK8Sso9g0bi1RBNc3NyX7hRN { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.245361328125rem;left:19.375rem;display:block; }
#JC05nicKZKE7BG7Qh5Xge28iPQ54QEsV { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:40.843505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dnlMe10vKddGmFPk24dGnQfKSWPOxEha { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:59.593505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EIU0OZLvhubiXLP1WNGwwOHRCPwZ0iXh { position:absolute;display:block;z-index:100076;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:62.93701171875rem;overflow:hidden;display:block; }
#rmKqgzabaFGcwPMyUPPBeI6vAy1r1zFS { color:#2550aa;display:block;width:9.624rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:10.546875rem;left:4.561767578125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UoL3lankWt6EeEEtHiByHESlqJ99sVrU { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:5.4375rem;left:24.264892578125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DaDUzK4CmeLUMBVTUTmP3Bqut90CtHx4 { color:#2550aa;display:block;width:1.12426875rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100031;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:24.765869140625rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eEHGwrqRgzXqS6mF5OLOurrIliJq2CeH { color:#2550aa;display:block;width:10.249rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:10.546875rem;left:22.999267578125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTrM9rDdrLNDbfg2CH3JxOXODRVoZPdF { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:5.435791015625rem;left:42.702392578125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lwFEN2QQ7833E02N0OTdollTz7rRP2Ge { color:#2550aa;display:block;width:1.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100032;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:42.811767578125rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#P3RgX3yvDSUyUh3DdlXkNoBmiNNqzLOw { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:38.125rem;display:block; }
#qm5MOPboGkSDaobVNSCqEiI0V6xsdV2G { color:#2550aa;display:block;width:10.2478125rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:10.546875rem;left:41.75048828125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NtqkDpldxEkiPvIu7X4R4DzUlxw3gsa3 { color:#2550aa;display:block;width:11.12425rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:10.546875rem;left:60.06103515625rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqBP9C0c3hk9AXRGatqrztnNS9W1Kp0c { color:#2550aa;display:block;width:10.1855625rem;position:absolute;font-family:"inter new";font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:16.63818359375rem;left:60.499267578125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3LH10mDwT6lNnEkPiX5qUqz9TphDetV { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:5.435791015625rem;left:61.577392578125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sqDQSv6e5KfZqJF3PXrVqFUCl9GJoPpz { color:#2550aa;display:block;width:1.0620125rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100033;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:61.82666015625rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nKJAE5QoxSXgVSs2h1GGU3AfSV0Zn1T4 { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:56.875rem;display:block; }
#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K { position:relative;display:block; }#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K { background-color: transparent; background-image: none; }#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K > .row .container > .video-iframe-container { display: none; }#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K > .row > .video-iframe-container { display: none; }#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K > .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); }#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K { border-width: 0; border-radius: 0; }#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K > .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:23.125rem;width:75rem;position:relative;display:block; }#WqkJB8R9skQTWL3wdeQqzHWpeseRioqw { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:5.436767578125rem;left:4.8740234375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HH7MKFxdnp16c8G44vua6e3MTnCtlP1a { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:1.8125rem;left:1.25rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZvlaNL1TfJKUIyt1aSv7ESmRFs6pEKQ { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:0.592041015625rem;display:block; }
#AE1L7Qs4qGIeTD4CkTaDIFpWBz0dmqe4 { color:#2550aa;display:block;width:3.31176875rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100030;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:11.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aUTdHJITDAkoGe2zzSzBo5mwWsoN4J9p { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:6.68701171875rem;overflow:hidden;display:block; }
#KUp4L2TX4DxhrKQfnFvfSaT6OgTi6KUw { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:25.43701171875rem;overflow:hidden;display:block; }
#Bkw9KwbW6wvTUiriTJBroMMLm7iCsCWr { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100023;line-height:1.7;letter-spacing:0;top:1.8125rem;left:20rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDyyxdRHG4wFSRlacbODMcrJVR07oW9V { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.074951171875rem;left:44.18701171875rem;overflow:hidden;display:block; }
#RCevbJmN63TpTdcdJoMhtiHE3ofByhvP { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100030;line-height:1.7;letter-spacing:0;top:1.8115234375rem;left:38.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AW9qV3k40dxoQiFngWPmK4Ud7XG5izcG { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100037;line-height:1.7;letter-spacing:0;top:1.748046875rem;left:57.5rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yAObUi6Tkmb5mqaDX76RCznHb3PNQbrZ { color:#2550aa;display:block;width:10.1855625rem;position:absolute;font-family:"inter new";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:16.63818359375rem;left:41.749267578125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVUt6UZAOlLzcfKvRmp2MKp9WVDWpLX0 { color:#2550aa;display:block;width:12.06175rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:4.1708984375rem;left:3.34228515625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qLuPLOfzH5J4XSIrsGTneFdzCD70opNs { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:22.093505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wQZT5dQsy46TMrhizE875K7Z2xwvK8Av { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.245361328125rem;left:19.375rem;display:block; }
#eQJu09vCgIH3pm3MC5Rhv3T9g1hD7XX0 { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:40.843505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WUvzJryfCV6JrVHJQseKHw5hqvvx0raA { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:59.593505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xcLryOhUgKG3UsBfzRJbTXlLTOVQQaTR { position:absolute;display:block;z-index:100076;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:62.93701171875rem;overflow:hidden;display:block; }
#OmITwISR17KcFPuVVBpMw6BNG08kpU0s { color:#2550aa;display:block;width:9.624rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:10.546875rem;left:4.561767578125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tI08HiCveFGPrFxwKu958TVvg8PL4R6b { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:5.4375rem;left:23.639892578125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W82omWIvx6BeFfRbzBvXcncysohwL7mR { color:#2550aa;display:block;width:3.31176875rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100031;line-height:1.1;letter-spacing:0;top:6.3125rem;left:30.3740234375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RUkVTSLBI6TgbpMnJOVTFaVClrUPGv9H { color:#2550aa;display:block;width:10.249rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:10.546875rem;left:22.999267578125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RQ0uQEaGtvAbWMA958GhB3aK4FsRem5M { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:5.435791015625rem;left:42.264892578125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ExTU8CrTEdrcJBplMf2oMvxZnGIqZdHd { color:#2550aa;display:block;width:3.31176875rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100032;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:48.934814453125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F48yJfVs4slUHxbOBJsOWhpGvTTbxp1q { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:38.125rem;display:block; }
#gVGsgBrilsK56hyDlyUArPbiRrLSS39U { color:#2550aa;display:block;width:10.2478125rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:10.546875rem;left:41.75048828125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qQMLlwWQqhON5feQBWhg7BokJBbfuSEv { color:#2550aa;display:block;width:11.12425rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:10.546875rem;left:60.06103515625rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kKQQmBb3qUorIgTDGkBxozXr4iba8x6O { color:#2550aa;display:block;width:10.1855625rem;position:absolute;font-family:"inter new";font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:16.63818359375rem;left:60.499267578125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHpLp6H7UZZInSpCkQ0AfBHNlhnwvSTS { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:5.435791015625rem;left:60.764892578125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O1r88yk2g5iq4pPGDqRwIZhC6icyR7ZG { color:#2550aa;display:block;width:3.31176875rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100033;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:67.449951171875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qg92gzzOceP7iX6LxGgR7q0pOouACye3 { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:56.875rem;display:block; }
#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT { position:relative;display:block; }#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT { background-color: transparent; background-image: none; }#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT > .row .container > .video-iframe-container { display: none; }#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT > .row > .video-iframe-container { display: none; }#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT > .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); }#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT { border-width: 0; border-radius: 0; }#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT > .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:23.125rem;width:75rem;position:relative;display:block; }#erGZZkHUlMXTTk2wmhkQDXlPz5tcK1wd { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:5.435791015625rem;left:5.998046875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uyuXhWbfbEb2IsRfNGRKfzTeckcxEwyw { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:1.8125rem;left:1.25rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v7dnS8anV5b6UNho2NmsnvIpHr0IMTL2 { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:0.592041015625rem;display:block; }
#yApTagrU4VTyOnBZ6n92vM2CJqivv2th { color:#2550aa;display:block;width:1rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100030;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:6.388671875rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nAF8BCf51SKuRPt7tsAqqKgpE1R3ogdW { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:6.68701171875rem;overflow:hidden;display:block; }
#p94tOKxI22i38TCoMvBPJ3vs61FaNXKI { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:25.43701171875rem;overflow:hidden;display:block; }
#u8ifgrdxVySUTT7xDgTwNBBAex9ewiBF { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100023;line-height:1.7;letter-spacing:0;top:1.8125rem;left:20rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FeUDbgDOXyK1nlsG3pQETum9IP9nse5o { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.074951171875rem;left:44.18701171875rem;overflow:hidden;display:block; }
#X0vD6B9EUs8cFZTg4LgoHPmTicIuQzrG { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100030;line-height:1.7;letter-spacing:0;top:1.8115234375rem;left:38.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FT0nVMQPxGXTEkxaHb3QhBwLufgwivlC { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100037;line-height:1.7;letter-spacing:0;top:1.748046875rem;left:57.5rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUU0J6KoxrJLRcHVmJdvBsPUtKZi2abB { color:#2550aa;display:block;width:10.1855625rem;position:absolute;font-family:"inter new";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:16.63818359375rem;left:41.749267578125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kfe3Q67M8K2ncnNVWGbHJKTShJpgFmAx { color:#2550aa;display:block;width:12.06175rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:4.1708984375rem;left:3.34228515625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePPyza97ZHmwItTx43Uokk3EUp4LVt4p { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:22.093505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DTTTGS5wQuKeOMPaMwqPGlQymGGrIL4f { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.245361328125rem;left:19.375rem;display:block; }
#ne5Hi0PRbKm3VfswccGxhfJ2fEmgW5hW { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:40.843505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WK2aVKBphUOBKFAnUNOIMb6sBteBPOLn { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:59.593505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5MJkaeyJNKRTEIJcmsTwqngHu8vS4e0 { position:absolute;display:block;z-index:100076;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:62.93701171875rem;overflow:hidden;display:block; }
#axS5sSOt4IwSlEsCkWlawJvfFcESJX7K { color:#2550aa;display:block;width:9.624rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:10.546875rem;left:4.561767578125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTsdfa0DbDvhnME5POurAAzVPWENlACo { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:5.43701171875rem;left:24.888916015625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyTpzi2Rr92WiRQ7MPMfp47R9ITxJVea { color:#2550aa;display:block;width:1.12426875rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100031;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:25.078125rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#trxW7he0z3AKgPabZzWOf0bPOcIxtAF6 { color:#2550aa;display:block;width:10.249rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:10.546875rem;left:22.999267578125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EDdwN4Pbp7Z98APOqReELrTpWGWuKJtc { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:5.435791015625rem;left:43.638916015625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOkKlqLXWExJbX0nz1AJFAPZa2SRkFrD { color:#2550aa;display:block;width:1.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100032;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:43.748779296875rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VZqA776w1GTuT5lCkuhrbSG3LRWwfcfP { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:38.125rem;display:block; }
#UVH0EEaT512TXKOkWDTsIQVxVAhzStVi { color:#2550aa;display:block;width:10.2478125rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:10.546875rem;left:41.75048828125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faSNJgyGhnzqbT4nBVU4yQQMDZRAUPI8 { color:#2550aa;display:block;width:11.12425rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:10.546875rem;left:60.06103515625rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Is8HXs2l0Wlz1gDgGw4tIbflis0sZSF8 { color:#2550aa;display:block;width:10.1855625rem;position:absolute;font-family:"inter new";font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:16.63818359375rem;left:60.499267578125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fbtnAbcWOCogHb3VF6UVzzo9uJ3T7hmf { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:5.435791015625rem;left:62.3896484375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LVyp9Fxb33SdF9tNkU7TeyixxptTLMBS { color:#2550aa;display:block;width:1.0620125rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100033;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:62.700927734375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PFQ7et05UKpFPEO6b8L2xVrkxZiix7FT { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:56.875rem;display:block; }
#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 { position:relative;display:block; }#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 { background-color: transparent; background-image: none; }#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 > .row .container > .video-iframe-container { display: none; }#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 > .row > .video-iframe-container { display: none; }#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 > .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); }#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 { border-width: 0; border-radius: 0; }#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 > .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:23.125rem;width:75rem;position:relative;display:block; }#SrCL2BaGIBTFLhOM5thkaULP05PTAvUZ { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:5.435791015625rem;left:6.623291015625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y1dq2CyQipGX6THiDZBbzVN36dD53rgI { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100016;line-height:1.7;letter-spacing:0;top:1.8125rem;left:1.25rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUhMJ98gEXTu6Ws67zmiCiyCzN7QdGTZ { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:0.592041015625rem;display:block; }
#K5AJ0IlLo265tRNaQAewTKTxslVXl4Eg { color:#2550aa;display:block;width:2.125rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100030;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:4.639404296875rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DI7swEuXJntf7yhQGpKLZZSbLqek73p9 { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:6.68701171875rem;overflow:hidden;display:block; }
#U7RZ8ZgmuAvPRqVZTg2CTF83chW3E00T { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:25.43701171875rem;overflow:hidden;display:block; }
#IWV7bG1iyFZ9uyGOaoo7uzFCMwF1fcdm { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100023;line-height:1.7;letter-spacing:0;top:1.8125rem;left:20rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P19aKdHMb12tt7E5BTq3S91ZUu8iIhZu { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.074951171875rem;left:44.18701171875rem;overflow:hidden;display:block; }
#MUhwNVBOXI98nQ64i3BzpsMJftH693MK { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100030;line-height:1.7;letter-spacing:0;top:1.8115234375rem;left:38.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMwRvCScRg6SqAXWZCbwb0NJiVXlPa24 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100037;line-height:1.7;letter-spacing:0;top:1.748046875rem;left:57.5rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XGbF5L28ZqxVN5SKaFB1pHibAzg1zbgx { color:#2550aa;display:block;width:10.1855625rem;position:absolute;font-family:"inter new";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:16.63818359375rem;left:41.749267578125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AD3qCfSFh2mbZm7JsTeTplT2U8LgQA7i { color:#2550aa;display:block;width:12.06175rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:4.1708984375rem;left:3.34228515625rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLDdXABBGm2FxKvZJSyEpR1cMKbgmLB1 { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:22.093505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQc7ZK0Iv5VO0vh90bWe6h0ugp0VmMiw { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.245361328125rem;left:19.375rem;display:block; }
#ZrO3JotwwIrNFL6UGck5AkS98nxm2hWa { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:40.843505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PoSNAFb3TnGz4UAAfnGfrhyZQ9v6OSOT { color:#2550aa;display:block;width:12.0605625rem;position:absolute;font-family:"inter semi bold";font-size:0.625rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:59.593505859375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VpMcbR2LzUSJ3ZK9hsq22wLeaNRBiLsE { position:absolute;display:block;z-index:100076;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:5.37475625rem;top:14.0625rem;left:62.93701171875rem;overflow:hidden;display:block; }
#aers7r0WcLn52ldRdCwJf8pltGPFOK8J { color:#2550aa;display:block;width:9.624rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:10.546875rem;left:4.561767578125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jokl84fTJZzWPVIygEiqRSS5vms9ehV7 { color:#2550aa;display:block;width:10.249rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:10.546875rem;left:22.999267578125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#seBgDLDJi7zoBVXWxwMnoCmHZzUk4ve9 { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:38.125rem;display:block; }
#rdiQCZMBiKit4hsklTFe9uOb6MxEmPct { color:#2550aa;display:block;width:10.2478125rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:10.546875rem;left:41.75048828125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DE96EMVfRxZEC2CvmF2SDTWILwQiVTdd { color:#2550aa;display:block;width:11.12425rem;position:absolute;font-family:"inter regular";font-size:0.8125rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:10.546875rem;left:60.06103515625rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xZ5GgiTXUOEMJNtCRtAIRqDvMX0p9mGD { color:#2550aa;display:block;width:10.1855625rem;position:absolute;font-family:"inter new";font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:16.63818359375rem;left:60.499267578125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#amKAKkrMrOa1DIfpGJt7UlvywnsPZBKt { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 5.25rem rgba(0,0,0,0.08) ;height:20.625rem;width:17.5rem;top:0.24658203125rem;left:56.875rem;display:block; }
#rewqIMLO4km9yghnE7HD8FoDR17CUwQk { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:5.435791015625rem;left:25.49951171875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nW8h7cK23KEp7LJvvCvRc8SWvc9NzEQ1 { color:#2550aa;display:block;width:2.124025rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100031;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:23.514892578125rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hy674LPZIgqu5Cc91uSCTxvoVPJ6cVRI { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:5.435791015625rem;left:44.311279296875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlzCF86kHBMA1MMKp37OWIQk7k3Jt9lA { color:#2550aa;display:block;width:2.124025rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100032;line-height:1.1;letter-spacing:0;top:6.312255859375rem;left:42.515380859375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kyGzHqkNAnTW1Bh37ec8BADTCTTBHJZ9 { color:#2550aa;display:block;width:8.125rem;position:absolute;font-family:"inter semi bold";font-size:3.75rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:5.435791015625rem;left:63.044677734375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ick6fueTqO55xbWEcZn2s9SXyWILgBMJ { color:#2550aa;display:block;width:2.124025rem;position:absolute;font-family:"inter semi bold";font-size:1.5rem;font-weight:400;z-index:100033;line-height:1.1;letter-spacing:0;top:6.3125rem;left:61.310302734375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2550aa;background-image:none;position:relative;display:block; }#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy > .row .container { background-color: transparent; background-image: none; }#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy > .row .container > .video-iframe-container { display: none; }#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy > .row > .video-iframe-container { display: none; }#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy > .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); }#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy > .row .container { border-width: 0; border-radius: 0; }#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#XkUTwluAAa3PtwtKobkngCyP0TCpVvLQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:6.375rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#JCmPN6vRHl3GBTG2ZkuOSTBstebfZGcS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.78125rem;left:11.59375rem;height:1.125rem;font-style:normal;display:block; }
#Sg08dp0c6GhCPsf5MUU8bn5hHM89ZB2Z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:2.78125rem;left:25.65625rem;height:1.125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GduTn1NDScn1oL4O7eN7ArsnGT8i8wOU { width:33.5rem;height:3.75rem;top:16.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfmikpqQm9rpQdDBrOA04MJAKtXEitNp { width:29.4375rem;height:1.25rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlFNyCUHE8HHaZQSbpTUg1WvAIbrIhIw { width:13.4375rem;height:3.9375rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaBRIHOMe8Sc8x0u6APZpVaeevRFHvsr { display:block; }
 }@media only screen and (max-width: 763px) { #XAQQQr4RerZSkAvA88cbBLwhUHM2PlWN { width:7.6875rem;height:2rem;top:29.0625rem;left:4.31005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttO4TWbELeGU7AVXJMTaeqMPUgbXBIvK { display:block; }
 }@media only screen and (max-width: 763px) { #Fvf0RScMT9uTN9UKUDcoAa3bqHPQFDwg { width:13.125rem;height:3.8565702659532rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwCcGVEu69Ko80OCbXslMHLsGWJp1GlA { width:5.3125rem;height:0.98817598995769rem;top:36.1875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 { display:block; }#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llReQn610OPO7R8ITICXRpAgDA5Kalbg { width:47.75rem;height:3.75rem;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 { display:block; }#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nulWLEtgLlrTeTcmMn4xlTLtKcQ2vKuF { width:14.375rem;height:3.625rem;top:0.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQDpvLPca9U8XuZd8tTOJVfA8AqSkbdR { width:2.5rem;height:2.5rem;top:0rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i10KnemharsJTey1DJncbywJVGF4l8GU { width:11.6875rem;height:3.5625rem;top:16rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oeq46AfssCr5gCEUbJKwUZVtbTqLWqBx { width:2.5rem;height:2.5rem;top:0rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reipq1I5TTCOH3z1wq1GTxPwUwyOVhIt { width:2.5rem;height:2.5rem;top:15.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPB1T7yoJ3yF58Gym2lW7O47QIc9Rswp { width:2.5rem;height:2.5rem;top:7.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Vo5BLng6QbTHSs91CL2oaUgB3omS3y { width:13.125rem;height:3.5625rem;top:8.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSi8cFnuXgXQoAnDcnpeq4q6GqTPp2uO { width:12.6875rem;height:3.5625rem;top:0.5rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VokWOwzBw38PkT2WWSvUxycJQ53Wfqst { width:15.375rem;height:3.5625rem;top:8.375rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZmishM6ZluX9TIn6rG026rxdGhULpvW { width:2.5rem;height:2.5rem;top:7.9375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTHteeuxBimVPFlVAHRVKw6FiA6X0hcW { width:12.0625rem;height:3.5625rem;top:16rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aexlnASNSQctX3DJgwMKllwL3aEuswVD { width:2.5rem;height:2.5rem;top:15.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkt8KcOICl1vBT1LR5R6Nrvc1gZ9q4Bd { width:2.5rem;height:2.5rem;top:0rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeZX3mrGLHpnRLsDviJ8Mx1Nsz6ml8qa { width:15.6875rem;height:3.5625rem;top:8.375rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxADew7M87CTJGJ08OO7kKmt1Ed8uCfC { width:15.0625rem;height:3.5625rem;top:0.4375rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ13IrfR5CiFC1ltHG986PPS4wZl19Qn { top:8.5625rem;left:32.4375rem;width:2.125rem;height:1.43645625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCWZ2ETQ18uoyPkkx9nMvcPo61NkWPIz { width:11.8125rem;height:3.5625rem;top:16rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtJkcvxMcQnueTA5GJcnQrw5kug9D6ZL { width:2.5rem;height:2.5rem;top:15.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB { display:block; }#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJlbNEH1Puhhn1r0qqIcxL1cdhKhkDxA { width:47.6875rem;height:1.625rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVWRGZSiq8MPQlVpDlecHWTAWBCp7h92 { width:47.75rem;height:3.75rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV { display:block; }#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOgx0W7c30bGAvEFTIXzHcX9QgQ0iQke { top:1.375rem;left:0rem;width:24.875rem;height:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsFzHv0xwwBxgVAd8rZhLpWaq4QiWPmA { width:18.25rem;height:2.5rem;top:3.75rem;left:0.9990234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9FA4ZgHd3gsciT3GmtOOOZDJJs2DPEO { top:1.375rem;left:22.875rem;width:24.875rem;height:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toqFhwRZQQePF1ATxFZrOd6iU0wdNBTF { width:20.1875rem;height:32rem;top:10.0625rem;left:27.5625rem;font-size:0.875rem;display:block; }#toqFhwRZQQePF1ATxFZrOd6iU0wdNBTF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/y3liohz5/not.svg); }
 }@media only screen and (max-width: 763px) { #qJZlsEhmrqfXMF6lZGVBbl44xA135h6d { width:5.3125rem;height:1.2355211457264rem;top:8rem;left:34.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O59y6zdaoSynTaTe0STVN0N5tDoKO9VB { width:15.9375rem;height:4.375rem;top:2.8125rem;left:29.81201171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyuqEmyyaAN5HOapLT2w2xvFO0cQaD0a { width:19.625rem;height:;top:10.125rem;left:0.1875rem;font-size:0.875rem;display:block; }#FyuqEmyyaAN5HOapLT2w2xvFO0cQaD0a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V5oJrh0N/check_white_01.svg); }
 }@media only screen and (max-width: 763px) { #aubLuAP6abWJ0xD5UCwOhWB9FT80dOeS { width:5.3125rem;height:0.98817598995769rem;top:8.0625rem;left:7.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5l4Ekwb2x11VyUVeuGg8iL2bTiVcxew { width:12.5rem;height:12.5rem;top:32.5rem;left:9.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn { display:block; }#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndEn5RTSVTCVPQH8EbuFikMsGka1pURO { width:47.75rem;height:3.75rem;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSTqtKdGPKG36gKf9Viaqu2V6dHyq3ow { width:47.6875rem;height:1.6875rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ { display:block; }#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDybQi6AoNAtRVTwLO8XoiStVUz7Gmik { width:7.1875rem;height:4.375rem;top:0.25rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufN8VWJibf9ZtMo1y0yrQzWKK4qyqpmX { display:block; }
 }@media only screen and (max-width: 763px) { #FH5giBTC46TrE0iU9rNZPq2ATLc8DkLh { width:7.1875rem;height:4.3125rem;top:0.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQuA2uzgovkklalSfEZURAo9lLTz44pu { display:block; }
 }@media only screen and (max-width: 763px) { #VIabdzqUfuGKMwTKIlOVarHUfi2ryplH { width:6.6875rem;height:4.375rem;top:0.25rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn3zMfI02muRXOUdLevxNMM0XEq3kd0W { display:block; }
 }@media only screen and (max-width: 763px) { #wlNqhWJDTXKgpfpmsnIhKXkAGiICrTpC { width:7.6875rem;height:4.375rem;top:0.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTNhFwIJVvu75XyzeweZyaz11hJAD5E { display:block; }
 }@media only screen and (max-width: 763px) { #E8JpiGhio5mCmmXn5CUrhn8MOhsOnfuU { width:7.6875rem;height:3.75rem;top:0.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5qTnLPNGzVwxGZKNfDPJUIe3ESV2UgA { width:7.1875rem;height:3.75rem;top:0.4375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5mChvpfLXAXewTrRcv9AePwZUzbzpaq { width:7.5625rem;height:3.875rem;top:0.4375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5cuCN2g3eF1u99FNlVZrUgw8qUpCiTu { width:6.6875rem;height:3.75rem;top:0.4375rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO { display:block; }#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSdwTDTkvpWwyQQ8zfW4xku9glhBIJTD { width:8.125rem;height:4.8125rem;top:5.375rem;left:2.0302734375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1gOaz2md0VCnaTaXX9MKq2FV3weirxC { width:16.25rem;height:2.5rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrtsr2el0WzyQzPoMrkaNsuKhUCadiBx { width:17.5rem;height:20.625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3so3Cc1PvgZO6LDSSQICQ2OtX6WcfHX { width:1rem;height:1.625rem;top:6.25rem;left:2.9208984375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBfFASDgmMpbgxccy1AvN8QzpIa0G3bT { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLhd5NHyfcoCLSOqLCrVWxMmzrN8qNzb { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfmysqF0D8nEErliTkABMQOioyTzADFX { width:16.25rem;height:2.5rem;top:1.75rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRX23Lun9kzZHDzch0xHmSEvdvGpkQ7L { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:27.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTniEbt7rWwOxNfV6WWcKTN7fmkSbSlS { width:16.25rem;height:2.5rem;top:1.75rem;left:19.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCU9swnwOZMMRmBgGfDI7x4yFTzKMCso { width:16.25rem;height:2.5rem;top:1.6875rem;left:31.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCQ1v0DnLK6RIPC3BfL2T5ypXqDXlmHa { width:10.125rem;height:2.1875rem;top:16.625rem;left:24.718017578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OewHanT0wN7d1egH0KButnWWdspEyxTp { width:12rem;height:0.75rem;top:4.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtTfsm3XhHGbUvenMOtSlwQK1iXLrERT { width:12rem;height:0.75rem;top:4.25rem;left:11.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOeRrD4CKK8Sso9g0bi1RBNc3NyX7hRN { width:17.5rem;height:20.625rem;top:0.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC05nicKZKE7BG7Qh5Xge28iPQ54QEsV { width:12rem;height:0.75rem;top:4.25rem;left:23.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnlMe10vKddGmFPk24dGnQfKSWPOxEha { width:12rem;height:0.75rem;top:4.25rem;left:35.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIU0OZLvhubiXLP1WNGwwOHRCPwZ0iXh { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:39.09326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmKqgzabaFGcwPMyUPPBeI6vAy1r1zFS { width:9.5625rem;height:1rem;top:10.5rem;left:1.1552085876465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoL3lankWt6EeEEtHiByHESlqJ99sVrU { width:8.125rem;height:4.8125rem;top:5.4375rem;left:14.046142578125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaDUzK4CmeLUMBVTUTmP3Bqut90CtHx4 { width:1.0625rem;height:1.625rem;top:6.25rem;left:14.547119140625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEHGwrqRgzXqS6mF5OLOurrIliJq2CeH { width:10.1875rem;height:1rem;top:10.5rem;left:12.780208587646rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTrM9rDdrLNDbfg2CH3JxOXODRVoZPdF { width:8.125rem;height:4.8125rem;top:5.375rem;left:25.671142578125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwFEN2QQ7833E02N0OTdollTz7rRP2Ge { width:1.25rem;height:1.625rem;top:6.25rem;left:25.780517578125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3RgX3yvDSUyUh3DdlXkNoBmiNNqzLOw { width:17.5rem;height:20.625rem;top:0.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm5MOPboGkSDaobVNSCqEiI0V6xsdV2G { width:10.1875rem;height:1rem;top:10.5rem;left:24.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtqkDpldxEkiPvIu7X4R4DzUlxw3gsa3 { width:11.0625rem;height:1rem;top:10.5rem;left:36.217712402344rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqBP9C0c3hk9AXRGatqrztnNS9W1Kp0c { width:10.125rem;height:2.1875rem;top:16.625rem;left:36.655517578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3LH10mDwT6lNnEkPiX5qUqz9TphDetV { width:8.125rem;height:4.8125rem;top:5.375rem;left:37.733642578125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqDQSv6e5KfZqJF3PXrVqFUCl9GJoPpz { width:1rem;height:1.625rem;top:6.25rem;left:37.98291015625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKJAE5QoxSXgVSs2h1GGU3AfSV0Zn1T4 { width:17.5rem;height:20.625rem;top:0.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K { display:block; }#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqkJB8R9skQTWL3wdeQqzHWpeseRioqw { width:8.125rem;height:4.8125rem;top:5.375rem;left:1.466796875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH7MKFxdnp16c8G44vua6e3MTnCtlP1a { width:16.25rem;height:2.5rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZvlaNL1TfJKUIyt1aSv7ESmRFs6pEKQ { width:17.5rem;height:20.625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE1L7Qs4qGIeTD4CkTaDIFpWBz0dmqe4 { width:3.25rem;height:1.625rem;top:6.25rem;left:8.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUTdHJITDAkoGe2zzSzBo5mwWsoN4J9p { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUp4L2TX4DxhrKQfnFvfSaT6OgTi6KUw { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkw9KwbW6wvTUiriTJBroMMLm7iCsCWr { width:16.25rem;height:2.5rem;top:1.75rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDyyxdRHG4wFSRlacbODMcrJVR07oW9V { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:27.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCevbJmN63TpTdcdJoMhtiHE3ofByhvP { width:16.25rem;height:2.5rem;top:1.75rem;left:19.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW9qV3k40dxoQiFngWPmK4Ud7XG5izcG { width:16.25rem;height:2.5rem;top:1.6875rem;left:31.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAObUi6Tkmb5mqaDX76RCznHb3PNQbrZ { width:10.125rem;height:2.1875rem;top:16.625rem;left:24.718017578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVUt6UZAOlLzcfKvRmp2MKp9WVDWpLX0 { width:12rem;height:0.75rem;top:4.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLuPLOfzH5J4XSIrsGTneFdzCD70opNs { width:12rem;height:0.75rem;top:4.25rem;left:11.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQZT5dQsy46TMrhizE875K7Z2xwvK8Av { width:17.5rem;height:20.625rem;top:0.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQJu09vCgIH3pm3MC5Rhv3T9g1hD7XX0 { width:12rem;height:0.75rem;top:4.25rem;left:23.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUvzJryfCV6JrVHJQseKHw5hqvvx0raA { width:12rem;height:0.75rem;top:4.25rem;left:35.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLryOhUgKG3UsBfzRJbTXlLTOVQQaTR { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:39.09326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmITwISR17KcFPuVVBpMw6BNG08kpU0s { width:9.5625rem;height:1rem;top:10.5rem;left:1.1552085876465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI08HiCveFGPrFxwKu958TVvg8PL4R6b { width:8.125rem;height:4.8125rem;top:5.375rem;left:13.420166015625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W82omWIvx6BeFfRbzBvXcncysohwL7mR { width:3.25rem;height:1.625rem;top:6.25rem;left:20.15478515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUkVTSLBI6TgbpMnJOVTFaVClrUPGv9H { width:10.1875rem;height:1rem;top:10.5rem;left:12.780208587646rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ0uQEaGtvAbWMA958GhB3aK4FsRem5M { width:8.125rem;height:4.8125rem;top:5.375rem;left:25.233154296875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExTU8CrTEdrcJBplMf2oMvxZnGIqZdHd { width:3.25rem;height:1.625rem;top:6.25rem;left:31.903076171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F48yJfVs4slUHxbOBJsOWhpGvTTbxp1q { width:17.5rem;height:20.625rem;top:0.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVGsgBrilsK56hyDlyUArPbiRrLSS39U { width:10.1875rem;height:1rem;top:10.5rem;left:24.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQMLlwWQqhON5feQBWhg7BokJBbfuSEv { width:11.0625rem;height:1rem;top:10.5rem;left:36.217712402344rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKQQmBb3qUorIgTDGkBxozXr4iba8x6O { width:10.125rem;height:2.1875rem;top:16.625rem;left:36.655517578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHpLp6H7UZZInSpCkQ0AfBHNlhnwvSTS { width:8.125rem;height:4.8125rem;top:5.375rem;left:36.92041015625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1r88yk2g5iq4pPGDqRwIZhC6icyR7ZG { width:3.25rem;height:1.625rem;top:6.25rem;left:43.606201171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg92gzzOceP7iX6LxGgR7q0pOouACye3 { width:17.5rem;height:20.625rem;top:0.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT { display:block; }#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erGZZkHUlMXTTk2wmhkQDXlPz5tcK1wd { width:8.125rem;height:4.8125rem;top:5.375rem;left:2.591796875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyuXhWbfbEb2IsRfNGRKfzTeckcxEwyw { width:16.25rem;height:2.5rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7dnS8anV5b6UNho2NmsnvIpHr0IMTL2 { width:17.5rem;height:20.625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yApTagrU4VTyOnBZ6n92vM2CJqivv2th { width:0.9375rem;height:1.625rem;top:6.25rem;left:2.982421875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAF8BCf51SKuRPt7tsAqqKgpE1R3ogdW { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p94tOKxI22i38TCoMvBPJ3vs61FaNXKI { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8ifgrdxVySUTT7xDgTwNBBAex9ewiBF { width:16.25rem;height:2.5rem;top:1.75rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeUDbgDOXyK1nlsG3pQETum9IP9nse5o { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:27.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0vD6B9EUs8cFZTg4LgoHPmTicIuQzrG { width:16.25rem;height:2.5rem;top:1.75rem;left:19.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0nVMQPxGXTEkxaHb3QhBwLufgwivlC { width:16.25rem;height:2.5rem;top:1.6875rem;left:31.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUU0J6KoxrJLRcHVmJdvBsPUtKZi2abB { width:10.125rem;height:2.1875rem;top:16.625rem;left:24.718017578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfe3Q67M8K2ncnNVWGbHJKTShJpgFmAx { width:12rem;height:0.75rem;top:4.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePPyza97ZHmwItTx43Uokk3EUp4LVt4p { width:12rem;height:0.75rem;top:4.25rem;left:11.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTTGS5wQuKeOMPaMwqPGlQymGGrIL4f { width:17.5rem;height:20.625rem;top:0.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne5Hi0PRbKm3VfswccGxhfJ2fEmgW5hW { width:12rem;height:0.75rem;top:4.25rem;left:23.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK2aVKBphUOBKFAnUNOIMb6sBteBPOLn { width:12rem;height:0.75rem;top:4.25rem;left:35.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5MJkaeyJNKRTEIJcmsTwqngHu8vS4e0 { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:39.09326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axS5sSOt4IwSlEsCkWlawJvfFcESJX7K { width:9.5625rem;height:1rem;top:10.5rem;left:1.1552085876465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsdfa0DbDvhnME5POurAAzVPWENlACo { width:8.125rem;height:4.8125rem;top:5.375rem;left:14.670166015625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyTpzi2Rr92WiRQ7MPMfp47R9ITxJVea { width:1.0625rem;height:1.625rem;top:6.25rem;left:14.859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trxW7he0z3AKgPabZzWOf0bPOcIxtAF6 { width:10.1875rem;height:1rem;top:10.5rem;left:12.780208587646rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDdwN4Pbp7Z98APOqReELrTpWGWuKJtc { width:8.125rem;height:4.8125rem;top:5.375rem;left:26.607666015625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOkKlqLXWExJbX0nz1AJFAPZa2SRkFrD { width:1.25rem;height:1.625rem;top:6.25rem;left:26.717529296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZqA776w1GTuT5lCkuhrbSG3LRWwfcfP { width:17.5rem;height:20.625rem;top:0.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVH0EEaT512TXKOkWDTsIQVxVAhzStVi { width:10.1875rem;height:1rem;top:10.5rem;left:24.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faSNJgyGhnzqbT4nBVU4yQQMDZRAUPI8 { width:11.0625rem;height:1rem;top:10.5rem;left:36.217712402344rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is8HXs2l0Wlz1gDgGw4tIbflis0sZSF8 { width:10.125rem;height:2.1875rem;top:16.625rem;left:36.655517578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbtnAbcWOCogHb3VF6UVzzo9uJ3T7hmf { width:8.125rem;height:4.8125rem;top:5.375rem;left:38.5458984375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVyp9Fxb33SdF9tNkU7TeyixxptTLMBS { width:1rem;height:1.625rem;top:6.25rem;left:38.857177734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFQ7et05UKpFPEO6b8L2xVrkxZiix7FT { width:17.5rem;height:20.625rem;top:0.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 { display:block; }#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrCL2BaGIBTFLhOM5thkaULP05PTAvUZ { width:8.125rem;height:4.8125rem;top:5.375rem;left:3.217041015625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1dq2CyQipGX6THiDZBbzVN36dD53rgI { width:16.25rem;height:2.5rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUhMJ98gEXTu6Ws67zmiCiyCzN7QdGTZ { width:17.5rem;height:20.625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5AJ0IlLo265tRNaQAewTKTxslVXl4Eg { width:2.125rem;height:1.625rem;top:6.25rem;left:1.233154296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI7swEuXJntf7yhQGpKLZZSbLqek73p9 { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7RZ8ZgmuAvPRqVZTg2CTF83chW3E00T { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWV7bG1iyFZ9uyGOaoo7uzFCMwF1fcdm { width:16.25rem;height:2.5rem;top:1.75rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19aKdHMb12tt7E5BTq3S91ZUu8iIhZu { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:27.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUhwNVBOXI98nQ64i3BzpsMJftH693MK { width:16.25rem;height:2.5rem;top:1.75rem;left:19.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMwRvCScRg6SqAXWZCbwb0NJiVXlPa24 { width:16.25rem;height:2.5rem;top:1.6875rem;left:31.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGbF5L28ZqxVN5SKaFB1pHibAzg1zbgx { width:10.125rem;height:2.1875rem;top:16.625rem;left:24.718017578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD3qCfSFh2mbZm7JsTeTplT2U8LgQA7i { width:12rem;height:0.75rem;top:4.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLDdXABBGm2FxKvZJSyEpR1cMKbgmLB1 { width:12rem;height:0.75rem;top:4.25rem;left:11.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQc7ZK0Iv5VO0vh90bWe6h0ugp0VmMiw { width:17.5rem;height:20.625rem;top:0.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrO3JotwwIrNFL6UGck5AkS98nxm2hWa { width:12rem;height:0.75rem;top:4.25rem;left:23.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoSNAFb3TnGz4UAAfnGfrhyZQ9v6OSOT { width:12rem;height:0.75rem;top:4.25rem;left:35.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpMcbR2LzUSJ3ZK9hsq22wLeaNRBiLsE { width:5.3125rem;height:1.2355211457264rem;top:14.0625rem;left:39.09326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aers7r0WcLn52ldRdCwJf8pltGPFOK8J { width:9.5625rem;height:1rem;top:10.5rem;left:1.1552085876465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jokl84fTJZzWPVIygEiqRSS5vms9ehV7 { width:10.1875rem;height:1rem;top:10.5rem;left:12.780208587646rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seBgDLDJi7zoBVXWxwMnoCmHZzUk4ve9 { width:17.5rem;height:20.625rem;top:0.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdiQCZMBiKit4hsklTFe9uOb6MxEmPct { width:10.1875rem;height:1rem;top:10.5rem;left:24.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE96EMVfRxZEC2CvmF2SDTWILwQiVTdd { width:11.0625rem;height:1rem;top:10.5rem;left:36.217712402344rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5GgiTXUOEMJNtCRtAIRqDvMX0p9mGD { width:10.125rem;height:2.1875rem;top:16.625rem;left:36.655517578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amKAKkrMrOa1DIfpGJt7UlvywnsPZBKt { width:17.5rem;height:20.625rem;top:0.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rewqIMLO4km9yghnE7HD8FoDR17CUwQk { width:8.125rem;height:4.8125rem;top:5.375rem;left:15.28076171875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW8h7cK23KEp7LJvvCvRc8SWvc9NzEQ1 { width:2.0625rem;height:1.625rem;top:6.25rem;left:13.296142578125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy674LPZIgqu5Cc91uSCTxvoVPJ6cVRI { width:8.125rem;height:4.8125rem;top:5.375rem;left:27.280029296875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlzCF86kHBMA1MMKp37OWIQk7k3Jt9lA { width:2.0625rem;height:1.625rem;top:6.25rem;left:25.484130859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyGzHqkNAnTW1Bh37ec8BADTCTTBHJZ9 { width:8.125rem;height:4.8125rem;top:5.375rem;left:39.200927734375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ick6fueTqO55xbWEcZn2s9SXyWILgBMJ { width:2.0625rem;height:1.625rem;top:6.3125rem;left:37.466552734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy { display:block; }#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkUTwluAAa3PtwtKobkngCyP0TCpVvLQ { top:2.0625rem;left:0rem;width:6.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCmPN6vRHl3GBTG2ZkuOSTBstebfZGcS { width:12.5rem;height:1.1375rem;top:2.75rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg08dp0c6GhCPsf5MUU8bn5hHM89ZB2Z { width:12.5rem;height:1.1375rem;top:2.75rem;left:22.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#5e92ff;background-image:url("https://images.assets-landingi.com/ZRK7ifKm/bg_mobile_1.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GduTn1NDScn1oL4O7eN7ArsnGT8i8wOU { width:20rem;height:2.4375rem;top:4.748291015625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pfmikpqQm9rpQdDBrOA04MJAKtXEitNp { width:14.3103125rem;height:3.5rem;top:7.169189453125rem;left:2.84423828125rem;font-size:1rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlFNyCUHE8HHaZQSbpTUg1WvAIbrIhIw { width:13.4375rem;height:3.9375rem;top:38.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaBRIHOMe8Sc8x0u6APZpVaeevRFHvsr { display:block; }
 }@media only screen and (max-width: 763px) { #XAQQQr4RerZSkAvA88cbBLwhUHM2PlWN { width:7.6875rem;height:2rem;top:43.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttO4TWbELeGU7AVXJMTaeqMPUgbXBIvK { display:block; }
 }@media only screen and (max-width: 763px) { #Fvf0RScMT9uTN9UKUDcoAa3bqHPQFDwg { width:10.99975rem;height:3.8562rem;top:0.5615234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwCcGVEu69Ko80OCbXslMHLsGWJp1GlA { width:5.3125rem;height:0.98817598995769rem;top:25.621337890625rem;left:13.84033203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 { display:block; }#nZJOQSDCuxCeyTFUfK0h5MnDGKBkFHp3 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llReQn610OPO7R8ITICXRpAgDA5Kalbg { width:20rem;height:4.875rem;top:2.5rem;left:0.029296875rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 { display:block; }#G7mHmJyX1CCseCblkdhiyOq3mmswB8G5 > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nulWLEtgLlrTeTcmMn4xlTLtKcQ2vKuF { width:9.0625rem;height:3.5rem;top:2.3125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQDpvLPca9U8XuZd8tTOJVfA8AqSkbdR { width:2.5rem;height:2.5rem;top:1.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i10KnemharsJTey1DJncbywJVGF4l8GU { width:9.5rem;height:3.5rem;top:41.0625rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oeq46AfssCr5gCEUbJKwUZVtbTqLWqBx { width:2.5rem;height:2.5rem;top:7.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reipq1I5TTCOH3z1wq1GTxPwUwyOVhIt { width:2.5rem;height:2.5rem;top:40.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPB1T7yoJ3yF58Gym2lW7O47QIc9Rswp { width:2.5rem;height:2.5rem;top:18.631248474121rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Vo5BLng6QbTHSs91CL2oaUgB3omS3y { width:11.4375rem;height:3.5rem;top:19.006248474121rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSi8cFnuXgXQoAnDcnpeq4q6GqTPp2uO { width:7.875rem;height:3.5rem;top:7.8125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VokWOwzBw38PkT2WWSvUxycJQ53Wfqst { width:12.5rem;height:5.25rem;top:24.75rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZmishM6ZluX9TIn6rG026rxdGhULpvW { width:2.5rem;height:2.5rem;top:24.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTHteeuxBimVPFlVAHRVKw6FiA6X0hcW { width:8.3114375rem;height:3.5rem;top:46.625rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aexlnASNSQctX3DJgwMKllwL3aEuswVD { width:2.5rem;height:2.5rem;top:46.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkt8KcOICl1vBT1LR5R6Nrvc1gZ9q4Bd { width:2.5rem;height:2.5rem;top:12.97500038147rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeZX3mrGLHpnRLsDviJ8Mx1Nsz6ml8qa { width:11.875rem;height:7rem;top:31.6875rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxADew7M87CTJGJ08OO7kKmt1Ed8uCfC { width:11.75rem;height:3.5rem;top:13.319791793823rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ13IrfR5CiFC1ltHG986PPS4wZl19Qn { width:2.125rem;height:1.4375rem;top:31.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCWZ2ETQ18uoyPkkx9nMvcPo61NkWPIz { width:10.9375rem;height:3.5rem;top:51.919792175293rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtJkcvxMcQnueTA5GJcnQrw5kug9D6ZL { width:2.5rem;height:2.5rem;top:51.919792175293rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB { display:block; }#wZmF7ryki2QxvUbo3Zn76RvqCsa4T1LB > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJlbNEH1Puhhn1r0qqIcxL1cdhKhkDxA { width:20rem;height:1.75rem;top:5.5703125rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #FVWRGZSiq8MPQlVpDlecHWTAWBCp7h92 { width:20rem;height:2.4375rem;top:2.25rem;left:0.029296875rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV { display:block; }#T0mWZotkAbRTfNDTGZsDwXCRHo1hiUbV > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOgx0W7c30bGAvEFTIXzHcX9QgQ0iQke { width:20rem;height:42.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsFzHv0xwwBxgVAd8rZhLpWaq4QiWPmA { width:18.2483125rem;height:2.5rem;top:3.62548828125rem;left:0.84228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9FA4ZgHd3gsciT3GmtOOOZDJJs2DPEO { width:20rem;height:42.3125rem;top:46.064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #toqFhwRZQQePF1ATxFZrOd6iU0wdNBTF { width:18.31175rem;height:33.4375rem;top:53.985595703125rem;left:1.281005859375rem;font-size:0.875rem;line-height:1.8;display:block; }#toqFhwRZQQePF1ATxFZrOd6iU0wdNBTF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/y3liohz5/not.svg); }
 }@media only screen and (max-width: 763px) { #qJZlsEhmrqfXMF6lZGVBbl44xA135h6d { width:5.3125rem;height:1.23535rem;top:52.75146484375rem;left:7.3095703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O59y6zdaoSynTaTe0STVN0N5tDoKO9VB { width:17.87475rem;height:4.5rem;top:47.376708984375rem;left:1.060791015625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyuqEmyyaAN5HOapLT2w2xvFO0cQaD0a { width:17.875rem;height:24.0625rem;top:9.937744140625rem;left:1.250732421875rem;font-size:0.875rem;line-height:1.8;display:block; }#FyuqEmyyaAN5HOapLT2w2xvFO0cQaD0a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V5oJrh0N/check_white_01.svg); }
 }@media only screen and (max-width: 763px) { #aubLuAP6abWJ0xD5UCwOhWB9FT80dOeS { width:5.3125rem;height:0.98755rem;top:7.374267578125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5l4Ekwb2x11VyUVeuGg8iL2bTiVcxew { width:12.5rem;height:12.5rem;top:32.314453125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn { display:block; }#M1KWwrps6nrSrb09s2WBNZ0fHRnkAymn > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndEn5RTSVTCVPQH8EbuFikMsGka1pURO { width:20rem;height:2.4375rem;top:1.8125rem;left:0.029296875rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JSTqtKdGPKG36gKf9Viaqu2V6dHyq3ow { width:20rem;height:1.75rem;top:4.671875rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ { display:block; }#ODvg2QnbCIioDCE87vEZrWX7fQ7ZCXWZ > .row .container { width:20rem;height:4.091796875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDybQi6AoNAtRVTwLO8XoiStVUz7Gmik { width:3.5625rem;height:3.562256875rem;top:0.405517578125rem;left:5.514892578125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufN8VWJibf9ZtMo1y0yrQzWKK4qyqpmX { display:block; }
 }@media only screen and (max-width: 763px) { #FH5giBTC46TrE0iU9rNZPq2ATLc8DkLh { width:3.1875rem;height:3.75rem;top:0.342041015625rem;left:15.5615234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQuA2uzgovkklalSfEZURAo9lLTz44pu { display:block; }
 }@media only screen and (max-width: 763px) { #VIabdzqUfuGKMwTKIlOVarHUfi2ryplH { width:3.5rem;height:3.624513125rem;top:0.342041015625rem;left:10.389892578125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn3zMfI02muRXOUdLevxNMM0XEq3kd0W { display:block; }
 }@media only screen and (max-width: 763px) { #wlNqhWJDTXKgpfpmsnIhKXkAGiICrTpC { width:3.5625rem;height:3.6875rem;top:0.375rem;left:1.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTNhFwIJVvu75XyzeweZyaz11hJAD5E { display:block; }
 }@media only screen and (max-width: 763px) { #E8JpiGhio5mCmmXn5CUrhn8MOhsOnfuU { width:3.75rem;height:3.75rem;top:0.21630859375rem;left:1.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5qTnLPNGzVwxGZKNfDPJUIe3ESV2UgA { width:3.686525rem;height:3.374025rem;top:0.43603515625rem;left:5.450927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5mChvpfLXAXewTrRcv9AePwZUzbzpaq { width:4.1870125rem;height:2.749025rem;top:0.74853515625rem;left:15.027587890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5cuCN2g3eF1u99FNlVZrUgw8qUpCiTu { width:3.5625rem;height:2.68676875rem;top:0.7802734375rem;left:10.3251953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO { display:block; }#pT6oDeUPTfVv4TwuCWA8K2fGVVJZGhXO > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSdwTDTkvpWwyQQ8zfW4xku9glhBIJTD { width:5.125rem;height:5rem;top:7.561279296875rem;left:7.87353515625rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z1gOaz2md0VCnaTaXX9MKq2FV3weirxC { width:18.31175rem;height:2.5rem;top:3.6240234375rem;left:0.810546875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrtsr2el0WzyQzPoMrkaNsuKhUCadiBx { width:17.5rem;height:20.625rem;top:1.99951171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3so3Cc1PvgZO6LDSSQICQ2OtX6WcfHX { width:0.9375rem;height:1.625rem;top:8.373779296875rem;left:6.826171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBfFASDgmMpbgxccy1AvN8QzpIa0G3bT { width:5.3125rem;height:1.2355211457264rem;top:16.374755859375rem;left:7.374267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLhd5NHyfcoCLSOqLCrVWxMmzrN8qNzb { width:5.3125rem;height:1.23535rem;top:39.12353515625rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfmysqF0D8nEErliTkABMQOioyTzADFX { width:16.25rem;height:2.5rem;top:26.125rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRX23Lun9kzZHDzch0xHmSEvdvGpkQ7L { width:5.3125rem;height:1.2355211457264rem;top:61.125rem;left:7.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTniEbt7rWwOxNfV6WWcKTN7fmkSbSlS { width:16.25rem;height:2.5rem;top:48.8740234375rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCU9swnwOZMMRmBgGfDI7x4yFTzKMCso { width:16.25rem;height:2.5rem;top:71.75rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCQ1v0DnLK6RIPC3BfL2T5ypXqDXlmHa { width:10.1245rem;height:2.25rem;top:63.624755859375rem;left:4.874267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OewHanT0wN7d1egH0KButnWWdspEyxTp { width:11.9983125rem;height:0.8125rem;top:5.982421875rem;left:3.96728515625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtTfsm3XhHGbUvenMOtSlwQK1iXLrERT { width:11.9995rem;height:0.8125rem;top:28.625rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOeRrD4CKK8Sso9g0bi1RBNc3NyX7hRN { width:17.5rem;height:20.625rem;top:24.49951171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC05nicKZKE7BG7Qh5Xge28iPQ54QEsV { width:11.9995rem;height:0.8125rem;top:51.3740234375rem;left:3.936767578125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnlMe10vKddGmFPk24dGnQfKSWPOxEha { width:11.9995rem;height:0.8125rem;top:74.3125rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIU0OZLvhubiXLP1WNGwwOHRCPwZ0iXh { width:5.3125rem;height:1.23535rem;top:83.81201171875rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmKqgzabaFGcwPMyUPPBeI6vAy1r1zFS { width:9.56175rem;height:1rem;top:12.8740234375rem;left:5.2490234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoL3lankWt6EeEEtHiByHESlqJ99sVrU { width:5.18676875rem;height:5rem;top:30.530517578125rem;left:7.875rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DaDUzK4CmeLUMBVTUTmP3Bqut90CtHx4 { width:1.0620125rem;height:1.625rem;top:31.1875rem;left:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEHGwrqRgzXqS6mF5OLOurrIliJq2CeH { width:10.1855625rem;height:1rem;top:35.498046875rem;left:4.874267578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTrM9rDdrLNDbfg2CH3JxOXODRVoZPdF { width:5.37475625rem;height:5rem;top:52.8271484375rem;left:8.125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lwFEN2QQ7833E02N0OTdollTz7rRP2Ge { width:1.25rem;height:1.625rem;top:53.624755859375rem;left:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3RgX3yvDSUyUh3DdlXkNoBmiNNqzLOw { width:17.5rem;height:20.625rem;top:47.2490234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm5MOPboGkSDaobVNSCqEiI0V6xsdV2G { width:10.18675rem;height:1rem;top:57.7490234375rem;left:4.874267578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtqkDpldxEkiPvIu7X4R4DzUlxw3gsa3 { width:11.0608125rem;height:1rem;top:80.5302734375rem;left:4.468994140625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqBP9C0c3hk9AXRGatqrztnNS9W1Kp0c { width:10.1233125rem;height:2.25rem;top:86.248779296875rem;left:4.90478515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3LH10mDwT6lNnEkPiX5qUqz9TphDetV { width:5.3125rem;height:5rem;top:75.6552734375rem;left:8.125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sqDQSv6e5KfZqJF3PXrVqFUCl9GJoPpz { width:0.99975625rem;height:1.625rem;top:76.375rem;left:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKJAE5QoxSXgVSs2h1GGU3AfSV0Zn1T4 { width:17.5rem;height:20.625rem;top:70rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K { display:block; }#p7uv6ykuIaVETpUG64XTG6Td1TpTMK1K > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqkJB8R9skQTWL3wdeQqzHWpeseRioqw { width:5.3125rem;height:5rem;top:7.5625rem;left:8.125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HH7MKFxdnp16c8G44vua6e3MTnCtlP1a { width:15.18675rem;height:2.5rem;top:3.625rem;left:2.40478515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZvlaNL1TfJKUIyt1aSv7ESmRFs6pEKQ { width:17.5rem;height:20.625rem;top:2rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE1L7Qs4qGIeTD4CkTaDIFpWBz0dmqe4 { width:0.9375rem;height:1.625rem;top:8.18603515625rem;left:7.015625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUTdHJITDAkoGe2zzSzBo5mwWsoN4J9p { width:5.3125rem;height:1.23535rem;top:16.375rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUp4L2TX4DxhrKQfnFvfSaT6OgTi6KUw { width:5.3125rem;height:1.2355211457264rem;top:39.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkw9KwbW6wvTUiriTJBroMMLm7iCsCWr { width:16.25rem;height:2.5rem;top:26.125rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDyyxdRHG4wFSRlacbODMcrJVR07oW9V { width:5.3125rem;height:1.2355211457264rem;top:60.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCevbJmN63TpTdcdJoMhtiHE3ofByhvP { width:16.25rem;height:2.5rem;top:48.25rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW9qV3k40dxoQiFngWPmK4Ud7XG5izcG { width:16.25rem;height:2.5rem;top:71.75rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAObUi6Tkmb5mqaDX76RCznHb3PNQbrZ { width:10.1245rem;height:2.25rem;top:63rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVUt6UZAOlLzcfKvRmp2MKp9WVDWpLX0 { width:11.9983125rem;height:0.8125rem;top:6rem;left:3.96728515625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLuPLOfzH5J4XSIrsGTneFdzCD70opNs { width:11.9995rem;height:0.8125rem;top:28.625rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQZT5dQsy46TMrhizE875K7Z2xwvK8Av { width:17.5rem;height:20.625rem;top:24.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQJu09vCgIH3pm3MC5Rhv3T9g1hD7XX0 { width:11.9995rem;height:0.8125rem;top:50.75rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUvzJryfCV6JrVHJQseKHw5hqvvx0raA { width:11.9995rem;height:0.8125rem;top:74.125rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLryOhUgKG3UsBfzRJbTXlLTOVQQaTR { width:5.3125rem;height:1.2355211457264rem;top:83.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmITwISR17KcFPuVVBpMw6BNG08kpU0s { width:9.5605625rem;height:1rem;top:12.875rem;left:5.186767578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI08HiCveFGPrFxwKu958TVvg8PL4R6b { width:5.3125rem;height:5rem;top:30.5rem;left:8.125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W82omWIvx6BeFfRbzBvXcncysohwL7mR { width:1.499025rem;height:1.625rem;top:31.185302734375rem;left:7rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUkVTSLBI6TgbpMnJOVTFaVClrUPGv9H { width:10.18675rem;height:1rem;top:35.5rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ0uQEaGtvAbWMA958GhB3aK4FsRem5M { width:5.874025rem;height:5rem;top:52rem;left:8.125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ExTU8CrTEdrcJBplMf2oMvxZnGIqZdHd { width:1.31225625rem;height:1.625rem;top:53rem;left:7rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F48yJfVs4slUHxbOBJsOWhpGvTTbxp1q { width:17.5rem;height:20.625rem;top:47.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVGsgBrilsK56hyDlyUArPbiRrLSS39U { width:10.18675rem;height:1rem;top:57.125rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQMLlwWQqhON5feQBWhg7BokJBbfuSEv { width:11.062rem;height:1rem;top:80.5rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKQQmBb3qUorIgTDGkBxozXr4iba8x6O { width:10.1245rem;height:2.25rem;top:86.25rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHpLp6H7UZZInSpCkQ0AfBHNlhnwvSTS { width:5.81176875rem;height:5rem;top:75.625rem;left:8.125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O1r88yk2g5iq4pPGDqRwIZhC6icyR7ZG { width:1.375rem;height:1.625rem;top:76.375rem;left:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg92gzzOceP7iX6LxGgR7q0pOouACye3 { width:17.5rem;height:20.625rem;top:70rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT { display:block; }#tzqqWJRsXIvxPfTsxIleyLTVqwwXU3LT > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erGZZkHUlMXTTk2wmhkQDXlPz5tcK1wd { width:4.936525rem;height:5rem;top:7.5625rem;left:8.125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uyuXhWbfbEb2IsRfNGRKfzTeckcxEwyw { width:18.31175rem;height:2.5rem;top:3.625rem;left:0.84228515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7dnS8anV5b6UNho2NmsnvIpHr0IMTL2 { width:17.5rem;height:20.625rem;top:1.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yApTagrU4VTyOnBZ6n92vM2CJqivv2th { width:0.9375rem;height:1.625rem;top:8.436279296875rem;left:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAF8BCf51SKuRPt7tsAqqKgpE1R3ogdW { width:5.3125rem;height:1.2355211457264rem;top:16.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p94tOKxI22i38TCoMvBPJ3vs61FaNXKI { width:5.3125rem;height:1.2355211457264rem;top:39.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8ifgrdxVySUTT7xDgTwNBBAex9ewiBF { width:16.25rem;height:2.5rem;top:26.125rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeUDbgDOXyK1nlsG3pQETum9IP9nse5o { width:5.3125rem;height:1.2355211457264rem;top:60.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0vD6B9EUs8cFZTg4LgoHPmTicIuQzrG { width:16.25rem;height:2.5rem;top:48.25rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0nVMQPxGXTEkxaHb3QhBwLufgwivlC { width:16.25rem;height:2.5rem;top:71.75rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUU0J6KoxrJLRcHVmJdvBsPUtKZi2abB { width:10.1245rem;height:2.25rem;top:63rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfe3Q67M8K2ncnNVWGbHJKTShJpgFmAx { width:11.9995rem;height:0.8125rem;top:6rem;left:4rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePPyza97ZHmwItTx43Uokk3EUp4LVt4p { width:11.9995rem;height:0.8125rem;top:28.625rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTTGS5wQuKeOMPaMwqPGlQymGGrIL4f { width:17.5rem;height:20.625rem;top:24.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne5Hi0PRbKm3VfswccGxhfJ2fEmgW5hW { width:11.9995rem;height:0.8125rem;top:50.75rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK2aVKBphUOBKFAnUNOIMb6sBteBPOLn { width:11.9995rem;height:0.8125rem;top:74.125rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5MJkaeyJNKRTEIJcmsTwqngHu8vS4e0 { width:5.3125rem;height:1.2355211457264rem;top:83.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axS5sSOt4IwSlEsCkWlawJvfFcESJX7K { width:9.56175rem;height:1rem;top:12.875rem;left:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsdfa0DbDvhnME5POurAAzVPWENlACo { width:5.4370125rem;height:5rem;top:30.5rem;left:8.125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qyTpzi2Rr92WiRQ7MPMfp47R9ITxJVea { width:1.0620125rem;height:1.625rem;top:31.1875rem;left:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trxW7he0z3AKgPabZzWOf0bPOcIxtAF6 { width:10.18675rem;height:1rem;top:35.5rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDdwN4Pbp7Z98APOqReELrTpWGWuKJtc { width:5.18676875rem;height:5rem;top:52rem;left:8.125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AOkKlqLXWExJbX0nz1AJFAPZa2SRkFrD { width:1.25rem;height:1.625rem;top:53rem;left:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZqA776w1GTuT5lCkuhrbSG3LRWwfcfP { width:17.5rem;height:20.625rem;top:47.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVH0EEaT512TXKOkWDTsIQVxVAhzStVi { width:10.18675rem;height:1rem;top:57.125rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faSNJgyGhnzqbT4nBVU4yQQMDZRAUPI8 { width:11.062rem;height:1rem;top:80.5rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is8HXs2l0Wlz1gDgGw4tIbflis0sZSF8 { width:10.1245rem;height:2.25rem;top:86.25rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbtnAbcWOCogHb3VF6UVzzo9uJ3T7hmf { width:4.74975625rem;height:5rem;top:75.625rem;left:8.125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LVyp9Fxb33SdF9tNkU7TeyixxptTLMBS { width:0.99975625rem;height:1.625rem;top:76.375rem;left:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFQ7et05UKpFPEO6b8L2xVrkxZiix7FT { width:17.5rem;height:20.625rem;top:70rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 { display:block; }#LD9Kz5sGyVMAzTEFa8e6xTcL2pwecSx5 > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrCL2BaGIBTFLhOM5thkaULP05PTAvUZ { width:7.8125rem;height:5rem;top:6.953125rem;left:7.811279296875rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y1dq2CyQipGX6THiDZBbzVN36dD53rgI { width:15.1245rem;height:2.5rem;top:3.625rem;left:2.40478515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUhMJ98gEXTu6Ws67zmiCiyCzN7QdGTZ { width:17.5rem;height:20.625rem;top:2rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5AJ0IlLo265tRNaQAewTKTxslVXl4Eg { width:2.06176875rem;height:1.625rem;top:8.0615234375rem;left:5.389404296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI7swEuXJntf7yhQGpKLZZSbLqek73p9 { width:5.3125rem;height:1.2355211457264rem;top:16.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7RZ8ZgmuAvPRqVZTg2CTF83chW3E00T { width:5.3125rem;height:1.2355211457264rem;top:39.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWV7bG1iyFZ9uyGOaoo7uzFCMwF1fcdm { width:16.25rem;height:2.5rem;top:26.125rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19aKdHMb12tt7E5BTq3S91ZUu8iIhZu { width:5.3125rem;height:1.2355211457264rem;top:61.6875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUhwNVBOXI98nQ64i3BzpsMJftH693MK { width:16.25rem;height:2.5rem;top:49.4375rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMwRvCScRg6SqAXWZCbwb0NJiVXlPa24 { width:16.25rem;height:2.5rem;top:71.75rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGbF5L28ZqxVN5SKaFB1pHibAzg1zbgx { width:10.1245rem;height:2.25rem;top:64.25rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD3qCfSFh2mbZm7JsTeTplT2U8LgQA7i { width:11.9995rem;height:0.8125rem;top:6rem;left:4rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLDdXABBGm2FxKvZJSyEpR1cMKbgmLB1 { width:11.9995rem;height:0.8125rem;top:28.625rem;left:4rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQc7ZK0Iv5VO0vh90bWe6h0ugp0VmMiw { width:17.5rem;height:20.625rem;top:24.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrO3JotwwIrNFL6UGck5AkS98nxm2hWa { width:11.9995rem;height:0.8125rem;top:51.9375rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoSNAFb3TnGz4UAAfnGfrhyZQ9v6OSOT { width:11.9995rem;height:0.8125rem;top:74.125rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpMcbR2LzUSJ3ZK9hsq22wLeaNRBiLsE { width:5.3125rem;height:1.2355211457264rem;top:83.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aers7r0WcLn52ldRdCwJf8pltGPFOK8J { width:9.56175rem;height:1rem;top:12.875rem;left:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jokl84fTJZzWPVIygEiqRSS5vms9ehV7 { width:10.18675rem;height:1rem;top:35.5rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seBgDLDJi7zoBVXWxwMnoCmHZzUk4ve9 { width:17.5rem;height:20.625rem;top:47.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdiQCZMBiKit4hsklTFe9uOb6MxEmPct { width:10.18675rem;height:1rem;top:58.1875rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE96EMVfRxZEC2CvmF2SDTWILwQiVTdd { width:11.062rem;height:1rem;top:80.5rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5GgiTXUOEMJNtCRtAIRqDvMX0p9mGD { width:10.1245rem;height:2.25rem;top:86.25rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amKAKkrMrOa1DIfpGJt7UlvywnsPZBKt { width:17.5rem;height:20.625rem;top:70rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rewqIMLO4km9yghnE7HD8FoDR17CUwQk { width:8.125rem;height:5rem;top:30.5rem;left:7.8125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nW8h7cK23KEp7LJvvCvRc8SWvc9NzEQ1 { width:2.06176875rem;height:1.625rem;top:31.1875rem;left:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy674LPZIgqu5Cc91uSCTxvoVPJ6cVRI { width:8.125rem;height:5rem;top:53.0625rem;left:7.8125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VlzCF86kHBMA1MMKp37OWIQk7k3Jt9lA { width:2.06176875rem;height:1.625rem;top:53.9375rem;left:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyGzHqkNAnTW1Bh37ec8BADTCTTBHJZ9 { width:8.125rem;height:5rem;top:75.625rem;left:7.8125rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ick6fueTqO55xbWEcZn2s9SXyWILgBMJ { width:2.06176875rem;height:1.625rem;top:76.375rem;left:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy { display:block; }#NHqfBipy7tTzdS5lyxwJDIeF9TtTSiFy > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkUTwluAAa3PtwtKobkngCyP0TCpVvLQ { width:6.375rem;height:2.5rem;top:1.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCmPN6vRHl3GBTG2ZkuOSTBstebfZGcS { width:12.5rem;height:1.125rem;top:4.7021484375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sg08dp0c6GhCPsf5MUU8bn5hHM89ZB2Z { width:12.5rem;height:1.125rem;top:6.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }