.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); }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG { position:relative;display:block; }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG { background-color: transparent; background-image: none; }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG > .row .container > .video-iframe-container { display: none; }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG > .row > .video-iframe-container { display: none; }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG > .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); }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG { border-width: 0; border-radius: 0; }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG > .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:13.375rem;width:75rem;position:relative;display:block; }#Oqz5OMG4yiVoUc26PgHDGnA3M9m0wamd { color:#000000;display:block;width:52.375rem;position:absolute;font-family:lobster;font-size:4.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.193576335907rem;left:11.875rem;height:5.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UBSKCUI46bEi2oTcl1O5d3AybaWETkG8 { color:#2d9ced;display:block;width:30.0625rem;position:absolute;font-family:muli;font-size:2.4375rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:7.860243320465rem;left:22.4375rem;height:3.16875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MVibMJn1/41416.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H.adaptive-delivery-prevent-bg, #kECES1uBstSiAZgSa1Nq4LJpdeySoU1H.lazyload, #kECES1uBstSiAZgSa1Nq4LJpdeySoU1H.lazyloading { background-image: none; }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H > .row .container { background-color: transparent; background-image: none; }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H > .row .container > .video-iframe-container { display: none; }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H > .row > .video-iframe-container { display: none; }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H > .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); }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H > .row .container { border-width: 0; border-radius: 0; }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H > .row .container { font-size:0.875rem;font-family:arial;height:105.375rem;width:75rem;position:relative;display:block; }#s3LrZTLFz10kh5XETlUipTdFO8UC1Gqb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:13.1875rem;top:41.875rem;left:7.5rem;overflow:hidden;display:block; }
#avhT4TWLmwf5D5BBUzopALB58yT19OOz { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:6.75rem;top:50.0625rem;left:7.5rem;overflow:hidden;display:block; }
#w4rBTnrGe02uPMG5n2IMI5cHxpJaVFJc { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.6875rem;width:13.25rem;top:44.000001907349rem;left:14.25rem;overflow:hidden;display:block; }
#VrhADz9MNBebZP7xxG1veULPf5hlz1pb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:13.0625rem;top:41.75rem;left:25rem;overflow:hidden;display:block; }
#UImflfS3c8t6HyVgk6mZdkg761sMK3rR { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:13rem;top:44.125001907349rem;left:35.9375rem;overflow:hidden;display:block; }
#NFT9UkDk0v6A0IgyRETpTQT4tgfehDnk { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:13.1875rem;top:41.843751907349rem;left:47.375rem;overflow:hidden;display:block; }
#UQ8PR86X4vRUg2LJoaKBfMpsgc51zraT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:13.25rem;top:43.5rem;left:54.25rem;overflow:hidden;display:block; }
#ch7mBrSw7QAb1SlvvQ7m0JD1HDIECfMT { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.1875rem;width:41.375rem;top:9.3749996423719rem;left:7.5rem;overflow:hidden;display:block; }
#lxTA0t6pUb1zvVrDtOtOBVqUyDcanX38 { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:17.875rem;top:14.812499642372rem;left:10.625rem;overflow:hidden;display:block; }
#dXdEUTQsoJ5GrHr5J2HZwzmpcM2XsAns { color:#2d9ced;display:block;width:30.0625rem;position:absolute;font-family:staatliches;font-size:2.4375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:8.2899303436281rem;left:23.375rem;height:3.16861875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HtgmizLOaEW6pKgGaKWaQRxTOD0S69iA { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:mavenpro;font-size:1.1875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:13rem;left:40.5rem;height:3.0872375rem;font-style:normal;display:block; }#HtgmizLOaEW6pKgGaKWaQRxTOD0S69iA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HtgmizLOaEW6pKgGaKWaQRxTOD0S69iA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#CwCKdCwALP0tkh2wpBBsPVftudd22Zis { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:mavenpro;font-size:1.1875rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:16.9375rem;left:40.5rem;height:1.54375rem;font-style:normal;display:block; }#CwCKdCwALP0tkh2wpBBsPVftudd22Zis li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CwCKdCwALP0tkh2wpBBsPVftudd22Zis li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#Pa2iJHSMF5F79cSCmcAL8aftTK6dTTvz { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:mavenpro;font-size:1.1875rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:19.0625rem;left:40.5rem;height:3.0872375rem;font-style:normal;display:block; }#Pa2iJHSMF5F79cSCmcAL8aftTK6dTTvz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pa2iJHSMF5F79cSCmcAL8aftTK6dTTvz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#e2F5qsrriDJzliD0vFvJXTvytGgWmay4 { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:mavenpro;font-size:1.1875rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:22.6875rem;left:40.5rem;height:1.54375rem;font-style:normal;display:block; }#e2F5qsrriDJzliD0vFvJXTvytGgWmay4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e2F5qsrriDJzliD0vFvJXTvytGgWmay4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#iUrAu08Gm2sJ8zGQWt25mEBsQb1FRbt5 { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:mavenpro;font-size:1.1875rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:24.8125rem;left:40.5rem;height:1.54375rem;font-style:normal;display:block; }#iUrAu08Gm2sJ8zGQWt25mEBsQb1FRbt5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iUrAu08Gm2sJ8zGQWt25mEBsQb1FRbt5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#nmPFSTrvs3FqE8y3VWO7xHq4TyHTo1TS { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:mavenpro;font-size:1.1875rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:26.9375rem;left:40.5rem;height:1.54375rem;font-style:normal;display:block; }#nmPFSTrvs3FqE8y3VWO7xHq4TyHTo1TS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nmPFSTrvs3FqE8y3VWO7xHq4TyHTo1TS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#xJBykyAZtrOCeyKk6R2ez5l41Z5RSr7B { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:mavenpro;font-size:1.1875rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:29.0625rem;left:40.5rem;height:1.54375rem;font-style:normal;display:block; }#xJBykyAZtrOCeyKk6R2ez5l41Z5RSr7B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xJBykyAZtrOCeyKk6R2ez5l41Z5RSr7B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#U1zREothvelkhftOJNedWqXbPyg0DHLR { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:mavenpro;font-size:1.1875rem;font-weight:400;z-index:100021;line-height:1.2;letter-spacing:0;top:33.5078125rem;left:40.5rem;height:4.2734375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZPLTTCQf5ZhQHRX0yGKrzVF2QATX1bVK { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:5.75rem;top:2.5390625rem;left:35.9375rem;overflow:hidden;display:block; }
#xb9gAKl7dy7Zp7JwCllqdLkTAyZyoE6q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.875rem;width:28.875rem;display:none; }
#bQPUII6mNMJdtlf0m1tsRT1H1HzgVHXX { position:absolute;display:block;z-index:100000;height:16.4375rem;width:38.25rem;top:62.123265266419rem;left:18.375rem;display:block; }
#HqNEahacfoJ9epdIvA3IvHigzTTDGQ0n { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:81.006947517394rem;left:17.5rem;display:block; }
#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/MVibMJn1/41416.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG.adaptive-delivery-prevent-bg, #qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG.lazyload, #qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG.lazyloading { background-image: none; }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG > .row .container { background-color: transparent; background-image: none; }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG > .row .container > .video-iframe-container { display: none; }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG > .row > .video-iframe-container { display: none; }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG > .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); }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG > .row .container { border-width: 0; border-radius: 0; }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#S6E1FKKneNLbUbkaFWVxUtCo3vuVhHXd { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:"muli black";font-size:2.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8255195617676rem;left:17.6875rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#CDtWMoGQRP2Qew80h7PMUDKGntNoW0Ro { position:absolute;display:block;z-index:100001;background-color:#fd8b8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.25rem;width:12.5rem;top:6.1180553436279rem;left:31.25rem;display:block; }
#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MVibMJn1/41416.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw.adaptive-delivery-prevent-bg, #L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw.lazyload, #L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw.lazyloading { background-image: none; }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw > .row .container { background-color: transparent; background-image: none; }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw > .row .container > .video-iframe-container { display: none; }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw > .row > .video-iframe-container { display: none; }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw > .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); }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw > .row .container { border-width: 0; border-radius: 0; }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#tCE4H4fpNu0DMTh0XApaLi4Cq9t8JtIv { position:absolute;display:block;z-index:100000;background-color:#653a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:24.25rem;top:7.53125rem;left:6.625rem;display:block; }
#UPvqDKBw4PJBCSrmTGn8oFbIogQFJaFS { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"muli black";font-size:1.4375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.3411459922791rem;left:9.875rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#bfTswbPbQHsL8ktIH5rRLyAhl8eQDy5e { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:muli;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.9036459922791rem;left:10.875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#ZWZBSRGuq02G0zCCOEzcQPZgCDDkbBOR { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:muli;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:2.9036459922791rem;left:48.375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#ggTVcbWSWIS3M9wtQ5DGlQAyFbrlxNXw { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"muli black";font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.3402771949768rem;left:47.375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#qelWEqo1bUIk0LH6AFJoQ14ifsvJCrw6 { position:absolute;display:block;z-index:99999;background-color:#653a8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:21.9375rem;width:18.75rem;top:1.625rem;left:9.375rem;display:block; }
#ZJzdsTmh4cqDWBzFIofWLDcxw2lc03SS { position:absolute;display:block;z-index:100002;background-color:#653a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:24.25rem;top:7.5rem;left:44.125rem;display:block; }
#zJMcFOo1w5KgIyKN5lorQ4rfuztkrhr7 { position:absolute;display:block;z-index:100001;background-color:#653a8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:21.9375rem;width:18.75rem;top:1.625rem;left:46.875rem;display:block; }
#SELPSPqtfq3lp87mnqmz9ETzaFg85mPf { position:absolute;display:block;z-index:100007;height:12.9375rem;width:23.4375rem;top:8.125rem;left:7.0312519073488rem;display:block; }
#U7VdsZshpL8nnLv0B1IfK52vTCuz8DWO { position:absolute;display:block;z-index:100008;height:12.9375rem;width:23.4375rem;top:8.125rem;left:44.530469894409rem;display:block; }
#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MVibMJn1/41416.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0.adaptive-delivery-prevent-bg, #U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0.lazyload, #U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0.lazyloading { background-image: none; }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 > .row .container { background-color: transparent; background-image: none; }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 > .row .container > .video-iframe-container { display: none; }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 > .row > .video-iframe-container { display: none; }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 > .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); }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 > .row .container { border-width: 0; border-radius: 0; }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#rbQbnQXnenldxGlyM7mVkMS6Dg4w3TNl { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"muli black";font-size:1.4375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:9.75rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#O6P8xs8cIoKGCtpo109dtIG0AD3QeWWM { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:muli;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.25rem;left:10.6875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#aRakM2s8gBMWoMheS9KtuS7UCWhKWwMl { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:muli;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.1875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#DCz55Jkkp3Fnp2WunEZ3aLpo7ZqVfv3x { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"muli black";font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:47.25rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#mOOKzTJ8bvg4XcHi5DrQv6OBhxUv2b5l { position:absolute;display:block;z-index:100000;background-color:#653a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:24.25rem;top:8.125rem;left:6.4375rem;display:block; }
#fwdNOlK7CpTD9NVbSi8TmSSXkySbCntB { position:absolute;display:block;z-index:100001;background-color:#653a8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:21.9375rem;width:18.75rem;top:1.5rem;left:9.1875rem;display:block; }
#mWGuPE6O1t5LWGFZWXRMX9IlEQmoJJRN { position:absolute;display:block;z-index:100003;background-color:#653a8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:21.9375rem;width:18.75rem;top:1.5rem;left:46.6875rem;display:block; }
#rllZJzcyZ2FdsG58WZu5oAQTB19UKzyX { position:absolute;display:block;z-index:100002;background-color:#653a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:24.25rem;top:8.1875rem;left:43.9375rem;display:block; }
#erSiRfe7RIqdtyMQ8NmneXPFO7dycslT { position:absolute;display:block;z-index:100007;height:12.9375rem;width:23.4375rem;top:8.8125019073488rem;left:7.0312519073488rem;display:block; }
#rtTrQbCNCDhOnRidWTJssQrswTZEuzay { position:absolute;display:block;z-index:100008;height:12.9375rem;width:23.4375rem;top:8.7187509536744rem;left:44.342969894409rem;display:block; }
#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MVibMJn1/41416.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3.adaptive-delivery-prevent-bg, #MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3.lazyload, #MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3.lazyloading { background-image: none; }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 > .row .container { background-color: transparent; background-image: none; }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 > .row .container > .video-iframe-container { display: none; }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 > .row > .video-iframe-container { display: none; }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 > .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); }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 > .row .container { border-width: 0; border-radius: 0; }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#rD5xtzs2Neeo5qS8X5tovclUPKQdbpXm { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"muli black";font-size:1.4375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:9.875rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#SinEgNhL9G9Fvo4EuMdmTUFvJ45FWQF0 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:muli;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.375rem;left:10.875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#NGfFL7Bli44cDCZqdufoOk6hHTg2WpqC { position:absolute;display:block;z-index:100001;background-color:#653a8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:21.9375rem;width:18.75rem;top:1.625rem;left:9.375rem;display:block; }
#aQusPF7Bf1TBnTlb6HuT1kNlBGoTbk8T { position:absolute;display:block;z-index:100001;background-color:#653a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:24.25rem;top:8rem;left:6.625rem;display:block; }
#oeo09Cbe3c0X3sgbKR3nENhbRImFcVtm { position:absolute;display:block;z-index:100011;background-color:#653a8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:21.9375rem;width:18.75rem;top:1.625rem;left:46.0625rem;display:block; }
#nNqmW1qnVTSQ0CggazVhCJTUQLbdV8lW { position:absolute;display:block;z-index:100011;background-color:#653a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:24.25rem;top:8rem;left:43.3125rem;display:block; }
#lN2MfA3VerDN6fqBBT8V4H0WVnSBt8C8 { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"muli black";font-size:1.4375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:5.5rem;left:46.6875rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#wrfG390nFury10iAMOKD936n8EOiIlFu { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:muli;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:2.5rem;left:47.25rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#UL1qEoXIRnaqmUdAifEiVZbwCRxRACB5 { position:absolute;display:block;z-index:100015;height:12.9375rem;width:23.4375rem;top:8.59375rem;left:7.0312519073488rem;display:block; }
#Ce0ZucThTGeyR0mOZc8ZdJ9zSDiDX6V9 { position:absolute;display:block;z-index:100016;height:12.9375rem;width:23.4375rem;top:8.5929693225769rem;left:43.717969894409rem;display:block; }
#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/MVibMJn1/41416.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld.adaptive-delivery-prevent-bg, #ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld.lazyload, #ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld.lazyloading { background-image: none; }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld > .row .container { background-color: transparent; background-image: none; }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld > .row .container > .video-iframe-container { display: none; }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld > .row > .video-iframe-container { display: none; }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld > .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); }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld > .row .container { border-width: 0; border-radius: 0; }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#rEeaTtHiRqKQCXBDBMPkJluC2CPqz00S { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:"muli black";font-size:2.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9131927490234rem;left:17.65625rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#xmxGT6kwdDPiiil6TbOyJ0yx1kVfNqMx { position:absolute;display:block;z-index:100001;background-color:#fd8b8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.25rem;width:12.5rem;top:5.4930553436279rem;left:31.25rem;display:block; }
#sV8znxHfDWdzLP7DT7VoHccxHxmifpJL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.5rem;top:3.6866321563721rem;left:32.25rem;overflow:hidden;display:block; }
#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MVibMJn1/41416.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM.adaptive-delivery-prevent-bg, #FfLoBOcC1tVabENGf1To1p6PsRAZrXVM.lazyload, #FfLoBOcC1tVabENGf1To1p6PsRAZrXVM.lazyloading { background-image: none; }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM > .row .container { background-color: transparent; background-image: none; }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM > .row .container > .video-iframe-container { display: none; }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM > .row > .video-iframe-container { display: none; }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM > .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); }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM > .row .container { border-width: 0; border-radius: 0; }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#GKSLXaFsSMFfzFOslQvgCGwQpy2mSCdQ { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"muli black";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:5.2777776718139rem;left:9.90625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#wdLdRKlHkGxCK8d9HRbEMSzHJVEs07Uq { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:muli;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.5902776718139rem;left:10.875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#vboe4OQ5SLR8FnRC7UrtR0ORcWucrISl { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:muli;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.8402776718139rem;left:48.375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#ENiAkeCpE1f6ETuvDo73rHvA706nXbKO { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"muli black";font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1;letter-spacing:0;top:6.25rem;left:47.4375rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#xeTRrq8szs9ymZembaHDIvzenoUd7eeq { position:absolute;display:block;z-index:100001;background-color:#fd5656;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:22.9375rem;width:18.75rem;top:3rem;left:9.375rem;display:block; }
#CkqIGGTSzQLPoUi7mcqREzpMFul2wozJ { position:absolute;display:block;z-index:100001;background-color:#fd5656;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:24.25rem;top:9.8125rem;left:6.625rem;display:block; }
#PsLRODECWND6pa8F2QZu60UtxwAMhqcd { position:absolute;display:block;z-index:100003;background-color:#fd5656;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:24.25rem;top:10.625rem;left:44.125rem;display:block; }
#cHPOBtwTqKll09VvsFzZ2E9AZ9HRWfIM { position:absolute;display:block;z-index:100003;background-color:#fd5656;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:23.9375rem;width:18.75rem;top:2.5rem;left:46.9375rem;display:block; }
#x15vsqtHPlJEdmKOTdkTeVLDZGfnnwXd { position:absolute;display:block;z-index:100007;height:12.9375rem;width:23.4375rem;top:10.3125rem;left:6.9375rem;display:block; }
#hpxUAwl2fi26ImvMFsps8AAo9RzcBsV2 { position:absolute;display:block;z-index:100008;height:12.9375rem;width:23.4375rem;top:11.062500318512rem;left:44.531253814698rem;display:block; }
#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MVibMJn1/41416.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT.adaptive-delivery-prevent-bg, #qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT.lazyload, #qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT.lazyloading { background-image: none; }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT > .row .container { background-color: transparent; background-image: none; }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT > .row .container > .video-iframe-container { display: none; }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT > .row > .video-iframe-container { display: none; }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT > .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); }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT > .row .container { border-width: 0; border-radius: 0; }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#tgcd5pGHgQ8o1w6LhlFhDvQElF2eQT8w { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"muli black";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:6.3958339691163rem;left:9.875rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#M7o500InwaF1NlX9ZTkVpzw16oF6erL3 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:muli;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.5833339691162rem;left:10.875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#ui5zqPKmTFUyTGprcsLTa7292nIud4bt { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:muli;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.8402776718139rem;left:48.375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#EiEgpOOw333y6R6sQbinNFx0NTdFfHX8 { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:"muli black";font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1;letter-spacing:0;top:5.8958339691162rem;left:46.71875rem;height:4.3125rem;text-align:center;text-align-last:center;display:block; }
#t81dOqda9HSSR8a8TTgBPd0R70oJtTbq { position:absolute;display:block;z-index:100001;background-color:#fd5656;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:22.9375rem;width:18.75rem;top:3rem;left:9.375rem;display:block; }
#hNRH5235DvUTGGKmFNBF5ucySAZMfbcH { position:absolute;display:block;z-index:100001;background-color:#fd5656;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:24.25rem;top:9.8125rem;left:6.625rem;display:block; }
#UmDATrz37yX1H0WTVTsO3RNHcS99R6Sz { position:absolute;display:block;z-index:100003;background-color:#fd5656;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:24.25rem;top:10.625rem;left:44.125rem;display:block; }
#PlBzoXaSnPU6uSp6qDCOgK4MbgzESfPA { position:absolute;display:block;z-index:100003;background-color:#fd5656;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:23.9375rem;width:18.75rem;top:2.5rem;left:46.9375rem;display:block; }
#UKm6Q25IDCrrOeSAA4tHGhW1OcT05XBq { position:absolute;display:block;z-index:100006;background-color:#fd5656;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:22.9375rem;width:18.75rem;top:28.4375rem;left:9.625rem;display:block; }
#OLTHFAH0pOPVaTvAOuTUtL8AWPUQ32Ly { position:absolute;display:block;z-index:100006;background-color:#fd5656;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:24.25rem;top:35.25rem;left:6.875rem;display:block; }
#uzmOG8T0rv94Bh6oE7C840Dl4aFhr5TR { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"muli black";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.1;letter-spacing:0;top:31.1875rem;left:10.125rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#NAEqmRxHxaMfoo9GXlSIwPsUwnespsVv { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:muli;font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:29.3125rem;left:11rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#WvX4SNx5dnctX3rnLG8qsTlzW8CD6aDR { z-index:100002;top:42.249284744263rem;left:43.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 2.5rem rgba(85,0,134,0.6) ;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:5.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QNopxlIFUFJkXEAO2FqV9foN4ReUshEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GlnLmfcTKDR9oTTh9v30LoaOgBZCE4MZ { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:9.625rem;top:36.039774894714rem;left:48.375rem;overflow:hidden;display:block; }
#fDy1phFCBD8BnzPBC66v5FP0lV2tKLl6 { position:absolute;display:block;z-index:100009;height:12.9375rem;width:23.4375rem;top:10.20703125rem;left:7.03125rem;display:block; }
#bTFvllfIyrrSTcU7y72N4gNXdTzTOAIf { position:absolute;display:block;z-index:100010;height:12.9375rem;width:23.4375rem;top:11.062500238419rem;left:44.531253814698rem;display:block; }
#lHsuGmGIMHIMcwJOCGo55A41SNcWE1Vl { position:absolute;display:block;z-index:100011;height:12.9375rem;width:23.4375rem;top:35.781251907349rem;left:7.1875rem;display:block; }
#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc { position:relative;display:block; }#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc { background-color: transparent; background-image: none; }#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc > .row .container > .video-iframe-container { display: none; }#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc > .row > .video-iframe-container { display: none; }#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc > .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); }#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc { border-width: 0; border-radius: 0; }#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc > .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:8.1875rem;width:75rem;position:relative;display:block; }#DCS6DBXhPIlM0mEshCR2X6aHwJqW68AK { color:#000000;display:block;width:39.625rem;position:absolute;font-family:"muli black";font-size:2.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.7309198379517rem;left:18.3125rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#bCkxRTlHzIhdoxtWReFd8nKo2a87klRp { position:absolute;display:block;z-index:100002;background-color:#fd8b8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:0.25rem;width:12.5rem;top:5.5rem;left:31.25rem;display:block; }
#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MVibMJn1/41416.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3.adaptive-delivery-prevent-bg, #De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3.lazyload, #De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3.lazyloading { background-image: none; }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 > .row .container { background-color: transparent; background-image: none; }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 > .row .container > .video-iframe-container { display: none; }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 > .row > .video-iframe-container { display: none; }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 > .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); }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 > .row .container { border-width: 0; border-radius: 0; }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 > .row .container { font-size:0.875rem;font-family:arial;height:118rem;width:75rem;position:relative;display:block; }#dM5uvbZQzRsulUTIACr4esR1IQ3uSOOi { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:6.9375rem;top:54.375rem;left:50rem;overflow:hidden;display:block; }
#cfCwvH44dBy0a4yDxhABVrA8n9NCQfrI { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:7.25rem;top:99rem;left:20rem;overflow:hidden;display:block; }
#qqXXKPfectE5rcLRXgQKxSfQnV4VlI6t { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:"muli black";font-size:1.0625rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:63.165798187256rem;left:46.65625rem;height:0;text-align:center;text-align-last:center;display:none; }
#l97nTMiIHUE42K7PkcELEEsNtm9AWu1W { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:7.0625rem;top:66.3125rem;left:5.25rem;overflow:hidden;display:block; }
#uqX6XCUA5CXc6XlkDBgn55JFn6yT4EEg { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:7.125rem;top:35rem;left:5.25rem;overflow:hidden;display:block; }
#ZcPdKbU1OcakD4na3VulTJTqf8TxTp2N { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:7.25rem;top:56rem;left:4.9375rem;overflow:hidden;display:block; }
#bEiByVf0Ww1JHeuUBDUuo4NnJFTxnbK0 { position:absolute;display:block;z-index:100059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:6.875rem;top:25.0625rem;left:5.5625rem;overflow:hidden;display:block; }
#pssRoBHGBZmIeWrlstsNtqCwIMCMfkgb { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:6.8125rem;top:45.875003814698rem;left:5.375rem;overflow:hidden;display:block; }
#Thma1ozksrzNiCgbmhzdly2gymzT3sGr { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:6.5625rem;top:15.0625rem;left:5.5625rem;overflow:hidden;display:block; }
#uW2D2T7yJki6lPzs3a7X0WMBlrnWAgF7 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:6.25rem;top:3.3125rem;left:6rem;overflow:hidden;display:block; }
#URp6bBLry2xWUrXpldKvyTNU8zKbOuaM { color:#ef3535;display:block;width:8.9375rem;position:absolute;font-family:"muli black";font-size:0.875rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:50.75rem;left:17.625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#R2LxCAvH7kN5oOTfIu5Hv76gJNVzx51Q { color:#ef3535;display:block;width:8.9375rem;position:absolute;font-family:"muli black";font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:67.8125rem;left:54.5625rem;height:0;text-align:center;text-align-last:center;display:none; }
#AiTkqnca2lsFSA5CR8MuDoFxDz0K0OII { position:absolute;display:block;z-index:99995;height:8.5rem;width:15.9375rem;top:14.125rem;left:12.875rem;display:block; }
#BT3H02v01PoGMSEUB99ZJRJXhqWGUgug { position:absolute;display:block;z-index:100064;height:8.5rem;width:15.9375rem;top:45.8125rem;left:12.8125rem;display:block; }
#TTRMMhIUfxSckwq5ge0OnonD8XHTE8z0 { position:absolute;display:block;z-index:100063;height:8.5rem;width:15.9375rem;top:2.6875rem;left:12.9375rem;display:block; }
#tEXEOsBWdf34vu5k5Pb4TbXE5Hx4lkJ3 { position:absolute;display:block;z-index:99994;height:8.5rem;width:15.9375rem;top:35.25rem;left:13rem;display:block; }
#Vqqlr98NIHXlb4F7xZJAJmpcu8TGgXue { position:absolute;display:block;z-index:99996;height:8.5rem;width:15.9375rem;top:25.375rem;left:12.9375rem;display:block; }
#HtGqpKsiSCH7QRaMbUTc0eFN5KC15TQQ { position:absolute;display:block;z-index:100065;height:8.5rem;width:15.9375rem;top:56.3125rem;left:12.6875rem;display:block; }
#BTk52K6mZGTpQyARFolPbvaZUS9DnPAD { color:#653fb0;display:block;width:15rem;position:absolute;font-family:"muli black";font-size:1.0625rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:10.5rem;left:45.8125rem;height:1.38125rem;display:block; }
#Rz3LEOsRaBUZz3blW00uLkRs9SBaxLiI { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:38.4375rem;left:67.9375rem;display:none; }
#voQvnUr4wk2FhBR7f1xOWEBcJHyU74B1 { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:6.75rem;top:29.625rem;left:49.9375rem;overflow:hidden;display:block; }
#GRAmbG3SrFOCK3kn4BVDdLynRt26MLus { position:absolute;display:block;z-index:100066;height:8.5rem;width:15.9375rem;top:66.625rem;left:12.875rem;display:block; }
#w8x1edpgHLHyTK9KxK9No3Ovnu0kk281 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:136.25rem;left:9.125rem;display:none; }
#dGt3AeWMqLi0wR92XztWJtHrAFsbJLhv { position:absolute;display:block;z-index:100067;height:8.8125rem;width:15.75rem;top:77.1875rem;left:12.875rem;display:block; }
#vUgXGrNru8ruZVr5s8y8VFFBOTAgJHh5 { color:#88e0e1;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:78.926205158231rem;left:0rem;height:5.36133125rem;font-style:normal;display:block; }
#Li1d7gADSt6VIF9Iw08AnUaLEai3bVht { position:absolute;display:block;z-index:100065;height:3.25rem;width:22rem;top:12.5rem;left:42.3125rem;display:block; }
#Jnenb9P92HRZbZg8oDK2aIIWrh0vg2G6 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:7.0625rem;top:78.937479019162rem;left:50rem;overflow:hidden;display:block; }
#c7ycMrzZ0P50QHZxFSupvJ8dpV7G0LLB { position:absolute;display:block;z-index:100066;height:3.25rem;width:22rem;top:15.75rem;left:42.3125rem;display:block; }
#BKe7VAONAkocVcQx5HIHfCwEMNnJlGns { position:absolute;display:block;z-index:99993;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;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:19.5rem;width:23.3125rem;top:7.125rem;left:41.625rem;display:block; }
#yVKewKdPP6QiLOt9BWZKvV4LTLbxzAa4 { position:absolute;display:block;z-index:100067;height:3.25rem;width:22rem;top:19.125rem;left:42.3125rem;display:block; }
#LBMqTbPFqa0fbwMuhP23skIucABJ2Kdy { position:absolute;display:block;z-index:100068;height:3.25rem;width:22rem;top:22.5rem;left:42.3125rem;display:block; }
#X54RSyPpI0XcOk8tUT3A6S8vgChvzGxt { position:absolute;display:block;z-index:99998;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;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:19.5rem;width:23.3125rem;top:33.375rem;left:41.6875rem;display:block; }
#licJfySeb1FEubi2aCfXbN6lcpCAm76A { position:absolute;display:block;z-index:100070;height:3.25rem;width:22rem;top:38.75rem;left:42.375rem;display:block; }
#BAqbbi8gNroIXBkPGL8vLV08xOmiVxex { position:absolute;display:block;z-index:100071;height:3.25rem;width:22rem;top:42rem;left:42.375rem;display:block; }
#axvwoFiB1fvMGA0cEH3eGlk1kOkIO8eV { position:absolute;display:block;z-index:100072;height:3.25rem;width:22rem;top:45.375rem;left:42.375rem;display:block; }
#VByvKApJxZXwWnrEZSQuWZWcbuIZ7VFE { position:absolute;display:block;z-index:100073;height:3.25rem;width:22rem;top:48.75rem;left:42.375rem;display:block; }
#ZA7eoXSV0DaNco6E43seRACVUOJLcink { position:absolute;display:block;z-index:100069;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:6.8125rem;top:1.625rem;left:49.5625rem;overflow:hidden;display:block; }
#J0Qu2VtTeaWCC42KI3JlF8dTnbqdKezB { position:absolute;display:block;z-index:100004;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;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:19.5rem;width:23.3125rem;top:58.125rem;left:41.6875rem;display:block; }
#Oe31vCFi3f4CTXRScDGGci1kmaRUoNl8 { position:absolute;display:block;z-index:100079;height:3.25rem;width:22rem;top:73.5rem;left:42.375rem;display:block; }
#dVWNZWrbKFoXI28p1qD7W5aiQyClHApO { position:absolute;display:block;z-index:100078;height:3.25rem;width:22rem;top:70.125rem;left:42.375rem;display:block; }
#d5JE7ZoyX0n3TkTeQG3E02aIp1lU5PUG { position:absolute;display:block;z-index:100077;height:3.25rem;width:22rem;top:66.75rem;left:42.375rem;display:block; }
#CmMSM2QVAOPs8xcpuksdRbHrh5etofHW { position:absolute;display:block;z-index:100076;height:3.25rem;width:22rem;top:63.5rem;left:42.375rem;display:block; }
#tKe47ScySamJxrgVaBPAuCW57hIz7RJT { position:absolute;display:block;z-index:100010;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;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:19.5rem;width:23.3125rem;top:82.9375rem;left:42.3125rem;display:block; }
#uAM8lrZKLqrlcybNvQn0iglN79uBZXqW { position:absolute;display:block;z-index:100085;height:3.25rem;width:22rem;top:98.3125rem;left:43rem;display:block; }
#Miu9yfMANp82GzeU91GliTfTHk5CQf9W { position:absolute;display:block;z-index:100084;height:3.25rem;width:22rem;top:94.9375rem;left:43rem;display:block; }
#VM3UnV8AiMWZIe0tsbRRe2bBuAZ27czU { position:absolute;display:block;z-index:100083;height:3.25rem;width:22rem;top:91.5625rem;left:43rem;display:block; }
#yCS3TKv52EfTdDDn806ZuxsJB8iExqUK { position:absolute;display:block;z-index:100082;height:3.25rem;width:22rem;top:88.3125rem;left:43rem;display:block; }
#ppxIHmZ5gNfLiSL0V3FLk01SUNZWWEi1 { 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;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:10.25rem;width:23.25rem;top:103.625rem;left:12.3125rem;display:block; }
#sFaTyCsK6JbC7Pi4llnC43ipcsp5CwTH { position:absolute;display:block;z-index:100088;height:3.25rem;width:22rem;top:109rem;left:13rem;display:block; }
#WDO6qqshKWtqgQ4NEuqoxiUtUrMvdlXs { position:absolute;display:block;z-index:100069;height:8.8125rem;width:15.75rem;top:87.9375rem;left:13.1875rem;display:block; }
#Gao6F1NFe6iwRBDoGq6ApldOVkAanyue { color:#88e0e1;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:89.131066322325rem;left:0rem;height:7.1484375rem;font-style:normal;display:block; }
#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cwOWVrPT/3524367.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU.adaptive-delivery-prevent-bg, #PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU.lazyload, #PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU.lazyloading { background-image: none; }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU > .row .container { background-color: transparent; background-image: none; }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU > .row .container > .video-iframe-container { display: none; }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU > .row > .video-iframe-container { display: none; }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU > .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); }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU > .row .container { border-width: 0; border-radius: 0; }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#nTF6Fa801va7tcawU8wXwV1yxtsnMQqQ { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.76171875rem;left:9.5625rem;height:5.03645625rem;font-style:normal;display:block; }
#DnIPMlI5gbvgslUQ63GBNVApUv0LzCIy { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:14.875rem;top:1.79296875rem;left:32.9375rem;overflow:hidden;display:block; }
#o7WgTbBl9neGHOkaSwhf98G0zLq8Lff0 { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:8.9375rem;left:9.5625rem;height:6rem;display:block; }
#EkL4BUlsmp9ViRJDNQIISJqJhixwgMVg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:25.4375rem;top:2.76171875rem;left:42rem;overflow:hidden;display:block; }
#lGEZcKI9D33pHIBRFCCteB0uBknHpJwm { z-index:100002;top:17.5625rem;left:9.5625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M93S7UmvWSSPIcnZIlrT12yOekDcGMXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UXO6OWrSRZnJqaK5WVTddDTXly2nMyat { color:#ef3535;display:block;width:8.9375rem;position:absolute;font-family:"muli black";font-size:0.6875rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:1rem;left:55.0625rem;height:0.8888875rem;text-align:center;text-align-last:center;display:none; }
#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM > .row .container { background-color: transparent; background-image: none; }#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM > .row .container > .video-iframe-container { display: none; }#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM > .row > .video-iframe-container { display: none; }#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM > .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); }#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM > .row .container { border-width: 0; border-radius: 0; }#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG { display:block; }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oqz5OMG4yiVoUc26PgHDGnA3M9m0wamd { width:47.75rem;height:5.625rem;top:2.1875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBSKCUI46bEi2oTcl1O5d3AybaWETkG8 { width:30.0625rem;height:3.125rem;top:7.8125rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kECES1uBstSiAZgSa1Nq4LJpdeySoU1H { display:block; }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3LrZTLFz10kh5XETlUipTdFO8UC1Gqb { width:13.1875rem;height:16.5625rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avhT4TWLmwf5D5BBUzopALB58yT19OOz { width:6.75rem;height:6.75rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4rBTnrGe02uPMG5n2IMI5cHxpJaVFJc { width:13.25rem;height:16.6875rem;top:44rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrhADz9MNBebZP7xxG1veULPf5hlz1pb { width:13.0625rem;height:16.5rem;top:41.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UImflfS3c8t6HyVgk6mZdkg761sMK3rR { width:13rem;height:16.4375rem;top:44.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFT9UkDk0v6A0IgyRETpTQT4tgfehDnk { width:13.1875rem;height:16.5625rem;top:41.8125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8PR86X4vRUg2LJoaKBfMpsgc51zraT { width:13.25rem;height:16.5625rem;top:43.5rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch7mBrSw7QAb1SlvvQ7m0JD1HDIECfMT { width:41.375rem;height:37.1875rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxTA0t6pUb1zvVrDtOtOBVqUyDcanX38 { width:17.875rem;height:17.875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXdEUTQsoJ5GrHr5J2HZwzmpcM2XsAns { width:30.0625rem;height:3.125rem;top:8.25rem;left:9.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtgmizLOaEW6pKgGaKWaQRxTOD0S69iA { width:25.8125rem;height:3rem;top:13rem;left:21.9375rem;font-size:1rem;display:block; }#HtgmizLOaEW6pKgGaKWaQRxTOD0S69iA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #CwCKdCwALP0tkh2wpBBsPVftudd22Zis { width:19.625rem;height:1.5rem;top:16.9375rem;left:26.875rem;font-size:1rem;display:block; }#CwCKdCwALP0tkh2wpBBsPVftudd22Zis li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #Pa2iJHSMF5F79cSCmcAL8aftTK6dTTvz { width:24.875rem;height:3rem;top:19.0625rem;left:22.875rem;font-size:1rem;display:block; }#Pa2iJHSMF5F79cSCmcAL8aftTK6dTTvz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #e2F5qsrriDJzliD0vFvJXTvytGgWmay4 { width:24.875rem;height:1.5rem;top:22.6875rem;left:22.875rem;font-size:1rem;display:block; }#e2F5qsrriDJzliD0vFvJXTvytGgWmay4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #iUrAu08Gm2sJ8zGQWt25mEBsQb1FRbt5 { width:24.875rem;height:1.5rem;top:24.8125rem;left:22.875rem;font-size:1rem;display:block; }#iUrAu08Gm2sJ8zGQWt25mEBsQb1FRbt5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #nmPFSTrvs3FqE8y3VWO7xHq4TyHTo1TS { width:24.875rem;height:1.5rem;top:26.9375rem;left:22.875rem;font-size:1rem;display:block; }#nmPFSTrvs3FqE8y3VWO7xHq4TyHTo1TS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #xJBykyAZtrOCeyKk6R2ez5l41Z5RSr7B { width:24.875rem;height:1.5rem;top:29.0625rem;left:22.875rem;font-size:1rem;display:block; }#xJBykyAZtrOCeyKk6R2ez5l41Z5RSr7B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #U1zREothvelkhftOJNedWqXbPyg0DHLR { width:26.9375rem;height:4.1875rem;top:33.5rem;left:20.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPLTTCQf5ZhQHRX0yGKrzVF2QATX1bVK { width:5.75rem;height:5.8125rem;top:2.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb9gAKl7dy7Zp7JwCllqdLkTAyZyoE6q { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQPUII6mNMJdtlf0m1tsRT1H1HzgVHXX { width:38.25rem;height:16.4375rem;top:62.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqNEahacfoJ9epdIvA3IvHigzTTDGQ0n { width:40rem;height:22.5rem;top:81rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG { display:block; }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6E1FKKneNLbUbkaFWVxUtCo3vuVhHXd { width:39.625rem;height:2.6875rem;top:2.8125rem;left:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDtWMoGQRP2Qew80h7PMUDKGntNoW0Ro { width:12.5rem;height:0.25rem;top:6.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw { display:block; }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCE4H4fpNu0DMTh0XApaLi4Cq9t8JtIv { width:24.25rem;height:14.125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPvqDKBw4PJBCSrmTGn8oFbIogQFJaFS { width:17.6875rem;height:1.8125rem;top:4.3125rem;left:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfTswbPbQHsL8ktIH5rRLyAhl8eQDy5e { width:15.75rem;height:1.5rem;top:2.875rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWZBSRGuq02G0zCCOEzcQPZgCDDkbBOR { width:15.75rem;height:1.5rem;top:2.875rem;left:27.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggTVcbWSWIS3M9wtQ5DGlQAyFbrlxNXw { width:17.6875rem;height:1.8125rem;top:4.3125rem;left:26.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qelWEqo1bUIk0LH6AFJoQ14ifsvJCrw6 { width:18.75rem;height:21.9375rem;top:1.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJzdsTmh4cqDWBzFIofWLDcxw2lc03SS { width:24.25rem;height:14.125rem;top:7.5rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJMcFOo1w5KgIyKN5lorQ4rfuztkrhr7 { width:18.75rem;height:21.9375rem;top:1.625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SELPSPqtfq3lp87mnqmz9ETzaFg85mPf { width:23.4375rem;height:12.9375rem;top:8.125rem;left:0.21875190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7VdsZshpL8nnLv0B1IfK52vTCuz8DWO { width:23.4375rem;height:12.9375rem;top:8.125rem;left:24.092969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 { display:block; }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbQbnQXnenldxGlyM7mVkMS6Dg4w3TNl { width:17.6875rem;height:1.8125rem;top:4.6875rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6P8xs8cIoKGCtpo109dtIG0AD3QeWWM { width:15.75rem;height:1.5rem;top:3.25rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRakM2s8gBMWoMheS9KtuS7UCWhKWwMl { width:15.75rem;height:1.5rem;top:2.75rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCz55Jkkp3Fnp2WunEZ3aLpo7ZqVfv3x { width:17.6875rem;height:1.8125rem;top:4.1875rem;left:26.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOOKzTJ8bvg4XcHi5DrQv6OBhxUv2b5l { width:24.25rem;height:14.125rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwdNOlK7CpTD9NVbSi8TmSSXkySbCntB { width:18.75rem;height:21.9375rem;top:1.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWGuPE6O1t5LWGFZWXRMX9IlEQmoJJRN { width:18.75rem;height:21.9375rem;top:1.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rllZJzcyZ2FdsG58WZu5oAQTB19UKzyX { width:24.25rem;height:14.125rem;top:8.1875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #erSiRfe7RIqdtyMQ8NmneXPFO7dycslT { width:23.4375rem;height:12.9375rem;top:8.8125rem;left:0.21875190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtTrQbCNCDhOnRidWTJssQrswTZEuzay { width:23.4375rem;height:12.9375rem;top:8.6875rem;left:23.905469894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 { display:block; }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rD5xtzs2Neeo5qS8X5tovclUPKQdbpXm { width:17.6875rem;height:1.8125rem;top:4.8125rem;left:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SinEgNhL9G9Fvo4EuMdmTUFvJ45FWQF0 { width:15.75rem;height:1.5rem;top:3.375rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGfFL7Bli44cDCZqdufoOk6hHTg2WpqC { width:18.75rem;height:21.9375rem;top:1.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQusPF7Bf1TBnTlb6HuT1kNlBGoTbk8T { width:24.25rem;height:14.125rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeo09Cbe3c0X3sgbKR3nENhbRImFcVtm { width:18.75rem;height:21.9375rem;top:1.625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNqmW1qnVTSQ0CggazVhCJTUQLbdV8lW { width:24.25rem;height:14.125rem;top:8rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN2MfA3VerDN6fqBBT8V4H0WVnSBt8C8 { width:17.6875rem;height:1.8125rem;top:5.5rem;left:26.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrfG390nFury10iAMOKD936n8EOiIlFu { width:15.75rem;height:3rem;top:2.5rem;left:26.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL1qEoXIRnaqmUdAifEiVZbwCRxRACB5 { width:23.4375rem;height:12.9375rem;top:8.5625rem;left:0.21875190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce0ZucThTGeyR0mOZc8ZdJ9zSDiDX6V9 { width:23.4375rem;height:12.9375rem;top:8.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld { display:block; }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEeaTtHiRqKQCXBDBMPkJluC2CPqz00S { width:39.625rem;height:0;top:1.875rem;left:4.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmxGT6kwdDPiiil6TbOyJ0yx1kVfNqMx { width:12.5rem;height:0.25rem;top:5.4375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV8znxHfDWdzLP7DT7VoHccxHxmifpJL { width:10.5rem;height:10.4375rem;top:3.625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfLoBOcC1tVabENGf1To1p6PsRAZrXVM { display:block; }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKSLXaFsSMFfzFOslQvgCGwQpy2mSCdQ { width:17.6875rem;height:4rem;top:5.25rem;left:3.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdLdRKlHkGxCK8d9HRbEMSzHJVEs07Uq { width:15.75rem;height:1.5rem;top:3.5625rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vboe4OQ5SLR8FnRC7UrtR0ORcWucrISl { width:15.75rem;height:1.5rem;top:3.8125rem;left:27.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENiAkeCpE1f6ETuvDo73rHvA706nXbKO { width:17.6875rem;height:2.75rem;top:6.25rem;left:27rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTRrq8szs9ymZembaHDIvzenoUd7eeq { width:18.75rem;height:22.9375rem;top:3rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkqIGGTSzQLPoUi7mcqREzpMFul2wozJ { width:24.25rem;height:14.125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsLRODECWND6pa8F2QZu60UtxwAMhqcd { width:24.25rem;height:14.125rem;top:10.625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHPOBtwTqKll09VvsFzZ2E9AZ9HRWfIM { width:18.75rem;height:23.9375rem;top:2.5rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x15vsqtHPlJEdmKOTdkTeVLDZGfnnwXd { width:23.4375rem;height:12.9375rem;top:10.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpxUAwl2fi26ImvMFsps8AAo9RzcBsV2 { width:23.4375rem;height:12.9375rem;top:11.0625rem;left:24.093753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT { display:block; }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgcd5pGHgQ8o1w6LhlFhDvQElF2eQT8w { width:17.6875rem;height:2.625rem;top:6.375rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7o500InwaF1NlX9ZTkVpzw16oF6erL3 { width:15.75rem;height:1.5rem;top:4.5625rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui5zqPKmTFUyTGprcsLTa7292nIud4bt { width:15.75rem;height:1.5rem;top:3.8125rem;left:27.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiEgpOOw333y6R6sQbinNFx0NTdFfHX8 { width:19.0625rem;height:4.125rem;top:5.875rem;left:26.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t81dOqda9HSSR8a8TTgBPd0R70oJtTbq { width:18.75rem;height:22.9375rem;top:3rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNRH5235DvUTGGKmFNBF5ucySAZMfbcH { width:24.25rem;height:14.125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmDATrz37yX1H0WTVTsO3RNHcS99R6Sz { width:24.25rem;height:14.125rem;top:10.625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlBzoXaSnPU6uSp6qDCOgK4MbgzESfPA { width:18.75rem;height:23.9375rem;top:2.5rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKm6Q25IDCrrOeSAA4tHGhW1OcT05XBq { width:18.75rem;height:22.9375rem;top:28.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTHFAH0pOPVaTvAOuTUtL8AWPUQ32Ly { width:24.25rem;height:14.125rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzmOG8T0rv94Bh6oE7C840Dl4aFhr5TR { width:17.6875rem;height:4.0625rem;top:31.1875rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAEqmRxHxaMfoo9GXlSIwPsUwnespsVv { width:15.75rem;height:1.5rem;top:29.3125rem;left:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvX4SNx5dnctX3rnLG8qsTlzW8CD6aDR { top:42.1875rem;left:23.875rem;width:22.625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNopxlIFUFJkXEAO2FqV9foN4ReUshEQ { display:block; }
 }@media only screen and (max-width: 763px) { #GlnLmfcTKDR9oTTh9v30LoaOgBZCE4MZ { width:9.625rem;height:4.125rem;top:36rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDy1phFCBD8BnzPBC66v5FP0lV2tKLl6 { width:23.4375rem;height:12.9375rem;top:10.1875rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFvllfIyrrSTcU7y72N4gNXdTzTOAIf { width:23.4375rem;height:12.9375rem;top:11.0625rem;left:24.093753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHsuGmGIMHIMcwJOCGo55A41SNcWE1Vl { width:23.4375rem;height:12.9375rem;top:35.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc { display:block; }#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCS6DBXhPIlM0mEshCR2X6aHwJqW68AK { width:39.625rem;height:2.6875rem;top:2.6875rem;left:4.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCkxRTlHzIhdoxtWReFd8nKo2a87klRp { width:12.5rem;height:0.25rem;top:5.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 { display:block; }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dM5uvbZQzRsulUTIACr4esR1IQ3uSOOi { width:6.9375rem;height:8.6875rem;top:54.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfCwvH44dBy0a4yDxhABVrA8n9NCQfrI { width:7.25rem;height:9.125rem;top:99rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqXXKPfectE5rcLRXgQKxSfQnV4VlI6t { width:22.9375rem;height:3.9375rem;top:63.125rem;left:8.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l97nTMiIHUE42K7PkcELEEsNtm9AWu1W { width:7.0625rem;height:9.0625rem;top:66.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqX6XCUA5CXc6XlkDBgn55JFn6yT4EEg { width:7.125rem;height:9rem;top:35rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcPdKbU1OcakD4na3VulTJTqf8TxTp2N { width:7.25rem;height:9.125rem;top:56rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEiByVf0Ww1JHeuUBDUuo4NnJFTxnbK0 { width:6.875rem;height:8.625rem;top:25.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pssRoBHGBZmIeWrlstsNtqCwIMCMfkgb { width:6.8125rem;height:8.5625rem;top:45.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thma1ozksrzNiCgbmhzdly2gymzT3sGr { width:6.5625rem;height:8.25rem;top:15.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW2D2T7yJki6lPzs3a7X0WMBlrnWAgF7 { width:6.25rem;height:7.875rem;top:3.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URp6bBLry2xWUrXpldKvyTNU8zKbOuaM { width:8.9375rem;height:1.0625rem;top:50.75rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2LxCAvH7kN5oOTfIu5Hv76gJNVzx51Q { width:8.9375rem;height:1.0625rem;top:67.8125rem;left:31.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiTkqnca2lsFSA5CR8MuDoFxDz0K0OII { width:15.9375rem;height:8.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3H02v01PoGMSEUB99ZJRJXhqWGUgug { width:15.9375rem;height:8.5rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRMMhIUfxSckwq5ge0OnonD8XHTE8z0 { width:15.9375rem;height:8.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEXEOsBWdf34vu5k5Pb4TbXE5Hx4lkJ3 { width:15.9375rem;height:8.5rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqqlr98NIHXlb4F7xZJAJmpcu8TGgXue { width:15.9375rem;height:8.5rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtGqpKsiSCH7QRaMbUTc0eFN5KC15TQQ { width:15.9375rem;height:8.5rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTk52K6mZGTpQyARFolPbvaZUS9DnPAD { width:15rem;height:1.3125rem;top:10.5rem;left:16.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3LEOsRaBUZz3blW00uLkRs9SBaxLiI { width:3.125rem;height:3.125rem;top:38.4375rem;left:44.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #voQvnUr4wk2FhBR7f1xOWEBcJHyU74B1 { width:6.75rem;height:8.625rem;top:29.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRAmbG3SrFOCK3kn4BVDdLynRt26MLus { width:15.9375rem;height:8.5rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8x1edpgHLHyTK9KxK9No3Ovnu0kk281 { width:12.5rem;height:1.25rem;top:136.25rem;left:3.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGt3AeWMqLi0wR92XztWJtHrAFsbJLhv { width:15.75rem;height:8.8125rem;top:77.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUgXGrNru8ruZVr5s8y8VFFBOTAgJHh5 { width:12.5rem;height:5.3125rem;top:78.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li1d7gADSt6VIF9Iw08AnUaLEai3bVht { width:22rem;height:3.25rem;top:12.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnenb9P92HRZbZg8oDK2aIIWrh0vg2G6 { width:7.0625rem;height:9rem;top:78.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ycMrzZ0P50QHZxFSupvJ8dpV7G0LLB { width:22rem;height:3.25rem;top:15.75rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKe7VAONAkocVcQx5HIHfCwEMNnJlGns { width:23.3125rem;height:19.5rem;top:7.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVKewKdPP6QiLOt9BWZKvV4LTLbxzAa4 { width:22rem;height:3.25rem;top:19.125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBMqTbPFqa0fbwMuhP23skIucABJ2Kdy { width:22rem;height:3.25rem;top:22.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54RSyPpI0XcOk8tUT3A6S8vgChvzGxt { width:23.3125rem;height:19.5rem;top:33.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #licJfySeb1FEubi2aCfXbN6lcpCAm76A { width:22rem;height:3.25rem;top:38.75rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAqbbi8gNroIXBkPGL8vLV08xOmiVxex { width:22rem;height:3.25rem;top:42rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axvwoFiB1fvMGA0cEH3eGlk1kOkIO8eV { width:22rem;height:3.25rem;top:45.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VByvKApJxZXwWnrEZSQuWZWcbuIZ7VFE { width:22rem;height:3.25rem;top:48.75rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA7eoXSV0DaNco6E43seRACVUOJLcink { width:6.8125rem;height:8.625rem;top:1.625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Qu2VtTeaWCC42KI3JlF8dTnbqdKezB { width:23.3125rem;height:19.5rem;top:58.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe31vCFi3f4CTXRScDGGci1kmaRUoNl8 { width:22rem;height:3.25rem;top:73.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVWNZWrbKFoXI28p1qD7W5aiQyClHApO { width:22rem;height:3.25rem;top:70.125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5JE7ZoyX0n3TkTeQG3E02aIp1lU5PUG { width:22rem;height:3.25rem;top:66.75rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmMSM2QVAOPs8xcpuksdRbHrh5etofHW { width:22rem;height:3.25rem;top:63.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKe47ScySamJxrgVaBPAuCW57hIz7RJT { width:23.3125rem;height:19.5rem;top:82.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAM8lrZKLqrlcybNvQn0iglN79uBZXqW { width:22rem;height:3.25rem;top:98.3125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Miu9yfMANp82GzeU91GliTfTHk5CQf9W { width:22rem;height:3.25rem;top:94.9375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM3UnV8AiMWZIe0tsbRRe2bBuAZ27czU { width:22rem;height:3.25rem;top:91.5625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCS3TKv52EfTdDDn806ZuxsJB8iExqUK { width:22rem;height:3.25rem;top:88.3125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppxIHmZ5gNfLiSL0V3FLk01SUNZWWEi1 { width:23.25rem;height:10.25rem;top:103.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFaTyCsK6JbC7Pi4llnC43ipcsp5CwTH { width:22rem;height:3.25rem;top:109rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDO6qqshKWtqgQ4NEuqoxiUtUrMvdlXs { width:15.75rem;height:8.8125rem;top:87.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gao6F1NFe6iwRBDoGq6ApldOVkAanyue { width:12.5rem;height:7.0625rem;top:89.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU { display:block; }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTF6Fa801va7tcawU8wXwV1yxtsnMQqQ { width:22.25rem;height:5rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnIPMlI5gbvgslUQ63GBNVApUv0LzCIy { width:14.875rem;height:6.9375rem;top:1.75rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7WgTbBl9neGHOkaSwhf98G0zLq8Lff0 { width:31.75rem;height:6rem;top:8.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkL4BUlsmp9ViRJDNQIISJqJhixwgMVg { width:25.4375rem;height:18.625rem;top:2.75rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGEZcKI9D33pHIBRFCCteB0uBknHpJwm { top:17.5625rem;left:0rem;width:21.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M93S7UmvWSSPIcnZIlrT12yOekDcGMXQ { display:block; }
 }@media only screen and (max-width: 763px) { #UXO6OWrSRZnJqaK5WVTddDTXly2nMyat { width:8.9375rem;height:0.875rem;top:1rem;left:38.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM { display:block; }#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG { display:block; }#cB63SxsAtbgCDC4QGSvyBI8yK8dxK5TG > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oqz5OMG4yiVoUc26PgHDGnA3M9m0wamd { width:12.5rem;height:5.19921875rem;top:3.0269098281861rem;left:3.7499998211861rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBSKCUI46bEi2oTcl1O5d3AybaWETkG8 { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kECES1uBstSiAZgSa1Nq4LJpdeySoU1H { display:block; }#kECES1uBstSiAZgSa1Nq4LJpdeySoU1H > .row .container { width:20rem;height:118.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3LrZTLFz10kh5XETlUipTdFO8UC1Gqb { width:10.875rem;height:13.6875rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avhT4TWLmwf5D5BBUzopALB58yT19OOz { width:5rem;height:5rem;top:71.187513351438rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4rBTnrGe02uPMG5n2IMI5cHxpJaVFJc { width:10.6875rem;height:13.625rem;top:57.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrhADz9MNBebZP7xxG1veULPf5hlz1pb { width:10.75rem;height:13.5625rem;top:67.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UImflfS3c8t6HyVgk6mZdkg761sMK3rR { width:10.6875rem;height:13.625rem;top:68.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFT9UkDk0v6A0IgyRETpTQT4tgfehDnk { width:10.5625rem;height:13.625rem;top:80.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8PR86X4vRUg2LJoaKBfMpsgc51zraT { width:10.75rem;height:13.5rem;top:78.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch7mBrSw7QAb1SlvvQ7m0JD1HDIECfMT { width:20rem;height:17.97575rem;top:2.4117188453674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxTA0t6pUb1zvVrDtOtOBVqUyDcanX38 { width:14.125rem;height:14.125rem;top:2.4124866724014rem;left:2.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXdEUTQsoJ5GrHr5J2HZwzmpcM2XsAns { width:14.5625rem;height:3.57421875rem;top:25.5625rem;left:2.75rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HtgmizLOaEW6pKgGaKWaQRxTOD0S69iA { width:18.9375rem;height:2.59895625rem;top:31.5rem;left:0.5625rem;font-size:1rem;display:block; }#HtgmizLOaEW6pKgGaKWaQRxTOD0S69iA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #CwCKdCwALP0tkh2wpBBsPVftudd22Zis { width:18.125rem;height:1.3rem;top:34.6875rem;left:0.5625rem;font-size:1rem;display:block; }#CwCKdCwALP0tkh2wpBBsPVftudd22Zis li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #Pa2iJHSMF5F79cSCmcAL8aftTK6dTTvz { width:18.125rem;height:2.59895625rem;top:36.625rem;left:0.5625rem;font-size:1rem;display:block; }#Pa2iJHSMF5F79cSCmcAL8aftTK6dTTvz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #e2F5qsrriDJzliD0vFvJXTvytGgWmay4 { width:17.125rem;height:2.59895625rem;top:39.875rem;left:0.5625rem;font-size:1rem;display:block; }#e2F5qsrriDJzliD0vFvJXTvytGgWmay4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #iUrAu08Gm2sJ8zGQWt25mEBsQb1FRbt5 { width:17.4375rem;height:2.59895625rem;top:43.0625rem;left:0.5625rem;font-size:1rem;display:block; }#iUrAu08Gm2sJ8zGQWt25mEBsQb1FRbt5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #nmPFSTrvs3FqE8y3VWO7xHq4TyHTo1TS { width:18.125rem;height:2.59895625rem;top:46.3125rem;left:0.5625rem;font-size:1rem;display:block; }#nmPFSTrvs3FqE8y3VWO7xHq4TyHTo1TS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #xJBykyAZtrOCeyKk6R2ez5l41Z5RSr7B { width:17rem;height:1.3rem;top:49.5625rem;left:0.5625rem;font-size:1rem;display:block; }#xJBykyAZtrOCeyKk6R2ez5l41Z5RSr7B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #U1zREothvelkhftOJNedWqXbPyg0DHLR { width:19rem;height:3.82421875rem;top:52.800001144409rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPLTTCQf5ZhQHRX0yGKrzVF2QATX1bVK { width:4.875rem;height:5rem;top:18.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb9gAKl7dy7Zp7JwCllqdLkTAyZyoE6q { top:2.4117187261581rem;left:0rem;width:20rem;height:15.8125rem;z-index:100023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bQPUII6mNMJdtlf0m1tsRT1H1HzgVHXX { width:19.1875rem;height:10.1875rem;top:94.4375038147rem;left:0.40538197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqNEahacfoJ9epdIvA3IvHigzTTDGQ0n { height:11.25rem;width:20rem;top:105.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG { display:block; }#qPumLs6MZOL7pF900Xfr9c2DrmK0ZzsG > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6E1FKKneNLbUbkaFWVxUtCo3vuVhHXd { width:20rem;height:1.86875rem;top:2.4262142181396rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDtWMoGQRP2Qew80h7PMUDKGntNoW0Ro { width:12.5rem;height:0.25rem;top:4.36805625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw { display:block; }#L4T0bzo0CJ07xloqVhqgZ6ShhfMcFBbw > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCE4H4fpNu0DMTh0XApaLi4Cq9t8JtIv { width:20rem;height:11.875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPvqDKBw4PJBCSrmTGn8oFbIogQFJaFS { width:17.6875rem;height:1.54375rem;top:1.4375rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfTswbPbQHsL8ktIH5rRLyAhl8eQDy5e { width:15.75rem;height:1.38125rem;top:0rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWZBSRGuq02G0zCCOEzcQPZgCDDkbBOR { width:15.75rem;height:1.54375rem;top:18.875rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggTVcbWSWIS3M9wtQ5DGlQAyFbrlxNXw { width:17.6875rem;height:1.86875rem;top:20.3125rem;left:1.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qelWEqo1bUIk0LH6AFJoQ14ifsvJCrw6 { width:18.75rem;height:16.4375rem;top:0rem;left:0.62413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJzdsTmh4cqDWBzFIofWLDcxw2lc03SS { width:20rem;height:12.3125rem;top:20.875000476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJMcFOo1w5KgIyKN5lorQ4rfuztkrhr7 { width:18.75rem;height:15.4375rem;top:18.562503814698rem;left:0.62413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #SELPSPqtfq3lp87mnqmz9ETzaFg85mPf { width:19.125rem;height:10.5rem;top:3.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7VdsZshpL8nnLv0B1IfK52vTCuz8DWO { width:19.125rem;height:10.5rem;top:22.03125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 { display:block; }#U8HJ5siuGAWZBz7g4JteCKnvLl5v8sb0 > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbQbnQXnenldxGlyM7mVkMS6Dg4w3TNl { width:17.6875rem;height:1.625rem;top:1.5842008590698rem;left:1.1241319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6P8xs8cIoKGCtpo109dtIG0AD3QeWWM { width:15.75rem;height:1.3rem;top:0.3671875rem;left:2.1250000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRakM2s8gBMWoMheS9KtuS7UCWhKWwMl { width:15.75rem;height:1.3rem;top:17.187501072884rem;left:2.1250000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCz55Jkkp3Fnp2WunEZ3aLpo7ZqVfv3x { width:17.6875rem;height:1.625rem;top:18.463542103768rem;left:1.1241319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOOKzTJ8bvg4XcHi5DrQv6OBhxUv2b5l { width:20rem;height:12.3125rem;top:2.4164047241211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwdNOlK7CpTD9NVbSi8TmSSXkySbCntB { width:18.75rem;height:15.125rem;top:0rem;left:0.62413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWGuPE6O1t5LWGFZWXRMX9IlEQmoJJRN { width:18.75rem;height:16.4375rem;top:16.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rllZJzcyZ2FdsG58WZu5oAQTB19UKzyX { width:20rem;height:12.3125rem;top:19.275782585144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erSiRfe7RIqdtyMQ8NmneXPFO7dycslT { width:19.125rem;height:10.5rem;top:3.5390625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtTrQbCNCDhOnRidWTJssQrswTZEuzay { width:19.125rem;height:10.5rem;top:20.087500572204rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 { display:block; }#MJZyXSJUHUN4UMH34lxkA2qwsidKb5k3 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rD5xtzs2Neeo5qS8X5tovclUPKQdbpXm { width:17.6875rem;height:1.86875rem;top:4.3125rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SinEgNhL9G9Fvo4EuMdmTUFvJ45FWQF0 { width:15.75rem;height:1.54375rem;top:2.875rem;left:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGfFL7Bli44cDCZqdufoOk6hHTg2WpqC { width:18.75rem;height:16.25rem;top:2.4375rem;left:0.62413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQusPF7Bf1TBnTlb6HuT1kNlBGoTbk8T { width:20rem;height:12.0625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeo09Cbe3c0X3sgbKR3nENhbRImFcVtm { width:18.75rem;height:19.3125rem;top:21.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNqmW1qnVTSQ0CggazVhCJTUQLbdV8lW { width:20rem;height:13rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN2MfA3VerDN6fqBBT8V4H0WVnSBt8C8 { width:17.6875rem;height:1.86875rem;top:25.0625rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrfG390nFury10iAMOKD936n8EOiIlFu { width:15.75rem;height:3.0872375rem;top:22.0625rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL1qEoXIRnaqmUdAifEiVZbwCRxRACB5 { width:19.125rem;height:10.5rem;top:6.65625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce0ZucThTGeyR0mOZc8ZdJ9zSDiDX6V9 { width:19.125rem;height:10.5rem;top:27.625000476837rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld { display:block; }#ywXzZKAJPOdb7LUzsTFy8I2MTNM23yld > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEeaTtHiRqKQCXBDBMPkJluC2CPqz00S { width:20rem;height:3.7375rem;top:0.76302826404569rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmxGT6kwdDPiiil6TbOyJ0yx1kVfNqMx { width:12.5rem;height:0.25rem;top:4.4296875rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV8znxHfDWdzLP7DT7VoHccxHxmifpJL { width:8.625rem;height:8.5625rem;top:3.40625rem;left:5.6874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfLoBOcC1tVabENGf1To1p6PsRAZrXVM { display:block; }#FfLoBOcC1tVabENGf1To1p6PsRAZrXVM > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKSLXaFsSMFfzFOslQvgCGwQpy2mSCdQ { width:17.6875rem;height:2.19921875rem;top:3.9375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdLdRKlHkGxCK8d9HRbEMSzHJVEs07Uq { width:15.75rem;height:1.54375rem;top:2.5rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vboe4OQ5SLR8FnRC7UrtR0ORcWucrISl { width:15.75rem;height:1.54375rem;top:21.75rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENiAkeCpE1f6ETuvDo73rHvA706nXbKO { width:17.6875rem;height:1.0625rem;top:23.5rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTRrq8szs9ymZembaHDIvzenoUd7eeq { width:18.75rem;height:19.75rem;top:0.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkqIGGTSzQLPoUi7mcqREzpMFul2wozJ { width:20rem;height:11.8125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsLRODECWND6pa8F2QZu60UtxwAMhqcd { width:20rem;height:14.125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHPOBtwTqKll09VvsFzZ2E9AZ9HRWfIM { width:18.75rem;height:18.9375rem;top:21.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x15vsqtHPlJEdmKOTdkTeVLDZGfnnwXd { width:18.8125rem;height:10.3125rem;top:7.9375rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpxUAwl2fi26ImvMFsps8AAo9RzcBsV2 { width:18.8125rem;height:10.3125rem;top:26.093750953674rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT { display:block; }#qlblM6GdhDPnQ9wXZPFB5prfAMLTn1CT > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgcd5pGHgQ8o1w6LhlFhDvQElF2eQT8w { width:17.6875rem;height:2.75rem;top:2.1875rem;left:1.1241319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7o500InwaF1NlX9ZTkVpzw16oF6erL3 { width:15.75rem;height:1.54375rem;top:0.6875rem;left:2.1250000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui5zqPKmTFUyTGprcsLTa7292nIud4bt { width:15.75rem;height:1.54375rem;top:20.8125rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiEgpOOw333y6R6sQbinNFx0NTdFfHX8 { width:17.6875rem;height:2.125rem;top:22.25rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t81dOqda9HSSR8a8TTgBPd0R70oJtTbq { width:18.75rem;height:18.75rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNRH5235DvUTGGKmFNBF5ucySAZMfbcH { width:20rem;height:11.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmDATrz37yX1H0WTVTsO3RNHcS99R6Sz { width:20rem;height:11.75rem;top:24.687499575317rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlBzoXaSnPU6uSp6qDCOgK4MbgzESfPA { width:18.75rem;height:16.5625rem;top:20.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKm6Q25IDCrrOeSAA4tHGhW1OcT05XBq { width:18.75rem;height:19rem;top:37.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTHFAH0pOPVaTvAOuTUtL8AWPUQ32Ly { width:20rem;height:14.125rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzmOG8T0rv94Bh6oE7C840Dl4aFhr5TR { width:17.6875rem;height:3.1875rem;top:40.375rem;left:1.125rem;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NAEqmRxHxaMfoo9GXlSIwPsUwnespsVv { width:15.75rem;height:1.54375rem;top:38.3125rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvX4SNx5dnctX3rnLG8qsTlzW8CD6aDR { top:63.0625rem;left:0.5rem;width:19rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNopxlIFUFJkXEAO2FqV9foN4ReUshEQ { display:block; }
 }@media only screen and (max-width: 763px) { #GlnLmfcTKDR9oTTh9v30LoaOgBZCE4MZ { width:9.625rem;height:4.125rem;top:57.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDy1phFCBD8BnzPBC66v5FP0lV2tKLl6 { width:18.8125rem;height:10.3125rem;top:6.53125rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFvllfIyrrSTcU7y72N4gNXdTzTOAIf { width:18.8125rem;height:10.3125rem;top:25.40625rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHsuGmGIMHIMcwJOCGo55A41SNcWE1Vl { width:18.8125rem;height:10.3125rem;top:44.375rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc { display:block; }#lXgl00PcOTGXrwpRZzzaTr85DJ1CVKCc > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCS6DBXhPIlM0mEshCR2X6aHwJqW68AK { width:20rem;height:2.6rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCkxRTlHzIhdoxtWReFd8nKo2a87klRp { width:12.5rem;height:0.25rem;top:3.8680553436279rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 { display:block; }#De5AEAxhyBT3dMZuy5IggSw8S9qE8DO3 > .row .container { width:20rem;height:213.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dM5uvbZQzRsulUTIACr4esR1IQ3uSOOi { width:6.5rem;height:8.1875rem;top:148.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfCwvH44dBy0a4yDxhABVrA8n9NCQfrI { width:6rem;height:7.625rem;top:197.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqXXKPfectE5rcLRXgQKxSfQnV4VlI6t { width:13.5625rem;height:2.83333125rem;top:106.89496612549rem;left:6.2499998211861rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #l97nTMiIHUE42K7PkcELEEsNtm9AWu1W { width:5.9375rem;height:7.6875rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqX6XCUA5CXc6XlkDBgn55JFn6yT4EEg { width:6rem;height:7.5625rem;top:45.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcPdKbU1OcakD4na3VulTJTqf8TxTp2N { width:6.25rem;height:8rem;top:19.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEiByVf0Ww1JHeuUBDUuo4NnJFTxnbK0 { width:5.625rem;height:7.0625rem;top:37.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pssRoBHGBZmIeWrlstsNtqCwIMCMfkgb { width:6.0625rem;height:7.625rem;top:10.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thma1ozksrzNiCgbmhzdly2gymzT3sGr { width:5.6875rem;height:7.125rem;top:29.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW2D2T7yJki6lPzs3a7X0WMBlrnWAgF7 { width:6.25rem;height:7.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URp6bBLry2xWUrXpldKvyTNU8zKbOuaM { width:8.9375rem;height:0;top:72.5rem;left:6.5624998211863rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #R2LxCAvH7kN5oOTfIu5Hv76gJNVzx51Q { width:8.9375rem;height:0;top:54.301215171814rem;left:6.5624998211863rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AiTkqnca2lsFSA5CR8MuDoFxDz0K0OII { width:12.6875rem;height:7.25rem;top:28.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3H02v01PoGMSEUB99ZJRJXhqWGUgug { width:12.75rem;height:6.75rem;top:11rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRMMhIUfxSckwq5ge0OnonD8XHTE8z0 { width:13.1875rem;height:7.375rem;top:1.875rem;left:6.5625rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #tEXEOsBWdf34vu5k5Pb4TbXE5Hx4lkJ3 { width:13.4375rem;height:5.75rem;top:46.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqqlr98NIHXlb4F7xZJAJmpcu8TGgXue { width:12.8125rem;height:6.625rem;top:37.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtGqpKsiSCH7QRaMbUTc0eFN5KC15TQQ { width:12.75rem;height:7.25rem;top:19.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTk52K6mZGTpQyARFolPbvaZUS9DnPAD { width:11.75rem;height:1.21875rem;top:103.1875rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3LEOsRaBUZz3blW00uLkRs9SBaxLiI { width:3.125rem;height:3.125rem;top:191.50000679493rem;left:16.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #voQvnUr4wk2FhBR7f1xOWEBcJHyU74B1 { width:6.75rem;height:8.625rem;top:121.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRAmbG3SrFOCK3kn4BVDdLynRt26MLus { width:13.4375rem;height:7.5rem;top:54.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8x1edpgHLHyTK9KxK9No3Ovnu0kk281 { top:131.52777862549rem;left:4.7812498211861rem;width:12.5rem;height:0;z-index:100067;color:#ff0000;font-family:poppins;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dGt3AeWMqLi0wR92XztWJtHrAFsbJLhv { width:15.75rem;height:8.75rem;top:67rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUgXGrNru8ruZVr5s8y8VFFBOTAgJHh5 { width:12.5rem;height:2.5989625rem;top:63.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li1d7gADSt6VIF9Iw08AnUaLEai3bVht { width:20rem;height:3.25rem;top:104.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnenb9P92HRZbZg8oDK2aIIWrh0vg2G6 { width:6.5625rem;height:8.375rem;top:173.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ycMrzZ0P50QHZxFSupvJ8dpV7G0LLB { width:20rem;height:3.25rem;top:108.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKe7VAONAkocVcQx5HIHfCwEMNnJlGns { width:20rem;height:19.5rem;top:99.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVKewKdPP6QiLOt9BWZKvV4LTLbxzAa4 { width:20rem;height:3.25rem;top:111.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBMqTbPFqa0fbwMuhP23skIucABJ2Kdy { width:20rem;height:3.25rem;top:114.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54RSyPpI0XcOk8tUT3A6S8vgChvzGxt { width:20rem;height:19.5rem;top:125.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #licJfySeb1FEubi2aCfXbN6lcpCAm76A { width:20rem;height:3.25rem;top:131.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAqbbi8gNroIXBkPGL8vLV08xOmiVxex { width:20rem;height:3.25rem;top:134.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axvwoFiB1fvMGA0cEH3eGlk1kOkIO8eV { width:20rem;height:3.25rem;top:137.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VByvKApJxZXwWnrEZSQuWZWcbuIZ7VFE { width:20rem;height:3.25rem;top:141.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA7eoXSV0DaNco6E43seRACVUOJLcink { width:6.5625rem;height:8.375rem;top:93.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Qu2VtTeaWCC42KI3JlF8dTnbqdKezB { width:20rem;height:19.5rem;top:151.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe31vCFi3f4CTXRScDGGci1kmaRUoNl8 { width:20rem;height:3.25rem;top:167.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVWNZWrbKFoXI28p1qD7W5aiQyClHApO { width:20rem;height:3.25rem;top:163.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5JE7ZoyX0n3TkTeQG3E02aIp1lU5PUG { width:20rem;height:3.25rem;top:160.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmMSM2QVAOPs8xcpuksdRbHrh5etofHW { width:20rem;height:3.25rem;top:157.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKe47ScySamJxrgVaBPAuCW57hIz7RJT { width:20rem;height:19.5rem;top:177.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAM8lrZKLqrlcybNvQn0iglN79uBZXqW { width:20rem;height:3.25rem;top:192.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Miu9yfMANp82GzeU91GliTfTHk5CQf9W { width:20rem;height:3.25rem;top:189.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM3UnV8AiMWZIe0tsbRRe2bBuAZ27czU { width:20rem;height:3.25rem;top:185.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCS3TKv52EfTdDDn806ZuxsJB8iExqUK { width:20rem;height:3.25rem;top:182.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppxIHmZ5gNfLiSL0V3FLk01SUNZWWEi1 { width:20rem;height:10.25rem;top:200.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFaTyCsK6JbC7Pi4llnC43ipcsp5CwTH { width:20rem;height:3.25rem;top:205.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDO6qqshKWtqgQ4NEuqoxiUtUrMvdlXs { width:15.75rem;height:8.8125rem;top:81.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gao6F1NFe6iwRBDoGq6ApldOVkAanyue { width:12.5rem;height:3.8984375rem;top:77.1875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU { display:block; }#PIaJMnwTzhPsATc18FGMR8w6PWnyuqRU > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTF6Fa801va7tcawU8wXwV1yxtsnMQqQ { width:17.6875rem;height:7.3125rem;top:0.6875rem;left:0.6875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DnIPMlI5gbvgslUQ63GBNVApUv0LzCIy { width:8.1875rem;height:3.6875rem;top:5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7WgTbBl9neGHOkaSwhf98G0zLq8Lff0 { width:17.5rem;height:9.1875rem;top:9.375rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkL4BUlsmp9ViRJDNQIISJqJhixwgMVg { width:18.5625rem;height:13.5rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGEZcKI9D33pHIBRFCCteB0uBknHpJwm { top:20.82421875rem;left:1.1875rem;width:17.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M93S7UmvWSSPIcnZIlrT12yOekDcGMXQ { display:block; }
 }@media only screen and (max-width: 763px) { #UXO6OWrSRZnJqaK5WVTddDTXly2nMyat { width:8.9375rem;height:0;top:126.4375rem;left:6.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM { display:block; }#xwxRtgBJD4h2oTkmhOG9IilrAlpeBOWM > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }